Print this page


Split Close
Expand all
Collapse all
          --- old/usr/src/lib/brand/lx/lx_brand/Makefile.com
          +++ new/usr/src/lib/brand/lx/lx_brand/Makefile.com
↓ open down ↓ 66 lines elided ↑ open up ↑
  67   67  include ../../../../Makefile.lib
  68   68  
  69   69  CSRCS   =       $(COBJS:%o=../common/%c) $(CMNOBJS:%o=$(LX_CMN)/%c)
  70   70  ASSRCS  =       $(ASOBJS:%o=$(ISASRCDIR)/%s)
  71   71  SRCS    =       $(CSRCS) $(ASSRCS)
  72   72  
  73   73  SRCDIR =        ../common
  74   74  UTSBASE =       ../../../../../uts
  75   75  
  76   76  LIBS =          $(DYNLIB)
  77      -LDLIBS +=       -lc -lsocket -lmapmalloc -lproc -lrtld_db -lrpcsvc -lnsl
       77 +LDLIBS +=       -lc -lsocket -lmapmalloc -lrpcsvc -lnsl
  78   78  DYNFLAGS +=     $(DYNFLAGS_$(CLASS))
  79   79  DYNFLAGS +=     $(BLOCAL) $(ZNOVERSION) -Wl,-e_start -M../common/mapfile
  80   80  CFLAGS +=       $(CCVERBOSE)
  81   81  CPPFLAGS +=     -D_REENTRANT -I. -I../ -I$(UTSBASE)/common/brand/lx -I$(LX_CMN)
  82   82  ASFLAGS =       -P $(ASFLAGS_$(CURTYPE)) -D_ASM -I../   \
  83   83                          -I$(UTSBASE)/common/brand/lx
  84   84  
  85   85  C99MODE=        -xc99=%all
  86   86  C99LMODE=       -Xc99=%all
  87   87  
↓ open down ↓ 16 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX