Print this page
9852 enable ld(1) guidance and deflib assertions for the illumos build

Split Close
Expand all
Collapse all
          --- old/usr/src/cmd/hal/probing/printer/Makefile
          +++ new/usr/src/cmd/hal/probing/printer/Makefile
↓ open down ↓ 25 lines elided ↑ open up ↑
  26   26  PROG =          hald-probe-printer
  27   27  OBJS =          probe-printer.o logger.o printer.o
  28   28  SRCS =          probe-printer.c
  29   29  
  30   30  include ../../../Makefile.cmd
  31   31  include ../../Makefile.hal
  32   32  
  33   33  ROOTCMDDIR =    $(ROOTLIB_HAL)
  34   34  
  35   35  LDLIBS +=       -lc -ldbus-1 -lhal
       36 +ADJUNCT_LIBS =  libdbus-1.so
  36   37  
  37   38  CPPFLAGS +=     $(HAL_DBUS_CPPFLAGS) $(HAL_CONFIG_CPPFLAGS)
  38   39  CPPFLAGS +=     -I$(ROOT)/usr/include/hal -I../../utils -I../../hald
  39   40  CSTD =  $(CSTD_GNU99)
  40   41  
  41   42  .KEEP_STATE:
  42   43  
  43   44  all: $(PROG)
  44   45  
  45   46  logger.o: ../../hald/logger.c
↓ open down ↓ 19 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX