File: rules

package info (click to toggle)
zopfli 1.0.3-1
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye
  • size: 888 kB
  • sloc: cpp: 7,421; ansic: 2,937; makefile: 53
file content (18 lines) | stat: -rwxr-xr-x 344 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/usr/bin/make -f
# -*- makefile -*-

# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1

override_dh_auto_configure:

override_dh_auto_build:
	dh_auto_build
	dh_auto_build -- zopflipng
	dh_auto_build -- libzopfli
	dh_auto_build -- libzopflipng

%:
	dh  $@ --fail-missing

.PHONY: override_dh_auto_configure override_dh_auto_build