mirror of https://github.com/lammps/lammps.git
Merge branch 'colvars-safer-makefiles' of https://github.com/giacomofiorin/lammps into colvars-quickfix
This commit is contained in:
commit
1b704bab18
|
@ -1,12 +1,12 @@
|
|||
# Shared -*- makefile -*- for multiple architectures
|
||||
|
||||
# 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 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),)
|
||||
|
|
|
@ -11,12 +11,12 @@ AR = ar
|
|||
ARFLAGS = -rscv
|
||||
SHELL = /bin/sh
|
||||
|
||||
include Makefile.common
|
||||
|
||||
.PHONY: default clean
|
||||
|
||||
default: $(COLVARS_LIB) Makefile.lammps
|
||||
|
||||
include Makefile.common
|
||||
|
||||
clean:
|
||||
-rm -f $(COLVARS_OBJS) $(COLVARS_LIB)
|
||||
|
||||
|
|
|
@ -14,12 +14,12 @@ AR = i686-w64-mingw32-ar
|
|||
ARFLAGS = -rscv
|
||||
SHELL = /bin/sh
|
||||
|
||||
include Makefile.common
|
||||
|
||||
.PHONY: default clean
|
||||
|
||||
default: $(COLVARS_OBJ_DIR) $(COLVARS_LIB) Makefile.lammps
|
||||
|
||||
include Makefile.common
|
||||
|
||||
$(COLVARS_OBJ_DIR):
|
||||
mkdir $(COLVARS_OBJ_DIR)
|
||||
|
||||
|
|
|
@ -14,12 +14,12 @@ AR = x86_64-w64-mingw32-ar
|
|||
ARFLAGS = -rscv
|
||||
SHELL = /bin/sh
|
||||
|
||||
include Makefile.common
|
||||
|
||||
.PHONY: default clean
|
||||
|
||||
default: $(COLVARS_OBJ_DIR) $(COLVARS_LIB) Makefile.lammps
|
||||
|
||||
include Makefile.common
|
||||
|
||||
$(COLVARS_OBJ_DIR):
|
||||
mkdir $(COLVARS_OBJ_DIR)
|
||||
|
||||
|
|
Loading…
Reference in New Issue