Moved config dir to base/config.

This commit is contained in:
Janet B. Anderson
1996-06-28 15:20:11 +00:00
parent 22ae937b08
commit e1ecb4f2e0
76 changed files with 174 additions and 532 deletions
+5 -2
View File
@@ -5,6 +5,9 @@
# $Id$
#
# $Log$
# Revision 1.3 1996/06/26 21:17:10 jhill
# fixed to match config in src
#
# Revision 1.2 1996/06/25 19:18:11 jbk
# moved from extensions to base - fixed trouble in dbMapper.cc
#
@@ -26,7 +29,7 @@ VPATH=.:..
TOP= ../../..
# EPICS = /usr/local/epics/R3.12.2
include $(TOP)/src/config/CONFIG_BASE
include $(TOP)/config/CONFIG_BASE
OPTIM_YES=-g
ifeq ($(HOST_ARCH),sun4)
@@ -77,5 +80,5 @@ genApps: genApps.o $(LIBOBJS)
clean::
/bin/rm -f aitConvertGenerated.cc aitGen genApps
include $(TOP)/src/config/RULES.Unix
include $(TOP)/config/RULES.Unix