aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorsimon2008-03-23 15:09:21 +0000
committersimon2008-03-23 15:09:21 +0000
commitc4305125daf980f2946ab783a9e7b41f64db86a6 (patch)
treee224a57c65a6cbea07dcd258114830e36a339b6f /Makefile
parentd9fdf622d3c096c997dc709afe0be62e4599d500 (diff)
downloadcwm-c4305125daf980f2946ab783a9e7b41f64db86a6.tar.gz
Replace the symlink configuration scheme with a simple yacc parser as
found in other places of the tree. Remove sticky and font commandline options and add another one for alternative config locations. Split off cwmrc(5) from cwm(1), nuke #ifdef __OpenBSD__ while there. tested by various kind people, feedback from oga@ and okan@ - thanks! ok oga@, jasper@, okan@
Diffstat (limited to '')
-rw-r--r--Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index fa1c08e..4d5e39a 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.4 2008/01/08 20:21:43 oga Exp $
+# $OpenBSD: Makefile,v 1.5 2008/03/23 15:09:21 simon Exp $
.include <bsd.own.mk>
@@ -8,16 +8,17 @@ 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
+ kbfunc.c font.c parse.y
-CPPFLAGS+= -I${X11BASE}/include -I${X11BASE}/include/freetype2
+CPPFLAGS+= -I${X11BASE}/include -I${X11BASE}/include/freetype2 -I${.CURDIR}
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
-CLEANFILES= cwm.cat1
+CLEANFILES= cwm.cat1 cwmrc.cat5
obj: _xenocara_obj