Print this page
lib: move compat links from targetdirs to proper makefiles


  22 #
  23 # Copyright (c) 1999, 2010, Oracle and/or its affiliates. All rights reserved.
  24 # Copyright 2019 OmniOS Community Edition (OmniOSce) Association.
  25 #
  26 
  27 COMOBJS64 =     rd_elf64.o
  28 PLTOBJS =       plt32_resolution.o plt64_resolution.o
  29 PLTSRCS =       ../i386/plt32_resolution.c plt64_resolution.c
  30 
  31 include         ../Makefile.com
  32 
  33 SGSMSGTARG +=   $(SGSMSGINTEL)
  34 
  35 CPPFLAGS +=     -D_SYSCALL32
  36 CONVLIBDIR =    $(CONVLIBDIR64)
  37 
  38 .KEEP_STATE:
  39 
  40 all:            $(DYNLIB)
  41 
  42 install:        all $(ROOTFS_DYNLIB64) $(ROOTFS_LINKS64)
  43 
  44 pics/plt32_resolution.o: ../i386/plt32_resolution.c
  45                 $(COMPILE.c) -D_ELF32 $(PICFLAGS) -o $@ \
  46                     ../i386/plt32_resolution.c
  47                 $(POST_PROCESS_O)
  48 
  49 include         ../Makefile.targ
  50 include         ../../Makefile.sub.64


  22 #
  23 # Copyright (c) 1999, 2010, Oracle and/or its affiliates. All rights reserved.
  24 # Copyright 2019 OmniOS Community Edition (OmniOSce) Association.
  25 #
  26 
  27 COMOBJS64 =     rd_elf64.o
  28 PLTOBJS =       plt32_resolution.o plt64_resolution.o
  29 PLTSRCS =       ../i386/plt32_resolution.c plt64_resolution.c
  30 
  31 include         ../Makefile.com
  32 
  33 SGSMSGTARG +=   $(SGSMSGINTEL)
  34 
  35 CPPFLAGS +=     -D_SYSCALL32
  36 CONVLIBDIR =    $(CONVLIBDIR64)
  37 
  38 .KEEP_STATE:
  39 
  40 all:            $(DYNLIB)
  41 
  42 install:        all $(ROOTLIBS64) $(ROOTLINKS64) $(ROOTCOMPATLINKS64)
  43 
  44 pics/plt32_resolution.o: ../i386/plt32_resolution.c
  45                 $(COMPILE.c) -D_ELF32 $(PICFLAGS) -o $@ \
  46                     ../i386/plt32_resolution.c
  47                 $(POST_PROCESS_O)
  48 
  49 include         ../Makefile.targ
  50 include         ../../Makefile.sub.64