File: rules

package info (click to toggle)
libapache2-mod-rpaf 0.6-14
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 228 kB
  • sloc: ansic: 312; perl: 122; makefile: 52; sh: 19
file content (18 lines) | stat: -rwxr-xr-x 307 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/usr/bin/make -f

%:
	dh $@ --with apache2

override_dh_auto_clean:
	rm -rf .libs *.la *.lo

override_dh_auto_build:
	LTFLAGS="--no-silent" apxs2 \
		  -S CFLAGS="$(CFLAGS) \
		  -D_LARGEFILE64_SOURCE \
		  $(CPPFLAGS)" -c -o mod_rpaf.so mod_rpaf-2.0.c

override_dh_auto_test:

override_dh_auto_install: