home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Datafile PD-CD 2
/
DATAFILE_PDCD2.iso
/
utilities2
/
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 $@