File: rules

package info (click to toggle)
aggregate 1.6-7
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, jessie, jessie-kfreebsd, stretch, wheezy
  • size: 192 kB
  • sloc: ansic: 327; sh: 153; makefile: 152; perl: 24
file content (16 lines) | stat: -rwxr-xr-x 437 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/usr/bin/make -f

include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/autotools.mk
include /usr/share/cdbs/1/class/makefile.mk

#common-configure::
#	autoconf configure.in >configure
#	chmod 775 configure

DEB_MAKE_INVOKE = $(DEB_MAKE_ENVVARS) make -C $(DEB_BUILDDIR)
DEB_MAKE_INSTALL_TARGET = install DESTDIR=$(CURDIR)/debian/aggregate
ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS)))
	LDFLAGS += -s
endif