Lines Matching refs:bzip2
17 all: lib bzip2 test
19 bzip2: lib
20 $(CC) $(CFLAGS) -o bzip2 bzip2.c libbz2.lib setargv.obj
26 test: bzip2
28 .\\bzip2 -1 < sample1.ref > sample1.rb2
29 .\\bzip2 -2 < sample2.ref > sample2.rb2
30 .\\bzip2 -3 < sample3.ref > sample3.rb2
31 .\\bzip2 -d < sample1.bz2 > sample1.tst
32 .\\bzip2 -d < sample2.bz2 > sample2.tst
33 .\\bzip2 -ds < sample3.bz2 > sample3.tst
52 del bzip2.exe