about summary refs log blame commit diff stats
path: root/Makefile
blob: 35fe13757603200ea4fd648dbbfe1f8bb45355c4 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
















                                       
# $xxxterm

PROG=xxxterm
#MAN=xxxterm.8
NOMAN=

SRCS= xxxterm.c
COPT+= -O2
DEBUG+= -ggdb3 
LIBS= gtk+-2.0
LIBS+= webkit-1.0
LIBS+= libsoup-2.4
GTK!=pkg-config --cflags --libs $(LIBS)
CFLAGS+=$(GTK) -Wall -pthread
LDFLAGS+=$(GTK) -pthread

.include <bsd.prog.mk>