[SCM] Gerris Flow Solver branch, upstream, updated. b3aa46814a06c9cb2912790b23916ffb44f1f203

Stephane Popinet popinet at users.sf.net
Fri May 15 02:55:20 UTC 2009


The following commit has been merged in the upstream branch:
commit 5f374929b402abe46e6d2dac3abb43302640d420
Author: Stephane Popinet <popinet at users.sf.net>
Date:   Fri May 9 12:53:28 2008 +1000

    Fixed missing dependency for Terrain module
    
    darcs-hash:20080509025328-d4795-fd5c0654fa2ffefeb2f35d56c3a5ba1b7157e00a.gz

diff --git a/modules/Makefile.am b/modules/Makefile.am
index 70c473e..77f45c1 100644
--- a/modules/Makefile.am
+++ b/modules/Makefile.am
@@ -48,14 +48,14 @@ libmap2D3_la_SOURCES = map.c
 libmap2D3_la_CFLAGS = $(AM_CFLAGS) -DFTT_2D3=1
 libmap2D3_la_LIBADD = -lproj
 
-libterrain3D_la_SOURCES = terrain.c rsurface.c
+libterrain3D_la_SOURCES = terrain.c rsurface.c rsurface.h
 libterrain3D_la_LIBADD = -LRStarTree -lcSmRST
 
 libterrain2D_la_CFLAGS = $(AM_CFLAGS) -DFTT_2D=1
-libterrain2D_la_SOURCES = terrain.c rsurface.c
+libterrain2D_la_SOURCES = terrain.c rsurface.c rsurface.h
 libterrain2D_la_LIBADD = -LRStarTree -lcSmRST
 
-libterrain2D3_la_SOURCES = terrain.c rsurface.c
+libterrain2D3_la_SOURCES = terrain.c rsurface.c rsurface.h
 libterrain2D3_la_CFLAGS = $(AM_CFLAGS) -DFTT_2D3=1
 libterrain2D3_la_LIBADD = -LRStarTree -lcSmRST
 
@@ -69,10 +69,10 @@ libtide2D3_la_SOURCES = tide.c
 libtide2D3_la_CFLAGS = $(AM_CFLAGS) $(GSL_CFLAGS) -DFTT_2D3=1
 libtide2D3_la_LIBADD = -Lfes2004 -lfes -lnetcdf $(GSL_LIBS)
 
-xyz2rsurface_SOURCES = xyz2rsurface.c rsurface.c
+xyz2rsurface_SOURCES = xyz2rsurface.c rsurface.c rsurface.h
 xyz2rsurface_LDADD = -LRStarTree -lcSmRST
 
-rsurfacequery_SOURCES = rsurfacequery.c rsurface.c
+rsurfacequery_SOURCES = rsurfacequery.c rsurface.c rsurface.h
 rsurfacequery_LDADD = -LRStarTree -lcSmRST
 
 if HAVE_MODULES

-- 
Gerris Flow Solver



More information about the debian-science-commits mailing list