# File: Makefile.mac # Target: Names2 # Sources: names2.c # Created: Thursday, February 15, 1990 20:42:06 with MPW C version 3 # IMPORTANT: This file is in 7-bit ASCII form. To make it usable # by MPW, make the following substitutions after copying it onto # your Mac: replace \f by option-f (three times) and \d by # option-d (nine times). names2.c.o \f names2.c C -r -d __STDC__ names2.c -o names2.c.o SOURCES = names2.c OBJECTS = names2.c.o Names2 \f\f {OBJECTS} Link -w -c 'MPS ' -t MPST \d {OBJECTS} \d "{Libraries}"stubs.o \d "{Libraries}"Runtime.o \d "{Libraries}"Interface.o \d "{CLibraries}"StdCLib.o \d "{CLibraries}"CSANELib.o \d "{CLibraries}"Math.o \d "{Libraries}"ToolLibs.o \d -o Names2