Support for configure/RELEASE.<hostarch>.<targetarch> files

This commit is contained in:
Andrew Johnson
2003-09-15 21:01:36 +00:00
parent 35bd1a76d1
commit 367e27d5f5
3 changed files with 16 additions and 3 deletions
+4
View File
@@ -2,8 +2,12 @@
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)