ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/branches/development/make/Makefile.in
(Generate patch)

Comparing trunk/make/Makefile.in (file contents):
Revision 957 by gezelter, Tue May 16 20:38:23 2006 UTC vs.
Revision 958 by gezelter, Wed May 17 03:03:03 2006 UTC

# Line 96 | Line 96 | IncludeDirs = \
96          samples/zcons
97  
98   IncludeDirs = \
99 +        @ZLIB_INC_DIR@ \
100          @FFTW_INC_DIR@ \
101          @CGAL_INC_DIR@ \
102          @MPI_INC_DIR@
103  
104   LibraryDirs = \
105 +        @ZLIB_LIB_DIR@ \
106          @FFTW_LIB_DIR@ \
107          @CGAL_LIB_DIR@ \
108          @MPI_LIB_DIR@
109  
110   Libraries = \
111          @LIBS@ \
112 +        @ZLIB@ \
113          @FFTW_LIBS@ \
114          @CGAL_LIBS@ \
115          @MPI_LIB@ \

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines