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


  68         $(COMMON_OBJS:%.o=$(SRC)/common/ctf/%.c) \
  69         $(LIB_OBJS:%.o=$(SRC)/lib/libctf/common/%.c) \
  70         $(LIST_OBJS:%.o=$(SRC)/common/list/%.c) \
  71         $(MERGEQ_OBJS:%.o=$(SRC)/lib/mergeq/%.c)
  72 
  73 LIBS = $(DYNLIB) $(LINTLIB)
  74 LDLIBS += -lc -lelf -ldwarf -lavl
  75 
  76 CSTD = $(CSTD_GNU99)
  77 C99LMODE = -Xc99=%all
  78 
  79 SRCDIR = $(SRC)/lib/libctf/common
  80 
  81 CPPFLAGS +=     -I$(SRC)/lib/libctf/common      \
  82                 -I$(SRC)/common/ctf             \
  83                 -I$(SRC)/lib/libdwarf/common    \
  84                 -I$(SRC)/lib/mergeq             \
  85                 -DCTF_OLD_VERSIONS
  86 CFLAGS += $(CCVERBOSE)
  87 
  88 CERRWARN += -_gcc=-Wno-uninitialized
  89 
  90 $(LINTLIB) := SRCS = $(SRCDIR)/$(LINTSRC)


  68         $(COMMON_OBJS:%.o=$(SRC)/common/ctf/%.c) \
  69         $(LIB_OBJS:%.o=$(SRC)/lib/libctf/common/%.c) \
  70         $(LIST_OBJS:%.o=$(SRC)/common/list/%.c) \
  71         $(MERGEQ_OBJS:%.o=$(SRC)/lib/mergeq/%.c)
  72 
  73 LIBS = $(DYNLIB) $(LINTLIB)
  74 LDLIBS += -lc -lelf -ldwarf -lavl
  75 
  76 CSTD = $(CSTD_GNU99)
  77 C99LMODE = -Xc99=%all
  78 
  79 SRCDIR = $(SRC)/lib/libctf/common
  80 
  81 CPPFLAGS +=     -I$(SRC)/lib/libctf/common      \
  82                 -I$(SRC)/common/ctf             \
  83                 -I$(SRC)/lib/libdwarf/common    \
  84                 -I$(SRC)/lib/mergeq             \
  85                 -DCTF_OLD_VERSIONS
  86 CFLAGS += $(CCVERBOSE)
  87 
  88 CERRWARN += $(CNOWARN_UNINIT)
  89 
  90 $(LINTLIB) := SRCS = $(SRCDIR)/$(LINTSRC)