fixed to match config in src

This commit is contained in:
Jeff Hill
1996-06-26 21:17:10 +00:00
parent 91347ff65f
commit 7942f42242
2 changed files with 12 additions and 7 deletions

View File

@@ -5,6 +5,9 @@
# $Id$
#
# $Log$
# Revision 1.2 1996/06/25 19:18:10 jbk
# moved from extensions to base - fixed trouble in dbMapper.cc
#
# Revision 1.1 1996/06/25 19:11:24 jbk
# new in EPICS base
#
@@ -16,10 +19,10 @@
#
#
EPICS=../../..
TOP=../..
# EPICS=/usr/local/epics/R3.12.2
include $(EPICS)/config/CONFIG_BASE
include $(TOP)/src/config/CONFIG_BASE
include $(EPICS)/config/RULES_ARCHS
include $(TOP)/src/config/RULES_ARCHS

View File

@@ -5,6 +5,9 @@
# $Id$
#
# $Log$
# Revision 1.2 1996/06/25 19:18:11 jbk
# moved from extensions to base - fixed trouble in dbMapper.cc
#
# Revision 1.1 1996/06/25 19:11:25 jbk
# new in EPICS base
#
@@ -20,11 +23,10 @@
VPATH=.:..
EPICS = ../../../..
TOP= ../../..
# EPICS = /usr/local/epics/R3.12.2
include Target.include
include $(EPICS)/config/CONFIG_BASE
include $(TOP)/src/config/CONFIG_BASE
OPTIM_YES=-g
ifeq ($(HOST_ARCH),sun4)
@@ -75,5 +77,5 @@ genApps: genApps.o $(LIBOBJS)
clean::
/bin/rm -f aitConvertGenerated.cc aitGen genApps
include $(EPICS)/config/RULES.Unix
include $(TOP)/src/config/RULES.Unix