home *** CD-ROM | disk | FTP | other *** search
Makefile | 1991-08-04 | 530 b | 22 lines |
- OBJECTS = tar.c.o buffer.c.o create.c.o dialog.c.o dir.c.o extract.c.o ╢
- list.c.o menu.c.o pref.c.o window.c.o
-
- Debug = -sym full
- LDebug = -sym full
- COptions = {Debug} -d USEDUMP
-
- tar ── {OBJECTS} hdrs.dmp
- Link {LDebug} -o tar {OBJECTS} ╢
- "{CLibraries}"StdCLib.o ╢
- "{Libraries}"Runtime.o ╢
- "{Libraries}"Interface.o
- SetFile tar -t APPL -c 'TAR ' -a B
-
- tar ── tar.r
- Rez -rd -o tar -append "{RIncludes}"Types.r "{RIncludes}"SysTypes.r tar.r
-
- {OBJECTS} ─ hdrs.dmp
-
- hdrs.dmp ─ tar.h
- c -u USEDUMP {Debug} -d MAKEDUMP tar.h
-