projects
/
libbear.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
481f4f3
)
removed some dirty physics hacks
author
Patrik Gornicz
<Gornicz.P@gmail.com>
Sat, 1 Aug 2009 20:58:28 +0000
(16:58 -0400)
committer
Patrik Gornicz
<Gornicz.P@gmail.com>
Sat, 1 Aug 2009 20:58:28 +0000
(16:58 -0400)
rules.mk
patch
|
blob
|
blame
|
history
diff --git
a/rules.mk
b/rules.mk
index
ff1f46c
..
258010c
100644
(file)
--- a/
rules.mk
+++ b/
rules.mk
@@
-1,12
+1,7
@@
-# HACK
-.PHONY: all-physics objs-physics deps-physics
-all-physics: ${TARGET_$P} ${CFGS_$P} ${LIBSTXT_$P} ${LIBSCPY_$P} ${TXT_$P}
-objs-physics: ${L_OBJS_$P}
-deps-physics: ${L_DEPS_$P}
-
-# HACK
-all: all-physics
+${G_ALL_PHYSICS}: ${TARGET_$P} ${CFGS_$P} ${LIBSTXT_$P} ${LIBSCPY_$P} ${TXT_$P}
+${G_OBJS_PHYSICS}: ${L_OBJS_$P}
+${G_DEPS_PHYSICS}: ${L_DEPS_$P}
${TARGETTMP_$D}: ${BINDIR_$P}${LIBSDIRNAME_$P}${SONAME_${G_LIB}}