Moved config dir to base/config.

This commit is contained in:
Janet B. Anderson
1996-06-28 15:20:11 +00:00
parent 22ae937b08
commit e1ecb4f2e0
76 changed files with 174 additions and 532 deletions

View File

@@ -1,18 +1,7 @@
#
# $Id$
#
# Lowest Level Directroy Makefile
# by Janet Anderson
#
# $Log$
# Revision 1.1 1994/09/07 19:26:39 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

View File

@@ -1,5 +1,5 @@
TOP = ../../../..
include $(TOP)/src/config/CONFIG_BASE
include $(TOP)/config/CONFIG_BASE
USR_LDLIBS = -lm -s
USR_CFLAGS = -D_NO_PROTO
@@ -15,7 +15,7 @@ OBJS = \
PROD = antelope
include $(TOP)/src/config/RULES.Unix
include $(TOP)/config/RULES.Unix
$(PROD): $(OBJS)
$(LINK.c) -o $@ $(OBJS) $(LDLIBS)

View File

@@ -1,18 +1,7 @@
#
# $Id$
#
# Lowest Level Directroy Makefile
# by Janet Anderson
#
# $Log$
# Revision 1.1 1994/09/07 19:26:43 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

View File

@@ -1,5 +1,5 @@
TOP = ../../../..
include $(TOP)/src/config/CONFIG_BASE
include $(TOP)/config/CONFIG_BASE
#CMPLR = STRICT
@@ -27,7 +27,7 @@ OBJS = \
PROD = e_flex
include $(TOP)/src/config/RULES.Unix
include $(TOP)/config/RULES.Unix
$(PROD): $(OBJS)
$(LINK.c) -o $@ $(OBJS) $(LDLIBS)