xref: /haiku/src/apps/soundrecorder/Jamfile (revision be8fa2fb3088ab1921612b60f352dd9334b40b3d)
1338b8dc3SIngo WeinholdSubDir HAIKU_TOP src apps soundrecorder ;
257e2f323SJérôme Duval
3a5050b61SJérôme DuvalSetSubDirSupportedPlatformsBeOSCompatible ;
4a5050b61SJérôme Duval
5c1c81d42SStephan AßmusUsePrivateHeaders shared ;
6c6f8aa29SJérôme DuvalUseLibraryHeaders icon ;
7c1c81d42SStephan Aßmus
8338b8dc3SIngo WeinholdApplication SoundRecorder :
9948356deSJérôme Duval	DrawButton.cpp
1057e2f323SJérôme Duval	DrawingTidbits.cpp
1157e2f323SJérôme Duval	FileUtils.cpp
1257e2f323SJérôme Duval	RecorderApp.cpp
1357e2f323SJérôme Duval	RecorderWindow.cpp
1457e2f323SJérôme Duval	ScopeView.cpp
1557e2f323SJérôme Duval	SoundConsumer.cpp
1657e2f323SJérôme Duval	SoundListView.cpp
1757e2f323SJérôme Duval	SoundUtils.cpp
1857e2f323SJérôme Duval	TrackSlider.cpp
1957e2f323SJérôme Duval	TransportButton.cpp
2057e2f323SJérôme Duval	UpDownButton.cpp
2157e2f323SJérôme Duval	VUView.cpp
2257e2f323SJérôme Duval	VolumeSlider.cpp
23*be8fa2fbSAdrien Destugues	: be $(HAIKU_LOCALE_LIBS) media tracker $(TARGET_LIBSTDC++)
2457e2f323SJérôme Duval	: SoundRecorder.rdef
2557e2f323SJérôme Duval;
26ddc2cfefSJérôme Duval
273ee96407SJérôme DuvalDoCatalogs SoundRecorder :
283ee96407SJérôme Duval	x-vnd.Haiku-SoundRecorder
293ee96407SJérôme Duval	:
303ee96407SJérôme Duval	RecorderWindow.cpp
313ee96407SJérôme Duval	SoundListView.cpp
323ee96407SJérôme Duval;
333ee96407SJérôme Duval
343ee96407SJérôme Duval
35