ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-3.0/make/Makefile.in
(Generate patch)

Comparing trunk/OOPSE-3.0/make/Makefile.in (file contents):
Revision 2752 by gezelter, Tue May 16 02:06:37 2006 UTC vs.
Revision 2754 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@ \
116          @MPI_F90_LIB@

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines