Makefile includes now from base/src/config, removed all soft links

This commit is contained in:
Janet B. Anderson
1996-06-25 21:48:55 +00:00
parent e9a86c7e26
commit 28c4ce844d
74 changed files with 352 additions and 363 deletions
+6 -3
View File
@@ -5,11 +5,14 @@
# by Janet Anderson
#
# $Log$
# Revision 1.1 1994/09/07 19:26:13 jba
# New file
#
#
EPICS=../../..
TOP=../..
include $(EPICS)/config/CONFIG_BASE
include $(TOP)/src/config/CONFIG_BASE
include $(EPICS)/config/RULES_ARCHS
include $(TOP)/src/config/RULES_ARCHS
+4 -4
View File
@@ -1,6 +1,5 @@
EPICS = ../../../..
include Target.include
include $(EPICS)/config/CONFIG_BASE
TOP = ../../..
include $(TOP)/src/config/CONFIG_BASE
USR_INCLUDES = -I../../drv
@@ -21,5 +20,6 @@ LIBNAME = devLibOpt
PROD = $(LIBOBJS)
include $(EPICS)/config/RULES.Vx
include $(TOP)/src/config/RULES.Vx