[hackers] [flate] makefile update || nsz

From: <hg_AT_suckless.org>
Date: Mon, 24 Aug 2009 08:48:00 +0000 (UTC)

changeset: 122:ebb263e3b298
tag: tip
user: nsz <nszabolcs_AT_gmail.com>
date: Mon Aug 24 10:47:09 2009 +0200
files: Makefile
description:
makefile update

diff -r 79dfbead37c3 -r ebb263e3b298 Makefile
--- a/Makefile Mon Aug 24 10:40:22 2009 +0200
+++ b/Makefile Mon Aug 24 10:47:09 2009 +0200
@@ -23,16 +23,16 @@
         gcc -O3 -fprofile-arcs -ftest-coverage -pg -g -Wall $+
         ./a.out -d <a.z >/dev/null
         gcov -b $+ >/dev/null
- gprof a.out >$<.gprof
-# gcc -g -Wall $<
+ gprof a.out >inflate.gprof
+# gcc -g -Wall $+
 # valgrind -v --leak-check=yes ./a.out -d <a.z >/dev/null 2>a.valgrind
 # grep ERROR a.valgrind
 # grep alloc a.valgrind
         rm -f a.out a.valgrind *.gcno *.gcda gmon.out
 
-profdef: deflate.c inflate.c sflate.c crc.c adler.c
+profdef: inflate.c deflate.c sflate.c crc.c adler.c
         gcc -O0 -fprofile-arcs -ftest-coverage -pg -g -Wall $+
         ./a.out <a.u >/dev/null
         gcov -b $+ >/dev/null
- gprof a.out >$<.gprof
+ gprof a.out >deflate.gprof
         rm -f a.out *.gcno *.gcda gmon.out
Received on Mon Aug 24 2009 - 08:48:00 UTC

This archive was generated by hypermail 2.2.0 : Mon Aug 24 2009 - 09:00:10 UTC