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

Diff for /pegasus/src/slp/Makefile between version 1.9 and 1.10

version 1.9, 2003/10/15 20:06:40 version 1.10, 2004/06/03 23:22:30
Line 1 
Line 1 
 ROOT = ../.. ROOT = ../..
  
 DIR = slp  
   
 include $(ROOT)/mak/config.mak include $(ROOT)/mak/config.mak
  
 EXTRA_INCLUDES = $(SYS_INCLUDES)  DIRS = slp_client slp_agent
   
 LOCAL_DEFINES =  
   
 LIBRARY = slp  
   
 PRE_DEPEND_INCLUDES = -I./depends  
   
 ifneq ($(PEGASUS_SUPPORTS_DYNLIB),yes)  
     LIBRARIES = pegcommon  
 endif  
   
   
   
 SOURCES = peg_slp_agent.cpp  
   
 OBJECTS = $(SOURCES:.cpp=$(OBJ))  
   
 SYS_LIBS = ws2_32.lib advapi32.lib  
   
 include $(ROOT)/mak/library.mak  
  
 run:  include $(ROOT)/mak/recurse.mak
         Server $(REPOSITORY_ROOT)  


Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2