File: rules

package info (click to toggle)
libast 0.7-13
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,980 kB
  • sloc: ansic: 13,137; sh: 10,332; makefile: 74
file content (15 lines) | stat: -rwxr-xr-x 259 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
	dh $@

execute_after_dh_auto_clean:
	rm -f test/libast-test

override_dh_auto_configure:
	dh_auto_configure -- --enable-mmx=no --with-regexp=posix

override_dh_auto_test:
	-dh_auto_test