File: rules

package info (click to toggle)
tclxml 3.3~svn11-2
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 4,392 kB
  • sloc: ansic: 13,292; tcl: 11,656; xml: 3,269; sh: 559; makefile: 15
file content (22 lines) | stat: -rwxr-xr-x 487 bytes parent folder | download
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
%:
	dh $@ --with=autoreconf

override_dh_auto_configure:
	dh_auto_configure -- --with-tcl=/usr/lib/ --enable-threads --enable-shared

override_dh_auto_install:
	dh_auto_install
	find debian/tclxml -depth -type d -empty -exec rmdir {} \;
	$(MAKE) doc

override_dh_auto_test:

override_dh_shlibdeps:
	dh_shlibdeps
	tcltk-depends

.PHONY: get-orig-source override_dh_auto_configure override_dh_auto_test override_dh_shlibdeps
get-orig-source:
	debian/get-orig-source.sh