libroot/posix/stdio: Remove unused portions.
[haiku.git] / src / bin / unzip / Jamfile
blob2133a610db990859611b48994213b032999199fe
1 SubDir HAIKU_TOP src bin unzip ;
3 StaticLibrary libunzip.a : 
4         crc32.c
5         ttyio.c
6         crctab.c
7         crypt.c
8         envargs.c
9         explode.c
10         extract.c
11         fileio.c
12         globals.c
13         inflate.c
14         list.c
15         match.c
16         process.c
17         zipinfo.c
18         beos.c
19         beosmain.cpp
22 BinCommand unzip :
23         unzip.c
24         unreduce.c
25         unshrink.c
26         : libunzip.a be : unzip.rdef
29 BinCommand funzip :
30         funzip.c
31         cryptf.c
32         globalsf.c
33         inflatef.c
34         crc32.c
35         ttyio.c
36         : be : unzip.rdef
39 BinCommand unzipsfx :
40         unzip.c
41         sfxdefs.c
42         : libunzip.a be : unzip.rdef
46         MakeLocatePlatform <bin>zipgrep ;
47         Shell <bin>zipgrep : zipgrep ;