home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Frozen Fish 1: Amiga
/
FrozenFish-Apr94.iso
/
bbs
/
alib
/
d5xx
/
d566
/
am.lha
/
AM
/
Makefile
< prev
next >
Wrap
Makefile
|
1991-11-21
|
259b
|
20 lines
#
# AM: Algorithmische Musik
#
CFLAGS = -ff -hi AM.hdr -qf
LIBS = -lmf -lc
OBJS = am.o amwindow.o
am: am.hdr $(OBJS)
ln $(OBJS) $(LIBS) -o am
test: test.o
ln test.o $(LIBS)
takt: AM.hdr takt.o
ln takt.o $(LIBS)
AM.hdr: AM.h
cc -a -ff -ho AM.hdr AM.h