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

 1 mike  1.1.2.2 #CONFIGURATION=VXWORKS_PENTIUM_GNU
 2 mike  1.1.2.1 #CONFIGURATION=LINUX_IX86_GNU
 3               
 4               ifeq ($(CONFIGURATION),VXWORKS_PENTIUM_GNU)
 5                   export PEGASUS_ROOT ::= $(shell dirname $(shell pwd))
 6                   export PEGASUS_HOME=$(PEGASUS_ROOT)/$(PEGASUS_PLATFORM)
 7                   export PEGASUS_PLATFORM=VXWORKS_PENTIUM_GNU
 8                   export PEGASUS_DISABLE_PROV_USERCTXT=1
 9                   export PEGASUS_DEFAULT_ENABLE_OOP=false
10                   export CC=ccache ccpentium
11                   export CXX=ccache c++pentium
12               endif
13               
14               
15               ifeq ($(CONFIGURATION),LINUX_IX86_GNU)
16                   export PEGASUS_ROOT ::= $(shell dirname $(shell pwd))
17                   export PEGASUS_HOME=$(PEGASUS_ROOT)/$(PEGASUS_PLATFORM)
18                   export PEGASUS_PLATFORM=LINUX_IX86_GNU
19                   export PEGASUS_DISABLE_PROV_USERCTXT=1
20                   export PEGASUS_DEFAULT_ENABLE_OOP=false
21                   export CC=ccache ccpentium
22                   export CXX=ccache c++pentium
23 mike  1.1.2.1 endif

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2