summaryrefslogtreecommitdiffstats
blob: 4b82272eaea918523a882e4b1eb70f1fd46d4050 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#LDFLAGS_STATIC=-static

CXXFLAGS= \
	-O2 \
	-g \
	$(shell curl-config --cflags) \
	$(shell xml2-config --cflags) \
	-Wall
LDFLAGS= $(LDFLAGS_STATIC) \
	-L/usr/X11R6/lib/ \
	$(shell curl-config --libs) \
	$(shell xml2-config --libs) \
	-ldl \
	-lXpm \
	-lX11 \
	-lpthread