compile rcs.rdef only once for all

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@10088 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
shatty
2004-11-21 06:30:48 +00:00
parent 29cf12d1ff
commit f1879a08cf
+13 -9
View File
@@ -1,5 +1,9 @@
SubDir OBOS_TOP src apps bin rcs ; SubDir OBOS_TOP src apps bin rcs ;
local rcs_rsrc = [ FGristFiles rcs.rsrc ] ;
ResComp $(rcs_rsrc) : [ FGristFiles rcs.rdef ] ;
StaticLibrary rcs : StaticLibrary rcs :
rcsutil.c rcsutil.c
rcsfnms.c rcsfnms.c
@@ -21,7 +25,7 @@ BinCommand ci :
rcsedit.c rcsedit.c
rcsfcmp.c rcsfcmp.c
: librcs.a be : librcs.a be
: rcs.rdef : $(rcs_rsrc)
; ;
BinCommand co : BinCommand co :
@@ -29,7 +33,7 @@ BinCommand co :
rcsgen.c rcsgen.c
rcsedit.c rcsedit.c
: librcs.a be : librcs.a be
: rcs.rdef : $(rcs_rsrc)
; ;
BinCommand ident : BinCommand ident :
@@ -37,20 +41,20 @@ BinCommand ident :
rcsmap.c rcsmap.c
version.c version.c
: be : be
: rcs.rdef : $(rcs_rsrc)
; ;
BinCommand merge : BinCommand merge :
merge.c merge.c
merger.c merger.c
: librcs.a be : librcs.a be
: rcs.rdef : $(rcs_rsrc)
; ;
BinCommand rlog : BinCommand rlog :
rlog.c rlog.c
: librcs.a be : librcs.a be
: rcs.rdef : $(rcs_rsrc)
; ;
BinCommand rcs : BinCommand rcs :
@@ -58,7 +62,7 @@ BinCommand rcs :
rcsgen.c rcsgen.c
rcsedit.c rcsedit.c
: librcs.a be : librcs.a be
: rcs.rdef : $(rcs_rsrc)
; ;
BinCommand rcsclean : BinCommand rcsclean :
@@ -67,18 +71,18 @@ BinCommand rcsclean :
rcsfcmp.c rcsfcmp.c
rcsgen.c rcsgen.c
: librcs.a be : librcs.a be
: rcs.rdef : $(rcs_rsrc)
; ;
BinCommand rcsdiff : BinCommand rcsdiff :
rcsdiff.c rcsdiff.c
: librcs.a be : librcs.a be
: rcs.rdef : $(rcs_rsrc)
; ;
BinCommand rcsmerge : BinCommand rcsmerge :
rcsmerge.c rcsmerge.c
merger.c merger.c
: librcs.a be : librcs.a be
: rcs.rdef : $(rcs_rsrc)
; ;