ladybird/Applications/SoundPlayer
joshua stein ac25438d54 Build: clean up build system, use one shared Makefile
Allow everything to be built from the top level directory with just
'make', cleaned with 'make clean', and installed with 'make
install'.  Also support these in any particular subdirectory.

Specifying 'make VERBOSE=1' will print each ld/g++/etc. command as
it runs.

Kernel and early host tools (IPCCompiler, etc.) are built as
object.host.o so that they don't conflict with other things built
with the cross-compiler.
2019-12-20 20:20:54 +01:00
..
main.cpp LibGUI: Make GMenu inherit from CObject 2019-12-09 21:05:44 +01:00
Makefile Build: clean up build system, use one shared Makefile 2019-12-20 20:20:54 +01:00
PlaybackManager.cpp SoundPlayer: Let the user open a file from the GUI 2019-11-09 20:55:47 +01:00
PlaybackManager.h SoundPlayer: Let the user open a file from the GUI 2019-11-09 20:55:47 +01:00
SampleWidget.cpp SoundPlayer: Added playback controls 2019-11-04 20:55:46 +01:00
SampleWidget.h SoundPlayer: Make sample widget display contents of the whole buffer 2019-11-04 20:55:46 +01:00
SoundPlayerWidget.cpp SoundPlayer: Add option to hide scope 2019-11-09 20:55:47 +01:00
SoundPlayerWidget.h SoundPlayer: Add option to hide scope 2019-11-09 20:55:47 +01:00