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


  33                 freefilter.o    \
  34                 getfilter.o     \
  35                 filtertable.o   \
  36                 insfilter.o     \
  37                 loadfilters.o   \
  38                 putfilter.o     \
  39                 regex.o         \
  40                 search.o        \
  41                 trash.o
  42 
  43 include         ../../Makefile.lp
  44 
  45 include         ../../../../lib/Makefile.lib
  46 
  47 # Specifically request the construction of a static library.
  48 # This library is not installed in the proto area.
  49 LIBS = $(LIBRARY)
  50 
  51 CPPFLAGS =      -I../../include $(CPPFLAGS.master)
  52 
  53 CERRWARN +=     -_gcc=-Wno-uninitialized
  54 CERRWARN +=     -_gcc=-Wno-parentheses
  55 
  56 # not linted
  57 SMATCH=off
  58 
  59 POFILE =        lp_lib_filters.po
  60 
  61 .KEEP_STATE:
  62 
  63 all install :   $(LIBS)
  64 
  65 include         ../../../../lib/Makefile.targ
  66 
  67 CLEANFILES      += llib-llpflt.ln
  68 LINTFLAGS = -nvx
  69 SRCS= $(OBJECTS:%.o=%.c)
  70 
  71 lint:   lintlib
  72         $(LINT.c) $(LINTFLAGS) $(SRCS)
  73 


  33                 freefilter.o    \
  34                 getfilter.o     \
  35                 filtertable.o   \
  36                 insfilter.o     \
  37                 loadfilters.o   \
  38                 putfilter.o     \
  39                 regex.o         \
  40                 search.o        \
  41                 trash.o
  42 
  43 include         ../../Makefile.lp
  44 
  45 include         ../../../../lib/Makefile.lib
  46 
  47 # Specifically request the construction of a static library.
  48 # This library is not installed in the proto area.
  49 LIBS = $(LIBRARY)
  50 
  51 CPPFLAGS =      -I../../include $(CPPFLAGS.master)
  52 
  53 CERRWARN +=     $(CNOWARN_UNINIT)
  54 CERRWARN +=     -_gcc=-Wno-parentheses
  55 
  56 # not linted
  57 SMATCH=off
  58 
  59 POFILE =        lp_lib_filters.po
  60 
  61 .KEEP_STATE:
  62 
  63 all install :   $(LIBS)
  64 
  65 include         ../../../../lib/Makefile.targ
  66 
  67 CLEANFILES      += llib-llpflt.ln
  68 LINTFLAGS = -nvx
  69 SRCS= $(OBJECTS:%.o=%.c)
  70 
  71 lint:   lintlib
  72         $(LINT.c) $(LINTFLAGS) $(SRCS)
  73