File: rules

package info (click to toggle)
fortran-regex 1.1.2-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 404 kB
  • sloc: f90: 1,355; makefile: 39
file content (19 lines) | stat: -rwxr-xr-x 313 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#!/usr/bin/make -f

export DH_VERBOSE=1

# The magic debhelper  rule
%:
	dh $@ 


override_dh_auto_clean:
	fpm clean --all

override_dh_auto_build:
	fpm build 

override_dh_auto_install:
	fpm install --prefix=debian/tmp/usr
	dh_fortran_mod
	dh_fortran_lib --flavor gfortran  debian/tmp/usr/lib/libfortran-regex.a