File: rules

package info (click to toggle)
libapache2-mod-authnz-external 3.3.2-2
  • links: PTS
  • area: main
  • in suites: bookworm
  • size: 212 kB
  • sloc: ansic: 531; perl: 74; makefile: 22; php: 18
file content (14 lines) | stat: -rwxr-xr-x 324 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f

	# Add here commands to clean up after the build process.
#	rm -f *.o *.so *.la *.lo *.o *.slo
#	rm -rf .libs

override_dh_auto_build:
	apxs2 -c -Wc,-fno-strict-aliasing -Wc,-ffile-prefix-map=$(CURDIR)=. mod_authnz_external.c

override_dh_auto_install:
	# handled by dh_install

%:
	dh $@ --with apache2