File: rules

package info (click to toggle)
libapache2-mod-bw 0.92-13
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 220 kB
  • sloc: ansic: 1,822; makefile: 9
file content (14 lines) | stat: -rwxr-xr-x 287 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f

%:
	dh $@ --with apache2

override_dh_auto_build:
	LTFLAGS="--no-silent" apxs2 \
			-S CFLAGS="$(CFLAGS) \
			-D_LARGEFILE64_SOURCE $(CPPFLAGS)" -c mod_bw.c

override_dh_clean:
	dh_clean .libs/* mod_bw.l* mod_bw.s* mod_bw.o build-stamp install-stamp
	$(RM) -r .libs