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
+2 -19
View File
@@ -1,25 +1,8 @@
#
# $Id$
#
# Lowest Level Directroy Makefile
# by Janet Anderson
#
# $Log$
# Revision 1.2 1996/06/25 21:48:01 jba
# Makefile includes now from base/src/config, removed all soft links
#
# Revision 1.1.1.1 1996/06/20 00:28:17 jhill
# ca server installation
#
# Revision 1.1 1994/09/07 19:26:34 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
+2 -2
View File
@@ -6,7 +6,7 @@ IOSRC = $(CAS)/io/bsdSocket
OSSRC = $(CAS)/os/posix
VPATH = $(SRC) $(IOSRC) $(OSSRC)
include $(TOP)/src/config/CONFIG_BASE
include $(TOP)/config/CONFIG_BASE
USR_INCLUDES = -I$(SRC) -I$(CAS)/../ca -I$(OSSRC) -I$(IOSRC) -I$(CAS)/../gdd -I$(CAS)/../gdd/O.$(T_A)
@@ -82,7 +82,7 @@ LIBOBJS += sigPipeIgnore.o
LIBNAME = libcas.a
include $(TOP)/src/config/RULES.Unix
include $(TOP)/config/RULES.Unix
obj: $(LIBOBJS)