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/addons/acpi/Makefile
          +++ new/usr/src/cmd/hal/addons/acpi/Makefile
↓ open down ↓ 25 lines elided ↑ open up ↑
  26   26  PROG =          hald-addon-acpi
  27   27  OBJS =          addon-acpi.o logger.o util_helper.o acpi.o util_pm.o
  28   28  SRCS =          addon-acpi.c ../../hald/logger.c ../../hald/util_helper.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 -lglib-2.0
       36 +ADJUNCT_LIBS =  libdbus-1.so libglib-2.0.so
  36   37  
  37   38  CPPFLAGS +=     $(HAL_DBUS_CPPFLAGS) $(HAL_GLIB_CPPFLAGS) $(HAL_CONFIG_CPPFLAGS)
  38   39  CPPFLAGS +=     -I$(ROOT)/usr/include/hal -I../../hald
  39   40  CSTD =  $(CSTD_GNU99)
  40   41  
  41   42  .KEEP_STATE:
  42   43  
  43   44  all: $(PROG)
  44   45  
  45   46  acpi.o: ../../utils/acpi.c
↓ open down ↓ 27 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX