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

 1 kumpf 1.1 # Makes the dynamic load libs for the files named in DIR
 2           ROOT = ../../../..
 3           
 4           DIR = Pegasus/ControlProviders/UserAuthProvider
 5           
 6           include $(ROOT)/mak/config.mak
 7           
 8 kumpf 1.2 LOCAL_DEFINES = -DPEGASUS_USERAUTHPROVIDER_INTERNAL -DPEGASUS_INTERNALONLY
 9 kumpf 1.1 
10           LIBRARY = UserAuthProvider
11           
12           LIBRARIES = \
13               pegcommon \
14               peguser \
15               pegprovider
16           
17           SOURCES = UserAuthProvider.cpp
18           
19           ifeq ($(PEGASUS_SUPPORTS_DYNLIB),yes)
20           NEEDS_LIBRARIES = -L$(LIB_DIR) -lpegcommon -lpeguser -lpegprovider
21           endif
22           
23           include $(ROOT)/mak/library.mak

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2