File: rules

package info (click to toggle)
libjpedal-jbig2-java 20100117-1
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd, squeeze, stretch, wheezy
  • size: 472 kB
  • ctags: 667
  • sloc: java: 4,588; makefile: 7
file content (14 lines) | stat: -rwxr-xr-x 340 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f
# -*- makefile -*-

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

build/libjpedal-jbig2-java::
	javac -Xlint:unchecked `find org -name *.java`

install/libjpedal-jbig2-java::
	jar cf $(CURDIR)/debian/libjpedal-jbig2-java/usr/share/java/jbig2.jar `find . -name "*.class"`

clean::
	find org -name "*.class" | xargs -r rm