Print this page
3971 remove EXPORT_RELEASE_BUILD


  23 # Use is subject to license terms.
  24 #
  25 
  26 #
  27 # This make file will build dh192.so.1. This shared object
  28 # contains the functionality needed to initialize the  Diffie-Hellman GSS-API
  29 # mechanism with 192 bit key length. This library, in turn, loads the 
  30 # generic Diffie-Hellman GSS-API backend, dhmech.so
  31 #
  32 
  33 LIBRARY= dh192-0.a
  34 VERS = .1
  35 
  36 DH192=  dh192.o dh_common.o generic_key.o
  37 
  38 OBJECTS= $(DH192)
  39 
  40 # include library definitions
  41 include ../../../../Makefile.lib
  42 
  43 MAKEFILE_EXPORT = $(CLOSED)/lib/gss_mechs/mech_dh/dh192/Makefile.export
  44 $(EXPORT_RELEASE_BUILD)include $(MAKEFILE_EXPORT)
  45 
  46 CPPFLAGS += -I../../backend/mech -I../../backend/crypto
  47 CPPFLAGS += -I$(SRC)/lib/libnsl/include
  48 CPPFLAGS += -I$(SRC)/uts/common/gssapi/include
  49 
  50 $(PICS) :=      CFLAGS += $(XFFLAG)
  51 $(PICS) :=      CCFLAGS += $(XFFLAG)
  52 $(PICS) :=      CFLAGS64 += $(XFFLAG)
  53 $(PICS) :=      CCFLAGS64 += $(XFFLAG)
  54 
  55 DYNFLAGS +=     $(ZIGNORE)
  56 
  57 LIBS = $(DYNLIB)
  58 LIBNAME = $(LIBRARY:%.a=%)
  59 
  60 MAPFILES =      ../mapfile-vers
  61 
  62 LDLIBS += -lnsl -lmp -lc
  63 
  64 .KEEP_STATE:
  65 




  23 # Use is subject to license terms.
  24 #
  25 
  26 #
  27 # This make file will build dh192.so.1. This shared object
  28 # contains the functionality needed to initialize the  Diffie-Hellman GSS-API
  29 # mechanism with 192 bit key length. This library, in turn, loads the 
  30 # generic Diffie-Hellman GSS-API backend, dhmech.so
  31 #
  32 
  33 LIBRARY= dh192-0.a
  34 VERS = .1
  35 
  36 DH192=  dh192.o dh_common.o generic_key.o
  37 
  38 OBJECTS= $(DH192)
  39 
  40 # include library definitions
  41 include ../../../../Makefile.lib
  42 



  43 CPPFLAGS += -I../../backend/mech -I../../backend/crypto
  44 CPPFLAGS += -I$(SRC)/lib/libnsl/include
  45 CPPFLAGS += -I$(SRC)/uts/common/gssapi/include
  46 
  47 $(PICS) :=      CFLAGS += $(XFFLAG)
  48 $(PICS) :=      CCFLAGS += $(XFFLAG)
  49 $(PICS) :=      CFLAGS64 += $(XFFLAG)
  50 $(PICS) :=      CCFLAGS64 += $(XFFLAG)
  51 
  52 DYNFLAGS +=     $(ZIGNORE)
  53 
  54 LIBS = $(DYNLIB)
  55 LIBNAME = $(LIBRARY:%.a=%)
  56 
  57 MAPFILES =      ../mapfile-vers
  58 
  59 LDLIBS += -lnsl -lmp -lc
  60 
  61 .KEEP_STATE:
  62