File: rules

package info (click to toggle)
tomcat-native 1.1.13-1
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 948 kB
  • ctags: 1,025
  • sloc: ansic: 9,600; sh: 2,863; perl: 111; makefile: 56
file content (18 lines) | stat: -rwxr-xr-x 455 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/usr/bin/make -f
  
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/autotools.mk

DEB_SRCDIR := jni/native

DEB_CONFIGURE_SCRIPT_ENV := JAVA_HOME=/usr/lib/jvm/java-gcj
DEB_CONFIGURE_EXTRA_FLAGS := --with-apr=/usr --with-ssl=/usr

DEB_INSTALL_CHANGELOGS_libtcnative_1 := CHANGELOG.txt

clean::
	rm -f jni/native/config.nice

install/libtcnative-1::
	rmdir debian/libtcnative-1/usr/bin
	rmdir debian/libtcnative-1/usr/include