From: Patrik Gornicz Date: Wed, 1 Jul 2009 19:35:54 +0000 (-0400) Subject: added missing physics targets X-Git-Url: http://gitweb.pgornicz.com/gitweb.cgi?p=physics.git;a=commitdiff_plain;h=eebbdf807f98de3872f5071dc0c893c90d5d5e8f added missing physics targets --- diff --git a/rules.mk b/rules.mk index 043438d..b2e3ed1 100644 --- 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}}