home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
ARM Club 1
/
ARM_CLUB_CD.iso
/
contents
/
apps
/
clib
/
progs
/
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 $@