[SCM] Gerris Flow Solver branch, upstream, updated. ac9e6cb2b367b399a0f2f42674bed8640c07a418
Drew Parsons
dparsons at debian.org
Wed Apr 6 06:07:49 UTC 2011
The following commit has been merged in the upstream branch:
commit ac9e6cb2b367b399a0f2f42674bed8640c07a418
Author: Drew Parsons <dparsons at debian.org>
Date: Wed Apr 6 16:01:55 2011 +1000
autoreconf for 20110329-dfsg.2
diff --git a/modules/Makefile.in b/modules/Makefile.in
index c48f2be..c0d1cd8 100644
--- a/modules/Makefile.in
+++ b/modules/Makefile.in
@@ -15,7 +15,6 @@
@SET_MAKE@
-
VPATH = @srcdir@
pkgdatadir = $(datadir)/@PACKAGE@
pkgincludedir = $(includedir)/@PACKAGE@
@@ -35,8 +34,6 @@ PRE_UNINSTALL = :
POST_UNINSTALL = :
build_triplet = @build@
host_triplet = @host@
-bin_PROGRAMS = xyz2rsurface$(EXEEXT) rsurfacequery$(EXEEXT) \
- rsurfacedraw$(EXEEXT) rsurfaceinfo$(EXEEXT)
subdir = modules
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
@@ -71,7 +68,7 @@ am__nobase_list = $(am__nobase_strip_setup); \
am__base_list = \
sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
-am__installdirs = "$(DESTDIR)$(pkglibdir)" "$(DESTDIR)$(bindir)"
+am__installdirs = "$(DESTDIR)$(pkglibdir)"
LTLIBRARIES = $(pkglib_LTLIBRARIES)
libagmg2D_la_DEPENDENCIES =
am_libagmg2D_la_OBJECTS = libagmg2D_la-agmg.lo dagmg.lo
@@ -207,28 +204,6 @@ libstokes3D_la_LIBADD =
am_libstokes3D_la_OBJECTS = libstokes3D_la-stokes.lo CW263.lo
libstokes3D_la_OBJECTS = $(am_libstokes3D_la_OBJECTS)
@BUILD_STOKES_TRUE at am_libstokes3D_la_rpath = -rpath $(pkglibdir)
-am_libterrain2D_la_OBJECTS = libterrain2D_la-terrain.lo \
- libterrain2D_la-rsurface.lo
-libterrain2D_la_OBJECTS = $(am_libterrain2D_la_OBJECTS)
-libterrain2D_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
- $(LIBTOOLFLAGS) --mode=link $(CCLD) $(libterrain2D_la_CFLAGS) \
- $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
-am_libterrain3D_la_OBJECTS = terrain.lo rsurface.lo
-libterrain3D_la_OBJECTS = $(am_libterrain3D_la_OBJECTS)
-libtide2D_la_DEPENDENCIES = $(am__DEPENDENCIES_1)
-am_libtide2D_la_OBJECTS = libtide2D_la-tide.lo
-libtide2D_la_OBJECTS = $(am_libtide2D_la_OBJECTS)
-libtide2D_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
- $(LIBTOOLFLAGS) --mode=link $(CCLD) $(libtide2D_la_CFLAGS) \
- $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
- at BUILD_TIDE_TRUE@am_libtide2D_la_rpath = -rpath $(pkglibdir)
-libtide3D_la_DEPENDENCIES = $(am__DEPENDENCIES_1)
-am_libtide3D_la_OBJECTS = libtide3D_la-tide.lo
-libtide3D_la_OBJECTS = $(am_libtide3D_la_OBJECTS)
-libtide3D_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
- $(LIBTOOLFLAGS) --mode=link $(CCLD) $(libtide3D_la_CFLAGS) \
- $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
- at BUILD_TIDE_TRUE@am_libtide3D_la_rpath = -rpath $(pkglibdir)
am_libwavewatch2D_la_OBJECTS = libwavewatch2D_la-wavewatch.lo
libwavewatch2D_la_OBJECTS = $(am_libwavewatch2D_la_OBJECTS)
libwavewatch2D_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
@@ -236,31 +211,6 @@ libwavewatch2D_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
$(libwavewatch2D_la_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \
-o $@
@BUILD_WAVEWATCH_TRUE at am_libwavewatch2D_la_rpath = -rpath $(pkglibdir)
-PROGRAMS = $(bin_PROGRAMS)
-am_rsurfacedraw_OBJECTS = rsurfacedraw-rsurfacedraw.$(OBJEXT) \
- rsurfacedraw-rsurface.$(OBJEXT)
-rsurfacedraw_OBJECTS = $(am_rsurfacedraw_OBJECTS)
-rsurfacedraw_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
- $(LIBTOOLFLAGS) --mode=link $(CCLD) $(rsurfacedraw_CFLAGS) \
- $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
-am_rsurfaceinfo_OBJECTS = rsurfaceinfo-rsurfaceinfo.$(OBJEXT) \
- rsurfaceinfo-rsurface.$(OBJEXT)
-rsurfaceinfo_OBJECTS = $(am_rsurfaceinfo_OBJECTS)
-rsurfaceinfo_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
- $(LIBTOOLFLAGS) --mode=link $(CCLD) $(rsurfaceinfo_CFLAGS) \
- $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
-am_rsurfacequery_OBJECTS = rsurfacequery-rsurfacequery.$(OBJEXT) \
- rsurfacequery-rsurface.$(OBJEXT)
-rsurfacequery_OBJECTS = $(am_rsurfacequery_OBJECTS)
-rsurfacequery_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
- $(LIBTOOLFLAGS) --mode=link $(CCLD) $(rsurfacequery_CFLAGS) \
- $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
-am_xyz2rsurface_OBJECTS = xyz2rsurface-xyz2rsurface.$(OBJEXT) \
- xyz2rsurface-rsurface.$(OBJEXT)
-xyz2rsurface_OBJECTS = $(am_xyz2rsurface_OBJECTS)
-xyz2rsurface_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
- $(LIBTOOLFLAGS) --mode=link $(CCLD) $(xyz2rsurface_CFLAGS) \
- $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
DEFAULT_INCLUDES = -I. at am__isrc@ -I$(top_builddir)
depcomp = $(SHELL) $(top_srcdir)/depcomp
am__depfiles_maybe = depfiles
@@ -298,11 +248,7 @@ SOURCES = $(libagmg2D_la_SOURCES) $(libagmg3D_la_SOURCES) \
$(libode3D_la_SOURCES) $(libokada2D_la_SOURCES) \
$(libokada3D_la_SOURCES) $(libparticulates2D_la_SOURCES) \
$(libparticulates3D_la_SOURCES) $(libstokes2D_la_SOURCES) \
- $(libstokes3D_la_SOURCES) $(libterrain2D_la_SOURCES) \
- $(libterrain3D_la_SOURCES) $(libtide2D_la_SOURCES) \
- $(libtide3D_la_SOURCES) $(libwavewatch2D_la_SOURCES) \
- $(rsurfacedraw_SOURCES) $(rsurfaceinfo_SOURCES) \
- $(rsurfacequery_SOURCES) $(xyz2rsurface_SOURCES)
+ $(libstokes3D_la_SOURCES) $(libwavewatch2D_la_SOURCES)
DIST_SOURCES = $(libagmg2D_la_SOURCES) $(libagmg3D_la_SOURCES) \
$(libbubbles2D_la_SOURCES) $(libbubbles3D_la_SOURCES) \
$(libdf33D_la_SOURCES) $(libelectrohydro2D_la_SOURCES) \
@@ -313,11 +259,7 @@ DIST_SOURCES = $(libagmg2D_la_SOURCES) $(libagmg3D_la_SOURCES) \
$(libode3D_la_SOURCES) $(libokada2D_la_SOURCES) \
$(libokada3D_la_SOURCES) $(libparticulates2D_la_SOURCES) \
$(libparticulates3D_la_SOURCES) $(libstokes2D_la_SOURCES) \
- $(libstokes3D_la_SOURCES) $(libterrain2D_la_SOURCES) \
- $(libterrain3D_la_SOURCES) $(libtide2D_la_SOURCES) \
- $(libtide3D_la_SOURCES) $(libwavewatch2D_la_SOURCES) \
- $(rsurfacedraw_SOURCES) $(rsurfaceinfo_SOURCES) \
- $(rsurfacequery_SOURCES) $(xyz2rsurface_SOURCES)
+ $(libstokes3D_la_SOURCES) $(libwavewatch2D_la_SOURCES)
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
html-recursive info-recursive install-data-recursive \
install-dvi-recursive install-exec-recursive \
@@ -529,8 +471,6 @@ INCLUDES = -I$(top_srcdir)/src -I$(includedir) \
@HAS_GSL_TRUE at BUBBLES = libbubbles2D.la libbubbles3D.la
pkglib_LTLIBRARIES = \
$(MAP) \
- libterrain2D.la \
- libterrain3D.la \
libparticulates2D.la \
libparticulates3D.la \
libokada2D.la \
@@ -538,7 +478,6 @@ pkglib_LTLIBRARIES = \
libdf33D.la \
libelectrohydro2D.la \
libelectrohydro3D.la \
- $(TIDE) \
$(STOKES) \
$(WAVEWATCH) \
$(HYPRE) \
@@ -588,21 +527,8 @@ libmap3D_la_LIBADD = -lproj
libmap2D_la_SOURCES = map.c
libmap2D_la_CFLAGS = $(AM_CFLAGS) -DFTT_2D=1
libmap2D_la_LIBADD = -lproj
-KDTLIBS = -LRStarTree -lcSmRST -Lkdt -lkdt
-KDTDEPS = RStarTree/libcSmRST.la kdt/libkdt.la
-libterrain3D_la_SOURCES = terrain.c rsurface.c rsurface.h
-libterrain3D_la_LIBADD = $(KDTLIBS)
-libterrain3D_la_DEPENDENCIES = $(KDTDEPS)
-libterrain2D_la_CFLAGS = $(AM_CFLAGS) -DFTT_2D=1
-libterrain2D_la_SOURCES = terrain.c rsurface.c rsurface.h
-libterrain2D_la_LIBADD = $(KDTLIBS)
-libterrain2D_la_DEPENDENCIES = $(KDTDEPS)
-libtide3D_la_SOURCES = tide.c
-libtide3D_la_CFLAGS = $(AM_CFLAGS) $(GSL_CFLAGS)
-libtide3D_la_LIBADD = -Lfes2004 -lfes -lnetcdf $(GSL_LIBS)
-libtide2D_la_SOURCES = tide.c
-libtide2D_la_CFLAGS = $(AM_CFLAGS) $(GSL_CFLAGS) -DFTT_2D=1
-libtide2D_la_LIBADD = -Lfes2004 -lfes -lnetcdf $(GSL_LIBS)
+KDTLIBS = -Lkdt -lkdt
+KDTDEPS = kdt/libkdt.la
libstokes3D_la_SOURCES = stokes.c CW263.f
libstokes3D_la_CFLAGS = $(AM_CFLAGS)
libstokes2D_la_SOURCES = stokes.c CW263.f
@@ -620,22 +546,6 @@ libode3D_la_LIBADD = $(ODE_LIBS)
libode2D_la_SOURCES = ode.c
libode2D_la_CFLAGS = $(AM_CFLAGS) $(ODE_CFLAGS) -DFTT_2D=1
libode2D_la_LIBADD = $(ODE_LIBS)
-xyz2rsurface_SOURCES = xyz2rsurface.c rsurface.c rsurface.h
-xyz2rsurface_LDADD = $(KDTLIBS)
-xyz2rsurface_CFLAGS = $(AM_CFLAGS)
-xyz2rsurface_DEPENDENCIES = $(KDTDEPS)
-rsurfacequery_SOURCES = rsurfacequery.c rsurface.c rsurface.h
-rsurfacequery_LDADD = -LRStarTree -lcSmRST -Lkdt -lkdt
-rsurfacequery_CFLAGS = $(AM_CFLAGS)
-rsurfacequery_DEPENDENCIES = $(KDTDEPS)
-rsurfacedraw_SOURCES = rsurfacedraw.c rsurface.c rsurface.h
-rsurfacedraw_LDADD = $(KDTLIBS)
-rsurfacedraw_CFLAGS = $(AM_CFLAGS)
-rsurfacedraw_DEPENDENCIES = $(KDTDEPS)
-rsurfaceinfo_SOURCES = rsurfaceinfo.c rsurface.c rsurface.h
-rsurfaceinfo_LDADD = $(KDTLIBS)
-rsurfaceinfo_CFLAGS = $(AM_CFLAGS)
-rsurfaceinfo_DEPENDENCIES = $(KDTDEPS)
libparticulates3D_la_SOURCES = particulates.c particulates.h
libparticulates3D_la_CFLAGS = $(AM_CFLAGS)
libparticulates2D_la_SOURCES = particulates.c particulates.h
@@ -782,71 +692,8 @@ libstokes2D.la: $(libstokes2D_la_OBJECTS) $(libstokes2D_la_DEPENDENCIES)
$(F77LINK) $(am_libstokes2D_la_rpath) $(libstokes2D_la_OBJECTS) $(libstokes2D_la_LIBADD) $(LIBS)
libstokes3D.la: $(libstokes3D_la_OBJECTS) $(libstokes3D_la_DEPENDENCIES)
$(F77LINK) $(am_libstokes3D_la_rpath) $(libstokes3D_la_OBJECTS) $(libstokes3D_la_LIBADD) $(LIBS)
-libterrain2D.la: $(libterrain2D_la_OBJECTS) $(libterrain2D_la_DEPENDENCIES)
- $(libterrain2D_la_LINK) -rpath $(pkglibdir) $(libterrain2D_la_OBJECTS) $(libterrain2D_la_LIBADD) $(LIBS)
-libterrain3D.la: $(libterrain3D_la_OBJECTS) $(libterrain3D_la_DEPENDENCIES)
- $(LINK) -rpath $(pkglibdir) $(libterrain3D_la_OBJECTS) $(libterrain3D_la_LIBADD) $(LIBS)
-libtide2D.la: $(libtide2D_la_OBJECTS) $(libtide2D_la_DEPENDENCIES)
- $(libtide2D_la_LINK) $(am_libtide2D_la_rpath) $(libtide2D_la_OBJECTS) $(libtide2D_la_LIBADD) $(LIBS)
-libtide3D.la: $(libtide3D_la_OBJECTS) $(libtide3D_la_DEPENDENCIES)
- $(libtide3D_la_LINK) $(am_libtide3D_la_rpath) $(libtide3D_la_OBJECTS) $(libtide3D_la_LIBADD) $(LIBS)
libwavewatch2D.la: $(libwavewatch2D_la_OBJECTS) $(libwavewatch2D_la_DEPENDENCIES)
$(libwavewatch2D_la_LINK) $(am_libwavewatch2D_la_rpath) $(libwavewatch2D_la_OBJECTS) $(libwavewatch2D_la_LIBADD) $(LIBS)
-install-binPROGRAMS: $(bin_PROGRAMS)
- @$(NORMAL_INSTALL)
- test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
- @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
- for p in $$list; do echo "$$p $$p"; done | \
- sed 's/$(EXEEXT)$$//' | \
- while read p p1; do if test -f $$p || test -f $$p1; \
- then echo "$$p"; echo "$$p"; else :; fi; \
- done | \
- sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
- -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
- sed 'N;N;N;s,\n, ,g' | \
- $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
- { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
- if ($$2 == $$4) files[d] = files[d] " " $$1; \
- else { print "f", $$3 "/" $$4, $$1; } } \
- END { for (d in files) print "f", d, files[d] }' | \
- while read type dir files; do \
- if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
- test -z "$$files" || { \
- echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
- $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
- } \
- ; done
-
-uninstall-binPROGRAMS:
- @$(NORMAL_UNINSTALL)
- @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
- files=`for p in $$list; do echo "$$p"; done | \
- sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
- -e 's/$$/$(EXEEXT)/' `; \
- test -n "$$list" || exit 0; \
- echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
- cd "$(DESTDIR)$(bindir)" && rm -f $$files
-
-clean-binPROGRAMS:
- @list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \
- echo " rm -f" $$list; \
- rm -f $$list || exit $$?; \
- test -n "$(EXEEXT)" || exit 0; \
- list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
- echo " rm -f" $$list; \
- rm -f $$list
-rsurfacedraw$(EXEEXT): $(rsurfacedraw_OBJECTS) $(rsurfacedraw_DEPENDENCIES)
- @rm -f rsurfacedraw$(EXEEXT)
- $(rsurfacedraw_LINK) $(rsurfacedraw_OBJECTS) $(rsurfacedraw_LDADD) $(LIBS)
-rsurfaceinfo$(EXEEXT): $(rsurfaceinfo_OBJECTS) $(rsurfaceinfo_DEPENDENCIES)
- @rm -f rsurfaceinfo$(EXEEXT)
- $(rsurfaceinfo_LINK) $(rsurfaceinfo_OBJECTS) $(rsurfaceinfo_LDADD) $(LIBS)
-rsurfacequery$(EXEEXT): $(rsurfacequery_OBJECTS) $(rsurfacequery_DEPENDENCIES)
- @rm -f rsurfacequery$(EXEEXT)
- $(rsurfacequery_LINK) $(rsurfacequery_OBJECTS) $(rsurfacequery_LDADD) $(LIBS)
-xyz2rsurface$(EXEEXT): $(xyz2rsurface_OBJECTS) $(xyz2rsurface_DEPENDENCIES)
- @rm -f xyz2rsurface$(EXEEXT)
- $(xyz2rsurface_LINK) $(xyz2rsurface_OBJECTS) $(xyz2rsurface_LDADD) $(LIBS)
mostlyclean-compile:
-rm -f *.$(OBJEXT)
@@ -874,22 +721,8 @@ distclean-compile:
@AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libparticulates3D_la-particulates.Plo at am__quote@
@AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libstokes2D_la-stokes.Plo at am__quote@
@AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libstokes3D_la-stokes.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libterrain2D_la-rsurface.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libterrain2D_la-terrain.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libtide2D_la-tide.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libtide3D_la-tide.Plo at am__quote@
@AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/libwavewatch2D_la-wavewatch.Plo at am__quote@
@AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/map.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/rsurface.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/rsurfacedraw-rsurface.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/rsurfacedraw-rsurfacedraw.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/rsurfaceinfo-rsurface.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/rsurfaceinfo-rsurfaceinfo.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/rsurfacequery-rsurface.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/rsurfacequery-rsurfacequery.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/terrain.Plo at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/xyz2rsurface-rsurface.Po at am__quote@
- at AMDEP_TRUE@@am__include@ @am__quote at ./$(DEPDIR)/xyz2rsurface-xyz2rsurface.Po at am__quote@
.c.o:
@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
@@ -1052,34 +885,6 @@ libstokes3D_la-stokes.lo: stokes.c
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libstokes3D_la_CFLAGS) $(CFLAGS) -c -o libstokes3D_la-stokes.lo `test -f 'stokes.c' || echo '$(srcdir)/'`stokes.c
-libterrain2D_la-terrain.lo: terrain.c
- at am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libterrain2D_la_CFLAGS) $(CFLAGS) -MT libterrain2D_la-terrain.lo -MD -MP -MF $(DEPDIR)/libterrain2D_la-terrain.Tpo -c -o libterrain2D_la-terrain.lo `test -f 'terrain.c' || echo '$(srcdir)/'`terrain.c
- at am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libterrain2D_la-terrain.Tpo $(DEPDIR)/libterrain2D_la-terrain.Plo
- at AMDEP_TRUE@@am__fastdepCC_FALSE@ source='terrain.c' object='libterrain2D_la-terrain.lo' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libterrain2D_la_CFLAGS) $(CFLAGS) -c -o libterrain2D_la-terrain.lo `test -f 'terrain.c' || echo '$(srcdir)/'`terrain.c
-
-libterrain2D_la-rsurface.lo: rsurface.c
- at am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libterrain2D_la_CFLAGS) $(CFLAGS) -MT libterrain2D_la-rsurface.lo -MD -MP -MF $(DEPDIR)/libterrain2D_la-rsurface.Tpo -c -o libterrain2D_la-rsurface.lo `test -f 'rsurface.c' || echo '$(srcdir)/'`rsurface.c
- at am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libterrain2D_la-rsurface.Tpo $(DEPDIR)/libterrain2D_la-rsurface.Plo
- at AMDEP_TRUE@@am__fastdepCC_FALSE@ source='rsurface.c' object='libterrain2D_la-rsurface.lo' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libterrain2D_la_CFLAGS) $(CFLAGS) -c -o libterrain2D_la-rsurface.lo `test -f 'rsurface.c' || echo '$(srcdir)/'`rsurface.c
-
-libtide2D_la-tide.lo: tide.c
- at am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtide2D_la_CFLAGS) $(CFLAGS) -MT libtide2D_la-tide.lo -MD -MP -MF $(DEPDIR)/libtide2D_la-tide.Tpo -c -o libtide2D_la-tide.lo `test -f 'tide.c' || echo '$(srcdir)/'`tide.c
- at am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libtide2D_la-tide.Tpo $(DEPDIR)/libtide2D_la-tide.Plo
- at AMDEP_TRUE@@am__fastdepCC_FALSE@ source='tide.c' object='libtide2D_la-tide.lo' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtide2D_la_CFLAGS) $(CFLAGS) -c -o libtide2D_la-tide.lo `test -f 'tide.c' || echo '$(srcdir)/'`tide.c
-
-libtide3D_la-tide.lo: tide.c
- at am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtide3D_la_CFLAGS) $(CFLAGS) -MT libtide3D_la-tide.lo -MD -MP -MF $(DEPDIR)/libtide3D_la-tide.Tpo -c -o libtide3D_la-tide.lo `test -f 'tide.c' || echo '$(srcdir)/'`tide.c
- at am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libtide3D_la-tide.Tpo $(DEPDIR)/libtide3D_la-tide.Plo
- at AMDEP_TRUE@@am__fastdepCC_FALSE@ source='tide.c' object='libtide3D_la-tide.lo' libtool=yes @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtide3D_la_CFLAGS) $(CFLAGS) -c -o libtide3D_la-tide.lo `test -f 'tide.c' || echo '$(srcdir)/'`tide.c
-
libwavewatch2D_la-wavewatch.lo: wavewatch.c
@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libwavewatch2D_la_CFLAGS) $(CFLAGS) -MT libwavewatch2D_la-wavewatch.lo -MD -MP -MF $(DEPDIR)/libwavewatch2D_la-wavewatch.Tpo -c -o libwavewatch2D_la-wavewatch.lo `test -f 'wavewatch.c' || echo '$(srcdir)/'`wavewatch.c
@am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/libwavewatch2D_la-wavewatch.Tpo $(DEPDIR)/libwavewatch2D_la-wavewatch.Plo
@@ -1087,118 +892,6 @@ libwavewatch2D_la-wavewatch.lo: wavewatch.c
@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libwavewatch2D_la_CFLAGS) $(CFLAGS) -c -o libwavewatch2D_la-wavewatch.lo `test -f 'wavewatch.c' || echo '$(srcdir)/'`wavewatch.c
-rsurfacedraw-rsurfacedraw.o: rsurfacedraw.c
- at am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(rsurfacedraw_CFLAGS) $(CFLAGS) -MT rsurfacedraw-rsurfacedraw.o -MD -MP -MF $(DEPDIR)/rsurfacedraw-rsurfacedraw.Tpo -c -o rsurfacedraw-rsurfacedraw.o `test -f 'rsurfacedraw.c' || echo '$(srcdir)/'`rsurfacedraw.c
- at am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/rsurfacedraw-rsurfacedraw.Tpo $(DEPDIR)/rsurfacedraw-rsurfacedraw.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@ source='rsurfacedraw.c' object='rsurfacedraw-rsurfacedraw.o' libtool=no @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(rsurfacedraw_CFLAGS) $(CFLAGS) -c -o rsurfacedraw-rsurfacedraw.o `test -f 'rsurfacedraw.c' || echo '$(srcdir)/'`rsurfacedraw.c
-
-rsurfacedraw-rsurfacedraw.obj: rsurfacedraw.c
- at am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(rsurfacedraw_CFLAGS) $(CFLAGS) -MT rsurfacedraw-rsurfacedraw.obj -MD -MP -MF $(DEPDIR)/rsurfacedraw-rsurfacedraw.Tpo -c -o rsurfacedraw-rsurfacedraw.obj `if test -f 'rsurfacedraw.c'; then $(CYGPATH_W) 'rsurfacedraw.c'; else $(CYGPATH_W) '$(srcdir)/rsurfacedraw.c'; fi`
- at am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/rsurfacedraw-rsurfacedraw.Tpo $(DEPDIR)/rsurfacedraw-rsurfacedraw.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@ source='rsurfacedraw.c' object='rsurfacedraw-rsurfacedraw.obj' libtool=no @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(rsurfacedraw_CFLAGS) $(CFLAGS) -c -o rsurfacedraw-rsurfacedraw.obj `if test -f 'rsurfacedraw.c'; then $(CYGPATH_W) 'rsurfacedraw.c'; else $(CYGPATH_W) '$(srcdir)/rsurfacedraw.c'; fi`
-
-rsurfacedraw-rsurface.o: rsurface.c
- at am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(rsurfacedraw_CFLAGS) $(CFLAGS) -MT rsurfacedraw-rsurface.o -MD -MP -MF $(DEPDIR)/rsurfacedraw-rsurface.Tpo -c -o rsurfacedraw-rsurface.o `test -f 'rsurface.c' || echo '$(srcdir)/'`rsurface.c
- at am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/rsurfacedraw-rsurface.Tpo $(DEPDIR)/rsurfacedraw-rsurface.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@ source='rsurface.c' object='rsurfacedraw-rsurface.o' libtool=no @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(rsurfacedraw_CFLAGS) $(CFLAGS) -c -o rsurfacedraw-rsurface.o `test -f 'rsurface.c' || echo '$(srcdir)/'`rsurface.c
-
-rsurfacedraw-rsurface.obj: rsurface.c
- at am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(rsurfacedraw_CFLAGS) $(CFLAGS) -MT rsurfacedraw-rsurface.obj -MD -MP -MF $(DEPDIR)/rsurfacedraw-rsurface.Tpo -c -o rsurfacedraw-rsurface.obj `if test -f 'rsurface.c'; then $(CYGPATH_W) 'rsurface.c'; else $(CYGPATH_W) '$(srcdir)/rsurface.c'; fi`
- at am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/rsurfacedraw-rsurface.Tpo $(DEPDIR)/rsurfacedraw-rsurface.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@ source='rsurface.c' object='rsurfacedraw-rsurface.obj' libtool=no @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(rsurfacedraw_CFLAGS) $(CFLAGS) -c -o rsurfacedraw-rsurface.obj `if test -f 'rsurface.c'; then $(CYGPATH_W) 'rsurface.c'; else $(CYGPATH_W) '$(srcdir)/rsurface.c'; fi`
-
-rsurfaceinfo-rsurfaceinfo.o: rsurfaceinfo.c
- at am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(rsurfaceinfo_CFLAGS) $(CFLAGS) -MT rsurfaceinfo-rsurfaceinfo.o -MD -MP -MF $(DEPDIR)/rsurfaceinfo-rsurfaceinfo.Tpo -c -o rsurfaceinfo-rsurfaceinfo.o `test -f 'rsurfaceinfo.c' || echo '$(srcdir)/'`rsurfaceinfo.c
- at am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/rsurfaceinfo-rsurfaceinfo.Tpo $(DEPDIR)/rsurfaceinfo-rsurfaceinfo.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@ source='rsurfaceinfo.c' object='rsurfaceinfo-rsurfaceinfo.o' libtool=no @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(rsurfaceinfo_CFLAGS) $(CFLAGS) -c -o rsurfaceinfo-rsurfaceinfo.o `test -f 'rsurfaceinfo.c' || echo '$(srcdir)/'`rsurfaceinfo.c
-
-rsurfaceinfo-rsurfaceinfo.obj: rsurfaceinfo.c
- at am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(rsurfaceinfo_CFLAGS) $(CFLAGS) -MT rsurfaceinfo-rsurfaceinfo.obj -MD -MP -MF $(DEPDIR)/rsurfaceinfo-rsurfaceinfo.Tpo -c -o rsurfaceinfo-rsurfaceinfo.obj `if test -f 'rsurfaceinfo.c'; then $(CYGPATH_W) 'rsurfaceinfo.c'; else $(CYGPATH_W) '$(srcdir)/rsurfaceinfo.c'; fi`
- at am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/rsurfaceinfo-rsurfaceinfo.Tpo $(DEPDIR)/rsurfaceinfo-rsurfaceinfo.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@ source='rsurfaceinfo.c' object='rsurfaceinfo-rsurfaceinfo.obj' libtool=no @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(rsurfaceinfo_CFLAGS) $(CFLAGS) -c -o rsurfaceinfo-rsurfaceinfo.obj `if test -f 'rsurfaceinfo.c'; then $(CYGPATH_W) 'rsurfaceinfo.c'; else $(CYGPATH_W) '$(srcdir)/rsurfaceinfo.c'; fi`
-
-rsurfaceinfo-rsurface.o: rsurface.c
- at am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(rsurfaceinfo_CFLAGS) $(CFLAGS) -MT rsurfaceinfo-rsurface.o -MD -MP -MF $(DEPDIR)/rsurfaceinfo-rsurface.Tpo -c -o rsurfaceinfo-rsurface.o `test -f 'rsurface.c' || echo '$(srcdir)/'`rsurface.c
- at am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/rsurfaceinfo-rsurface.Tpo $(DEPDIR)/rsurfaceinfo-rsurface.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@ source='rsurface.c' object='rsurfaceinfo-rsurface.o' libtool=no @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(rsurfaceinfo_CFLAGS) $(CFLAGS) -c -o rsurfaceinfo-rsurface.o `test -f 'rsurface.c' || echo '$(srcdir)/'`rsurface.c
-
-rsurfaceinfo-rsurface.obj: rsurface.c
- at am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(rsurfaceinfo_CFLAGS) $(CFLAGS) -MT rsurfaceinfo-rsurface.obj -MD -MP -MF $(DEPDIR)/rsurfaceinfo-rsurface.Tpo -c -o rsurfaceinfo-rsurface.obj `if test -f 'rsurface.c'; then $(CYGPATH_W) 'rsurface.c'; else $(CYGPATH_W) '$(srcdir)/rsurface.c'; fi`
- at am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/rsurfaceinfo-rsurface.Tpo $(DEPDIR)/rsurfaceinfo-rsurface.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@ source='rsurface.c' object='rsurfaceinfo-rsurface.obj' libtool=no @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(rsurfaceinfo_CFLAGS) $(CFLAGS) -c -o rsurfaceinfo-rsurface.obj `if test -f 'rsurface.c'; then $(CYGPATH_W) 'rsurface.c'; else $(CYGPATH_W) '$(srcdir)/rsurface.c'; fi`
-
-rsurfacequery-rsurfacequery.o: rsurfacequery.c
- at am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(rsurfacequery_CFLAGS) $(CFLAGS) -MT rsurfacequery-rsurfacequery.o -MD -MP -MF $(DEPDIR)/rsurfacequery-rsurfacequery.Tpo -c -o rsurfacequery-rsurfacequery.o `test -f 'rsurfacequery.c' || echo '$(srcdir)/'`rsurfacequery.c
- at am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/rsurfacequery-rsurfacequery.Tpo $(DEPDIR)/rsurfacequery-rsurfacequery.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@ source='rsurfacequery.c' object='rsurfacequery-rsurfacequery.o' libtool=no @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(rsurfacequery_CFLAGS) $(CFLAGS) -c -o rsurfacequery-rsurfacequery.o `test -f 'rsurfacequery.c' || echo '$(srcdir)/'`rsurfacequery.c
-
-rsurfacequery-rsurfacequery.obj: rsurfacequery.c
- at am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(rsurfacequery_CFLAGS) $(CFLAGS) -MT rsurfacequery-rsurfacequery.obj -MD -MP -MF $(DEPDIR)/rsurfacequery-rsurfacequery.Tpo -c -o rsurfacequery-rsurfacequery.obj `if test -f 'rsurfacequery.c'; then $(CYGPATH_W) 'rsurfacequery.c'; else $(CYGPATH_W) '$(srcdir)/rsurfacequery.c'; fi`
- at am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/rsurfacequery-rsurfacequery.Tpo $(DEPDIR)/rsurfacequery-rsurfacequery.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@ source='rsurfacequery.c' object='rsurfacequery-rsurfacequery.obj' libtool=no @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(rsurfacequery_CFLAGS) $(CFLAGS) -c -o rsurfacequery-rsurfacequery.obj `if test -f 'rsurfacequery.c'; then $(CYGPATH_W) 'rsurfacequery.c'; else $(CYGPATH_W) '$(srcdir)/rsurfacequery.c'; fi`
-
-rsurfacequery-rsurface.o: rsurface.c
- at am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(rsurfacequery_CFLAGS) $(CFLAGS) -MT rsurfacequery-rsurface.o -MD -MP -MF $(DEPDIR)/rsurfacequery-rsurface.Tpo -c -o rsurfacequery-rsurface.o `test -f 'rsurface.c' || echo '$(srcdir)/'`rsurface.c
- at am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/rsurfacequery-rsurface.Tpo $(DEPDIR)/rsurfacequery-rsurface.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@ source='rsurface.c' object='rsurfacequery-rsurface.o' libtool=no @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(rsurfacequery_CFLAGS) $(CFLAGS) -c -o rsurfacequery-rsurface.o `test -f 'rsurface.c' || echo '$(srcdir)/'`rsurface.c
-
-rsurfacequery-rsurface.obj: rsurface.c
- at am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(rsurfacequery_CFLAGS) $(CFLAGS) -MT rsurfacequery-rsurface.obj -MD -MP -MF $(DEPDIR)/rsurfacequery-rsurface.Tpo -c -o rsurfacequery-rsurface.obj `if test -f 'rsurface.c'; then $(CYGPATH_W) 'rsurface.c'; else $(CYGPATH_W) '$(srcdir)/rsurface.c'; fi`
- at am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/rsurfacequery-rsurface.Tpo $(DEPDIR)/rsurfacequery-rsurface.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@ source='rsurface.c' object='rsurfacequery-rsurface.obj' libtool=no @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(rsurfacequery_CFLAGS) $(CFLAGS) -c -o rsurfacequery-rsurface.obj `if test -f 'rsurface.c'; then $(CYGPATH_W) 'rsurface.c'; else $(CYGPATH_W) '$(srcdir)/rsurface.c'; fi`
-
-xyz2rsurface-xyz2rsurface.o: xyz2rsurface.c
- at am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(xyz2rsurface_CFLAGS) $(CFLAGS) -MT xyz2rsurface-xyz2rsurface.o -MD -MP -MF $(DEPDIR)/xyz2rsurface-xyz2rsurface.Tpo -c -o xyz2rsurface-xyz2rsurface.o `test -f 'xyz2rsurface.c' || echo '$(srcdir)/'`xyz2rsurface.c
- at am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/xyz2rsurface-xyz2rsurface.Tpo $(DEPDIR)/xyz2rsurface-xyz2rsurface.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@ source='xyz2rsurface.c' object='xyz2rsurface-xyz2rsurface.o' libtool=no @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(xyz2rsurface_CFLAGS) $(CFLAGS) -c -o xyz2rsurface-xyz2rsurface.o `test -f 'xyz2rsurface.c' || echo '$(srcdir)/'`xyz2rsurface.c
-
-xyz2rsurface-xyz2rsurface.obj: xyz2rsurface.c
- at am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(xyz2rsurface_CFLAGS) $(CFLAGS) -MT xyz2rsurface-xyz2rsurface.obj -MD -MP -MF $(DEPDIR)/xyz2rsurface-xyz2rsurface.Tpo -c -o xyz2rsurface-xyz2rsurface.obj `if test -f 'xyz2rsurface.c'; then $(CYGPATH_W) 'xyz2rsurface.c'; else $(CYGPATH_W) '$(srcdir)/xyz2rsurface.c'; fi`
- at am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/xyz2rsurface-xyz2rsurface.Tpo $(DEPDIR)/xyz2rsurface-xyz2rsurface.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@ source='xyz2rsurface.c' object='xyz2rsurface-xyz2rsurface.obj' libtool=no @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(xyz2rsurface_CFLAGS) $(CFLAGS) -c -o xyz2rsurface-xyz2rsurface.obj `if test -f 'xyz2rsurface.c'; then $(CYGPATH_W) 'xyz2rsurface.c'; else $(CYGPATH_W) '$(srcdir)/xyz2rsurface.c'; fi`
-
-xyz2rsurface-rsurface.o: rsurface.c
- at am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(xyz2rsurface_CFLAGS) $(CFLAGS) -MT xyz2rsurface-rsurface.o -MD -MP -MF $(DEPDIR)/xyz2rsurface-rsurface.Tpo -c -o xyz2rsurface-rsurface.o `test -f 'rsurface.c' || echo '$(srcdir)/'`rsurface.c
- at am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/xyz2rsurface-rsurface.Tpo $(DEPDIR)/xyz2rsurface-rsurface.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@ source='rsurface.c' object='xyz2rsurface-rsurface.o' libtool=no @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(xyz2rsurface_CFLAGS) $(CFLAGS) -c -o xyz2rsurface-rsurface.o `test -f 'rsurface.c' || echo '$(srcdir)/'`rsurface.c
-
-xyz2rsurface-rsurface.obj: rsurface.c
- at am__fastdepCC_TRUE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(xyz2rsurface_CFLAGS) $(CFLAGS) -MT xyz2rsurface-rsurface.obj -MD -MP -MF $(DEPDIR)/xyz2rsurface-rsurface.Tpo -c -o xyz2rsurface-rsurface.obj `if test -f 'rsurface.c'; then $(CYGPATH_W) 'rsurface.c'; else $(CYGPATH_W) '$(srcdir)/rsurface.c'; fi`
- at am__fastdepCC_TRUE@ $(am__mv) $(DEPDIR)/xyz2rsurface-rsurface.Tpo $(DEPDIR)/xyz2rsurface-rsurface.Po
- at AMDEP_TRUE@@am__fastdepCC_FALSE@ source='rsurface.c' object='xyz2rsurface-rsurface.obj' libtool=no @AMDEPBACKSLASH@
- at AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
- at am__fastdepCC_FALSE@ $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(xyz2rsurface_CFLAGS) $(CFLAGS) -c -o xyz2rsurface-rsurface.obj `if test -f 'rsurface.c'; then $(CYGPATH_W) 'rsurface.c'; else $(CYGPATH_W) '$(srcdir)/rsurface.c'; fi`
-
.f.o:
$(F77COMPILE) -c -o $@ $<
@@ -1422,10 +1115,10 @@ distdir: $(DISTFILES)
check-am: all-am
check: $(BUILT_SOURCES)
$(MAKE) $(AM_MAKEFLAGS) check-recursive
-all-am: Makefile $(LTLIBRARIES) $(PROGRAMS)
+all-am: Makefile $(LTLIBRARIES)
installdirs: installdirs-recursive
installdirs-am:
- for dir in "$(DESTDIR)$(pkglibdir)" "$(DESTDIR)$(bindir)"; do \
+ for dir in "$(DESTDIR)$(pkglibdir)"; do \
test -z "$$dir" || $(MKDIR_P) "$$dir"; \
done
install: $(BUILT_SOURCES)
@@ -1455,8 +1148,8 @@ maintainer-clean-generic:
-test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
clean: clean-recursive
-clean-am: clean-binPROGRAMS clean-generic clean-libtool \
- clean-pkglibLTLIBRARIES mostlyclean-am
+clean-am: clean-generic clean-libtool clean-pkglibLTLIBRARIES \
+ mostlyclean-am
distclean: distclean-recursive
-rm -rf ./$(DEPDIR)
@@ -1482,7 +1175,7 @@ install-dvi: install-dvi-recursive
install-dvi-am:
-install-exec-am: install-binPROGRAMS install-pkglibLTLIBRARIES
+install-exec-am: install-pkglibLTLIBRARIES
install-html: install-html-recursive
@@ -1522,28 +1215,27 @@ ps: ps-recursive
ps-am:
-uninstall-am: uninstall-binPROGRAMS uninstall-pkglibLTLIBRARIES
+uninstall-am: uninstall-pkglibLTLIBRARIES
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all check \
ctags-recursive install install-am install-strip \
tags-recursive
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
- all all-am check check-am clean clean-binPROGRAMS \
- clean-generic clean-libtool clean-pkglibLTLIBRARIES ctags \
- ctags-recursive dist-hook distclean distclean-compile \
- distclean-generic distclean-libtool distclean-tags distdir dvi \
- dvi-am html html-am info info-am install install-am \
- install-binPROGRAMS install-data install-data-am install-dvi \
- install-dvi-am install-exec install-exec-am install-html \
- install-html-am install-info install-info-am install-man \
- install-pdf install-pdf-am install-pkglibLTLIBRARIES \
- install-ps install-ps-am install-strip installcheck \
- installcheck-am installdirs installdirs-am maintainer-clean \
- maintainer-clean-generic mostlyclean mostlyclean-compile \
- mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
- tags tags-recursive uninstall uninstall-am \
- uninstall-binPROGRAMS uninstall-pkglibLTLIBRARIES
+ all all-am check check-am clean clean-generic clean-libtool \
+ clean-pkglibLTLIBRARIES ctags ctags-recursive dist-hook \
+ distclean distclean-compile distclean-generic \
+ distclean-libtool distclean-tags distdir dvi dvi-am html \
+ html-am info info-am install install-am install-data \
+ install-data-am install-dvi install-dvi-am install-exec \
+ install-exec-am install-html install-html-am install-info \
+ install-info-am install-man install-pdf install-pdf-am \
+ install-pkglibLTLIBRARIES install-ps install-ps-am \
+ install-strip installcheck installcheck-am installdirs \
+ installdirs-am maintainer-clean maintainer-clean-generic \
+ mostlyclean mostlyclean-compile mostlyclean-generic \
+ mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
+ uninstall uninstall-am uninstall-pkglibLTLIBRARIES
@HAVE_MODULES_TRUE at .mod.c:
--
Gerris Flow Solver
More information about the debian-science-commits
mailing list