JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
hack to work around crap like xpdf that doesn't destroy transient
[spectrwm.git] / Makefile
1 # $scrotwm$
2 .include <bsd.xconf.mk>
3
4 PREFIX?=/usr/local
5
6 BINDIR=${PREFIX}/bin
7 SUBDIR= lib unicon
8
9 PROG=scrotwm
10 MAN=scrotwm.1 scrotwm_es.1 scrotwm_it.1 scrotwm_pt.1 scrotwm_ru.1
11
12 CFLAGS+=-std=c89 -Wall -Wno-uninitialized -ggdb3
13 # Uncomment define below to disallow user settable clock format string
14 #CFLAGS+=-DSWM_DENY_CLOCK_FORMAT
15 CPPFLAGS+= -I${X11BASE}/include
16 LDADD+=-lutil -L${X11BASE}/lib -lX11 -lXrandr
17
18 MANDIR= ${PREFIX}/man/cat
19
20 scrotwm_ru.cat1: scrotwm_ru.1
21          nroff -mandoc ${.CURDIR}/scrotwm_ru.1 > ${.TARGET}
22
23 obj: _xenocara_obj
24
25 .include <bsd.prog.mk>
26 .include <bsd.xorg.mk>