aboutsummaryrefslogtreecommitdiffhomepage
path: root/debian/rules
blob: 6c6a6796a8eae00f61a0ecd5c2e494f2b1fdbcb1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#!/usr/bin/make -f

# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1

%:
	dh $@ -Dsciteco

build:
	dh_testdir
	dh_auto_build -Dscintilla/scinterm
	dh_auto_configure -Dsciteco -- \
			  --enable-bootstrap \
			  --with-interface=ncurses
	dh_auto_build -Dsciteco
	touch $@

clean:
	dh_testdir
	dh_auto_clean -Dscintilla/scinterm
	dh_auto_clean -Dsciteco
	dh_clean