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

Diff for /pegasus/src/Pegasus/ManagedClient/Makefile between version 1.1 and 1.2

version 1.1, 2004/06/04 16:51:47 version 1.2, 2004/06/09 08:55: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 43 
Line 49 
  
 OBJECTS = $(SOURCES:.cpp=$(OBJ)) OBJECTS = $(SOURCES:.cpp=$(OBJ))
  
   include $(ROOT)/mak/library.mak
   
 ifeq ($(PEGASUS_PLATFORM),WIN32_IX86_MSVC) ifeq ($(PEGASUS_PLATFORM),WIN32_IX86_MSVC)
 SYS_LIBS = ws2_32.lib advapi32.lib SYS_LIBS = ws2_32.lib advapi32.lib
   endif
   
 ifdef PEGASUS_ENABLE_SLP ifdef PEGASUS_ENABLE_SLP
 SYS_LIBS += $(PEGASUS_HOME)/lib/slp_client.lib  $(SOURCES): slp_client
   slp_client :
           @ $(MAKE) -SC $(ROOT)/src/slp/slp_client
   ifeq ($(PEGASUS_PLATFORM),WIN32_IX86_MSVC)
   SYS_LIBS += $(PEGASUS_HOME)/lib/pegslp_client.lib
 endif endif
 endif endif
  
 include $(ROOT)/mak/library.mak  
   


Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2