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

@@ -2,7 +2,7 @@
CAS = ../../
TOP = $(CAS)/../..
include $(TOP)/src/config/CONFIG_BASE
include $(TOP)/config/CONFIG_BASE
#CPLUSPLUS = G++
@@ -76,7 +76,7 @@ GLOMBOBJ += $(BUILDDIR)casDGIO.o
GLOMBOBJ += $(BUILDDIR)casStreamIO.o
GLOMBOBJ += $(BUILDDIR)sigPipeIgnore.o
include $(TOP)/src/config/RULES.Unix
include $(TOP)/config/RULES.Unix
excas: $(OBJS) $(DEPLIBS)
$(LINK.cc) -o $@ $(OBJS) $(LDFLAGS) $(LDLIBS)