Print this page
3971 remove EXPORT_RELEASE_BUILD


  26 #
  27 # The mech_dummy shared object contains all the functionality needed to
  28 # support the Dummy GSS-API mechanism.
  29 #
  30 
  31 LIBRARY =       mech_dummy.a
  32 VERS =          .1
  33 OBJECTS =       dmech.o
  34 
  35 include $(SRC)/lib/Makefile.lib
  36 
  37 # There should be a mapfile here
  38 MAPFILES =
  39 
  40 CPPFLAGS +=     -I../../libgss -I$(SRC)/uts/common/gssapi/include \
  41                 -I$(ROOT)/usr/include/gssapi
  42 
  43 CERRWARN +=     -_gcc=-Wno-parentheses
  44 CERRWARN +=     -_gcc=-Wno-uninitialized
  45 
  46 MAKEFILE_EXPORT = $(CLOSED)/lib/gss_mechs/mech_dummy/Makefile.export
  47 $(EXPORT_RELEASE_BUILD)include $(MAKEFILE_EXPORT)
  48 
  49 SRCDIR =        ../mech
  50 LIBS =          $(DYNLIB)
  51 LDLIBS +=       -lgss -lc
  52 
  53 .KEEP_STATE:
  54 
  55 all: $(LIBS)
  56 
  57 lint: lintcheck
  58 
  59 include $(SRC)/lib/Makefile.targ


  26 #
  27 # The mech_dummy shared object contains all the functionality needed to
  28 # support the Dummy GSS-API mechanism.
  29 #
  30 
  31 LIBRARY =       mech_dummy.a
  32 VERS =          .1
  33 OBJECTS =       dmech.o
  34 
  35 include $(SRC)/lib/Makefile.lib
  36 
  37 # There should be a mapfile here
  38 MAPFILES =
  39 
  40 CPPFLAGS +=     -I../../libgss -I$(SRC)/uts/common/gssapi/include \
  41                 -I$(ROOT)/usr/include/gssapi
  42 
  43 CERRWARN +=     -_gcc=-Wno-parentheses
  44 CERRWARN +=     -_gcc=-Wno-uninitialized
  45 



  46 SRCDIR =        ../mech
  47 LIBS =          $(DYNLIB)
  48 LDLIBS +=       -lgss -lc
  49 
  50 .KEEP_STATE:
  51 
  52 all: $(LIBS)
  53 
  54 lint: lintcheck
  55 
  56 include $(SRC)/lib/Makefile.targ