From: Andy Spencer Date: Fri, 23 Oct 2009 03:09:51 +0000 (+0000) Subject: old stuff X-Git-Tag: v0.3~23 X-Git-Url: http://pileus.org/git/?p=grits;a=commitdiff_plain;h=655a4be1e2fd1de5d324a948010b43b844aefede old stuff --- diff --git a/TODO b/TODO index a77a5d6..da68a8c 100644 --- a/TODO +++ b/TODO @@ -10,6 +10,10 @@ Road plan * GTK docs 0.x - GIS + * Use Vertex Arrays/ + VertexBufferObjects/ + DisplayLists/ + glInterleavedArrays * States/cities/roads overlays * NEXRAD LLE listings, click to center diff --git a/configure.ac b/configure.ac index 5197755..fb33591 100644 --- a/configure.ac +++ b/configure.ac @@ -3,6 +3,7 @@ AC_INIT([aweather], [0.3-p0], [spenceal@rose-hulman.edu]) AM_INIT_AUTOMAKE([-Wall -Werror -Wno-portability foreign]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_MACRO_DIR([m4]) +#AM_SILENT_RULES([yes]) # Check for required programs AC_PROG_CC diff --git a/src/Makefile.am b/src/Makefile.am index 96c7a6c..f8c79e8 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -25,14 +25,3 @@ gdb: all ddd: all LD_LIBRARY_PATH=gis/.libs ddd .libs/aweather - -memcheck: all - LD_LIBRARY_PATH=gis/.libs \ - G_SLICE=always-malloc \ - G_DEBUG=gc-friendly,resident-modules \ - valgrind --leak-check=full \ - --leak-resolution=high \ - --num-callers=100 \ - --suppressions=gtk.suppression \ - .libs/aweather \ - 2> valgrind.out