File: rules

package info (click to toggle)
libapache-mod-removeip 1.0b-8
  • links: PTS, VCS
  • area: main
  • in suites:
  • size: 144 kB
  • sloc: ansic: 126; makefile: 44
file content (11 lines) | stat: -rwxr-xr-x 200 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/make -f
# debian rules file for mod_removeip

%:
	dh $@ --with apache2

execute_after_dh_auto_clean:
	$(MAKE) -C apache2.0 clean

override_dh_auto_build:
	apxs2 -c apache2.0/mod_removeip.c