Print this page
3971 remove EXPORT_RELEASE_BUILD


  94 
  95 # include library definitions
  96 include ../../Makefile.lib
  97 
  98 LIBS =  $(DYNLIB) $(LINTLIB)
  99 
 100 $(LINTLIB):=    SRCS = $(SRCDIR)/$(LINTSRC)
 101 LDLIBS +=       -lc
 102 
 103 CPPFLAGS +=     -I$(GSSCRED_DIR) -I$(SRC)/uts/common/gssapi/include \
 104                  -I$(SRC)/uts/common/gssapi/mechs/krb5/include \
 105                  -I$(SRC)/uts/common/gssapi/ \
 106                  -I$(SRC)/lib/gss_mechs/mech_krb5/include/ \
 107                 -DHAVE_STDLIB_H
 108 
 109 CERRWARN +=     -_gcc=-Wno-unused-function
 110 CERRWARN +=     -_gcc=-Wno-uninitialized
 111 CERRWARN +=     -_gcc=-Wno-parentheses
 112 CERRWARN +=     -_gcc=-Wno-empty-body
 113 
 114 $(EXPORT_RELEASE_BUILD)include $(CLOSED)/lib/libgss/Makefile.export
 115 
 116 .KEEP_STATE:
 117 
 118 all: $(LIBS)
 119 
 120 lintcheck:=     SRCS= $(GSSLINTSRC)
 121 
 122 lint:  lintcheck
 123 
 124 $(GSSCREDOBJ:%.o=pics/%.o):
 125         $(COMPILE.c) -o $@ $(@:pics/%.o=$(GSSCRED_DIR)/%.c)
 126         $(POST_PROCESS_O)
 127 
 128 # we need this in libgss so we don't have to link against mech_krb5
 129 pics/rel_buffer.o: $(KRB5DIR)/rel_buffer.c
 130         $(COMPILE.c) -o $@ $(KRB5DIR)/rel_buffer.c
 131         $(POST_PROCESS_O)
 132 
 133 # we need this in libgss so we don't have to link against mech_krb5
 134 pics/util_buffer_set.o: $(KRB5DIR)/util_buffer_set.c
 135         $(COMPILE.c) -o $@ $(KRB5DIR)/util_buffer_set.c




  94 
  95 # include library definitions
  96 include ../../Makefile.lib
  97 
  98 LIBS =  $(DYNLIB) $(LINTLIB)
  99 
 100 $(LINTLIB):=    SRCS = $(SRCDIR)/$(LINTSRC)
 101 LDLIBS +=       -lc
 102 
 103 CPPFLAGS +=     -I$(GSSCRED_DIR) -I$(SRC)/uts/common/gssapi/include \
 104                  -I$(SRC)/uts/common/gssapi/mechs/krb5/include \
 105                  -I$(SRC)/uts/common/gssapi/ \
 106                  -I$(SRC)/lib/gss_mechs/mech_krb5/include/ \
 107                 -DHAVE_STDLIB_H
 108 
 109 CERRWARN +=     -_gcc=-Wno-unused-function
 110 CERRWARN +=     -_gcc=-Wno-uninitialized
 111 CERRWARN +=     -_gcc=-Wno-parentheses
 112 CERRWARN +=     -_gcc=-Wno-empty-body
 113 


 114 .KEEP_STATE:
 115 
 116 all: $(LIBS)
 117 
 118 lintcheck:=     SRCS= $(GSSLINTSRC)
 119 
 120 lint:  lintcheck
 121 
 122 $(GSSCREDOBJ:%.o=pics/%.o):
 123         $(COMPILE.c) -o $@ $(@:pics/%.o=$(GSSCRED_DIR)/%.c)
 124         $(POST_PROCESS_O)
 125 
 126 # we need this in libgss so we don't have to link against mech_krb5
 127 pics/rel_buffer.o: $(KRB5DIR)/rel_buffer.c
 128         $(COMPILE.c) -o $@ $(KRB5DIR)/rel_buffer.c
 129         $(POST_PROCESS_O)
 130 
 131 # we need this in libgss so we don't have to link against mech_krb5
 132 pics/util_buffer_set.o: $(KRB5DIR)/util_buffer_set.c
 133         $(COMPILE.c) -o $@ $(KRB5DIR)/util_buffer_set.c