2015-03-18 00:06:12 +08:00
|
|
|
# Settings that the LAMMPS build will import when this package library is used
|
|
|
|
# See the README file for more explanation
|
|
|
|
|
2017-04-14 23:44:36 +08:00
|
|
|
python_SYSINC = $(shell which python-config > /dev/null 2>&1 && python-config --includes || :)
|
2020-12-16 05:07:49 +08:00
|
|
|
python_SYSLIB = $(shell which python-config > /dev/null 2>&1 && python-config --ldflags --embed > /dev/null 2>&1 && python-config --ldflags --embed || (which python-config > /dev/null 2>&1 && python-config --ldflags || :) )
|
2015-03-19 04:45:12 +08:00
|
|
|
python_SYSPATH =
|
2017-04-14 23:44:36 +08:00
|
|
|
PYTHON=python
|