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


  85 LIBS=           $(DYNLIB)
  86 
  87 include $(SRC)/lib/gss_mechs/mech_krb5/Makefile.mech_krb5
  88 
  89 POFILE = $(LIBRARY:%.a=%.po)
  90 POFILES = generic.po
  91 
  92 #override liblink
  93 INS.liblink=    -$(RM) $@; $(SYMLINK) $(LIBLINKS)$(VERS) $@
  94 
  95 CPPFLAGS +=     -DHAVE_CONFIG_H \
  96                 -I$(SRC)/lib/krb5/plugins/kdb/db2/libdb2/mpool \
  97                 -I$(SRC)/lib/krb5/plugins/kdb/db2/libdb2/db \
  98                 -I$(SRC)/lib/krb5/plugins/kdb/db2/libdb2/hash \
  99                 -I$(SRC)/lib/krb5/plugins/kdb/db2/libdb2/btree \
 100                 -I$(SRC)/lib/krb5/plugins/kdb/db2/libdb2/recno \
 101                 -I$(SRC)/lib/krb5/plugins/kdb/db2/libdb2/include \
 102                 -I$(SRC)/lib/gss_mechs/mech_krb5/include  #for db-ndbm.h
 103 
 104 CFLAGS +=       $(CCVERBOSE) -I..
 105 CERRWARN +=     -_gcc=-Wno-uninitialized
 106 
 107 # not linted
 108 SMATCH=off
 109 
 110 LDLIBS +=       -lc
 111 
 112 # Identify that this library is an interposer (on dbm_ routines from libc.so.1).
 113 # This identification insures runtime symbol lookup resolves to this library
 114 # (before libc.so.1) regardless of dependency link order.
 115 DYNFLAGS +=     $(ZINTERPOSE)
 116 
 117 .KEEP_STATE:
 118 
 119 all:    $(LIBS)
 120 
 121 lint:   lintcheck
 122 
 123 # include library targets
 124 include $(SRC)/lib/krb5/Makefile.targ
 125 




  85 LIBS=           $(DYNLIB)
  86 
  87 include $(SRC)/lib/gss_mechs/mech_krb5/Makefile.mech_krb5
  88 
  89 POFILE = $(LIBRARY:%.a=%.po)
  90 POFILES = generic.po
  91 
  92 #override liblink
  93 INS.liblink=    -$(RM) $@; $(SYMLINK) $(LIBLINKS)$(VERS) $@
  94 
  95 CPPFLAGS +=     -DHAVE_CONFIG_H \
  96                 -I$(SRC)/lib/krb5/plugins/kdb/db2/libdb2/mpool \
  97                 -I$(SRC)/lib/krb5/plugins/kdb/db2/libdb2/db \
  98                 -I$(SRC)/lib/krb5/plugins/kdb/db2/libdb2/hash \
  99                 -I$(SRC)/lib/krb5/plugins/kdb/db2/libdb2/btree \
 100                 -I$(SRC)/lib/krb5/plugins/kdb/db2/libdb2/recno \
 101                 -I$(SRC)/lib/krb5/plugins/kdb/db2/libdb2/include \
 102                 -I$(SRC)/lib/gss_mechs/mech_krb5/include  #for db-ndbm.h
 103 
 104 CFLAGS +=       $(CCVERBOSE) -I..
 105 CERRWARN +=     $(CNOWARN_UNINIT)
 106 
 107 # not linted
 108 SMATCH=off
 109 
 110 LDLIBS +=       -lc
 111 
 112 # Identify that this library is an interposer (on dbm_ routines from libc.so.1).
 113 # This identification insures runtime symbol lookup resolves to this library
 114 # (before libc.so.1) regardless of dependency link order.
 115 DYNFLAGS +=     $(ZINTERPOSE)
 116 
 117 .KEEP_STATE:
 118 
 119 all:    $(LIBS)
 120 
 121 lint:   lintcheck
 122 
 123 # include library targets
 124 include $(SRC)/lib/krb5/Makefile.targ
 125