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

Lines Matching refs:OBJ

86 	OBJ=".obj" \
103 OBJ=".obj" \
121 OBJ=".obj" \
138 OBJ=".obj" \
151 OBJ=".obj" \
164 OBJ=".obj" \
177 OBJ=".obj" \
190 OBJ=".obj" \
206 OBJ=".obj" \
222 OBJ=".obj" \
238 OBJ=".obj" \
256 OBJ=".obj" \
274 OBJ=".obj" \
292 OBJ=".obj" \
312 OBJ=".obj" \
332 OBJ=".obj" \
352 OBJ=".obj" \
371 OBJ=".obj" \
384 OBJ=".obj" \
399 OBJ=".obj" \
415 OBJ=".obj" \
431 OBJ=".o" \
446 OBJ=".o" \
464 OBJ=".o" \
482 OBJU = unzip$(OBJ) crc32$(OBJ) $(CRCA_O) crypt$(OBJ) envargs$(OBJ) \
483 explode$(OBJ) extract$(OBJ) fileio$(OBJ) globals$(OBJ) \
484 inflate$(OBJ) list$(OBJ) match$(OBJ) process$(OBJ) ttyio$(OBJ) \
485 ubz2err$(OBJ) unreduce$(OBJ) unshrink$(OBJ) zipinfo$(OBJ)
486 OBJU2 = os2$(OBJ) os2acl$(OBJ)
487 OBJX = unzipsf_$(OBJ) crc32_$(OBJ) $(CRCA_O) crypt_$(OBJ) \
488 extract_$(OBJ) fileio_$(OBJ) globals_$(OBJ) inflate_$(OBJ) \
489 match_$(OBJ) process_$(OBJ) ttyio_$(OBJ) ubz2err_$(OBJ)
490 OBJX2 = os2_$(OBJ) os2acl_$(OBJ)
491 OBJDLL= api$(OBJ) apihelp$(OBJ) rexxhelp$(OBJ) rexxapi$(OBJ)
492 OBJF = funzip$(OBJ) crc32f$(OBJ) $(CRCA_O) cryptf$(OBJ) inflatef$(OBJ) \
493 globalsf$(OBJ) ttyiof$(OBJ)
500 .SUFFIXES: .c .asm $(OBJ)
502 .c$(OBJ):
505 .asm$(OBJ):
525 unzip.stb: unzipstb$(OBJ) $(STUBDEF)
526 $(CC) $(LDFLAGS)$@ $(STUBDEF) unzipstb$(OBJ) $(LDFLAGS2)
531 apihelp$(OBJ): apihelp.c $(UNZIP_H) unzvers.h
532 crc32$(OBJ): crc32.c $(UNZIP_H) zip.h crc32.h
533 envargs$(OBJ): envargs.c $(UNZIP_H)
534 explode$(OBJ): explode.c $(UNZIP_H)
535 extract$(OBJ): extract.c $(UNZIP_H) crc32.h crypt.h
536 fileio$(OBJ): fileio.c $(UNZIP_H) crc32.h crypt.h ttyio.h ebcdic.h
537 globals$(OBJ): globals.c $(UNZIP_H)
538 inflate$(OBJ): inflate.c $(UNZIP_H)
539 list$(OBJ): list.c $(UNZIP_H)
540 match$(OBJ): match.c $(UNZIP_H)
541 process$(OBJ): process.c $(UNZIP_H) crc32.h
542 ttyio$(OBJ): ttyio.c $(UNZIP_H) zip.h crypt.h ttyio.h
543 ubz2err$(OBJ): ubz2err.c $(UNZIP_H)
544 unreduce$(OBJ): unreduce.c $(UNZIP_H)
545 unshrink$(OBJ): unshrink.c $(UNZIP_H)
546 unzip$(OBJ): unzip.c $(UNZIP_H) crypt.h unzvers.h consts.h
547 api$(OBJ): api.c $(UNZIP_H) unzvers.h
548 zipinfo$(OBJ): zipinfo.c $(UNZIP_H)
550 unzipstb$(OBJ): unzipstb.c # DLL version
553 msdos$(OBJ): msdos/msdos.c $(UNZIP_H) unzvers.h # DOS only
556 msdos_$(OBJ): msdos/msdos.c $(UNZIP_H) # DOS unzipsfx
559 msdosf$(OBJ): msdos/msdos.c $(UNZIP_H) # DOS funzip
562 win32$(OBJ): win32/win32.c $(UNZIP_H) win32/nt.h unzvers.h # Win32 only
565 nt$(OBJ): win32/nt.c $(UNZIP_H) win32/nt.h # Win32 only
568 win32_$(OBJ): win32/win32.c $(UNZIP_H) win32/nt.h # Win32 unzipsfx
571 nt_$(OBJ): win32/nt.c $(UNZIP_H) win32/nt.h # Win32 unzipsfx
574 win32f$(OBJ): win32/win32.c $(UNZIP_H) win32/nt.h # Win32 funzip
577 os2$(OBJ): os2/os2.c $(UNZIP_H) unzvers.h # OS/2 only
580 os2_$(OBJ): os2/os2.c $(UNZIP_H) # OS/2 unzipsfx
583 os2f$(OBJ): os2/os2.c $(UNZIP_H) # OS/2 funzip
586 os2acl$(OBJ): os2/os2acl.c $(UNZIP_H) unzvers.h # OS/2 only
589 os2acl_$(OBJ): os2/os2acl.c $(UNZIP_H) unzvers.h # OS/2 unzipsfx
592 rexxhelp$(OBJ): os2/rexxhelp.c # OS/2 DLL only
595 rexxapi$(OBJ): os2/rexxapi.c # OS/2 DLL only
598 crc_i86$(OBJ): msdos/crc_i86.asm # 16bit only
601 crc_i386$(OBJ): win32/crc_i386.asm # 32bit, MASM
604 crc_gcc$(OBJ): crc_i386.S # 32bit, GNU AS
608 crypt$(OBJ): crypt.c $(UNZIP_H) zip.h crypt.h crc32.h ttyio.h
612 funzip$(OBJ): funzip.c $(UNZIP_H) crc32.h crypt.h ttyio.h
615 crc32f$(OBJ): crc32.c $(UNZIP_H) zip.h crc32.h
618 cryptf$(OBJ): crypt.c $(UNZIP_H) zip.h crypt.h crc32.h ttyio.h
621 globalsf$(OBJ): globals.c $(UNZIP_H)
624 inflatef$(OBJ): inflate.c inflate.h $(UNZIP_H) crypt.h
627 ttyiof$(OBJ): ttyio.c $(UNZIP_H) zip.h crypt.h ttyio.h
631 crc32_$(OBJ): crc32.c $(UNZIP_H) zip.h crc32.h
634 crypt_$(OBJ): crypt.c $(UNZIP_H) zip.h crypt.h crc32.h ttyio.h
637 extract_$(OBJ): extract.c $(UNZIP_H) crypt.h
640 fileio_$(OBJ): fileio.c $(UNZIP_H) crc32.h crypt.h ttyio.h ebcdic.h
643 globals_$(OBJ): globals.c $(UNZIP_H)
646 inflate_$(OBJ): inflate.c inflate.h $(UNZIP_H) crypt.h
649 match_$(OBJ): match.c $(UNZIP_H)
652 process_$(OBJ): process.c $(UNZIP_H) crc32.h
655 ttyio_$(OBJ): ttyio.c $(UNZIP_H) zip.h crypt.h ttyio.h
658 ubz2err_$(OBJ): ubz2err.c $(UNZIP_H)
661 unzipsf_$(OBJ): unzip.c $(UNZIP_H) crypt.h unzvers.h consts.h