summary refs log tree commit diff
path: root/Makefile
blob: 2af7f16cea7d9db002ef649d70ae0d2c7f02b651 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# $OpenBSD$

.include <bsd.own.mk>

X11BASE?=	/usr/X11R6

PROG=		cwm

SRCS=		calmwm.c screen.c xmalloc.c client.c grab.c search.c \
		util.c xutil.c conf.c input.c xevents.c group.c \
		kbfunc.c font.c

CPPFLAGS+=	-I${X11BASE}/include -I${X11BASE}/include/freetype2

LDADD+=		-L${X11BASE}/lib -lXft -lXrender -lX11 -lXau -lXdmcp \
		-lfontconfig -lexpat -lfreetype -lz -lX11 -lXau -lXdmcp -lXext

MANDIR=		${X11BASE}/man/cat

CLEANFILES=	cwm.cat1

obj: _xenocara_obj

.include <bsd.prog.mk>
.include <bsd.xorg.mk>