git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@8278 f3b2605a-c512-4ea7-a41b-209d697bcdaa

This commit is contained in:
sjplimp 2012-06-13 16:35:57 +00:00
parent eff8d7d8c7
commit 49a004194c
2 changed files with 15 additions and 0 deletions

View File

@ -0,0 +1,5 @@
# Settings that the LAMMPS build will import when this package library is used
molfile_SYSINC =
molfile_SYSLIB = -ldl
molfile_SYSPATH =

10
lib/molfile/README Normal file
View File

@ -0,0 +1,10 @@
This dir contains the hooks to build and link LAMMPS with the VMD
molfile plugins, http://www.ks.uiuc.edu/Research/vmd/plugins/molfile.
When you build LAMMPS with its USER-MOLFILE package installed, it will
use the 3 settings in Makefile.lammps in this directory.
molfile_SYSINC = should not need to be set
molfile_SYSLIB = the dl library called by the USER-MOLFILE source files
molfile_SYSPATH = a path to the dl library