File: rules

package info (click to toggle)
mdm 0.1.3-2.1
  • links: PTS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch
  • size: 148 kB
  • ctags: 173
  • sloc: ansic: 1,268; sh: 69; makefile: 54
file content (11 lines) | stat: -rwxr-xr-x 300 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/make -f

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

DESTDIR = $(CURDIR)/debian/mdm

DEB_MAKE_CLEAN_TARGET   = dist-clean
DEB_MAKE_BUILD_TARGET   = all
DEB_MAKE_INSTALL_TARGET = install DESTDIR=$(DESTDIR) PREFIX=/usr
DEB_MAKE_CHECK_TARGET   =