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


 238                 -I$(SRC)/lib/gss_mechs/mech_krb5/include/krb5 \
 239                 -I../include/krb5 \
 240                 -I../krb5/keytab \
 241                 -I../krb5/krb \
 242                 -I../krb5/os \
 243                 -I../krb5/ccache \
 244                 -I../krb5/rcache \
 245                 -I$(SRC)/lib/krb5 \
 246                 -I$(SRC)/lib/krb5/kadm5 \
 247                 -I$(SRC)/uts/common/gssapi/mechs/krb5/include \
 248                 -I$(SRC)/uts/common/gssapi/mechs/krb5/crypto/des
 249 
 250 # KRB5_DEFS can be assigned various preprocessor flags, typically -D
 251 # defines on the make invocation.  These values will be appended to
 252 # CPPFLAGS so the other flags in CPPFLAGS will not be overwritten.
 253 
 254 CPPFLAGS += $(KRB5_DEFS)
 255 
 256 CERRWARN +=     -_gcc=-Wno-unused-function
 257 CERRWARN +=     -_gcc=-Wno-type-limits
 258 CERRWARN +=     -_gcc=-Wno-uninitialized
 259 CERRWARN +=     -_gcc=-Wno-parentheses
 260 CERRWARN +=     -_gcc=-Wno-unused-variable
 261 CERRWARN +=     -_gcc=-Wno-unused-but-set-variable
 262 CERRWARN +=     -_gcc=-Wno-unused-label
 263 CERRWARN +=     -_gcc=-Wno-unused-value
 264 CERRWARN +=     -_gcc=-Wno-empty-body
 265 CERRWARN +=     -_gcc=-Wno-address
 266 
 267 # needs work
 268 SMATCH=off
 269 
 270 MAPFILES =      ../mapfile-vers
 271 
 272 #CPPFLAGS +=    -D_REENTRANT
 273 $(PICS) :=      CFLAGS += $(XFFLAG)
 274 $(PICS) :=      CFLAGS64 += $(XFFLAG)
 275 $(PICS) :=      CCFLAGS += $(XFFLAG)
 276 $(PICS) :=      CCFLAGS64 += $(XFFLAG)
 277 
 278 LIBS = $(DYNLIB) $(K5LIBLINK)




 238                 -I$(SRC)/lib/gss_mechs/mech_krb5/include/krb5 \
 239                 -I../include/krb5 \
 240                 -I../krb5/keytab \
 241                 -I../krb5/krb \
 242                 -I../krb5/os \
 243                 -I../krb5/ccache \
 244                 -I../krb5/rcache \
 245                 -I$(SRC)/lib/krb5 \
 246                 -I$(SRC)/lib/krb5/kadm5 \
 247                 -I$(SRC)/uts/common/gssapi/mechs/krb5/include \
 248                 -I$(SRC)/uts/common/gssapi/mechs/krb5/crypto/des
 249 
 250 # KRB5_DEFS can be assigned various preprocessor flags, typically -D
 251 # defines on the make invocation.  These values will be appended to
 252 # CPPFLAGS so the other flags in CPPFLAGS will not be overwritten.
 253 
 254 CPPFLAGS += $(KRB5_DEFS)
 255 
 256 CERRWARN +=     -_gcc=-Wno-unused-function
 257 CERRWARN +=     -_gcc=-Wno-type-limits
 258 CERRWARN +=     $(CNOWARN_UNINIT)
 259 CERRWARN +=     -_gcc=-Wno-parentheses
 260 CERRWARN +=     -_gcc=-Wno-unused-variable
 261 CERRWARN +=     -_gcc=-Wno-unused-but-set-variable
 262 CERRWARN +=     -_gcc=-Wno-unused-label
 263 CERRWARN +=     -_gcc=-Wno-unused-value
 264 CERRWARN +=     -_gcc=-Wno-empty-body
 265 CERRWARN +=     -_gcc=-Wno-address
 266 
 267 # needs work
 268 SMATCH=off
 269 
 270 MAPFILES =      ../mapfile-vers
 271 
 272 #CPPFLAGS +=    -D_REENTRANT
 273 $(PICS) :=      CFLAGS += $(XFFLAG)
 274 $(PICS) :=      CFLAGS64 += $(XFFLAG)
 275 $(PICS) :=      CCFLAGS += $(XFFLAG)
 276 $(PICS) :=      CCFLAGS64 += $(XFFLAG)
 277 
 278 LIBS = $(DYNLIB) $(K5LIBLINK)