18 lines
391 B
Plaintext
18 lines
391 B
Plaintext
# CONFIG_APP
|
|
|
|
include $(TOP)/configure/RELEASE
|
|
-include $(TOP)/configure/RELEASE.$(EPICS_HOST_ARCH)
|
|
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
|