git-svn-id: https://subversion.xor.aps.anl.gov/synApps/areaDetector/trunk@8413 dc6c5ff5-0b8b-c028-a01f-ffb33f00fc8b
25 lines
571 B
Plaintext
25 lines
571 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
|
|
|
|
CYGWIN_HAVE_AFXWIN_H = YES
|
|
-include $(SUPPORT)/configure/CONFIG_SITE
|
|
|
|
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
|