File: rules

package info (click to toggle)
libapache-mod-evasive 2.4.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 420 kB
  • sloc: ansic: 3,005; perl: 44; sh: 28; makefile: 8
file content (12 lines) | stat: -rwxr-xr-x 283 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f

%:
	dh $@ --with apache2

execute_after_dh_auto_build:
	ln -s mod_evasive24.c mod_evasive.c
	apxs2 -Wc,-ffile-prefix-map=$(CURDIR)=. -c mod_evasive.c

execute_before_dh_auto_clean:
	rm -f mod_evasive.lo mod_evasive.slo mod_evasive.la mod_evasive.c
	rm -rf .libs/