]> Pileus Git - grits/blobdiff - src/Makefile.am
old stuff
[grits] / src / Makefile.am
index 96c7a6c3249a0eab2ce2a1852cf8669641d4e05e..f8c79e8a9b0ad3d64d41927b9550fb308c98d430 100644 (file)
@@ -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