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


  36         passutils.o \
  37         random.o \
  38         keyfile.o \
  39         util.o \
  40         pkcs11_uri.o
  41 
  42 include $(SRC)/lib/Makefile.lib
  43 include $(SRC)/lib/Makefile.rootfs
  44 
  45 SRCDIR= ../common
  46 
  47 LIBS =  $(DYNLIB) $(LINTLIB)
  48 $(LINTLIB) := SRCS = $(SRCDIR)/$(LINTSRC)
  49 LDLIBS += -lc
  50 
  51 CFLAGS +=       $(CCVERBOSE)
  52 CPPFLAGS +=     -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -I$(SRCDIR)
  53 LINTFLAGS64 +=  -errchk=longptr64
  54 
  55 CERRWARN +=     -_gcc=-Wno-parentheses
  56 CERRWARN +=     -_gcc=-Wno-uninitialized
  57 
  58 # not linted
  59 SMATCH=off
  60 
  61 all: $(LIBS)
  62 
  63 lint: lintcheck
  64 
  65 include $(SRC)/lib/Makefile.targ


  36         passutils.o \
  37         random.o \
  38         keyfile.o \
  39         util.o \
  40         pkcs11_uri.o
  41 
  42 include $(SRC)/lib/Makefile.lib
  43 include $(SRC)/lib/Makefile.rootfs
  44 
  45 SRCDIR= ../common
  46 
  47 LIBS =  $(DYNLIB) $(LINTLIB)
  48 $(LINTLIB) := SRCS = $(SRCDIR)/$(LINTSRC)
  49 LDLIBS += -lc
  50 
  51 CFLAGS +=       $(CCVERBOSE)
  52 CPPFLAGS +=     -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -I$(SRCDIR)
  53 LINTFLAGS64 +=  -errchk=longptr64
  54 
  55 CERRWARN +=     -_gcc=-Wno-parentheses
  56 CERRWARN +=     $(CNOWARN_UNINIT)
  57 
  58 # not linted
  59 SMATCH=off
  60 
  61 all: $(LIBS)
  62 
  63 lint: lintcheck
  64 
  65 include $(SRC)/lib/Makefile.targ