(file) Return to libraries.mak CVS log (file) (dir) Up to [Pegasus] / pegasus / src / Clients

Diff for /pegasus/src/Clients/libraries.mak between version 1.8 and 1.9

version 1.8, 2001/12/24 03:11:31 version 1.9, 2001/12/25 04:22:41
Line 1 
Line 1 
  
 LIBRARIES = \ LIBRARIES = \
     $(LIB_DIR)/$(LIB_PREFIX)pegcommon$(LIB_SUFFIX) \      pegcommon \
     $(LIB_DIR)/$(LIB_PREFIX)pegconfig$(LIB_SUFFIX) \      pegconfig \
     $(LIB_DIR)/$(LIB_PREFIX)pegrepository$(LIB_SUFFIX) \      pegrepository \
     $(LIB_DIR)/$(LIB_PREFIX)pegclient$(LIB_SUFFIX)      pegclient
  
 ifneq ($(PEGASUS_PLATFORM),ZOS_ZSERIES_IBM) ifneq ($(PEGASUS_PLATFORM),ZOS_ZSERIES_IBM)
 LIBRARIES += $(LIB_DIR)/$(LIB_PREFIX)slp$(LIB_SUFFIX)  LIBRARIES += slp
 endif  
   
 ifeq ($(PEGASUS_PLATFORM),ZOS_ZSERIES_IBM)  
 DYNAMIC_LIBRARIES = \  
     $(LIB_DIR)/$(LIB_PREFIX)pegcommon.x \  
     $(LIB_DIR)/$(LIB_PREFIX)pegconfig.x \  
     $(LIB_DIR)/$(LIB_PREFIX)pegrepository.x \  
     $(LIB_DIR)/$(LIB_PREFIX)pegclient.x  
 else  
 DYNAMIC_LIBRARIES = \  
     -lpegcommon \  
     -lpegconfig \  
     -lpegrepository \  
     -lpegclient \  
     -lslp  
 endif endif


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

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2