projects
/
libbear.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
16f1445
)
prof update and cleaning
author
Patrik Gornicz
<Gornicz.P@gmail.com>
Mon, 19 Jan 2009 01:46:58 +0000
(20:46 -0500)
committer
Patrik Gornicz
<Gornicz.P@gmail.com>
Mon, 19 Jan 2009 01:46:58 +0000
(20:46 -0500)
Makefile
patch
|
blob
|
blame
|
history
diff --git
a/Makefile
b/Makefile
index
e50347d
..
cad83c9
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-162,8
+162,8
@@
val: all
.PHONY: prof
prof: run
- cd ${WORKINGDIR}; gprof -b ${TARGETNAME} >
src/
prof
- kprof -f prof
+ cd ${WORKINGDIR}; gprof -b ${TARGETNAME} > prof
+
cd ${WORKINGDIR};
kprof -f prof
MINGMAKEARGS := "LIBGL := -lopengl32 -lglu32" \
@@
-188,4
+188,5
@@
final:
${Q1}${PRNTFMT} "make" "final"
${Q2}${MAKE} ${FINALMAKEARGS} clean all
+
-include ${DEPS}