test/config.mk

changeset 15
971ac4f0f1df
parent 14
87fea7ab27de
child 18
0df7309d498e
equal deleted inserted replaced
14:87fea7ab27de 15:971ac4f0f1df
20 INCLUDEDIR=/export/home/olaf/Projekte/uwproj/test/work/include 20 INCLUDEDIR=/export/home/olaf/Projekte/uwproj/test/work/include
21 INFODIR=/export/home/olaf/Projekte/uwproj/test/work/info 21 INFODIR=/export/home/olaf/Projekte/uwproj/test/work/info
22 MANDIR=/export/home/olaf/Projekte/uwproj/test/work/man 22 MANDIR=/export/home/olaf/Projekte/uwproj/test/work/man
23 23
24 # toolchain 24 # toolchain
25 CC = gcc 25 CC = clang
26 CXX = g++ 26 CXX = clang++
27 LD = gcc 27 LD = clang
28 include $(BUILD_ROOT)/make/gcc.mk 28
29 include $(BUILD_ROOT)/make/clang.mk
29 30
30 31
31 32
32 CFLAGS += -I/usr/include/libxml2 33 CFLAGS += -I/usr/local/include/libxml2
33 LDFLAGS += -lxml2 -lssl -lcrypto -lpq 34 LDFLAGS += -L/usr/local/lib -lxml2 -lssl -lcrypto
34 35

mercurial