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

File: [Pegasus] / pegasus / mak / config.mak (download)
Revision: 1.1.1.1 (vendor branch), Sun Jan 14 19:50:21 2001 UTC (23 years, 4 months ago) by mike
Branch: pegasus
CVS Tags: opengroup
Changes since 1.1: +0 -0 lines
Pegasus import

################################################################################
##
## Get external environment variables. Note that all external environment
## variables begin with "PEGASUS_".
##
################################################################################

ifdef PEGASUS_OS_TYPE
  OS_TYPE = $(PEGASUS_OS_TYPE)
else
  OS_TYPE = windows
endif

ifdef PEGASUS_BUILD
  BUILD_DIR = $(subst \,/,$(PEGASUS_BUILD))
else
  BUILD_DIR = $(ROOT)/build
endif

ifdef PEGASUS_ACE_ROOT
  ACE_ROOT = $(subst \,/,$(PEGASUS_ACE_ROOT))
else
  ERROR = PEGASUS_ACE_ROOT_UNDEFINED
PEGASUS_ACE_ROOT_UNDEFINED:
	@ echo PEGASUS_ACE_ROOT environment variable undefined
	@ exit 1
endif


################################################################################

OBJ_DIR = $(BUILD_DIR)/obj/$(DIR)
BIN_DIR = $(BUILD_DIR)/bin
LIB_DIR = $(BUILD_DIR)/lib
REPOSITORY_ROOT = $(BUILD_DIR)

ifeq ($(OS_TYPE),windows)
include $(ROOT)/mak/config-windows.mak
else
include $(ROOT)/mak/config-unix.mak
endif

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2