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 ;
BinCommand unzip :
unzip.c
StaticLibrary unzip :
crc32.c
crctab.c
crypt.c
@@ -15,13 +14,18 @@ BinCommand unzip :
match.c
process.c
ttyio.c
unreduce.c
unshrink.c
zipinfo.c
beos.c
beosmain.cpp
;
BinCommand unzip :
unzip.c
unreduce.c
unshrink.c
: libunzip.a
;
LinkSharedOSLibs unzip : be ;
@@ -38,23 +42,8 @@ LinkSharedOSLibs funzip : be ;
BinCommand unzipsfx :
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
envargs.c
zipinfo.c
list.c
explode.c
: libunzip.a
;
LinkSharedOSLibs unzipsfx : be ;