Files
IFEM/debian/rules
akva 062749a847 added: native debian packaging
git-svn-id: http://svn.sintef.no/trondheim/IFEM/trunk@2383 e10b68d5-8a6e-419e-a041-bce267b0401d
2015-07-10 22:03:21 +02:00

32 lines
1.3 KiB
Makefile
Executable File

#!/usr/bin/make -f
# -*- makefile -*-
# Sample debian/rules that uses debhelper.
# This file was originally written by Joey Hess and Craig Small.
# As a special exception, when this file is copied by dh-make into a
# dh-make output file, you may use that output file without restriction.
# This special exception was added by Craig Small in version 0.37 of dh-make.
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
%:
dh $@
override_dh_auto_configure:
dh_auto_configure -- -DCMAKE_BUILD_TYPE=Release -DBUILD_SHARED_LIBS=1 -DINSTALL_DOXY=1 -DIFEM_USE_PETSC=0 -DIFEM_AS_SUBMODULE=1 ../Apps
override_dh_installdocs:
dh_installdocs --link-doc=libifem1
.PHONY: override_dh_strip
override_dh_strip:
dh_strip -plibifem1 --dbg-package=libifem1-dbg
dh_strip -plibifem-adr --dbg-package=libifem-adr-dbg
dh_strip -plibifem-cfd-chorin --dbg-package=libifem-cfd-chorin-dbg
dh_strip -plibifem-cfd-vms --dbg-package=libifem-cfd-vms-dbg
dh_strip -plibifem-common1 --dbg-package=libifem-common1-dbg
dh_strip -plibifem-finitedef --dbg-package=libifem-finitedef-dbg
dh_strip -plibifem-linel --dbg-package=libifem-linel-dbg
dh_strip -plibifem-poisson --dbg-package=libifem-poisson-dbg
dh_strip -plibifem-utils --dbg-package=libifem-utils-dbg