Makefile includes now from base/src/config, removed all soft links
This commit is contained in:
@@ -5,14 +5,17 @@
|
||||
# by Janet Anderson
|
||||
#
|
||||
# $Log$
|
||||
# Revision 1.1 1996/01/25 21:38:30 mrk
|
||||
# moved files from /base/include
|
||||
#
|
||||
# Revision 1.1 1994/09/07 19:26:32 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
|
||||
|
||||
INC += dbDefs.h
|
||||
INC += camacLib.h
|
||||
@@ -13,4 +12,5 @@ INC += createSoftLinks.sh
|
||||
INC += bsdProto.h
|
||||
INC += task_params.h
|
||||
|
||||
include $(EPICS)/config/RULES.Unix
|
||||
include $(TOP)/src/config/RULES.Unix
|
||||
|
||||
|
||||
Reference in New Issue
Block a user