13 lines
300 B
Plaintext
13 lines
300 B
Plaintext
#CONFIG_APP
|
|
include $(TOP)/configure/RELEASE
|
|
-include $(TOP)/configure/RELEASE.$(HOST_ARCH)
|
|
-include $(EPICS_BASE)/config/CONFIG
|
|
INSTALL_LOCATION = $(TOP)
|
|
ifdef INSTALL_LOCATION_APP
|
|
INSTALL_LOCATION = $(INSTALL_LOCATION_APP)
|
|
endif
|
|
|
|
ifdef T_A
|
|
-include $(TOP)/config/O.$(T_A)/CONFIG_APP_INCLUDE
|
|
endif
|