1 all: dumpframes.exe frameshow.exe letterbox.exe streamcopy.exe rawtorgb.exe rawtoaudio.exe audiomix.exe audiofilter.exe
3 rawtoaudio.exe
: rawtoaudio.o opl.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 rawtoaudio.o
: rawtoaudio.
cpp
13 g
++ -g
-c
-o
$@
$< -DOPLTYPE_IS_OPL3
`sdl-config --cflags`
16 g
++ -g
-DINLINE
=inline
-DOPLTYPE_IS_OPL3
-DOPL_CPP
-c
-o
$@
$<