git-svn-id: https://subversion.xor.aps.anl.gov/synApps/areaDetector/trunk@8442 dc6c5ff5-0b8b-c028-a01f-ffb33f00fc8b
22 lines
501 B
Plaintext
22 lines
501 B
Plaintext
# CONFIG_APP
|
|
|
|
include $(TOP)/configure/RELEASE
|
|
-include $(TOP)/configure/RELEASE.$(EPICS_HOST_ARCH)
|
|
-include $(TOP)/configure/RELEASE.Common.$(T_A)
|
|
-include $(TOP)/configure/RELEASE.$(EPICS_HOST_ARCH).$(T_A)
|
|
|
|
CONFIG=$(EPICS_BASE)/configure
|
|
include $(CONFIG)/CONFIG
|
|
|
|
INSTALL_LOCATION = $(TOP)
|
|
ifdef INSTALL_LOCATION_APP
|
|
INSTALL_LOCATION = $(INSTALL_LOCATION_APP)
|
|
endif
|
|
|
|
ifdef T_A
|
|
-include $(TOP)/configure/O.$(T_A)/CONFIG_APP_INCLUDE
|
|
endif
|
|
|
|
# dbst based database optimization (default: NO)
|
|
DB_OPT = NO
|