1 all: dumpframes.exe frameshow.exe rawtorgb.exe rawtoaudio2.exe
3 rawtoaudio2.exe
: rawtoaudio2.o opl.o audioconvert.o
4 g
++ -g
-o
$@
$^
-lz
`sdl-config --libs`
7 gcc
-g
-o
$@
$^
-lz
`sdl-config --libs`
10 gcc
-g
-std
=c99
-c
-o
$@
$< `sdl-config --cflags`
12 rawtoaudio2.o
: rawtoaudio2.
cpp
13 g
++ -g
-c
-o
$@
$< -DOPLTYPE_IS_OPL3
`sdl-config --cflags`
15 audioconvert.o
: audioconvert.
cpp
16 g
++ -g
-c
-o
$@
$< -DOPLTYPE_IS_OPL3
`sdl-config --cflags`
19 g
++ -g
-DINLINE
=inline
-DOPLTYPE_IS_OPL3
-DOPL_CPP
-c
-o
$@
$<