File: rules

package info (click to toggle)
apertium-lex-tools 0.1.1~r66150-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 13,992 kB
  • sloc: cpp: 5,849; python: 5,145; xml: 317; makefile: 128; awk: 63; sh: 43
file content (12 lines) | stat: -rwxr-xr-x 234 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f
# -*- makefile -*-

#export DH_VERBOSE=1
export DH_OPTIONS

%:
	dh $@ --fail-missing --parallel --with autoreconf

override_dh_auto_install:
	dh_auto_install
	find $(CURDIR) -type f -name '*.la' -exec rm -f '{}' \;