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

Diff for /pegasus/src/Service/Makefile between version 1.8.10.2 and 1.9

version 1.8.10.2, 2007/10/09 21:41:41 version 1.9, 2008/10/17 11:07:43
Line 46 
Line 46 
 SOURCES = \ SOURCES = \
     PidFile.cpp \     PidFile.cpp \
     ServerProcess.cpp \     ServerProcess.cpp \
     ServerRunStatus.cpp      ServerRunStatus.cpp \
       ServerShutdownClient.cpp
  
 ifndef PEGASUS_REMOVE_SERVER_CLIENT_USAGE  
     SOURCES += ServerShutdownClient.cpp  
 endif  
  
 SOURCES_ZOS = ARM_zOS.cpp AutoRestartMgr_ZOS_ZSERIES_IBM.s  SOURCES_ZOS = ARM_zOS.cpp
  
 ifeq ($(PEGASUS_PLATFORM),ZOS_ZSERIES_IBM) ifeq ($(PEGASUS_PLATFORM),ZOS_ZSERIES_IBM)
     SOURCES_ZOS += AutoRestartMgr_ZOS_ZSERIES_IBM.s
   endif
   
   #ifeq ($(PEGASUS_PLATFORM),ZOS_ZSERIES64_IBM)
   #  SOURCES_ZOS += AutoRestartMgr_ZOS_ZSERIES64_IBM.s
   #endif
   
   ifeq ($(OS),zos)
    SOURCES += $(SOURCES_ZOS)    SOURCES += $(SOURCES_ZOS)
 endif endif
  


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

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2