File: rules

package info (click to toggle)
libydpdict 1.0.4-2
  • links: PTS, VCS
  • area: contrib
  • in suites: jessie, jessie-kfreebsd
  • size: 200 kB
  • ctags: 74
  • sloc: ansic: 848; makefile: 31; python: 19; sh: 12
file content (13 lines) | stat: -rwxr-xr-x 388 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f

# As recommended by "current Debian best practice" prescribed by autotools-dev,
# we specify an explicit automake version:
export AUTOMAKE=automake-1.14
# We rely on debhelper's autoconf build system to set configure build/host
# flags appropriately to help cross-compiling.

# See what exactly is going on.
export DH_VERBOSE=1

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