home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Club Amiga de Montreal - CAM
/
CAM_CD_1.iso
/
files
/
262.lha
/
IffLibrary_v1.3
/
makefile
< prev
next >
Wrap
Makefile
|
1989-07-04
|
297b
|
30 lines
OBJ1=shopict.o printer.o iff.o
OBJ3=shoimg.o iff.o
.c.o:
cc -O $*.o $*.c
.asm.o:
as $*.asm
all: shopict shoimg
shopict: $(OBJ1)
ln -O shopict $(OBJ1) -lc
shoimg: $(OBJ3)
ln -O shoimg $(OBJ3) -lc
shoimg.o: shoimg.c
shopict.o: shopict.c
printer.o: printer.c
iff.o: iff.asm