added missing physics targets
authorPatrik Gornicz <Gornicz.P@gmail.com>
Wed, 1 Jul 2009 19:35:54 +0000 (15:35 -0400)
committerPatrik Gornicz <Gornicz.P@gmail.com>
Wed, 1 Jul 2009 19:35:54 +0000 (15:35 -0400)
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}}