home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Fish 'n' More 2
/
fishmore-publicdomainlibraryvol.ii1991xetec.iso
/
fish
/
devs&handlers
/
btntape
/
lmkfile
< prev
next >
Wrap
Text File
|
1990-10-27
|
455b
|
21 lines
# LATTICE MAKEFILE FOR BTN-TAPE
# Compile with -d to create the window version
#FLAGS= -v -y -b1 -mat -cakfsu -d
CFLAGS= -v -y -b1 -mat -cakfsu
LIBS=LIB:lc.lib+LIB:amiga.lib
tape-handler: tape.o tapeio.o pktstuff.o
blink FROM tape.o+tapeio.o+pktstuff.o TO $@ SC SD LIB $(LIBS)
tape.o : tape.c tape.h tplink.h
LC $(CFLAGS) tape.c
tapeio.o : tapeio.c tape.h
LC $(CFLAGS) tapeio.c
pktstuff.o : pktstuff.c tape.h
LC $(CFLAGS) pktstuff.c