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

« back to all changes in this revision

Viewing changes to src/MAKE/Makefile.bgl

  • 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:
58
58
FFT_PATH = 
59
59
FFT_LIB =       -lfftw
60
60
 
61
 
# JPEG library, OPTIONAL
 
61
# JPEG and/or PNG library, OPTIONAL
62
62
# see discussion in doc/Section_start.html#2_2 (step 7)
63
 
# only needed if -DLAMMPS_JPEG listed with LMP_INC
64
 
# INC = path for jpeglib.h
65
 
# PATH = path for JPEG library
66
 
# LIB = name of JPEG library
 
63
# only needed if -DLAMMPS_JPEG or -DLAMMPS_PNG listed with LMP_INC
 
64
# INC = path(s) for jpeglib.h and/or png.h
 
65
# PATH = path(s) for JPEG library and/or PNG library
 
66
# LIB = name(s) of JPEG library and/or PNG library
67
67
 
68
68
JPG_INC =       
69
69
JPG_PATH =