home *** CD-ROM | disk | FTP | other *** search
Makefile | 1993-07-08 | 1.4 KB | 61 lines |
- # This MPW makefile is designed to be used to compile an MPW version
- # of unzip using the MPW C compiler, version 3.2. 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: Friday, May 9, 1992 9:00:00 PM
-
-
- CFLAGS = -d MPW # -d CRYPT
-
- LFLAGS = -m
-
-
- .c.o ג .c unzip.h unzip.make
- C {CFLAGS} {Default}.c
-
- OBJECTS = À
- unzip.c.o À
- # crypt.c.o À
- envargs.c.o À
- explode.c.o À
- extract.c.o À
- file_io.c.o À
- inflate.c.o À
- macfile.c.o À
- macstat.c.o À
- mapname.c.o À
- match.c.o À
- misc.c.o À
- unreduce.c.o À
- unshrink.c.o
-
- Unzip ג {OBJECTS} unzip.r
- Link -d -c 'MPS ' -t MPST À
- {OBJECTS} À
- "{CLibraries}"StdClib.o À
- "{Libraries}"Stubs.o À
- "{Libraries}"Runtime.o À
- "{Libraries}"Interface.o À
- -o Unzip
- rez -append -o Unzip unzip.r
-
- unzip.r ג unzip.thinkc.rsrc
- derez unzip.thinkc.rsrc > unzip.r
-