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


  59         ty_enum.o \
  60         ty_int.o \
  61         ty_num.o \
  62         ty_regexp.o \
  63         utility.o
  64 
  65 # include library definitions
  66 include ../../../Makefile.lib
  67 
  68 LIBS =          $(DYNLIB) $(LINTLIB)
  69 
  70 SRCDIR=         ../common
  71 
  72 $(LINTLIB) :=   SRCS=$(SRCDIR)/$(LINTSRC)
  73 
  74 CPPFLAGS +=     -I../inc
  75 CFLAGS +=       $(CCVERBOSE)
  76 LDLIBS +=       -lcurses -lc
  77 
  78 CERRWARN +=     -_gcc=-Wno-parentheses
  79 CERRWARN +=     -_gcc=-Wno-uninitialized
  80 CERRWARN +=     -_gcc=-Wno-char-subscripts
  81 
  82 .KEEP_STATE:
  83 
  84 all: $(LIBS)
  85 
  86 lint: lintcheck
  87 
  88 # include library targets
  89 include ../../../Makefile.targ
  90 
  91 pics/%.o:       ../common/%.c
  92         $(COMPILE.c) -o $@ $<
  93         $(POST_PROCESS_O)


  59         ty_enum.o \
  60         ty_int.o \
  61         ty_num.o \
  62         ty_regexp.o \
  63         utility.o
  64 
  65 # include library definitions
  66 include ../../../Makefile.lib
  67 
  68 LIBS =          $(DYNLIB) $(LINTLIB)
  69 
  70 SRCDIR=         ../common
  71 
  72 $(LINTLIB) :=   SRCS=$(SRCDIR)/$(LINTSRC)
  73 
  74 CPPFLAGS +=     -I../inc
  75 CFLAGS +=       $(CCVERBOSE)
  76 LDLIBS +=       -lcurses -lc
  77 
  78 CERRWARN +=     -_gcc=-Wno-parentheses
  79 CERRWARN +=     $(CNOWARN_UNINIT)
  80 CERRWARN +=     -_gcc=-Wno-char-subscripts
  81 
  82 .KEEP_STATE:
  83 
  84 all: $(LIBS)
  85 
  86 lint: lintcheck
  87 
  88 # include library targets
  89 include ../../../Makefile.targ
  90 
  91 pics/%.o:       ../common/%.c
  92         $(COMPILE.c) -o $@ $<
  93         $(POST_PROCESS_O)