Updated EPICS_BASE/configure to CONFIG.

This commit is contained in:
Janet B. Anderson
2009-03-31 19:48:17 +00:00
parent 0765d5e0b1
commit dc44901194
4 changed files with 3 additions and 7 deletions

View File

@@ -1,8 +1,5 @@
#RELEASE Location of external products
#
# Run "gnumake clean uninstall install" in the extensions
# top directory each time a RELEASE* file is changed.
#
# NOTE: The build does not check dependancies on files
# external to this application. Thus you should run
# "gnumake clean uninstall install" in the top directory
@@ -18,6 +15,5 @@
# Location of external products
EPICS_BASE=_EPICS_BASE_
TEMPLATE_TOP=_TEMPLATE_TOP_
EPICS_EXTENSIONS = $(EPICS_BASE)/../extensions

View File

@@ -1,5 +1,5 @@
# $Id$
include $(EPICS_BASE)/configure/RULES
include $(CONFIG)/RULES
include $(TOP)/configure/RULES_PYTHON
include $(TOP)/configure/RULES_IDL

View File

@@ -1,3 +1,3 @@
# $Id$
include $(EPICS_BASE)/configure/RULES_DIRS
include $(CONFIG)/RULES_DIRS

View File

@@ -1,4 +1,4 @@
# $Id$
include $(EPICS_BASE)/configure/RULES_TOP
include $(CONFIG)/RULES_TOP