xenocara/app/cwm/Makefile

25 lines
596 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.6 2008/03/25 23:41:50 matthieu Exp $
2007-04-27 12:01:38 -06:00
.include <bsd.xconf.mk>
2007-04-27 12:01:38 -06:00
PROG= cwm
SRCS= calmwm.c screen.c xmalloc.c client.c grab.c search.c \
2008-01-02 13:47:11 -07:00
util.c xutil.c conf.c input.c xevents.c group.c \
kbfunc.c font.c parse.y
2007-04-27 12:01:38 -06:00
CPPFLAGS+= -I${X11BASE}/include -I${X11BASE}/include/freetype2 -I${.CURDIR}
2007-04-27 12:01:38 -06:00
LDADD+= -L${X11BASE}/lib -lXft -lXrender -lX11 -lXau -lXdmcp \
-lfontconfig -lexpat -lfreetype -lz -lX11 -lXau -lXdmcp -lXext
MANDIR= ${X11BASE}/man/cat
MAN= cwm.1 cwmrc.5
2007-04-27 12:01:38 -06:00
CLEANFILES= cwm.cat1 cwmrc.cat5
2007-04-27 12:01:38 -06:00
obj: _xenocara_obj
.include <bsd.prog.mk>
.include <bsd.xorg.mk>