forked from lijiext/lammps
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@3070 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
e3b3057e60
commit
b209a3694c
|
@ -1,6 +1,6 @@
|
|||
# Settings for libraries used by specific LAMMPS packages
|
||||
# this file is auto-edited when those packages are included/excluded
|
||||
|
||||
PKGINC = -I../../lib/meam -I../../lib/reax -I../../lib/poems
|
||||
PKGPATH = -L../../lib/meam -L../../lib/reax -L../../lib/poems
|
||||
PKGLIB = -lmeam -lreax -lpoems
|
||||
PKGINC = -I../../lib/reax -I../../lib/poems -I../../lib/meam
|
||||
PKGPATH = -L../../lib/reax -L../../lib/poems -L../../lib/meam
|
||||
PKGLIB = -lreax -lpoems -lmeam
|
||||
|
|
Loading…
Reference in New Issue