File: rules

package info (click to toggle)
makedepf90 2.8.8-1
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 488 kB
  • ctags: 548
  • sloc: ansic: 854; yacc: 324; lex: 220; sh: 153; makefile: 106
file content (16 lines) | stat: -rwxr-xr-x 263 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/usr/bin/make -f


# export DH_VERBOSE=1

# Magic debhelper rule
%:
	dh $@

DESTDIR:=$(shell pwd)/debian/tmp

override_dh_auto_test:
	@echo Tests overriden as not actually implemented / shipped.

override_dh_auto_install:
	$(MAKE) install prefix=$(DESTDIR)/usr