Changed to use RELEASE_LIBS_INCLUDE and RELEASE_PRODS_INCLUDE

This commit is contained in:
Mark Rivers
2018-02-03 09:16:29 -06:00
parent 89f30cca96
commit 7c50914bfb
2 changed files with 2 additions and 6 deletions

View File

@@ -2,9 +2,7 @@
# Run "gnumake clean uninstall install" in the application
# top directory each time this file is changed.
-include $(TOP)/../configure/RELEASE_PATHS.local
-include $(TOP)/../configure/RELEASE_PATHS.local.$(EPICS_HOST_ARCH)
-include $(TOP)/../configure/RELEASE_LIBS.local
-include $(TOP)/../configure/RELEASE_LIBS_INCLUDE
-include $(TOP)/RELEASE.local
-include $(TOP)/configure/RELEASE.local

View File

@@ -4,8 +4,6 @@
ADANDOR=$(TOP)/../..
-include $(TOP)/../../../configure/RELEASE_PATHS.local
-include $(TOP)/../../../configure/RELEASE_PATHS.local.$(EPICS_HOST_ARCH)
-include $(TOP)/../../../configure/RELEASE_PRODS.local
-include $(TOP)/../../../configure/RELEASE_PRODS_INCLUDE
-include $(TOP)/RELEASE.local
-include $(TOP)/configure/RELEASE.local