6 lines
220 B
Makefile
6 lines
220 B
Makefile
# Settings that the LAMMPS build will import when this package library is used
|
|
|
|
plumed_SYSINC = -D__PLUMED_DEFAULT_KERNEL=$(PLUMED_LIBDIR)/libplumedKernel.dylib
|
|
plumed_SYSLIB = $(PLUMED_LOAD) -rdynamic
|
|
plumed_SYSPATH =
|