File: rules

package info (click to toggle)
proguard 4.4-2
  • links: PTS
  • area: main
  • in suites: squeeze, wheezy
  • size: 6,936 kB
  • ctags: 8,723
  • sloc: java: 55,225; xml: 462; sh: 71; makefile: 70
file content (12 lines) | stat: -rwxr-xr-x 359 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f

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

include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/ant.mk

JAVA_HOME		:= /usr/lib/jvm/default-java
DEB_ANT_BUILDFILE	:= build/build.xml
DEB_ANT_BUILD_TARGET	:= basic anttask
DEB_ANT_ARGS		:= -Dant.build.javac.source=1.4 -Dant.build.javac.target=1.4