[go: up one dir, main page]

File: rules

package info (click to toggle)
libfcgi 2.4.0-8.3
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 2,252 kB
  • ctags: 1,606
  • sloc: sh: 6,897; ansic: 4,800; java: 872; cpp: 290; makefile: 154; perl: 2
file content (13 lines) | stat: -rwxr-xr-x 264 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f

export AUTOMAKE=automake --foreign

%:
	dh --with autoreconf $@

override_dh_auto_configure:
	dh_auto_configure -- $(shell dpkg-buildflags --export=cmdline)

override_dh_auto_install:
	dh_auto_install
	find debian -name '*.la' | xargs -r rm -f