Moved config dir to base/config.
This commit is contained in:
+2
-13
@@ -1,18 +1,7 @@
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
# Lowest Level Directroy Makefile
|
||||
# by Janet Anderson
|
||||
#
|
||||
# $Log$
|
||||
# Revision 1.1 1994/09/07 19:26:45 jba
|
||||
# New file
|
||||
#
|
||||
#
|
||||
|
||||
TOP=../..
|
||||
|
||||
include $(TOP)/src/config/CONFIG_BASE
|
||||
include $(TOP)/config/CONFIG_BASE
|
||||
|
||||
include $(TOP)/src/config/RULES_ARCHS
|
||||
include $(TOP)/config/RULES_ARCHS
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
TOP = ../../..
|
||||
include $(TOP)/src/config/CONFIG_BASE
|
||||
include $(TOP)/config/CONFIG_BASE
|
||||
|
||||
USR_LDLIBS = -lca -lCom -lm
|
||||
DEPLIBS = $(INSTALL_LIB)/libca.a $(INSTALL_LIB)/libCom.a
|
||||
@@ -25,7 +25,7 @@ PROD += S99logServer
|
||||
PROD += S99caRepeater
|
||||
endif
|
||||
|
||||
include $(TOP)/src/config/RULES.Unix
|
||||
include $(TOP)/config/RULES.Unix
|
||||
|
||||
S99%: ../rc2.%
|
||||
@/usr/bin/sed -e s%:EPICS:%`chdir $(TOP); /usr/bin/pwd`% \
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
TOP = ../../..
|
||||
include $(TOP)/src/config/CONFIG_BASE
|
||||
include $(TOP)/config/CONFIG_BASE
|
||||
|
||||
SRCS.c = ../ca_test.c
|
||||
|
||||
TARGETS = ca_test.o
|
||||
|
||||
include $(TOP)/src/config/RULES.Vx
|
||||
include $(TOP)/config/RULES.Vx
|
||||
|
||||
|
||||
Reference in New Issue
Block a user