mirror of
https://github.com/CoolProp/CoolProp.git
synced 2026-01-15 00:48:18 -05:00
14 lines
313 B
Makefile
14 lines
313 B
Makefile
#!/usr/bin/make -f
|
|
# -*- makefile -*-
|
|
# Uncomment this to turn on verbose mode.
|
|
#export DH_VERBOSE=1
|
|
%:
|
|
dh $@
|
|
|
|
build :
|
|
$ ( cmake . -DCOOLPROP_DEBIAN_PACKAGE=ON -DCOOLPROP_INSTALL_PREFIX="" )
|
|
$ ( cmake --build . )
|
|
|
|
#override_dh_auto_install:
|
|
# $(MAKE) DESTDIR=$$(pwd)/debian/coolprop prefix=/usr/local install
|