File: rules

package info (click to toggle)
simage 1.7.1~2c958a6.dfsg-4
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 4,484 kB
  • ctags: 1,326
  • sloc: sh: 12,739; ansic: 8,288; cpp: 930; perl: 862; makefile: 637; lisp: 25
file content (17 lines) | stat: -rwxr-xr-x 265 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/usr/bin/make -f

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

extra_flags = \
   --enable-static \
	 --with-targa \
	 --with-rgb \
	 --with-pic \
	 --with-xwd \
	 --with-eps \
	 --without-mpeg2enc

override_dh_auto_configure:
	dh_auto_configure -- $(extra_flags)