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


  60         pkcs11Slottable.o       \
  61         pkcs11Conf.o            \
  62         pkcs11Sessionlist.o     \
  63         pkcs11SUNWExtensions.o
  64 
  65 include ../../../Makefile.lib
  66 
  67 SRCDIR=         ../common
  68 INCDIR=         ../../include
  69 
  70 LIBS =          $(DYNLIB) $(LINTLIB)
  71 $(LINTLIB) :=   SRCS = $(SRCDIR)/$(LINTSRC)
  72 LDLIBS +=       -lcryptoutil -lc
  73 
  74 CFLAGS  +=      $(CCVERBOSE)
  75 CPPFLAGS +=     -I$(INCDIR) -I$(SRCDIR) -D_REENTRANT
  76 
  77 LINTFLAGS64 += -errchk=longptr64
  78 
  79 CERRWARN +=     -_gcc=-Wno-unused-label
  80 CERRWARN +=     -_gcc=-Wno-uninitialized
  81 
  82 # not linted
  83 SMATCH=off
  84 
  85 .KEEP_STATE:
  86 
  87 all:    $(LIBS)
  88 
  89 lint: lintcheck
  90 
  91 include $(SRC)/lib/Makefile.targ


  60         pkcs11Slottable.o       \
  61         pkcs11Conf.o            \
  62         pkcs11Sessionlist.o     \
  63         pkcs11SUNWExtensions.o
  64 
  65 include ../../../Makefile.lib
  66 
  67 SRCDIR=         ../common
  68 INCDIR=         ../../include
  69 
  70 LIBS =          $(DYNLIB) $(LINTLIB)
  71 $(LINTLIB) :=   SRCS = $(SRCDIR)/$(LINTSRC)
  72 LDLIBS +=       -lcryptoutil -lc
  73 
  74 CFLAGS  +=      $(CCVERBOSE)
  75 CPPFLAGS +=     -I$(INCDIR) -I$(SRCDIR) -D_REENTRANT
  76 
  77 LINTFLAGS64 += -errchk=longptr64
  78 
  79 CERRWARN +=     -_gcc=-Wno-unused-label
  80 CERRWARN +=     $(CNOWARN_UNINIT)
  81 
  82 # not linted
  83 SMATCH=off
  84 
  85 .KEEP_STATE:
  86 
  87 all:    $(LIBS)
  88 
  89 lint: lintcheck
  90 
  91 include $(SRC)/lib/Makefile.targ