From 49a004194ceee186d313d0cdeaa7239959c8a600 Mon Sep 17 00:00:00 2001 From: sjplimp Date: Wed, 13 Jun 2012 16:35:57 +0000 Subject: [PATCH] git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@8278 f3b2605a-c512-4ea7-a41b-209d697bcdaa --- lib/molfile/Makefile.lammps | 5 +++++ lib/molfile/README | 10 ++++++++++ 2 files changed, 15 insertions(+) create mode 100644 lib/molfile/Makefile.lammps create mode 100644 lib/molfile/README diff --git a/lib/molfile/Makefile.lammps b/lib/molfile/Makefile.lammps new file mode 100644 index 0000000000..db9a401810 --- /dev/null +++ b/lib/molfile/Makefile.lammps @@ -0,0 +1,5 @@ +# Settings that the LAMMPS build will import when this package library is used + +molfile_SYSINC = +molfile_SYSLIB = -ldl +molfile_SYSPATH = diff --git a/lib/molfile/README b/lib/molfile/README new file mode 100644 index 0000000000..8e04aaade6 --- /dev/null +++ b/lib/molfile/README @@ -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 +