Print this page
11461 should use a native link-editor during the build
11463 SUNWonld has passed its use-by date
11464 cmd/sgs/tools should contain tools, not common code
11465 sgsmsg should be built with the rest of the build tools


  30 include         $(SRC)/cmd/Makefile.cmd
  31 include         $(SRC)/cmd/sgs/Makefile.com
  32 
  33 COMOBJ=         main.o          file.o          cmd.o
  34 
  35 BLTOBJ =        msg.o
  36 
  37 OBJS=           $(BLTOBJ:%=objs/%) $(COMOBJ:%=objs/%)
  38 XPG4OBJS=       $(BLTOBJ:%=objs.xpg4/%) $(COMOBJ:%=objs.xpg4/%)
  39 
  40 LLDFLAGS =      '-R$$ORIGIN/../../lib'
  41 LLDFLAGS64 =    '-R$$ORIGIN/../../../lib/$(MACH64)'
  42 CPPFLAGS=       -I. -I../../include $(CPPFLAGS.master) -I$(ELFCAP)
  43 CFLAGS +=       $(CCVERBOSE)
  44 CSTD=   $(CSTD_GNU99)
  45 
  46 CERRWARN +=     -_gcc=-Wno-uninitialized
  47 
  48 SMOFF += signed
  49 
  50 LDLIBS +=       -lelf $(CONVLIBDIR) $(CONV_LIB) -lsendfile
  51 
  52 $(XPG4) :=      CPPFLAGS += -DXPG4
  53 
  54 BLTDEFS =       msg.h
  55 BLTDATA =       msg.c
  56 BLTMESG =       $(SGSMSGDIR)/ar
  57 
  58 BLTFILES =      $(BLTDEFS) $(BLTDATA) $(BLTMESG)
  59 
  60 SGSMSGCOM =     ../common/ar.msg
  61 SGSMSGTARG =    $(SGSMSGCOM)
  62 SGSMSGALL =     $(SGSMSGCOM)
  63 
  64 SGSMSGFLAGS +=  -h $(BLTDEFS) -d $(BLTDATA) -m $(BLTMESG) -n ar_msg
  65 
  66 SRCS=           $(COMOBJ:%.o=../common/%.c) $(BLTDATA:%.o=$(SGSTOOLS)/common/%.c)
  67 
  68 CLEANFILES +=   $(BLTFILES)


  30 include         $(SRC)/cmd/Makefile.cmd
  31 include         $(SRC)/cmd/sgs/Makefile.com
  32 
  33 COMOBJ=         main.o          file.o          cmd.o
  34 
  35 BLTOBJ =        msg.o
  36 
  37 OBJS=           $(BLTOBJ:%=objs/%) $(COMOBJ:%=objs/%)
  38 XPG4OBJS=       $(BLTOBJ:%=objs.xpg4/%) $(COMOBJ:%=objs.xpg4/%)
  39 
  40 LLDFLAGS =      '-R$$ORIGIN/../../lib'
  41 LLDFLAGS64 =    '-R$$ORIGIN/../../../lib/$(MACH64)'
  42 CPPFLAGS=       -I. -I../../include $(CPPFLAGS.master) -I$(ELFCAP)
  43 CFLAGS +=       $(CCVERBOSE)
  44 CSTD=   $(CSTD_GNU99)
  45 
  46 CERRWARN +=     -_gcc=-Wno-uninitialized
  47 
  48 SMOFF += signed
  49 
  50 LDLIBS +=       -lelf $(CONVLIBDIR) -lconv -lsendfile
  51 
  52 $(XPG4) :=      CPPFLAGS += -DXPG4
  53 
  54 BLTDEFS =       msg.h
  55 BLTDATA =       msg.c
  56 BLTMESG =       $(SGSMSGDIR)/ar
  57 
  58 BLTFILES =      $(BLTDEFS) $(BLTDATA) $(BLTMESG)
  59 
  60 SGSMSGCOM =     ../common/ar.msg
  61 SGSMSGTARG =    $(SGSMSGCOM)
  62 SGSMSGALL =     $(SGSMSGCOM)
  63 
  64 SGSMSGFLAGS +=  -h $(BLTDEFS) -d $(BLTDATA) -m $(BLTMESG) -n ar_msg
  65 
  66 SRCS=           $(COMOBJ:%.o=../common/%.c) $(BLTDATA:%.o=$(SGSCOMMON)/%.c)
  67 
  68 CLEANFILES +=   $(BLTFILES)