blob: 6c2b4766f58157f6fb84ccc5d9faf88d4a9609a2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
OBJS = \
PlaybackManager.o \
SampleWidget.o \
SoundPlayerWidget.o \
main.o
PROGRAM = SoundPlayer
LIB_DEPS = GUI Draw Audio IPC Thread Pthread Core
include ../../Makefile.common
|