[go: up one dir, main page]

File: rules

package info (click to toggle)
dicomnifti 2.32.1-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 340 kB
  • ctags: 195
  • sloc: sh: 2,514; cpp: 2,088; makefile: 157; ansic: 17
file content (14 lines) | stat: -rwxr-xr-x 340 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f
# -*- makefile -*-

# default CMake flags:
# set manpage install dir to temp directory -- manpages will be installed
# by dh_installman
CMAKE_FLAGS = -DDINIFTI_MAN_DIR:PATH=../../tmp/manpages

# one ring to rule them all ...
%:
	dh $@ --buildsystem=cmake

override_dh_auto_configure:
	dh_auto_configure -- $(CMAKE_FLAGS)