removed some dirty physics hacks
authorPatrik Gornicz <Gornicz.P@gmail.com>
Sat, 1 Aug 2009 20:58:24 +0000 (16:58 -0400)
committerPatrik Gornicz <Gornicz.P@gmail.com>
Sat, 1 Aug 2009 20:58:24 +0000 (16:58 -0400)
packages.mk
targets.mk

index b6a5887..24e3c03 100644 (file)
@@ -1,4 +1,5 @@
 
-P_LIB   := lib
-P_TESTS := tests
+P_LIB     := lib
+P_TESTS   := tests
+P_PHYSICS := phyiscs
 
index cf6fec7..f45dc8e 100644 (file)
@@ -25,6 +25,18 @@ G_DEPS_TESTS := deps-${G_TESTS}
 .PHONY: ${G_DEPS_TESTS}
 
 
+G_PHYSICS := ${P_PHYSICS}
+
+G_ALL_PHYSICS := all-${G_PHYSICS}
+.PHONY: ${G_ALL_PHYSICS}
+
+G_OBJS_PHYSICS := objs-${G_PHYSICS}
+.PHONY: ${G_OBJS_PHYSICS}
+
+G_DEPS_PHYSICS := deps-${G_PHYSICS}
+.PHONY: ${G_DEPS_PHYSICS}
+
+
 L_CLEANCMDS +=  cleanbin
 .PHONY:         cleanbin
 cleanbin: