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

Split Close
Expand all
Collapse all
          --- old/usr/src/lib/print/libpapi-ipp/Makefile.com
          +++ new/usr/src/lib/print/libpapi-ipp/Makefile.com
↓ open down ↓ 19 lines elided ↑ open up ↑
  20   20  #
  21   21  #
  22   22  # Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
  23   23  # Use is subject to license terms.
  24   24  #
  25   25  # Copyright (c) 2018, Joyent, Inc.
  26   26  
  27   27  LIBRARY =               psm-ipp.a
  28   28  VERS =                  .1
  29   29  OBJECTS = ipp-support.o job.o printer.o service.o
  30      -ROOTLIBDIR =    $(ROOT)/usr/lib/print
  31   30  
  32   31  include ../../../Makefile.lib
  33      -include ../../../Makefile.rootfs
  34   32  
  35   33  SRCDIR =        ../common
  36   34  
  37   35  ROOTLIBDIR=     $(ROOT)/usr/lib/print
  38   36  ROOTLIBDIR64=   $(ROOT)/usr/lib/print/$(MACH)
  39   37  
  40   38  EXTRALINKS=     $(ROOTLIBDIR)/psm-http.so
  41   39  $(EXTRALINKS):  $(ROOTLINKS)
  42   40          $(RM) $@; $(SYMLINK) $(LIBLINKS) $@
  43   41  
↓ open down ↓ 32 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX