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

Diff for /pegasus/src/Server/Makefile between version 1.7 and 1.7.2.2

version 1.7, 2001/07/06 21:47:00 version 1.7.2.2, 2001/08/02 19:15:25
Line 4 
Line 4 
  
 LIBRARIES = \ LIBRARIES = \
     $(LIB_DIR)/$(LIB_PREFIX)pegcommon$(LIB_SUFFIX) \     $(LIB_DIR)/$(LIB_PREFIX)pegcommon$(LIB_SUFFIX) \
       $(LIB_DIR)/$(LIB_PREFIX)pegconfig$(LIB_SUFFIX) \
     $(LIB_DIR)/$(LIB_PREFIX)pegrepository$(LIB_SUFFIX) \     $(LIB_DIR)/$(LIB_PREFIX)pegrepository$(LIB_SUFFIX) \
     $(LIB_DIR)/$(LIB_PREFIX)pegprotocol$(LIB_SUFFIX) \     $(LIB_DIR)/$(LIB_PREFIX)pegprotocol$(LIB_SUFFIX) \
     $(LIB_DIR)/$(LIB_PREFIX)pegserver$(LIB_SUFFIX) \     $(LIB_DIR)/$(LIB_PREFIX)pegserver$(LIB_SUFFIX) \
Line 12 
Line 13 
  
 DYNAMIC_LIBRARIES = \ DYNAMIC_LIBRARIES = \
     -lpegcommon \     -lpegcommon \
       -lpegconfig \
     -lpegrepository \     -lpegrepository \
     -lpegprotocol \     -lpegprotocol \
     -lpegserver \     -lpegserver \
Line 34 
Line 36 
 tests: tests:
  
 install: install:
         $(COPY) cimserver.conf $(PEGASUS_HOME)          $(COPY) cimserver_planned.conf $(PEGASUS_HOME)
           $(COPY) cimserver_current.conf $(PEGASUS_HOME)
   
   run: install
   ifeq ($(PEGASUS_PLATFORM),WIN32_IX86_MSVC)
           cimserver -l
   else
           cimserver
   endif
   


Legend:
Removed from v.1.7  
changed lines
  Added in v.1.7.2.2

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2