From 655a4be1e2fd1de5d324a948010b43b844aefede Mon Sep 17 00:00:00 2001 From: Andy Spencer Date: Fri, 23 Oct 2009 03:09:51 +0000 Subject: [PATCH] old stuff --- TODO | 4 ++++ configure.ac | 1 + src/Makefile.am | 11 ----------- 3 files changed, 5 insertions(+), 11 deletions(-) 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 -- 2.43.2