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

Lines Matching refs:os2

25 # To use, enter "{d,n}make -f os2/makefile.os2" (this makefile depends on its
26 # name being "makefile.os2", and it must be in the os2 subdirectory).
32 # wmake -ms -f os2/makefile.os2 MAKE="wmake -ms" watcom
59 # format os2 le
66 @echo "Enter `$(MAKE) -f os2/makefile.os2 target' from the main"
76 $(MAKE) -f os2/makefile.os2 all \
89 DEF="os2\unzip.def"
93 $(MAKE) -f os2/makefile.os2 all \
106 DEF="os2\unzip.def"
111 $(MAKE) -f os2/makefile.os2 all \
130 $(MAKE) -f os2/makefile.os2 all \
139 DEF="os2\unzip.def"
143 $(MAKE) -f os2/makefile.os2 all \
152 DEF="os2\unzip.def"
156 $(MAKE) -f os2/makefile.os2 all \
165 DEF="os2\unzip.def"
169 $(MAKE) -f os2/makefile.os2 all \
178 DEF="os2\unzip.def"
182 $(MAKE) -f os2/makefile.os2 dll \
191 DLLDEF="os2\rexxapi.def" \
192 STUBDEF="os2\stub.def" \
193 DEF="os2\unzip.def" \
198 $(MAKE) -f os2/makefile.os2 dll \
207 DLLDEF="os2\rexxapi.def" \
208 STUBDEF="os2\stub.def" \
209 DEF="os2\unzip.def" \
214 $(MAKE) -f os2/makefile.os2 dll \
223 DLLDEF="os2\rexxapi.def" \
224 STUBDEF="os2\stub.def" \
225 DEF="os2\unzip.def" \
230 $(MAKE) -f os2/makefile.os2 dll \
239 DLLDEF="os2\rexxapi.def" \
240 STUBDEF="os2\stub.def" \
241 DEF="os2\unzip.def" \
246 $(MAKE) -f os2/makefile.os2 all \
264 $(MAKE) -f os2/makefile.os2 all \
265 CC="wcl -bt=os2 -zq -ml -Ox -s -I." \
269 AS="wasm -bt=os2 -zq -2 -ml" \
271 LDFLAGS="-k0x2000 -x -l=os2 -Fe=" \
282 $(MAKE) -f os2/makefile.os2 all \
302 $(MAKE) -f os2/makefile.os2 all \
322 $(MAKE) -f os2/makefile.os2 all \
342 $(MAKE) -f os2/makefile.os2 all \
363 $(MAKE) -f os2/makefile.os2 all \
372 DEF="-Hdef=os2\unzip.def"
376 $(MAKE) -f os2/makefile.os2 all \
389 $(MAKE) -f os2/makefile.os2 all \
401 DEF="os2/unzip.def"
405 $(MAKE) -f os2/makefile.os2 all \
417 DEF="os2/unzip.def"
421 $(MAKE) -f os2/makefile.os2 all \
436 $(MAKE) -f os2/makefile.os2 all \
454 $(MAKE) -f os2/makefile.os2 all \
479 OSDEP_H = os2/os2data.h os2/os2cfg.h
486 OBJU2 = os2$(OBJ) os2acl$(OBJ)
577 os2$(OBJ): os2/os2.c $(UNZIP_H) unzvers.h # OS/2 only
578 $(CC) -c $(CFLAGS) $(DLLFLAG) os2$(DIRSEP)os2.c
580 os2_$(OBJ): os2/os2.c $(UNZIP_H) # OS/2 unzipsfx
581 $(CC) -c $(CFLAGS) -DSFX $(OUT)$@ os2$(DIRSEP)os2.c
583 os2f$(OBJ): os2/os2.c $(UNZIP_H) # OS/2 funzip
584 $(CC) -c $(CFLAGS) -DFUNZIP $(OUT)$@ os2$(DIRSEP)os2.c
586 os2acl$(OBJ): os2/os2acl.c $(UNZIP_H) unzvers.h # OS/2 only
587 $(CC) -c $(CFLAGS) $(DLLFLAG) os2$(DIRSEP)os2acl.c
589 os2acl_$(OBJ): os2/os2acl.c $(UNZIP_H) unzvers.h # OS/2 unzipsfx
590 $(CC) -c $(CFLAGS) -DSFX $(OUT)$@ os2$(DIRSEP)os2acl.c
592 rexxhelp$(OBJ): os2/rexxhelp.c # OS/2 DLL only
593 $(CC) -c $(CFLAGS) $(DLLFLAG) os2$(DIRSEP)rexxhelp.c
595 rexxapi$(OBJ): os2/rexxapi.c # OS/2 DLL only
596 $(CC) -c $(CFLAGS) $(DLLFLAG) os2$(DIRSEP)rexxapi.c