Moved config dir to base/config.
This commit is contained in:
+2
-16
@@ -1,21 +1,7 @@
|
||||
#
|
||||
# $Id$
|
||||
#
|
||||
# Base: Lowest Level Directroy Makefile
|
||||
# by Janet Anderson
|
||||
#
|
||||
# $Log$
|
||||
# Revision 1.1 1995/11/29 14:33:01 mrk
|
||||
# Changes for replacing default.dctsdr by all ascii files
|
||||
#
|
||||
# Revision 1.1 1994/09/07 19:26:01 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 = -lDb -lCom -lm
|
||||
USR_LDFLAGS = -L.
|
||||
@@ -46,7 +46,7 @@ PROD = \
|
||||
dbToMenuH\
|
||||
dbToRecordtypeH
|
||||
|
||||
include $(TOP)/src/config/RULES.Unix
|
||||
include $(TOP)/config/RULES.Unix
|
||||
|
||||
# Extra rule since dbLexRoutines.c is included in dbYacc.c
|
||||
dbYacc.o: dbLex.c ../dbLexRoutines.c
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
TOP = ../../..
|
||||
include $(TOP)/src/config/CONFIG_BASE
|
||||
include $(TOP)/config/CONFIG_BASE
|
||||
|
||||
USR_CFLAGS = -ansi
|
||||
VX_WARN_YES = -Wall -pedantic
|
||||
@@ -18,7 +18,7 @@ OBJSdbLib = \
|
||||
|
||||
PROD = dbStaticLib
|
||||
|
||||
include $(TOP)/src/config/RULES.Vx
|
||||
include $(TOP)/config/RULES.Vx
|
||||
|
||||
# Extra rule since dbLexRoutines.c is included in dbYacc.c
|
||||
dbYacc.o: dbLex.c ../dbLexRoutines.c
|
||||
|
||||
Reference in New Issue
Block a user