cwm/Makefile

25 lines
539 B
Makefile
Raw Normal View History

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