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

 1 kumpf 1.1 ROOT = ../../..
 2           
 3           DIR = Pegasus/IndicationService
 4           
 5           include $(ROOT)/mak/config.mak
 6           
 7           EXTRA_INCLUDES = $(SYS_INCLUDES)
 8           
 9 kumpf 1.3 LOCAL_DEFINES = -DPEGASUS_SERVER_INTERNAL -DPEGASUS_INTERNALONLY
10 kumpf 1.1 
11           LIBRARY = pegindicationservice
12           
13           LIBRARIES = \
14               pegcommon \
15               pegprovider \
16               pegrepository \
17 kumpf 1.2     pegprm \
18 kumpf 1.5     pegwql \
19               pegconfig
20 kumpf 1.1 
21           SOURCES = \
22 kumpf 1.4     IndicationOperationAggregate.cpp \
23 kumpf 1.6     SubscriptionRepository.cpp \
24               SubscriptionTable.cpp \
25 kumpf 1.1     IndicationService.cpp
26           
27           OBJECTS = $(SOURCES:.cpp=$(OBJ))
28           
29           SYS_LIBS = ws2_32.lib advapi32.lib
30           
31           include $(ROOT)/mak/library.mak
32 konrad.r 1.7 include $(ROOT)/mak/install.mak

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2