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

Diff for /pegasus/src/Pegasus/Client/Makefile between version 1.16.2.3 and 1.17

version 1.16.2.3, 2004/03/22 21:33:42 version 1.17, 2004/04/29 08:39:20
Line 20 
Line 20 
 LIBRARIES = \ LIBRARIES = \
     pegcommon     pegcommon
  
 ifdef PEGASUS_ENABLE_SLP  
 ifneq ($(PEGASUS_PLATFORM),WIN32_IX86_MSVC)  
 LIBRARIES += pegslp_client  
 endif  
 endif  
   
 PRE_DEPEND_INCLUDES = -I./depends PRE_DEPEND_INCLUDES = -I./depends
  
 SOURCES = \ SOURCES = \
Line 47 
Line 41 
  
 OBJECTS = $(SOURCES:.cpp=$(OBJ)) OBJECTS = $(SOURCES:.cpp=$(OBJ))
  
 include $(ROOT)/mak/library.mak  
   
 ifdef PEGASUS_ENABLE_SLP  
 $(SOURCES): slp_client  
 slp_client :  
         @ $(MAKE) -SC $(ROOT)/src/slp/slp_client  
 ifeq ($(PEGASUS_PLATFORM),WIN32_IX86_MSVC) ifeq ($(PEGASUS_PLATFORM),WIN32_IX86_MSVC)
 SYS_LIBS = $(PEGASUS_HOME)/lib/pegslp_client.lib ws2_32.lib advapi32.lib  SYS_LIBS = ws2_32.lib advapi32.lib
   ifdef PEGASUS_ENABLE_SLP
   SYS_LIBS += $(PEGASUS_HOME)/lib/slp_client.lib
 endif endif
 endif endif
  
   include $(ROOT)/mak/library.mak
   


Legend:
Removed from v.1.16.2.3  
changed lines
  Added in v.1.17

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2