home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Frozen Fish 1: Amiga
/
FrozenFish-Apr94.iso
/
bbs
/
alib
/
d2xx
/
d281
/
farprint.lha
/
FarPrint
/
MakeFile
< prev
next >
Wrap
Makefile
|
1989-11-20
|
332b
|
20 lines
all: FarPrint FarTest
FarPrint: FarPrint.o FastText.o
LN FarPrint.o FastText.o detach.o32 -La32 -Lc32 +CD
FarPrint.o: FarPrint.c
CC FarPrint.c +L
FarTest: FarTest.o FarCom.o
LN FarTest.o FarCom.o -Lc32
FarTest.o: FarTest.c
CC FarTest.c +L
FarCom.o: FarCom.c
CC FarCom.c +L
FastText.o: FastText.asm
AS FastText.asm