(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.1 and 1.2

version 1.1, 2001/08/01 20:34:15 version 1.2, 2001/12/13 14:54:31
Line 0 
Line 1 
   ROOT = ../../../..
   
   DIR = Pegasus/Security/Authentication
   
   include $(ROOT)/mak/config.mak
   
   LOCAL_DEFINES = -DPEGASUS_SECURITY_INTERNAL
   
   LIBRARY = peglocalauth
   
   LIBRARIES = \
       $(LIB_DIR)/$(LIB_PREFIX)pegcommon$(LIB_SUFFIX) \
       $(LIB_DIR)/$(LIB_PREFIX)pegconfig$(LIB_SUFFIX)
   
   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
   
   SOURCES = \
       LocalAuthFile.cpp \
       SecureLocalAuthenticator.cpp \
       LocalAuthenticationHandler.cpp \
       BasicAuthenticationHandler.cpp \
       AuthenticationManager.cpp
   
   SYS_LIBS = ws2_32.lib advapi32.lib
   
   include $(ROOT)/mak/library.mak


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

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2