File: rules

package info (click to toggle)
libwps 0.4.10-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 5,544 kB
  • sloc: cpp: 74,303; sh: 4,524; makefile: 418; ansic: 4
file content (17 lines) | stat: -rwxr-xr-x 414 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/usr/bin/make -f
#export DH_VERBOSE=1

CONFIGURE_FLAGS := \
	--enable-static \


%:
	dh $@

# There apparently is no way to build *only* the docs, so do it completely.
# A full build (-b) will run this override only, as will an arch-indep (-A) build.
override_dh_auto_configure:
	dh_auto_configure --  $(CONFIGURE_FLAGS)

override_dh_auto_configure-arch:
	dh_auto_configure --  $(CONFIGURE_FLAGS) --without-docs