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

 1 mike  1.2 ROOT = ../../../..
 2           
 3           DIR = Pegasus/Security/Authentication
 4           
 5           include $(ROOT)/mak/config.mak
 6           
 7 kumpf 1.6 LOCAL_DEFINES = -DPEGASUS_SECURITY_INTERNAL -DPEGASUS_INTERNALONLY
 8 mike  1.2 
 9 kumpf 1.4 LIBRARY = pegauthentication
10 mike  1.2 
11           LIBRARIES = \
12 mike  1.3     pegcommon \
13 kumpf 1.4     peguser   \
14 mike  1.3     pegconfig
15 mike  1.2 
16           PRE_DEPEND_INCLUDES = -I./depends
17           
18 kumpf 1.7 ifeq ($(OS),HPUX)
19 kumpf 1.7.6.1     EXTRA_LIBRARIES += -lsec 
20 kumpf 1.7     endif
21               
22 mike  1.2     SOURCES = \
23                   LocalAuthFile.cpp \
24                   SecureLocalAuthenticator.cpp \
25                   LocalAuthenticationHandler.cpp \
26 kumpf 1.4         SecureBasicAuthenticator.cpp \
27 kumpf 1.5         PAMBasicAuthenticator.cpp \
28 mike  1.2         BasicAuthenticationHandler.cpp \
29                   AuthenticationManager.cpp
30               
31               SYS_LIBS = ws2_32.lib advapi32.lib
32               
33               include $(ROOT)/mak/library.mak

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2