File: rules

package info (click to toggle)
loqui 0.7.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 2,372 kB
  • sloc: ansic: 23,710; makefile: 2,223; sh: 20
file content (15 lines) | stat: -rwxr-xr-x 364 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/make -f
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

M4_MAKEFILE_AM_FILES=libloqui/protocols/jabber/Makefile.am libloqui/Makefile.am src/Makefile.am


override_dh_autoreconf:
	for i in $(M4_MAKEFILE_AM_FILES); do m4 -I. $(CURDIR)/$$i.m4 > $(CURDIR)/$$i; done
	dh_autoreconf

%:
	dh $@