home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Frozen Fish 1: Amiga
/
FrozenFish-Apr94.iso
/
bbs
/
alib
/
d3xx
/
d345
/
getimage.lha
/
GetImage
/
makefile
< prev
next >
Wrap
Makefile
|
1990-04-16
|
456b
|
17 lines
# Manx makefile for GetImage.c using 32-bit integers. The -E flag enlarges
# the expression table (a must with this prog). The +cdb flags force all
# initialized & uninitialized data to load into chip memory. Dmil
CFLAGS = +L -S -E200
ALL = getimage.o
Oop: Ack $(ALL)
ln +cdb -o GetImage $(ALL) ram:c32.lib ram:m32.lib
Ack:
copy df0:c/as ram:
copy df0:c/cc ram:
copy df0:c/ln ram:
copy df0:lib/c32.lib ram:
copy df0:lib/m32.lib ram: