for 3.14 only a single Makefile

This commit is contained in:
Marty Kraimer
1999-09-13 14:09:42 +00:00
parent 19ec77dd64
commit 306ef6cefb
15 changed files with 79 additions and 228 deletions
+28 -2
View File
@@ -1,7 +1,33 @@
TOP=../../../..
include $(TOP)/configure/CONFIG
include $(TOP)/config/CONFIG_BASE
CXXCMPLR = STRICT
include $(TOP)/config/RULES_ARCHS
PROD_LIBS := cas ca gdd Com
cas_DIR = $(INSTALL_LIB)
ca_DIR = $(INSTALL_LIB)
gdd_DIR = $(INSTALL_LIB)
Com_DIR = $(INSTALL_LIB)
#
# Added winmm user32 for the non-dll build
#
SYS_PROD_LIBS_WIN32 := ws2_32 advapi32 user32
SRCS += main.cc
SRCS += directoryServer.cc
PROD := caDirServ
include $(TOP)/configure/RULES_BUILD
pcaDirServ: $(PROD_OBJS) $(PRODDEPLIBS)
$(PURIFY) $(PROD_LINKER) $(PROD_OBJS) $(LDLIBS)
clean::
@$(RM) caDirServ
@$(RM) pcaDirServ
@$(RM) -rf Templates.DB
@$(RM) core
@@ -1,30 +0,0 @@
CAS = ../../..
TOP = $(CAS)/../..
include $(TOP)/config/CONFIG_BASE
CXXCMPLR = STRICT
PROD_LIBS := cas ca gdd Com
#
# Added winmm user32 for the non-dll build
#
SYS_PROD_LIBS_WIN32 := ws2_32 advapi32 user32
SRCS += main.cc
SRCS += directoryServer.cc
PROD := caDirServ
include $(TOP)/config/RULES.Host
pcaDirServ: $(PROD_OBJS) $(PRODDEPLIBS)
$(PURIFY) $(PROD_LINKER) $(PROD_OBJS) $(LDLIBS)
clean::
@$(RM) caDirServ
@$(RM) pcaDirServ
@$(RM) -rf Templates.DB
@$(RM) core