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

This commit is contained in:
sjplimp 2010-01-14 23:54:34 +00:00
parent c40b5b9bc7
commit 7180f932c5
3 changed files with 9 additions and 9 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1,9 +1,9 @@
# Settings for libraries used by specific LAMMPS packages
# this file is auto-edited when those packages are included/excluded
PKG_INC = -I../../lib/reax -I../../lib/poems -I../../lib/meam
PKG_PATH = -L../../lib/reax -L../../lib/poems -L../../lib/meam -L../../lib/gpu
PKG_LIB = -lreax -lpoems -lmeam -lgpu
PKG_INC =
PKG_PATH =
PKG_LIB =
PKG_SYSPATH = $(reax_SYSPATH) $(meam_SYSPATH) $(gpu_SYSPATH)
PKG_SYSLIB = $(reax_SYSLIB) $(meam_SYSLIB) $(gpu_SYSLIB)
PKG_SYSPATH =
PKG_SYSLIB =