Print this page
3971 remove EXPORT_RELEASE_BUILD


  27 # This make file will build mech_dh.so.1. This shared object
  28 # contains all the functionality needed to support Diffie-Hellman GSS-API
  29 # mechanism. 
  30 #
  31 
  32 LIBRARY= mech_dh.a
  33 VERS = .1
  34 
  35 MECH =  context.o context_establish.o cred.o crypto.o dhmech.o \
  36         MICwrap.o name.o oid.o seq.o token.o support.o validate.o
  37 
  38 DERIVED_OBJS = xdr_token.o
  39 
  40 CRYPTO = md5.o
  41 
  42 OBJECTS= $(MECH) $(CRYPTO) $(DERIVED_OBJS)
  43 
  44 # include library definitions
  45 include ../../../../Makefile.lib
  46 
  47 MAKEFILE_EXPORT = $(CLOSED)/lib/gss_mechs/mech_dh/backend/Makefile.export
  48 $(EXPORT_RELEASE_BUILD)include $(MAKEFILE_EXPORT)
  49 
  50 
  51 CPPFLAGS += -I../mech -I../crypto -I$(SRC)/uts/common/gssapi/include
  52 
  53 CERRWARN +=     -_gcc=-Wno-parentheses
  54 CERRWARN +=     -_gcc=-Wno-unused-variable
  55 CERRWARN +=     -_gcc=-Wno-uninitialized
  56 
  57 $(PICS) :=      CFLAGS += $(XFFLAG)
  58 $(PICS) :=      CCFLAGS += $(XFFLAG)
  59 $(PICS) :=      CFLAGS64 += $(XFFLAG)
  60 $(PICS) :=      CCFLAGS64 += $(XFFLAG)
  61 
  62 DYNFLAGS +=     $(ZIGNORE)
  63 
  64 LIBS = $(DYNLIB)
  65 LIBNAME = $(LIBRARY:%.a=%)
  66 
  67 MAPFILES =      ../mapfile-vers
  68 
  69 LDLIBS +=  -lgss -lnsl -lc 
  70 




  27 # This make file will build mech_dh.so.1. This shared object
  28 # contains all the functionality needed to support Diffie-Hellman GSS-API
  29 # mechanism. 
  30 #
  31 
  32 LIBRARY= mech_dh.a
  33 VERS = .1
  34 
  35 MECH =  context.o context_establish.o cred.o crypto.o dhmech.o \
  36         MICwrap.o name.o oid.o seq.o token.o support.o validate.o
  37 
  38 DERIVED_OBJS = xdr_token.o
  39 
  40 CRYPTO = md5.o
  41 
  42 OBJECTS= $(MECH) $(CRYPTO) $(DERIVED_OBJS)
  43 
  44 # include library definitions
  45 include ../../../../Makefile.lib
  46 




  47 CPPFLAGS += -I../mech -I../crypto -I$(SRC)/uts/common/gssapi/include
  48 
  49 CERRWARN +=     -_gcc=-Wno-parentheses
  50 CERRWARN +=     -_gcc=-Wno-unused-variable
  51 CERRWARN +=     -_gcc=-Wno-uninitialized
  52 
  53 $(PICS) :=      CFLAGS += $(XFFLAG)
  54 $(PICS) :=      CCFLAGS += $(XFFLAG)
  55 $(PICS) :=      CFLAGS64 += $(XFFLAG)
  56 $(PICS) :=      CCFLAGS64 += $(XFFLAG)
  57 
  58 DYNFLAGS +=     $(ZIGNORE)
  59 
  60 LIBS = $(DYNLIB)
  61 LIBNAME = $(LIBRARY:%.a=%)
  62 
  63 MAPFILES =      ../mapfile-vers
  64 
  65 LDLIBS +=  -lgss -lnsl -lc 
  66