2007-03-26 08:48:00 +04:00
|
|
|
ROOT=.
|
|
|
|
include ${ROOT}/mk/hdr.mk
|
2005-11-18 18:54:58 +03:00
|
|
|
|
2007-05-21 05:22:12 +04:00
|
|
|
PDIRS = \
|
2008-01-18 01:50:35 +03:00
|
|
|
cmd \
|
|
|
|
libwmii_hack \
|
|
|
|
rc \
|
2007-03-26 08:48:00 +04:00
|
|
|
man
|
2005-11-18 18:54:58 +03:00
|
|
|
|
2007-06-01 05:05:59 +04:00
|
|
|
DIRS = \
|
2008-01-18 01:50:35 +03:00
|
|
|
libbio \
|
|
|
|
libfmt \
|
|
|
|
libregexp \
|
|
|
|
libutf \
|
2007-05-21 05:22:12 +04:00
|
|
|
${PDIRS}
|
|
|
|
|
2007-04-20 07:27:26 +04:00
|
|
|
config:
|
|
|
|
ROOT="${ROOT}" ${ROOT}/util/genconfig
|
|
|
|
|
2007-06-01 11:10:42 +04:00
|
|
|
deb-dep:
|
2008-01-21 03:10:40 +03:00
|
|
|
apt-get -qq install build-essential debhelper libxext-dev x11proto-xext-dev libx11-dev libxrandr-dev
|
2007-06-01 11:10:42 +04:00
|
|
|
|
|
|
|
deb:
|
|
|
|
dpkg-buildpackage -rfakeroot
|
|
|
|
|
2007-03-26 08:48:00 +04:00
|
|
|
include ${ROOT}/mk/dir.mk
|
2007-05-21 05:22:12 +04:00
|
|
|
INSTDIRS = ${PDIRS}
|
2008-01-21 03:10:40 +03:00
|
|
|
.PHONY: config
|
2007-05-21 05:22:12 +04:00
|
|
|
|