projects
/
physics.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8051e60
)
changed phony make targets for projects to be suffixies of 'all'
author
Patrik Gornicz
<Gornicz.P@gmail.com>
Mon, 27 Jul 2009 04:18:21 +0000
(
00:18
-0400)
committer
Patrik Gornicz
<Gornicz.P@gmail.com>
Mon, 27 Jul 2009 04:18:21 +0000
(
00:18
-0400)
rules.mk
patch
|
blob
|
blame
|
history
diff --git
a/rules.mk
b/rules.mk
index
3df1511
..
ff1f46c
100644
(file)
--- a/
rules.mk
+++ b/
rules.mk
@@
-1,12
+1,12
@@
# HACK
-.PHONY: physics objs-physics deps-physics
-physics: ${TARGET_$P} ${CFGS_$P} ${LIBSTXT_$P} ${LIBSCPY_$P} ${TXT_$P}
+.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: physics
+all:
all-
physics
${TARGETTMP_$D}: ${BINDIR_$P}${LIBSDIRNAME_$P}${SONAME_${G_LIB}}