(file) Return to Makefile CVS log (file) (dir) Up to [Pegasus] / pegasus / src / Pegasus / Security / Authentication

Diff for /pegasus/src/Pegasus/Security/Authentication/Makefile between version 1.2 and 1.7.6.1

version 1.2, 2001/12/13 14:54:31 version 1.7.6.1, 2002/12/12 21:53:53
Line 4 
Line 4 
  
 include $(ROOT)/mak/config.mak include $(ROOT)/mak/config.mak
  
 LOCAL_DEFINES = -DPEGASUS_SECURITY_INTERNAL  LOCAL_DEFINES = -DPEGASUS_SECURITY_INTERNAL -DPEGASUS_INTERNALONLY
  
 LIBRARY = peglocalauth  LIBRARY = pegauthentication
  
 LIBRARIES = \ LIBRARIES = \
     $(LIB_DIR)/$(LIB_PREFIX)pegcommon$(LIB_SUFFIX) \      pegcommon \
     $(LIB_DIR)/$(LIB_PREFIX)pegconfig$(LIB_SUFFIX)      peguser   \
       pegconfig
 ifeq ($(PEGASUS_PLATFORM),ZOS_ZSERIES_IBM)  
 DYNAMIC_LIBRARIES = \  
     $(LIB_DIR)/$(LIB_PREFIX)pegcommon.x \  
     $(LIB_DIR)/$(LIB_PREFIX)pegconfig.x  
 else  
 DYNAMIC_LIBRARIES = \  
     -lpegcommon \  
     -lpegconfig  
 endif  
  
 PRE_DEPEND_INCLUDES = -I./depends PRE_DEPEND_INCLUDES = -I./depends
  
   ifeq ($(OS),HPUX)
       EXTRA_LIBRARIES += -lsec
   endif
   
 SOURCES = \ SOURCES = \
     LocalAuthFile.cpp \     LocalAuthFile.cpp \
     SecureLocalAuthenticator.cpp \     SecureLocalAuthenticator.cpp \
     LocalAuthenticationHandler.cpp \     LocalAuthenticationHandler.cpp \
       SecureBasicAuthenticator.cpp \
       PAMBasicAuthenticator.cpp \
     BasicAuthenticationHandler.cpp \     BasicAuthenticationHandler.cpp \
     AuthenticationManager.cpp     AuthenticationManager.cpp
  


Legend:
Removed from v.1.2  
changed lines
  Added in v.1.7.6.1

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2