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


  38                 libnwam_ncp.o \
  39                 libnwam_object.o \
  40                 libnwam_util.o \
  41                 libnwam_values.o \
  42                 libnwam_wlan.o
  43 
  44 include ../../Makefile.lib
  45 include ../../Makefile.rootfs
  46 
  47 LIBS =          $(DYNLIB) $(LINTLIB)
  48 LDLIBS +=       -lbsm -lc -ldladm -lnvpair -lscf -lsecdb -lsocket \
  49                 -lipadm
  50 
  51 SRCDIR =        ../common
  52 $(LINTLIB) := SRCS=     $(SRCDIR)/$(LINTSRC)
  53 
  54 CFLAGS +=       $(CCVERBOSE)
  55 CPPFLAGS +=     -I$(SRCDIR) -D_REENTRANT
  56 
  57 CERRWARN +=     -_gcc=-Wno-switch
  58 CERRWARN +=     -_gcc=-Wno-uninitialized
  59 
  60 # not linted
  61 SMATCH=off
  62 
  63 .KEEP_STATE:
  64 
  65 all:    $(LIBS)
  66 
  67 lint:   lintcheck
  68 
  69 include  $(SRC)/lib/Makefile.targ


  38                 libnwam_ncp.o \
  39                 libnwam_object.o \
  40                 libnwam_util.o \
  41                 libnwam_values.o \
  42                 libnwam_wlan.o
  43 
  44 include ../../Makefile.lib
  45 include ../../Makefile.rootfs
  46 
  47 LIBS =          $(DYNLIB) $(LINTLIB)
  48 LDLIBS +=       -lbsm -lc -ldladm -lnvpair -lscf -lsecdb -lsocket \
  49                 -lipadm
  50 
  51 SRCDIR =        ../common
  52 $(LINTLIB) := SRCS=     $(SRCDIR)/$(LINTSRC)
  53 
  54 CFLAGS +=       $(CCVERBOSE)
  55 CPPFLAGS +=     -I$(SRCDIR) -D_REENTRANT
  56 
  57 CERRWARN +=     -_gcc=-Wno-switch
  58 CERRWARN +=     $(CNOWARN_UNINIT)
  59 
  60 # not linted
  61 SMATCH=off
  62 
  63 .KEEP_STATE:
  64 
  65 all:    $(LIBS)
  66 
  67 lint:   lintcheck
  68 
  69 include  $(SRC)/lib/Makefile.targ