1*338b8dc3SIngo WeinholdSubDir HAIKU_TOP src apps soundrecorder ; 257e2f323SJérôme Duval 3*338b8dc3SIngo WeinholdApplication SoundRecorder : 4948356deSJérôme Duval DrawButton.cpp 557e2f323SJérôme Duval DrawingTidbits.cpp 657e2f323SJérôme Duval FileUtils.cpp 757e2f323SJérôme Duval RecorderApp.cpp 857e2f323SJérôme Duval RecorderWindow.cpp 957e2f323SJérôme Duval ScopeView.cpp 1057e2f323SJérôme Duval SoundConsumer.cpp 1157e2f323SJérôme Duval SoundListView.cpp 1257e2f323SJérôme Duval SoundUtils.cpp 1357e2f323SJérôme Duval TrackSlider.cpp 1457e2f323SJérôme Duval TransportButton.cpp 1557e2f323SJérôme Duval UpDownButton.cpp 1657e2f323SJérôme Duval VUView.cpp 1757e2f323SJérôme Duval VolumeSlider.cpp 18ddc2cfefSJérôme Duval : be media tracker 1957e2f323SJérôme Duval : SoundRecorder.rdef 2057e2f323SJérôme Duval; 21ddc2cfefSJérôme Duval 22ddc2cfefSJérôme Duvalif $(TARGET_PLATFORM) = haiku { 23*338b8dc3SIngo Weinhold LinkAgainst SoundRecorder : libbe.so libmedia.so libtracker.so ; 24ddc2cfefSJérôme Duval} else { 25*338b8dc3SIngo Weinhold LinkAgainst SoundRecorder : be media tracker ; 26ddc2cfefSJérôme Duval} 27