Added a static library librcs.a to reduce repeated lines. Hope it builds :)

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@7540 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Jérôme Duval
2004-05-12 15:31:48 +00:00
parent afea5244e2
commit 57570d6cf4
+21 -94
View File
@@ -1,42 +1,35 @@
SubDir OBOS_TOP src apps bin rcs ; SubDir OBOS_TOP src apps bin rcs ;
BinCommand ci : StaticLibrary rcs :
ci.c
rcslex.c
rcssyn.c
rcsgen.c
rcsedit.c
rcskeys.c
rcsmap.c
rcsrev.c
rcsutil.c rcsutil.c
rcsfnms.c rcsfnms.c
rcsmap.c
rcsrev.c
rcssyn.c
rcslex.c
maketime.c maketime.c
partime.c partime.c
rcstime.c rcstime.c
rcskeep.c rcskeep.c
rcsfcmp.c rcskeys.c
version.c version.c
; ;
BinCommand ci :
ci.c
rcsgen.c
rcsedit.c
rcsfcmp.c
: librcs.a
;
LinkSharedOSLibs ci : be ; LinkSharedOSLibs ci : be ;
BinCommand co : BinCommand co :
co.c co.c
rcslex.c
rcssyn.c
rcsgen.c rcsgen.c
rcsedit.c rcsedit.c
rcskeys.c : librcs.a
rcsmap.c
rcsrev.c
rcsutil.c
rcsfnms.c
maketime.c
partime.c
rcstime.c
rcskeep.c
version.c
; ;
LinkSharedOSLibs co : be ; LinkSharedOSLibs co : be ;
@@ -52,56 +45,23 @@ LinkSharedOSLibs ident : be ;
BinCommand merge : BinCommand merge :
merge.c merge.c
merger.c merger.c
rcsfnms.c : librcs.a
rcslex.c
rcsmap.c
rcsrev.c
rcssyn.c
rcsutil.c
rcskeep.c
rcskeys.c
maketime.c
partime.c
rcstime.c
version.c
; ;
LinkSharedOSLibs merge : be ; LinkSharedOSLibs merge : be ;
BinCommand rlog : BinCommand rlog :
rlog.c rlog.c
rcslex.c : librcs.a
rcsmap.c
rcssyn.c
rcsrev.c
rcsutil.c
maketime.c
partime.c
rcstime.c
rcsfnms.c
rcskeep.c
rcskeys.c
version.c
; ;
LinkSharedOSLibs rlog : be ; LinkSharedOSLibs rlog : be ;
BinCommand rcs : BinCommand rcs :
rcs.c rcs.c
rcslex.c
rcssyn.c
rcsrev.c
rcsutil.c
rcsgen.c rcsgen.c
rcsedit.c rcsedit.c
rcskeys.c : librcs.a
rcsmap.c
rcsfnms.c
rcskeep.c
maketime.c
partime.c
rcstime.c
version.c
; ;
LinkSharedOSLibs rcs : be ; LinkSharedOSLibs rcs : be ;
@@ -110,37 +70,15 @@ BinCommand rcsclean :
rcsclean.c rcsclean.c
rcsedit.c rcsedit.c
rcsfcmp.c rcsfcmp.c
rcsfnms.c
rcsgen.c rcsgen.c
rcskeys.c : librcs.a
rcslex.c
rcsmap.c
rcsrev.c
rcssyn.c
rcsutil.c
rcskeep.c
maketime.c
partime.c
rcstime.c
version.c
; ;
LinkSharedOSLibs rcsclean : be ; LinkSharedOSLibs rcsclean : be ;
BinCommand rcsdiff : BinCommand rcsdiff :
rcsdiff.c rcsdiff.c
rcsutil.c : librcs.a
rcsfnms.c
rcsmap.c
rcsrev.c
rcssyn.c
rcslex.c
maketime.c
partime.c
rcstime.c
rcskeep.c
rcskeys.c
version.c
; ;
LinkSharedOSLibs rcsdiff : be ; LinkSharedOSLibs rcsdiff : be ;
@@ -148,18 +86,7 @@ LinkSharedOSLibs rcsdiff : be ;
BinCommand rcsmerge : BinCommand rcsmerge :
rcsmerge.c rcsmerge.c
merger.c merger.c
rcsutil.c : librcs.a
rcsfnms.c
rcsmap.c
rcsrev.c
rcssyn.c
rcslex.c
maketime.c
partime.c
rcstime.c
rcskeep.c
rcskeys.c
version.c
; ;
LinkSharedOSLibs rcsmerge : be ; LinkSharedOSLibs rcsmerge : be ;