This commit is contained in:
parent
607e8cb11a
commit
f9f0216f3f
|
@ -17,8 +17,7 @@ CXXFLAGS += -D_GNU_SOURCE -O0
|
||||||
|
|
||||||
ifeq ($(LOCATION),authoring)
|
ifeq ($(LOCATION),authoring)
|
||||||
XALAN_LIB_DIR = /usr/lib/x86_64-linux-gnu/
|
XALAN_LIB_DIR = /usr/lib/x86_64-linux-gnu/
|
||||||
endif
|
else
|
||||||
ifeq ($(LOCATION),production)
|
|
||||||
XALAN_LIB_DIR = /usr/lib/
|
XALAN_LIB_DIR = /usr/lib/
|
||||||
endif
|
endif
|
||||||
XALAN_LIB = xalan-c
|
XALAN_LIB = xalan-c
|
||||||
|
@ -85,7 +84,7 @@ $(BUILD_OBJ_DIR)/%.o: %.c
|
||||||
|
|
||||||
|
|
||||||
LDFLAGS_TESTS = -L$(BUILD_LIB_DIR) -lACTK1_0 \
|
LDFLAGS_TESTS = -L$(BUILD_LIB_DIR) -lACTK1_0 \
|
||||||
-L$(XALAN_LIB_DIR) -lxalan-c -lxalanMsg -licuuc -licudata \
|
-L$(XALAN_LIB_DIR) -lxalan-c -lxalanMsg \
|
||||||
-L$(XERCES_LIB_DIR) -lxerces-c \
|
-L$(XERCES_LIB_DIR) -lxerces-c \
|
||||||
-lssl \
|
-lssl \
|
||||||
-lrt
|
-lrt
|
||||||
|
|
|
@ -11,14 +11,14 @@ Cc=gcc
|
||||||
LOG4LIB=-L/usr/lib
|
LOG4LIB=-L/usr/lib
|
||||||
|
|
||||||
ifeq ($(LOCATION),authoring)
|
ifeq ($(LOCATION),authoring)
|
||||||
ARTKLIB=-L/home/jdaugherty/clients/reg.de/git/AusRegEPPTK/lib
|
ARTKLIB=-L/home/jdaugherty/clients/reg.de/git/ACTK1_0/lib
|
||||||
ARTKINCL=-I/home/jdaugherty/clients/reg.de/git/AusRegEPPTK/common
|
ARTKINCL=-I/home/jdaugherty/clients/reg.de/git/ACTK1_0/common
|
||||||
else
|
else
|
||||||
ARTKLIB=-L/home/jdaugherty/dnseppus/AusRegEPPTK/lib
|
ARTKLIB=-L/home/jdaugherty/dnseppus/ACTK1_0/lib
|
||||||
ARTKINCL=-I/home/jdaugherty/dnseppus/AusRegEPPTK/common
|
ARTKINCL=-I/home/jdaugherty/dnseppus/ACTK1_0/common
|
||||||
endif
|
endif
|
||||||
|
|
||||||
SLIBS= -L/usr/lib $(BOSTLIB) $(LOG4LIB) $(ARTKLIB) -l boost_system -l boost_thread -l log4cpp -l AusRegEPPTK
|
SLIBS= -L/usr/lib $(BOSTLIB) $(LOG4LIB) $(ARTKLIB) -l boost_system -l boost_thread -l log4cpp -l ACTK1_0
|
||||||
|
|
||||||
SINCL= -I include -I /usr/include/log4cpp $(BOSINCL)
|
SINCL= -I include -I /usr/include/log4cpp $(BOSINCL)
|
||||||
CFLAGS= -DCURRENT_DEBUG=1000 -ggdb3
|
CFLAGS= -DCURRENT_DEBUG=1000 -ggdb3
|
||||||
|
@ -46,7 +46,7 @@ ACOBJS= build/cliever.o build/mdLogger.o build/masterDaemonConfig.o build/maste
|
||||||
build/mdHost.o build/mdState.o build/mdAusReg.o
|
build/mdHost.o build/mdState.o build/mdAusReg.o
|
||||||
|
|
||||||
|
|
||||||
ARTKDEPS = -L$(ARTK_LIB_DIR) -lAusRegEPPTK \
|
ARTKDEPS = -L$(ARTK_LIB_DIR) -lACTK1_0 \
|
||||||
-L$(XALAN_LIB_DIR) -lxalan-c -lxalanMsg\
|
-L$(XALAN_LIB_DIR) -lxalan-c -lxalanMsg\
|
||||||
-L$(XERCES_LIB_DIR) -lxerces-c \
|
-L$(XERCES_LIB_DIR) -lxerces-c \
|
||||||
-lssl \
|
-lssl \
|
||||||
|
|
Loading…
Reference in New Issue