Skip to content
Snippets Groups Projects
Commit 5031f5b8 authored by Giacomo Fiorin's avatar Giacomo Fiorin
Browse files

Comment out use by Colvars of Makefile.lammps from other packages

parent 3cd597e9
No related branches found
No related tags found
No related merge requests found
# Shared -*- makefile -*- for multiple architectures # Shared -*- makefile -*- for multiple architectures
# Detect settings from PYTHON package (if defined) # # Detect settings from PYTHON package (if defined)
include ../../src/Makefile.package.settings # sinclude ../../src/Makefile.package.settings
ifeq ($(python_SYSINC),) # ifeq ($(python_SYSINC),)
COLVARS_PYTHON_INCFLAGS = # COLVARS_PYTHON_INCFLAGS =
else # else
COLVARS_PYTHON_INCFLAGS = -DCOLVARS_PYTHON $(python_SYSINC) # COLVARS_PYTHON_INCFLAGS = -DCOLVARS_PYTHON $(python_SYSINC)
endif # endif
# Detect debug settings # Detect debug settings
ifeq ($(COLVARS_DEBUG),) ifeq ($(COLVARS_DEBUG),)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment