Skip to content
Snippets Groups Projects
CONFIG 838 B
Newer Older
mooney's avatar
mooney committed
# CONFIG - Load build configuration data
#
# Do not make changes to this file!
mooney's avatar
mooney committed
# Allow user to override where the build rules come from
RULES = $(EPICS_BASE)
mooney's avatar
mooney committed
# RELEASE files point to other application tops
include $(TOP)/configure/RELEASE
-include $(TOP)/configure/RELEASE.$(EPICS_HOST_ARCH).Common
ifdef T_A
-include $(TOP)/configure/RELEASE.Common.$(T_A)
-include $(TOP)/configure/RELEASE.$(EPICS_HOST_ARCH).$(T_A)
endif

mooney's avatar
mooney committed
CONFIG = $(RULES)/configure
include $(CONFIG)/CONFIG

mooney's avatar
mooney committed
# Override the Base definition:
INSTALL_LOCATION = $(TOP)
mooney's avatar
mooney committed

# CONFIG_SITE files contain other build configuration settings
include $(TOP)/configure/CONFIG_SITE
-include $(TOP)/configure/CONFIG_SITE.$(EPICS_HOST_ARCH).Common
ifdef T_A
 -include $(TOP)/configure/CONFIG_SITE.Common.$(T_A)
 -include $(TOP)/configure/CONFIG_SITE.$(EPICS_HOST_ARCH).$(T_A)
endif