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:11 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
|
||||
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
EPICS = ../../../..
|
||||
include Target.include
|
||||
include $(EPICS)/config/CONFIG_BASE
|
||||
TOP = ../../..
|
||||
include $(TOP)/src/config/CONFIG_BASE
|
||||
|
||||
USR_INCLUDES = -I../../drv/ansi -I../../drv/old
|
||||
|
||||
@@ -126,6 +125,6 @@ LIBOBJS = $(SRCS.c:../%.c=%.o)
|
||||
PROD = $(LIBOBJS)
|
||||
LIBNAME = devSup
|
||||
|
||||
include $(EPICS)/config/RULES.Vx
|
||||
include $(TOP)/src/config/RULES.Vx
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user