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
Loading
Loading
Loading
Loading
+7 −7
Original line number Diff line number Diff line
# Shared -*- makefile -*- for multiple architectures

# Detect settings from PYTHON package (if defined)
include ../../src/Makefile.package.settings
ifeq ($(python_SYSINC),)
COLVARS_PYTHON_INCFLAGS =
else
COLVARS_PYTHON_INCFLAGS = -DCOLVARS_PYTHON $(python_SYSINC)
endif
# # Detect settings from PYTHON package (if defined)
# sinclude ../../src/Makefile.package.settings
# ifeq ($(python_SYSINC),)
# COLVARS_PYTHON_INCFLAGS =
# else
# COLVARS_PYTHON_INCFLAGS = -DCOLVARS_PYTHON $(python_SYSINC)
# endif

# Detect debug settings
ifeq ($(COLVARS_DEBUG),)