home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Fish 'n' More 2
/
fishmore-publicdomainlibraryvol.ii1991xetec.iso
/
fish
/
languages
/
northc_384
/
top
/
makefile
< prev
next >
Wrap
Makefile
|
1990-08-30
|
324b
|
21 lines
#
# Makefile for the optimizer
#
top: main.o io.o util.o sym.o func.o branch.o inst.o opcodes.o \
peep.o health.o data.o copy.o coalesce.o
blink with $*.blink
.c.o:
NorthC -Ot:$*.s $*.c
xtop t:$*.s t:$*.s1
delete t:$*.s
a68k -q -g -O$*.o t:$*.s1
delete t:$*.s1
#clean:
# $(RM) *.o
#
#clobber:
# $(RM) *.o xtop.ttp