home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
RISC DISC 1
/
RISC_DISC_1.iso
/
pd_share
/
code
/
desklib
/
Libraries
/
Sound
/
Makefile
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Makefile
|
1993-07-14
|
223 b
|
13 lines
# Project: SoundLib
.SUFFIXES: .s .o
ObjAsmflags = -Throwback -Stamp -CloseExec -Quit $(x_aflags)
Files = o.SysBeep
SoundLib: $(Files)
$(do)
.s.o:; objasm $(ObjAsmflags) -from $< -to $@