File: rules

package info (click to toggle)
gramophone2 0.8.13a-3.5
  • links: PTS
  • area: main
  • in suites: trixie
  • size: 556 kB
  • sloc: ansic: 2,707; yacc: 1,873; lex: 308; makefile: 33
file content (12 lines) | stat: -rwxr-xr-x 327 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f

export DEB_CFLAGS_MAINT_APPEND = -fcommon
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/makefile.mk

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

DEB_MAKE_INSTALL_TARGET = install DESTDIR=$(CURDIR)/debian/tmp/ 
DEB_MAKE_INVOKE := make -C $(DEB_BUILDDIR)