From f20bb5f76f3cb3fe767a7250ea34b1add71b567b Mon Sep 17 00:00:00 2001 From: athomps Date: Tue, 7 Apr 2009 22:19:08 +0000 Subject: [PATCH] Added helpful comment git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@2743 f3b2605a-c512-4ea7-a41b-209d697bcdaa --- lib/reax/Makefile.gfortran | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/lib/reax/Makefile.gfortran b/lib/reax/Makefile.gfortran index 7308bd89cc..471130f2f0 100755 --- a/lib/reax/Makefile.gfortran +++ b/lib/reax/Makefile.gfortran @@ -8,6 +8,13 @@ # * CONTACT: hansohl@mit.edu, athompson@sandia.gov, gjwagne@sandia.gov * # *_________________________________________________________________________*/ +# To compile and link LAMMPS to the reax library generated by this Makefile, +# try appending the following definitions to the standard definitions in +# whatever LAMMPS Makefile your are using. +# CCFLAGS = -I../../lib/reax +# LINKFLAGS = -L../../lib/reax +# USRLIB = -lreax -lgfortran + SHELL = /bin/sh # ------ FILES ------