~ubuntu-branches/debian/sid/lammps/sid

« back to all changes in this revision

Viewing changes to src/MAKE/Makefile.xe6

  • Committer: Package Import Robot
  • Author(s): Anton Gladky
  • Date: 2013-11-20 22:41:36 UTC
  • mfrom: (1.2.2)
  • Revision ID: package-import@ubuntu.com-20131120224136-tzx7leh606fqnckm
Tags: 0~20131119.git7162cf0-1
* [e65b919] Imported Upstream version 0~20131119.git7162cf0
* [f7bddd4] Fix some problems, introduced by upstream recently.
* [3616dfc] Use wrap-and-sort script.
* [7e92030] Ignore quilt dir

Show diffs side-by-side

added added

removed removed

Lines of Context:
53
53
FFT_PATH =      -L/home/sjplimp/fftw/fftw/.libs
54
54
FFT_LIB =       -lfftw
55
55
 
56
 
# JPEG library, OPTIONAL
 
56
# JPEG and/or PNG library, OPTIONAL
57
57
# see discussion in doc/Section_start.html#2_2 (step 7)
58
 
# only needed if -DLAMMPS_JPEG listed with LMP_INC
59
 
# INC = path for jpeglib.h
60
 
# PATH = path for JPEG library
61
 
# LIB = name of JPEG library
 
58
# only needed if -DLAMMPS_JPEG or -DLAMMPS_PNG listed with LMP_INC
 
59
# INC = path(s) for jpeglib.h and/or png.h
 
60
# PATH = path(s) for JPEG library and/or PNG library
 
61
# LIB = name(s) of JPEG library and/or PNG library
62
62
 
63
63
JPG_INC =       
64
64
JPG_PATH =