xref: /haiku/src/apps/soundrecorder/Jamfile (revision 57e2f323c716056c45fb64f8e8d1f5e034ad0f4f)
1*57e2f323SJérôme DuvalSubDir OBOS_TOP src apps soundrecorder ;
2*57e2f323SJérôme Duval
3*57e2f323SJérôme DuvalApp SoundRecorder :
4*57e2f323SJérôme Duval	DrawingTidbits.cpp
5*57e2f323SJérôme Duval	FileUtils.cpp
6*57e2f323SJérôme Duval	RecorderApp.cpp
7*57e2f323SJérôme Duval	RecorderWindow.cpp
8*57e2f323SJérôme Duval	ScopeView.cpp
9*57e2f323SJérôme Duval	SoundConsumer.cpp
10*57e2f323SJérôme Duval	SoundListView.cpp
11*57e2f323SJérôme Duval	SoundUtils.cpp
12*57e2f323SJérôme Duval	TrackSlider.cpp
13*57e2f323SJérôme Duval	TransportButton.cpp
14*57e2f323SJérôme Duval	UpDownButton.cpp
15*57e2f323SJérôme Duval	VUView.cpp
16*57e2f323SJérôme Duval	VolumeSlider.cpp
17*57e2f323SJérôme Duval	: libbe.so libmedia.so libtracker.so
18*57e2f323SJérôme Duval	: SoundRecorder.rdef
19*57e2f323SJérôme Duval;
20