File: rules

package info (click to toggle)
le 1.14.3-2
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 3,188 kB
  • sloc: cpp: 18,354; ansic: 12,912; sh: 3,622; makefile: 90
file content (22 lines) | stat: -rwxr-xr-x 618 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#!/usr/bin/make -f

ifneq (,$(filter debug,$(DEB_BUILD_OPTIONS)))
        DEB_CONFIGURE_EXTRA_FLAGS += --with-debug
endif

CXXFLAGS += $(shell getconf LFS_CFLAGS)
DEB_INSTALL_CHANGELOGS_ALL = NEWS
DEB_AC_AUX_DIR = $(DEB_SRCDIR)/build-aux

DEB_AUTO_UPDATE_ACLOCAL=1.11
DEB_AUTO_UPDATE_AUTOMAKE=1.11
DEB_AUTO_UPDATE_AUTOCONF=true
DEB_AUTO_UPDATE_AUTOHEADER=true

include /usr/share/cdbs/1/class/autotools.mk
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/rules/patchsys-quilt.mk

clean::
	find . -name 'Makefile.in' -delete
	$(RM) lib/Makefile configure lib/stamp-h1 lib/config.h src/config.h.in