1SubDir HAIKU_TOP src apps mediaplayer ; 2 3SetSubDirSupportedPlatformsBeOSCompatible ; 4 5AddSubDirSupportedPlatforms libbe_test ; 6 7Application MediaPlayer : 8 Controller.cpp 9 ControllerView.cpp 10 DrawingTidbits.cpp 11 InfoWin.cpp 12 MainApp.cpp 13 MainWin.cpp 14 Playlist.cpp 15 SoundOutput.cpp 16 TransportButton.cpp 17 TransportControlGroup.cpp 18 SeekSlider.cpp 19 VideoNode.cpp 20 VideoView.cpp 21 VolumeSlider.cpp 22 : be media tracker $(TARGET_LIBSTDC++) 23 : MediaPlayer.rdef 24; 25 26if $(TARGET_PLATFORM) = libbe_test { 27 HaikuInstall install-test-apps : $(HAIKU_APP_TEST_DIR) : MediaPlayer 28 : tests!apps ; 29} 30