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

 1 mday  1.1 ROOT = ../..
 2           
 3           DIR = slp
 4           
 5           include $(ROOT)/mak/config.mak
 6           
 7           EXTRA_INCLUDES = $(SYS_INCLUDES)
 8           
 9           LOCAL_DEFINES = 
10           
11 mday  1.2 LIBRARY = slp
12 mday  1.1 
13           PRE_DEPEND_INCLUDES = -I./depends
14           
15 mday  1.6 ifneq ($(PEGASUS_SUPPORTS_DYNLIB),yes)
16 mike  1.7     LIBRARIES = pegcommon
17 mday  1.6 endif
18 mday  1.3 
19 mday  1.8.6.1 #SOURCES = slp.cpp
20 mday  1.8     ## TO build and test THE NEW SLP agent: comment out the previous line, 
21               ## uncomment the next line: 
22 mday  1.8.6.1 SOURCES = peg_slp_agent.cpp slp.cpp
23 mday  1.1     
24               OBJECTS = $(SOURCES:.cpp=$(OBJ))
25               
26               SYS_LIBS = ws2_32.lib advapi32.lib
27               
28               include $(ROOT)/mak/library.mak
29               
30               run:
31               	Server $(REPOSITORY_ROOT)

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2