summaryrefslogtreecommitdiff
path: root/Applications/SoundPlayer/Makefile
blob: 2d0bc01f508dd0d09636fc00bfff14d20528036a (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 Gfx Audio IPC Thread Pthread Core

include ../../Makefile.common