Makefile includes now from base/src/config, removed all soft links
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user