mirror of https://github.com/0intro/wmii
28 lines
354 B
Makefile
28 lines
354 B
Makefile
ROOT=.
|
|
include ${ROOT}/mk/hdr.mk
|
|
|
|
PDIRS = \
|
|
cmd \
|
|
rc \
|
|
man
|
|
|
|
DIRS = \
|
|
libutf \
|
|
libfmt \
|
|
libbio \
|
|
libregexp\
|
|
${PDIRS}
|
|
|
|
config:
|
|
ROOT="${ROOT}" ${ROOT}/util/genconfig
|
|
|
|
deb-dep:
|
|
apt-get -qq install build-essential debhelper libxext-dev x11proto-xext-dev libx11-dev
|
|
|
|
deb:
|
|
dpkg-buildpackage -rfakeroot
|
|
|
|
include ${ROOT}/mk/dir.mk
|
|
INSTDIRS = ${PDIRS}
|
|
|