File: Makefile

package info (click to toggle)
wmii 3.6%2Bdebian-8
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 1,328 kB
  • ctags: 1,519
  • sloc: ansic: 14,819; sh: 674; makefile: 217
file content (27 lines) | stat: -rw-r--r-- 354 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
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}