home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
GEMini Atari
/
GEMini_Atari_CD-ROM_Walnut_Creek_December_1993.iso
/
files
/
archiver
/
unix
/
unz50p1
/
aztec.mak
< prev
next >
Wrap
Makefile
|
1993-07-08
|
1KB
|
58 lines
# This MPW makefile is designed to be used to compile an MPW version
# of unzip using the Aztec C compiler, version 5.2a. Simply rename
# this file as unzip.make and do an MPW build.
# File: unzip.make
# Target: Unzip
# Sources: unzip.c
# crypt.c
# envargs.c
# explode.c
# extract.c
# file_io.c
# inflate.c
# macfile.c
# macstat.c
# mapname.c
# match.c
# misc.c
# unreduce.c
# unshrink.c
# Created: Tuesday, May 5, 1992 7:05:00 PM
CFLAGS = -d MPW # -d CRYPT
LFLAGS = -m
.o ג .c unzip.h unzip.make
C {CFLAGS} -o {Default}.o {Default}.c
.o ג .asm
as -o {Default}.o {Default}.asm
OBJECTS = À
unzip.o À
# crypt.o À
envargs.o À
explode.o À
extract.o À
file_io.o À
inflate.o À
macfile.o À
macstat.o À
mapname.o À
match.o À
misc.o À
unreduce.o À
unshrink.o
Unzip ג {OBJECTS} unzip.r
ln {LFLAGS} -o Unzip {OBJECTS} -lm -lmpw -lc
rez -append -o Unzip unzip.r
unzip.r ג unzip.thinkc.rsrc
derez unzip.thinkc.rsrc > unzip.r