projects
/
physics.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9f45998
)
added missing physics targets
author
Patrik Gornicz
<Gornicz.P@gmail.com>
Wed, 1 Jul 2009 19:35:54 +0000
(15:35 -0400)
committer
Patrik Gornicz
<Gornicz.P@gmail.com>
Wed, 1 Jul 2009 19:35:54 +0000
(15:35 -0400)
rules.mk
patch
|
blob
|
blame
|
history
diff --git
a/rules.mk
b/rules.mk
index
043438d
..
b2e3ed1
100644
(file)
--- a/
rules.mk
+++ b/
rules.mk
@@
-1,9
+1,13
@@
# HACK
-all: ${TARGET_$P} ${CFGS_$P} ${LIBSTXT_$P} ${LIBSCPY_$P} ${TXT_$P}
+.PHONY: physics objs-physics deps-physics
+physics: ${TARGET_$P} ${CFGS_$P} ${LIBSTXT_$P} ${LIBSCPY_$P} ${TXT_$P}
+objs-physics: ${L_OBJS_$P}
+deps-physics: ${L_DEPS_$P}
+
+# HACK
+all: physics
-#${G_OBJS_TESTS}: ${L_OBJS_$P}
-#${G_DEPS_TESTS}: ${L_DEPS_$P}
${TARGETTMP_$D}: ${BINDIR_$P}${SONAME_${G_LIB}}