File: rules

package info (click to toggle)
libcommons-jxpath-java 1.3-6
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 2,256 kB
  • ctags: 3,336
  • sloc: java: 24,320; xml: 3,438; makefile: 11
file content (20 lines) | stat: -rwxr-xr-x 587 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#!/usr/bin/make -f
# debian/rules for libcommons-jxpath-java (uses CDBS)

# 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
ANT_HOME             := /usr/share/ant
DEB_JARS             := junit jdom1 servlet-api-3.0 jsp-api-2.2 commons-beanutils common-collections3 commons-logging
DEB_ANT_BUILD_TARGET := jar javadoc
DEB_ANT_CLEAN_TARGET := clean

binary-install/libcommons-jxpath-java::
	mh_install -plibcommons-jxpath-java

clean::
	mh_clean