• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/win32/

Lines Matching refs:OBJ

34 OBJ=.o
41 OBJUS=win32$(OBJ) nt$(OBJ)
42 OBJXS=win32_$(OBJ) nt_$(OBJ)
43 OBJFS=win32f$(OBJ)
51 OBJU1 = unzip$(OBJ) crc32$(OBJ) $(CRCA_O) crypt$(OBJ) envargs$(OBJ)
52 OBJU2 = explode$(OBJ) extract$(OBJ) fileio$(OBJ) globals$(OBJ)
53 OBJU3 = inflate$(OBJ) list$(OBJ) match$(OBJ) process$(OBJ) ttyio$(OBJ)
54 OBJU4 = ubz2err$(OBJ) unreduce$(OBJ) unshrink$(OBJ) zipinfo$(OBJ)
56 OBJX1 = unzipsf_$(OBJ) crc32_$(OBJ) $(CRCA_O) crypt_$(OBJ)
57 OBJX2 = extract_$(OBJ) fileio_$(OBJ) globals_$(OBJ) inflate_$(OBJ)
58 OBJX3 = match_$(OBJ) process_$(OBJ) ttyio_$(OBJ) ubz2err_$(OBJ)
60 OBJF = funzip$(OBJ) crc32f$(OBJ) $(CRCA_O) cryptf$(OBJ) inflatef$(OBJ) \
61 globalsf$(OBJ) ttyiof$(OBJ) $(OBJFS)
67 .SUFFIXES: .c $(OBJ)
69 .c$(OBJ):
106 uzexampl.exe: uzexampl$(OBJ)
107 $(CC) $(LDFLAGS)$@ $(DEF) uzexampl$(OBJ) -lversion $(LDFLAGS2)
111 apihelp$(OBJ): apihelp.c $(UNZIP_H) unzvers.h
112 crc32$(OBJ): crc32.c $(UNZIP_H) zip.h crc32.h
113 envargs$(OBJ): envargs.c $(UNZIP_H)
114 explode$(OBJ): explode.c $(UNZIP_H)
115 extract$(OBJ): extract.c $(UNZIP_H) crc32.h crypt.h
116 fileio$(OBJ): fileio.c $(UNZIP_H) crc32.h crypt.h ttyio.h ebcdic.h
117 globals$(OBJ): globals.c $(UNZIP_H)
118 inflate$(OBJ): inflate.c $(UNZIP_H)
119 list$(OBJ): list.c $(UNZIP_H)
120 match$(OBJ): match.c $(UNZIP_H)
121 process$(OBJ): process.c $(UNZIP_H) crc32.h
122 ttyio$(OBJ): ttyio.c $(UNZIP_H) zip.h crypt.h ttyio.h
123 ubz2err$(OBJ): ubz2err.c $(UNZIP_H)
124 unreduce$(OBJ): unreduce.c $(UNZIP_H)
125 unshrink$(OBJ): unshrink.c $(UNZIP_H)
126 unzip$(OBJ): unzip.c $(UNZIP_H) crypt.h unzvers.h consts.h
127 api$(OBJ): api.c $(UNZIP_H) unzvers.h
128 zipinfo$(OBJ): zipinfo.c $(UNZIP_H)
130 funzip$(OBJ): funzip.c $(UNZIP_H) crc32.h crypt.h ttyio.h # funzip only
133 unzipstb$(OBJ): unzipstb.c # DLL version
136 uzexampl$(OBJ): windll/uzexampl.c windll/uzexampl.h # WINDLL example
139 win32$(OBJ): win32/win32.c $(UNZIP_H) win32/nt.h unzvers.h # win32 only
142 win32f$(OBJ): win32/win32.c $(UNZIP_H) win32/nt.h # win32 funzip
145 win32_$(OBJ): win32/win32.c $(UNZIP_H) win32/nt.h # win32 unzipsfx
148 nt$(OBJ): win32/nt.c $(UNZIP_H) win32/nt.h # win32 only
151 nt_$(OBJ): win32/nt.c $(UNZIP_H) win32/nt.h # win32 only
154 os2$(OBJ): os2/os2.c $(UNZIP_H) unzvers.h # OS/2 only
157 os2_$(OBJ): os2/os2.c $(UNZIP_H) # OS/2 unzipsfx
160 os2acl$(OBJ): os2/os2acl.c $(UNZIP_H) unzvers.h # OS/2 only
163 rexxhelp$(OBJ): os2/rexxhelp.c # OS/2 DLL only
166 rexxapi$(OBJ): os2/rexxapi.c # OS/2 DLL only
169 crc_i86$(OBJ): msdos/crc_i86.asm # 16bit only
172 crc_i386$(OBJ): win32/crc_i386.asm # 32bit, MASM
175 crc_gcc$(OBJ): crc_i386.S # 32bit, GNU AS
178 crypt$(OBJ): crypt.c $(UNZIP_H) zip.h crypt.h crc32.h ttyio.h
182 cryptf$(OBJ): crypt.c $(UNZIP_H) zip.h crypt.h crc32.h ttyio.h
185 crc32f$(OBJ): crc32.c $(UNZIP_H) zip.h crc32.h
188 globalsf$(OBJ): globals.c $(UNZIP_H)
191 inflatef$(OBJ): inflate.c inflate.h $(UNZIP_H) crypt.h
194 ttyiof$(OBJ): ttyio.c $(UNZIP_H) zip.h crypt.h ttyio.h
198 crc32_$(OBJ): crc32.c $(UNZIP_H) zip.h crc32.h
201 crypt_$(OBJ): crypt.c $(UNZIP_H) zip.h crypt.h crc32.h ttyio.h
204 extract_$(OBJ): extract.c $(UNZIP_H) crc32.h crypt.h
207 fileio_$(OBJ): fileio.c $(UNZIP_H) crc32.h crypt.h ttyio.h ebcdic.h
210 globals_$(OBJ): globals.c $(UNZIP_H)
213 inflate_$(OBJ): inflate.c inflate.h $(UNZIP_H) crypt.h
216 match_$(OBJ): match.c $(UNZIP_H)
219 process_$(OBJ): process.c $(UNZIP_H) crc32.h
222 ttyio_$(OBJ): ttyio.c $(UNZIP_H) zip.h crypt.h ttyio.h
225 ubz2err_$(OBJ): ubz2err.c $(UNZIP_H)
228 unzipsf_$(OBJ): unzip.c $(UNZIP_H) crypt.h unzvers.h consts.h