be80ade431
Refs: #3887 reviewer=ompi-rm1.7 This commit was SVN r29647.
18 строки
246 B
Makefile
18 строки
246 B
Makefile
#!/usr/bin/make -f
|
|
|
|
# export DH_VERBOSE=1
|
|
|
|
DPKG_EXPORT_BUILDFLAGS = 1
|
|
include /usr/share/dpkg/buildflags.mk
|
|
|
|
%:
|
|
dh $@ --parallel
|
|
|
|
override_dh_auto_clean:
|
|
|
|
override_dh_auto_configure:
|
|
dh_auto_configure -- $(CONFIG_ARGS)
|
|
|
|
override_dh_auto_test:
|
|
|