Commit c96a43f2 authored by sjplimp's avatar sjplimp
Browse files

git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@3665 f3b2605a-c512-4ea7-a41b-209d697bcdaa
parent 2e81205b
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
# Settings for libraries used by specific LAMMPS packages
# this file is auto-edited when those packages are included/excluded

PKG_INC =  -I../../lib/poems -I../../lib/reax -I../../lib/meam 
PKG_PATH = -L../../lib/poems -L../../lib/reax -L../../lib/meam 
PKG_LIB =  -lpoems -lreax -lmeam 
PKG_INC =  -I../../lib/reax -I../../lib/poems -I../../lib/meam 
PKG_PATH = -L../../lib/reax -L../../lib/poems -L../../lib/meam 
PKG_LIB =  -lreax -lpoems -lmeam 

PKG_SYSPATH = $(reax_SYSPATH) $(meam_SYSPATH) 
PKG_SYSLIB =  $(reax_SYSLIB) $(meam_SYSLIB)