File: rules

package info (click to toggle)
etsf-io 1.0.4-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 5,580 kB
  • sloc: f90: 26,717; sh: 466; makefile: 452; ansic: 23
file content (10 lines) | stat: -rwxr-xr-x 238 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/make -f

export DEB_BUILD_MAINT_OPTIONS=hardening=+all

%:
	dh $@

override_dh_auto_configure:
	dh_auto_configure -- --docdir=\$${prefix}/share/doc/libetsf-io-doc --with-moduledir=\$${includedir} FCFLAGS="-O2 -fPIC $(CFLAGS)"