Searched refs:minigzip (Results 1 - 22 of 22) sorted by relevance

/src/lib/libz/
H A DMakefile21 CLEANFILES+= minigzip
37 test: minigzip
38 echo hello world | ./minigzip | ./minigzip -d
42 minigzip: ${ZLIBDIR}/test/minigzip.c libz.a target
43 ${CC} -o minigzip ${ZLIBDIR}/test/minigzip.c libz.a
/src/common/dist/zlib/old/
H A DMakefile.riscos24 test: @.minigzip @.example @.lib
27 @/@.minigzip -f -9 libc
28 @/@.minigzip -d libc-gz
29 @/@.minigzip -f -1 libc
30 @/@.minigzip -d libc-gz
31 @/@.minigzip -h -9 libc
32 @/@.minigzip -d libc-gz
33 @/@.minigzip -h -1 libc
34 @/@.minigzip -d libc-gz
35 @/@.minigzip
[all...]
H A DMakefile.emx39 TEST_OBJS = example.o minigzip.o
41 all: example.exe minigzip.exe
45 echo hello world | .\minigzip | .\minigzip -d
/src/common/dist/zlib/watcom/
H A Dwatcom_l.mak25 all: $(ZLIB_LIB) example.exe minigzip.exe
37 minigzip.exe: $(ZLIB_LIB) minigzip.obj
38 $(LINKER) -fe=minigzip.exe minigzip.obj $(ZLIB_LIB)
H A Dwatcom_f.mak25 all: $(ZLIB_LIB) example.exe minigzip.exe
37 minigzip.exe: $(ZLIB_LIB) minigzip.obj
38 $(LINKER) -ldos32a -fe=minigzip.exe minigzip.obj $(ZLIB_LIB)
/src/common/dist/zlib/amiga/
H A DMakefile.sas19 TEST_OBJS = example.o minigzip.o
21 all: SCOPTIONS example minigzip
26 echo hello world | minigzip | minigzip -d
38 minigzip: minigzip.o z.lib
39 $(CC) $(CFLAGS) LINK TO $@ minigzip.o $(LDFLAGS)
43 -delete force quiet example minigzip *.o z.lib foo.gz *.lnk SCOPTIONS
65 minigzip.o: zlib.h zconf.h
H A DMakefile.pup20 TEST_OBJS = example.o minigzip.o
22 all: example minigzip
27 echo hello world | minigzip | minigzip -d
36 minigzip: minigzip.o $(LIBNAME)
41 $(RM) *.o example minigzip $(LIBNAME) foo.gz
66 minigzip.o: zlib.h zconf.h
/src/common/dist/zlib/contrib/delphi/
H A Dzlibd32.mak28 all: $(ZLIB_LIB) example.exe minigzip.exe
68 minigzip.obj: test/minigzip.c zlib.h zconf.h
80 test: example.exe minigzip.exe
82 echo hello world | minigzip | minigzip -d
87 minigzip.exe: minigzip.obj $(ZLIB_LIB)
88 $(LD) $(LDFLAGS) minigzip.obj $(ZLIB_LIB)
/src/common/dist/zlib/contrib/pascal/
H A Dzlibd32.mak28 all: $(ZLIB_LIB) example.exe minigzip.exe
68 minigzip.obj: test/minigzip.c zlib.h zconf.h
80 test: example.exe minigzip.exe
82 echo hello world | minigzip | minigzip -d
87 minigzip.exe: minigzip.obj $(ZLIB_LIB)
88 $(LD) $(LDFLAGS) minigzip.obj $(ZLIB_LIB)
/src/common/dist/zlib/msdos/
H A DMakefile.msc45 all: $(ZLIB_LIB) example.exe minigzip.exe
86 minigzip.obj: test/minigzip.c zlib.h zconf.h
99 minigzip.exe: minigzip.obj $(ZLIB_LIB)
100 $(LD) $(LDFLAGS) minigzip.obj,,,$(ZLIB_LIB);
102 test: example.exe minigzip.exe
104 echo hello world | minigzip | minigzip -d
H A DMakefile.emx39 TEST_OBJS = example.o minigzip.o
41 all: example.exe minigzip.exe
45 echo hello world | .\minigzip | .\minigzip -d
H A DMakefile.bor51 all: $(ZLIB_LIB) example.exe minigzip.exe
91 minigzip.obj: test/minigzip.c zlib.h zconf.h
103 minigzip.exe: minigzip.obj $(ZLIB_LIB)
104 $(LD) $(LDFLAGS) minigzip.obj $(ZLIB_LIB)
106 test: example.exe minigzip.exe
108 echo hello world | minigzip | minigzip -d
H A DMakefile.tc36 all: $(ZLIB_LIB) example.exe minigzip.exe
76 minigzip.obj: test/minigzip.c zlib.h zconf.h
88 minigzip.exe: minigzip.obj $(ZLIB_LIB)
89 $(LD) $(LDFLAGS) minigzip.obj $(ZLIB_LIB)
91 test: example.exe minigzip.exe
93 echo hello world | minigzip | minigzip -d
H A DMakefile.dj260 TEST_OBJS = example.o minigzip.o
62 all: example.exe minigzip.exe
67 echo hello world | .\minigzip | .\minigzip -d
/src/common/dist/zlib/win32/
H A DMakefile.bor35 all: $(ZLIB_LIB) example.exe minigzip.exe
78 minigzip.obj: test/minigzip.c zlib.h zconf.h
91 test: example.exe minigzip.exe
93 echo hello world | minigzip | minigzip -d
98 minigzip.exe: minigzip.obj $(ZLIB_LIB)
99 $(LD) $(LDFLAGS) minigzip.obj $(ZLIB_LIB)
H A DMakefile.gcc69 all: $(STATICLIB) $(SHAREDLIB) $(IMPLIB) example.exe minigzip.exe example_d.exe minigzip_d.exe
71 test: example.exe minigzip.exe
73 echo hello world | ./minigzip | ./minigzip -d
99 minigzip.exe: minigzip.o $(STATICLIB)
100 $(LD) $(LDFLAGS) -o $@ minigzip.o $(STATICLIB)
107 minigzip_d.exe: minigzip.o $(IMPLIB)
108 $(LD) $(LDFLAGS) -o $@ minigzip.o $(IMPLIB)
114 minigzip
[all...]
H A DMakefile.msc39 example.exe minigzip.exe example_d.exe minigzip_d.exe
57 minigzip.exe: minigzip.obj $(STATICLIB)
58 $(LD) $(LDFLAGS) minigzip.obj $(STATICLIB)
67 minigzip_d.exe: minigzip.obj $(IMPLIB)
68 $(LD) $(LDFLAGS) -out:$@ minigzip.obj $(IMPLIB)
133 minigzip.obj: $(TOP)/test/minigzip.c $(TOP)/zlib.h $(TOP)/zconf.h
139 test: example.exe minigzip.exe
141 echo hello world | minigzip | minigzi
[all...]
/src/common/dist/zlib/old/os2/
H A DMakefile.os248 TEST_OBJS = example.o minigzip.o
58 all: example.exe minigzip.exe
62 echo hello world | ./minigzip | ./minigzip -d || \
63 echo ' *** minigzip test FAILED ***' ; \
83 minigzip.exe: minigzip.o $(LIBS)
84 $(CC) $(CFLAGS) -o $@ minigzip.o $(LDFLAGS)
87 rm -f *.o *~ example minigzip libz.a libz.so* foo.gz
133 minigzip
[all...]
/src/common/dist/zlib/
H A DMakefile.in74 static: example$(EXE) minigzip$(EXE)
86 if echo hello world | ${QEMU_RUN} ./minigzip | ${QEMU_RUN} ./minigzip -d && ${QEMU_RUN} ./example $$TMPST ; then \
145 minigzip.o: $(SRCDIR)test/minigzip.c $(SRCDIR)zlib.h zconf.h
146 $(CC) $(CFLAGS) $(ZINCOUT) -c -o $@ $(SRCDIR)test/minigzip.c
151 minigzip64.o: $(SRCDIR)test/minigzip.c $(SRCDIR)zlib.h zconf.h
152 $(CC) $(CFLAGS) $(ZINCOUT) -D_FILE_OFFSET_BITS=64 -c -o $@ $(SRCDIR)test/minigzip.c
287 minigzip$(EXE): minigzip
[all...]
H A DCMakeLists.txt205 add_executable(minigzip test/minigzip.c) target
206 target_link_libraries(minigzip zlib)
214 add_executable(minigzip64 test/minigzip.c)
H A Dmake_vms.com178 $ if (f$search( "minigzip.obj;*") .nes. "") then delete minigzip.obj;*
215 $ write sys$output "Building minigzip..."
216 $ CALL MAKE minigzip.OBJ "CC ''CCOPT' [.test]minigzip" -
217 [.test]minigzip.c zlib.h zconf.h
218 $ call make minigzip.exe -
219 "LINK minigzip,libz.olb/lib" -
220 minigzip.obj libz.olb
437 $ write out "all : example.exe minigzip
[all...]
H A Dzconf.h.in272 * WARNING: reducing MAX_WBITS makes minigzip unable to extract .gz files
273 * created by gzip. (Files created by minigzip can still be extracted by

Completed in 13 milliseconds