Moved config dir to base/config.
This commit is contained in:
+2
-13
@@ -1,18 +1,7 @@
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
# Base Lowest Level Directroy Makefile
|
||||
# by Janet Anderson
|
||||
#
|
||||
# $Log$
|
||||
# Revision 1.1 1994/09/07 19:26:22 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_CFLAGS = -D_NO_PROTO
|
||||
|
||||
@@ -74,7 +74,7 @@ LIBNAME = libCom.a
|
||||
|
||||
MAN3 = gpHash.3 freeList.3
|
||||
|
||||
include $(TOP)/src/config/RULES.Unix
|
||||
include $(TOP)/config/RULES.Unix
|
||||
|
||||
errSymTbl.o: errSymTbl.c errInc.o errIncCXX.o
|
||||
$(COMPILE.c) -o $@ $<
|
||||
@@ -83,9 +83,9 @@ errSymTbl.c errInc.o errIncCXX.o : ../errInc.c ../errIncCXX.cc
|
||||
@$(RM) errInc.o errIncCXX.o
|
||||
@../blderrSymTbl $(TOP) $(HOST_ARCH) "$(MAKE)"
|
||||
|
||||
envData.c: ../envDefs.h $(TOP)/src/config/CONFIG_ENV \
|
||||
$(TOP)/src/config/CONFIG_SITE_ENV
|
||||
../bldEnvData $(TOP)/src/config
|
||||
envData.c: ../envDefs.h $(TOP)/config/CONFIG_ENV \
|
||||
$(TOP)/config/CONFIG_SITE_ENV
|
||||
../bldEnvData $(TOP)/config
|
||||
|
||||
tsTest: tsSubr.o
|
||||
$(LINK.c) -o $@ tsSubr.o -lCom -lDb -lCom -lm -s
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
TOP = ../../..
|
||||
include $(TOP)/src/config/CONFIG_BASE
|
||||
include $(TOP)/config/CONFIG_BASE
|
||||
|
||||
SRCS.c += ../calcPerform.c
|
||||
SRCS.c += ../cvtFast.c
|
||||
@@ -42,7 +42,7 @@ LIBNAME = libCom
|
||||
|
||||
MAN3 = gpHash.3 freeList.3
|
||||
|
||||
include $(TOP)/src/config/RULES.Vx
|
||||
include $(TOP)/config/RULES.Vx
|
||||
|
||||
clean::
|
||||
@$(RM) errSymTbl.c envData.c
|
||||
@@ -53,7 +53,7 @@ errSymTbl.c errInc.o: ../errInc.c
|
||||
@$(RM) errInc.o
|
||||
../blderrSymTbl $(TOP) $(HOST_ARCH) "$(MAKE)"
|
||||
|
||||
envData.c: ../envDefs.h $(TOP)/src/config/CONFIG_ENV \
|
||||
$(TOP)/src/config/CONFIG_SITE_ENV
|
||||
../bldEnvData $(TOP)/src/config
|
||||
envData.c: ../envDefs.h $(TOP)/config/CONFIG_ENV \
|
||||
$(TOP)/config/CONFIG_SITE_ENV
|
||||
../bldEnvData $(TOP)/config
|
||||
|
||||
|
||||
@@ -52,7 +52,7 @@ fi
|
||||
TOP=$1
|
||||
MAKE=$2
|
||||
|
||||
INCLUDE=${TOP}/src/config/CONFIG_BASE
|
||||
INCLUDE=${TOP}/config/CONFIG_BASE
|
||||
|
||||
if [ -z "$4" ]; then
|
||||
OPTS=""
|
||||
|
||||
Reference in New Issue
Block a user