Print this page
11528 Makefile.noget can get gone
11529 Use -Wno-maybe-initialized


  51 OBJECTS=        $(BLTOBJS)  $(MACHOBJS)  $(COMOBJS)  $(CLASSOBJS) $(MISCOBJS)
  52 
  53 include $(SRC)/lib/Makefile.lib
  54 
  55 # Use the value of M4 set in Makefile.master via Makefile.lib
  56 
  57 DEMOFILES=      Makefile        00README        acom.c          dcom.c \
  58                 pcom.c          tpcom.c         dispsyms.c
  59 DEMOFILESRCDIR= ../demo
  60 ROOTDEMODIRBASE=$(ROOT)/usr/demo/ELF
  61 ROOTDEMODIRS=   $(ROOTDEMODIRBASE)
  62 
  63 include $(SRC)/cmd/sgs/Makefile.com
  64 
  65 MAPFILES =      ../common/mapfile-vers
  66 
  67 DYNFLAGS +=     $(VERSREF)
  68 LDLIBS +=       $(CONVLIBDIR) $(CONV_LIB) -lc
  69 
  70 CERRWARN +=     -_gcc=-Wno-parentheses
  71 CERRWARN +=     -_gcc=-Wno-uninitialized
  72 
  73 SMOFF += indenting
  74 
  75 BUILD.AR=       $(RM) $@ ; \
  76                 $(AR) q $@ `$(LORDER) $(OBJECTS:%=$(DIR)/%)| $(TSORT)`
  77                 $(POST_PROCESS_A)
  78 
  79 
  80 BLTDEFS=        msg.h
  81 BLTDATA=        msg.c
  82 BLTMESG=        $(SGSMSGDIR)/libelf
  83 
  84 BLTFILES=       $(BLTDEFS) $(BLTDATA) $(BLTMESG)
  85 
  86 SGSMSGCOM=      ../common/libelf.msg
  87 SGSMSG32=       ../common/libelf.32.msg
  88 SGSMSGTARG=     $(SGSMSGCOM)
  89 SGSMSGALL=      $(SGSMSGCOM) $(SGSMSG32)
  90 
  91 SGSMSGFLAGS1=   $(SGSMSGFLAGS) -m $(BLTMESG)


  51 OBJECTS=        $(BLTOBJS)  $(MACHOBJS)  $(COMOBJS)  $(CLASSOBJS) $(MISCOBJS)
  52 
  53 include $(SRC)/lib/Makefile.lib
  54 
  55 # Use the value of M4 set in Makefile.master via Makefile.lib
  56 
  57 DEMOFILES=      Makefile        00README        acom.c          dcom.c \
  58                 pcom.c          tpcom.c         dispsyms.c
  59 DEMOFILESRCDIR= ../demo
  60 ROOTDEMODIRBASE=$(ROOT)/usr/demo/ELF
  61 ROOTDEMODIRS=   $(ROOTDEMODIRBASE)
  62 
  63 include $(SRC)/cmd/sgs/Makefile.com
  64 
  65 MAPFILES =      ../common/mapfile-vers
  66 
  67 DYNFLAGS +=     $(VERSREF)
  68 LDLIBS +=       $(CONVLIBDIR) $(CONV_LIB) -lc
  69 
  70 CERRWARN +=     -_gcc=-Wno-parentheses
  71 CERRWARN +=     $(CNOWARN_UNINIT)
  72 
  73 SMOFF += indenting
  74 
  75 BUILD.AR=       $(RM) $@ ; \
  76                 $(AR) q $@ `$(LORDER) $(OBJECTS:%=$(DIR)/%)| $(TSORT)`
  77                 $(POST_PROCESS_A)
  78 
  79 
  80 BLTDEFS=        msg.h
  81 BLTDATA=        msg.c
  82 BLTMESG=        $(SGSMSGDIR)/libelf
  83 
  84 BLTFILES=       $(BLTDEFS) $(BLTDATA) $(BLTMESG)
  85 
  86 SGSMSGCOM=      ../common/libelf.msg
  87 SGSMSG32=       ../common/libelf.32.msg
  88 SGSMSGTARG=     $(SGSMSGCOM)
  89 SGSMSGALL=      $(SGSMSGCOM) $(SGSMSG32)
  90 
  91 SGSMSGFLAGS1=   $(SGSMSGFLAGS) -m $(BLTMESG)