File: rules

package info (click to toggle)
eigenbase-resgen 1.3.0.13768-4
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 996 kB
  • ctags: 1,011
  • sloc: java: 7,956; xml: 729; makefile: 13; sh: 6
file content (21 lines) | stat: -rwxr-xr-x 432 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#!/usr/bin/make -f

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

JAVA_HOME            := /usr/lib/jvm/default-java

DEB_JARS             := xercesImpl junit eigenbase-resgen eigenbase-xom

DEB_ANT_BUILD_TARGET := cleanBuild
DEB_ANT_CLEAN_TARGET := clean

binary-post-install/libeigenbase-resgen-java::
	mh_install

clean::
	mh_clean
	rm -f lib/*.jar

get-orig-source:
	uscan --force-download