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

Split Close
Expand all
Collapse all
          --- old/usr/src/lib/print/libipp-listener/Makefile.com
          +++ new/usr/src/lib/print/libipp-listener/Makefile.com
↓ open down ↓ 28 lines elided ↑ open up ↑
  29   29  OBJECTS = \
  30   30          cancel-job.o common.o create-job.o cups-accept-jobs.o \
  31   31          cups-get-classes.o cups-get-default.o cups-get-printers.o \
  32   32          cups-move-job.o cups-reject-jobs.o disable-printer.o enable-printer.o \
  33   33          get-job-attributes.o get-jobs.o get-printer-attributes.o hold-job.o \
  34   34          ipp-listener.o pause-printer.o print-job.o purge-jobs.o release-job.o \
  35   35          restart-job.o resume-printer.o send-document.o set-job-attributes.o \
  36   36          set-printer-attributes.o validate-job.o
  37   37  
  38   38  include ../../../Makefile.lib
  39      -include ../../../Makefile.rootfs
  40   39  
  41   40  SRCDIR =        ../common
  42      -
  43      -ROOTLIBDIR=     $(ROOT)/usr/lib
  44   41  
  45   42  LIBS =                  $(DYNLIB)
  46   43  
  47   44  $(LINTLIB):=    SRCS = $(SRCDIR)/$(LINTSRC)
  48   45  
  49   46  CFLAGS +=       $(CCVERBOSE)
  50   47  CPPFLAGS +=     -DSOLARIS_PRIVATE_POST_0_9
  51   48  CPPFLAGS +=     -I$(SRCDIR)
  52   49  CPPFLAGS +=     -I../../libpapi-common/common
  53   50  CPPFLAGS +=     -I../../libipp-core/common
↓ open down ↓ 18 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX