File: rules

package info (click to toggle)
makedepf90 3.0.1-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 420 kB
  • sloc: ansic: 997; yacc: 356; lex: 224; makefile: 204; sh: 153
file content (20 lines) | stat: -rwxr-xr-x 347 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#!/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_clean:
	dh_auto_clean
	rm -f find_dep.c lexer.c Makefile config.h

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