File: rules

package info (click to toggle)
asmtools 7.0-b09-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,304 kB
  • sloc: java: 18,740; xml: 196; makefile: 7
file content (13 lines) | stat: -rwxr-xr-x 314 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f

include /usr/share/dpkg/pkg-info.mk

%:
	dh $@ --buildsystem=ant --with javahelper

override_dh_auto_clean:
	dh_auto_clean -- -f build/build.xml -DBUILD_DIR=asmtools

override_dh_auto_build:
	JAVA_TOOL_OPTIONS=-Dfile.encoding=UTF-8	dh_auto_build -- -f build/build.xml jar -DBUILD_DIR=asmtools