File: rules

package info (click to toggle)
seq24 0.8.6-2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 236 kB
  • ctags: 5
  • sloc: makefile: 10
file content (16 lines) | stat: -rwxr-xr-x 494 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/usr/bin/make -f
# -*- mode: makefile; coding: utf-8 -*-

DEB_TAR_SRCDIR := seq24-0.8.6
DEB_INSTALL_DOCS_seq24 = build-tree/$(DEB_TAR_SRCDIR)/SEQ24 \
                         build-tree/$(DEB_TAR_SRCDIR)/RTC

DEB_AUTO_UPDATE_AUTOMAKE := 1.9
DEB_AUTO_UPDATE_ACLOCAL  := 1.9
DEB_AUTO_UPDATE_AUTOCONF := 2.50

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