forked from lijiext/lammps
13 lines
358 B
Makefile
13 lines
358 B
Makefile
# Settings that the LAMMPS build will import when this package library is used
|
|
#
|
|
# Ubuntu 14.04 installation of VTK5 library:
|
|
# ------------------------------------------
|
|
#
|
|
# Execute the following installation command:
|
|
#
|
|
# $ sudo apt-get install libvtk5-dev
|
|
#
|
|
vtk_SYSINC = -I/usr/include/vtk-5.8
|
|
vtk_SYSLIB = -lvtkCommon -lvtkFiltering -lvtkIO
|
|
vtk_SYSPATH =
|