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

Diff for /pegasus/Attic/configure.mak between version 1.1 and 1.1.2.1

version 1.1, 2007/09/14 23:08:21 version 1.1.2.1, 2007/09/14 23:08:21
Line 0 
Line 1 
   CONFIGURATION=VXWORKS_PENTIUM_GNU
   #CONFIGURATION=LINUX_IX86_GNU
   
   ifeq ($(CONFIGURATION),VXWORKS_PENTIUM_GNU)
       export PEGASUS_ROOT ::= $(shell dirname $(shell pwd))
       export PEGASUS_HOME=$(PEGASUS_ROOT)/$(PEGASUS_PLATFORM)
       export PEGASUS_PLATFORM=VXWORKS_PENTIUM_GNU
       export PEGASUS_DISABLE_PROV_USERCTXT=1
       export PEGASUS_DEFAULT_ENABLE_OOP=false
       export CC=ccache ccpentium
       export CXX=ccache c++pentium
   endif
   
   
   ifeq ($(CONFIGURATION),LINUX_IX86_GNU)
       export PEGASUS_ROOT ::= $(shell dirname $(shell pwd))
       export PEGASUS_HOME=$(PEGASUS_ROOT)/$(PEGASUS_PLATFORM)
       export PEGASUS_PLATFORM=LINUX_IX86_GNU
       export PEGASUS_DISABLE_PROV_USERCTXT=1
       export PEGASUS_DEFAULT_ENABLE_OOP=false
       export CC=ccache ccpentium
       export CXX=ccache c++pentium
   endif


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

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2