cwm-patched/Makefile

25 lines
565 B
Makefile
Raw Normal View History

2007-04-27 13:01:38 -05:00
# $OpenBSD$
.include <bsd.xconf.mk>
2007-04-27 13:01:38 -05:00
PROG= cwm
SRCS= calmwm.c screen.c xmalloc.c client.c grab.c menu.c \
search.c util.c xutil.c conf.c input.c xevents.c group.c \
kbfunc.c mousefunc.c font.c parse.y
2007-04-27 13:01:38 -05:00
CPPFLAGS+= -I${X11BASE}/include -I${X11BASE}/include/freetype2 -I${.CURDIR}
2007-04-27 13:01:38 -05:00
LDADD+= -L${X11BASE}/lib -lXft -lXrender -lX11 -lXau -lXdmcp -lXext \
-lfontconfig -lexpat -lfreetype -lz -lXinerama -lXrandr
2007-04-27 13:01:38 -05:00
MANDIR= ${X11BASE}/man/cat
MAN= cwm.1 cwmrc.5
2007-04-27 13:01:38 -05:00
CLEANFILES= cwm.cat1 cwmrc.cat5
2007-04-27 13:01:38 -05:00
obj: _xenocara_obj
.include <bsd.prog.mk>
.include <bsd.xorg.mk>