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

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@7560 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Jérôme Duval
2004-05-13 10:18:25 +00:00
parent 9138338c72
commit 3c9ac32841
+9 -20
View File
@@ -1,7 +1,6 @@
SubDir OBOS_TOP src apps bin unzip ; SubDir OBOS_TOP src apps bin unzip ;
BinCommand unzip : StaticLibrary unzip :
unzip.c
crc32.c crc32.c
crctab.c crctab.c
crypt.c crypt.c
@@ -15,13 +14,18 @@ BinCommand unzip :
match.c match.c
process.c process.c
ttyio.c ttyio.c
unreduce.c
unshrink.c
zipinfo.c zipinfo.c
beos.c beos.c
beosmain.cpp beosmain.cpp
; ;
BinCommand unzip :
unzip.c
unreduce.c
unshrink.c
: libunzip.a
;
LinkSharedOSLibs unzip : be ; LinkSharedOSLibs unzip : be ;
@@ -38,23 +42,8 @@ LinkSharedOSLibs funzip : be ;
BinCommand unzipsfx : BinCommand unzipsfx :
unzip.c unzip.c
crc32.c
crctab.c
crypt.c
extract.c
fileio.c
globals.c
inflate.c
match.c
process.c
ttyio.c
beos.c
beosmain.cpp
sfxdefs.c sfxdefs.c
envargs.c : libunzip.a
zipinfo.c
list.c
explode.c
; ;
LinkSharedOSLibs unzipsfx : be ; LinkSharedOSLibs unzipsfx : be ;