File: rules

package info (click to toggle)
makedepf90 3.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 388 kB
  • sloc: ansic: 913; yacc: 356; lex: 224; sh: 153; makefile: 109
file content (20 lines) | stat: -rwxr-xr-x 329 bytes parent folder | download | duplicates (3)
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

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