X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=Makefile;h=ab884cfb5c5600d5fa6400eb54dc85b8eb3769e7;hb=1e065dd313274ef5dfbc451834ffdecb48e3709e;hp=af73051de45e379e41c24e8c7643fd5df2e4f524;hpb=ff40361700c5cb93aacf742a5001f3c2d98d963c;p=spectrwm.git diff --git a/Makefile b/Makefile index af73051..ab884cf 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,3 @@ -# $scrotwm$ .include PREFIX?=/usr/local @@ -6,23 +5,30 @@ PREFIX?=/usr/local BINDIR=${PREFIX}/bin SUBDIR= lib -PROG=scrotwm -#MAN=scrotwm_pt.1 scrotwm_ru.1 -MAN=scrotwm.1 scrotwm_es.1 scrotwm_it.1 +PROG=spectrwm +#MAN=spectrwm_pt.1 spectrwm_ru.1 +MAN=spectrwm.1 spectrwm_es.1 spectrwm_it.1 CFLAGS+=-std=c89 -Wall -Wno-uninitialized -ggdb3 # Uncomment define below to disallow user settable clock format string #CFLAGS+=-DSWM_DENY_CLOCK_FORMAT CPPFLAGS+= -I${X11BASE}/include LDADD+=-lutil -L${X11BASE}/lib -lX11 -lXrandr -lXtst +BUILDVERSION != sh "${.CURDIR}/buildver.sh" +.if !${BUILDVERSION} == "" +CPPFLAGS+= -DSPECTRWM_BUILDSTR=\"$(BUILDVERSION)\" +.endif MANDIR= ${PREFIX}/man/man -#scrotwm_ru.cat1: scrotwm_ru.1 -# nroff -mandoc ${.CURDIR}/scrotwm_ru.1 > ${.TARGET} +#spectrwm_ru.cat1: spectrwm_ru.1 +# nroff -mandoc ${.CURDIR}/spectrwm_ru.1 > ${.TARGET} obj: _xenocara_obj +beforeinstall: + ln -sf ${BINDIR}/${PROG} ${BINDIR}/scrotwm + # clang targets .if ${.TARGETS:M*analyze*} CC=clang