home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Fish 'n' More 2
/
fishmore-publicdomainlibraryvol.ii1991xetec.iso
/
fish
/
devs&handlers
/
mwtape
/
makefile
< prev
next >
Wrap
Makefile
|
1991-01-24
|
416b
|
25 lines
#
# Make everything by default.
#
all: tape-handler
# Remove all the intermediate files.
#
#clean:
# delete *.o *.o32 *.bak
#
# Default rules for assembling and compiling.
#
.SUFFIXES: .c .o32 .o .asm
.c.o:
cc $*.c
.c.o32:
cc +L -o $*.o32 $*.c
.asm.o:
a68k -iinclude: -q100 $*.asm
tape-handler: tapedev.o32 req.o32 misc.o32
ln +Q -o tape-handler tapedev.o32 req.o32 misc.o32 -lc32
copy tape-handler l: