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

Stephane Popinet popinet at users.sf.net
Fri May 15 02:54:01 UTC 2009


The following commit has been merged in the upstream branch:
commit ebf1653e71397e9eca867912cc80b4b4d69c4193
Author: Stephane Popinet <popinet at users.sf.net>
Date:   Fri Mar 2 12:51:18 2007 +1100

    Fixed dependencies for gfsclasses.py
    
    darcs-hash:20070302015118-d4795-c826a2d1ca13271f610b3f84cfdd762c6bd2b8c8.gz

diff --git a/doc/examples/Makefile.am b/doc/examples/Makefile.am
index 4159ef6..ae85968 100644
--- a/doc/examples/Makefile.am
+++ b/doc/examples/Makefile.am
@@ -87,6 +87,6 @@ INCLUDES = -I$(top_srcdir)/src -I$(includedir) -DG_LOG_DOMAIN=\"Gfs-tools\"\
 
 noinst_PROGRAMS = classes
 
-classes_CFLAGS = $(AM_CFLAGS) -DFTT_2D=1
-classes_LDADD = $(GFS2D_LIBS)
-
+classes: classes.c $(top_srcdir)/src/init.c
+	$(LIBTOOL) --mode=link $(CC) $(AM_CFLAGS) $(INCLUDES) -DFTT_2D=1 \
+	classes.c -o classes $(GFS2D_LIBS)

-- 
Gerris Flow Solver



More information about the debian-science-commits mailing list