File: rules

package info (click to toggle)
wap-wml-tools 0.0.4-7
  • links: PTS, VCS
  • area: non-free
  • in suites: bookworm, bullseye, buster, jessie, jessie-kfreebsd, sid, stretch
  • size: 388 kB
  • ctags: 282
  • sloc: ansic: 1,122; sh: 112; makefile: 73
file content (13 lines) | stat: -rwxr-xr-x 246 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/make -f

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

DPKG_EXPORT_BUILDFLAGS=1
include /usr/share/dpkg/buildflags.mk

%:
	dh $@

override_dh_auto_configure:
	./configure --cc-flags "$(CFLAGS) $(CPPFLAGS) $(LDFLAGS)"