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
+8 -5
View File
@@ -5,11 +5,14 @@
# by Janet Anderson
#
# $Log$
# Revision 1.1 1994/09/07 19:26:39 jba
# New file
#
#
EPICS=../../../..
include $(EPICS)/config/CONFIG_BASE
include $(EPICS)/config/RULES_ARCHS
TOP=../../..
include $(TOP)/src/config/CONFIG_BASE
include $(TOP)/src/config/RULES_ARCHS
+3 -4
View File
@@ -1,6 +1,5 @@
EPICS = ../../../../..
include Target.include
include $(EPICS)/config/CONFIG_BASE
TOP = ../../../..
include $(TOP)/src/config/CONFIG_BASE
USR_LDLIBS = -lm -s
USR_CFLAGS = -D_NO_PROTO
@@ -16,7 +15,7 @@ OBJS = \
PROD = antelope
include $(EPICS)/config/RULES.Unix
include $(TOP)/src/config/RULES.Unix
$(PROD): $(OBJS)
$(LINK.c) -o $@ $(OBJS) $(LDLIBS)
+8 -5
View File
@@ -5,11 +5,14 @@
# by Janet Anderson
#
# $Log$
# Revision 1.1 1994/09/07 19:26:43 jba
# New file
#
#
EPICS=../../../..
include $(EPICS)/config/CONFIG_BASE
include $(EPICS)/config/RULES_ARCHS
TOP=../../..
include $(TOP)/src/config/CONFIG_BASE
include $(TOP)/src/config/RULES_ARCHS
+4 -5
View File
@@ -1,7 +1,6 @@
EPICS = ../../../../..
include Target.include
include $(EPICS)/config/CONFIG_BASE
TOP = ../../../..
include $(TOP)/src/config/CONFIG_BASE
#CMPLR = STRICT
YACC = $(EYACC)
@@ -28,7 +27,7 @@ OBJS = \
PROD = e_flex
include $(EPICS)/config/RULES.Unix
include $(TOP)/src/config/RULES.Unix
$(PROD): $(OBJS)
$(LINK.c) -o $@ $(OBJS) $(LDLIBS)