repo.or.cz
/
haiku.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
libroot/posix/stdio: Remove unused portions.
[haiku.git]
/
src
/
bin
/
unzip
/
Jamfile
blob
2133a610db990859611b48994213b032999199fe
1
SubDir HAIKU_TOP src bin unzip ;
2
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
20
;
21
22
BinCommand unzip :
23
unzip.c
24
unreduce.c
25
unshrink.c
26
: libunzip.a be : unzip.rdef
27
;
28
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
37
;
38
39
BinCommand unzipsfx :
40
unzip.c
41
sfxdefs.c
42
: libunzip.a be : unzip.rdef
43
;
44
45
{
46
MakeLocatePlatform <bin>zipgrep ;
47
Shell <bin>zipgrep : zipgrep ;
48
}