home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Frozen Fish 1: Amiga
/
FrozenFish-Apr94.iso
/
bbs
/
alib
/
d5xx
/
d588
/
mandelsquare.lha
/
MandelSquare
/
Source
/
MakeFile
< prev
next >
Wrap
Makefile
|
1992-01-04
|
547b
|
20 lines
.c.o:
LC $(CFLAGS) $*.c
.asm.o:
ASM -IASM: -M2 $*.asm
CFLAGS = -ccimqws -fd8 -b1 -r1 -v -mt3 -O -HMandel.SYM
LFLAGS = SC SD ND DEFINE __main=__tinymain
#LFLAGS = SC SD ND
LIBS = playanim.lib saveanim.lib LIB:lcm881.lib LIB:lc.lib LIB:amiga2.0.lib
OBJS = MandelSquare.o FPInit.o ReadILBM.o SaveILBM.o WaitLine.o Font.o Plot.o Iterate.o
all: Mandel.SYM MandelSquare
MandelSquare: $(OBJS) playanim.lib saveanim.lib
BLINK LIB:c.o $(OBJS) TO MandelSquare LIB $(LIBS) $(LFLAGS)
Mandel.SYM: PreInclude.c
LC -ph -oMandel.SYM PreInclude.c