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

Diff for /pegasus/mak/config.mak between version 1.65 and 1.66

version 1.65, 2004/11/12 22:36:38 version 1.66, 2004/11/12 22:50:07
Line 44 
Line 44 
     DISPLAYCONSUMER_DIR = $(subst \,/,$(PEGASUS_HOME))     DISPLAYCONSUMER_DIR = $(subst \,/,$(PEGASUS_HOME))
 endif endif
  
 VALID_PLATFORMS = \  PLATFORM_FILES=$(wildcard $(ROOT)/mak/platform*.mak)
     WIN32_IX86_MSVC \  TEMP=$(subst $(ROOT)/mak/platform_,, $(PLATFORM_FILES))
     LINUX_IX86_GNU \  VALID_PLATFORMS=$(subst .mak,, $(TEMP))
     LINUX_PPC_GNU \  
     LINUX_IA64_GNU \  
     LINUX_ZSERIES_GNU \  
     AIX_RS_IBMCXX \  
     HPUX_PARISC_ACC \  
     HPUX_IA64_ACC \  
     TRU64_ALPHA_DECCXX \  
     SOLARIS_SPARC_GNU \  
     SOLARIS_SPARC_CC \  
     ZOS_ZSERIES_IBM \  
     NSK_NONSTOP_NMCPLUS \  
     DARWIN_PPC_GNU  
  
 ifndef PEGASUS_PLATFORM ifndef PEGASUS_PLATFORM
     $(error PEGASUS_PLATFORM environment variable undefined.  Please set to\     $(error PEGASUS_PLATFORM environment variable undefined.  Please set to\
Line 195 
Line 183 
 ## ##
 ################################################################################ ################################################################################
  
 ifeq ($(PEGASUS_PLATFORM),WIN32_IX86_MSVC)  PLATFORM_FILE = $(ROOT)/mak/platform_$(PEGASUS_PLATFORM).mak
     include $(ROOT)/mak/platform_$(PEGASUS_PLATFORM).mak  ifneq ($(wildcard $(PLATFORM_FILE)), )
     FOUND = true      include $(PLATFORM_FILE)
 endif  else
   
 ifeq ($(PEGASUS_PLATFORM),LINUX_IX86_GNU)  
     include $(ROOT)/mak/platform_$(PEGASUS_PLATFORM).mak  
     FOUND = true  
 endif  
   
 ifeq ($(PEGASUS_PLATFORM),LINUX_PPC_GNU)  
     include $(ROOT)/mak/platform_$(PEGASUS_PLATFORM).mak  
     FOUND = true  
 endif  
   
 ifeq ($(PEGASUS_PLATFORM),LINUX_IA64_GNU)  
     include $(ROOT)/mak/platform_$(PEGASUS_PLATFORM).mak  
     FOUND = true  
 endif  
   
 ifeq ($(PEGASUS_PLATFORM),LINUX_ZSERIES_GNU)  
     include $(ROOT)/mak/platform_$(PEGASUS_PLATFORM).mak  
     FOUND = true  
 endif  
   
 ifeq ($(PEGASUS_PLATFORM),AIX_RS_IBMCXX)  
     include $(ROOT)/mak/platform_$(PEGASUS_PLATFORM).mak  
     FOUND = true  
 endif  
   
 ifeq ($(PEGASUS_PLATFORM),HPUX_PARISC_ACC)  
     include $(ROOT)/mak/platform_$(PEGASUS_PLATFORM).mak  
     FOUND = true  
 endif  
   
 ifeq ($(PEGASUS_PLATFORM),HPUX_IA64_ACC)  
     include $(ROOT)/mak/platform_$(PEGASUS_PLATFORM).mak  
     FOUND = true  
 endif  
   
 ifeq ($(PEGASUS_PLATFORM),TRU64_ALPHA_DECCXX)  
     include $(ROOT)/mak/platform_$(PEGASUS_PLATFORM).mak  
     FOUND = true  
 endif  
   
 ifeq ($(PEGASUS_PLATFORM),SOLARIS_SPARC_GNU)  
     include $(ROOT)/mak/platform_$(PEGASUS_PLATFORM).mak  
     FOUND = true  
 endif  
   
 ifeq ($(PEGASUS_PLATFORM),SOLARIS_SPARC_CC)  
     include $(ROOT)/mak/platform_$(PEGASUS_PLATFORM).mak  
     FOUND = true  
 endif  
   
 ifeq ($(PEGASUS_PLATFORM),ZOS_ZSERIES_IBM)  
     include $(ROOT)/mak/platform_$(PEGASUS_PLATFORM).mak  
     FOUND = true  
 endif  
   
 ifeq ($(PEGASUS_PLATFORM),NSK_NONSTOP_NMCPLUS)  
     include $(ROOT)/mak/platform_$(PEGASUS_PLATFORM).mak  
     FOUND = true  
 endif  
   
 ifeq ($(PEGASUS_PLATFORM),DARWIN_PPC_GNU)  
     include $(ROOT)/mak/platform_$(PEGASUS_PLATFORM).mak  
     FOUND = true  
 endif  
   
 ifneq ($(FOUND),true)  
   $(error  PEGASUS_PLATFORM environment variable must be set to one of\   $(error  PEGASUS_PLATFORM environment variable must be set to one of\
         the following: $(VALID_PLATFORMS))         the following: $(VALID_PLATFORMS))
 endif endif


Legend:
Removed from v.1.65  
changed lines
  Added in v.1.66

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2