1SubDir HAIKU_TOP src preferences backgrounds ; 2 3SetSubDirSupportedPlatformsBeOSCompatible ; 4AddSubDirSupportedPlatforms libbe_test ; 5 6UsePrivateHeaders shared ; 7 8Preference Backgrounds : 9 BackgroundImage.cpp 10 Backgrounds.cpp 11 BackgroundsView.cpp 12 ImageFilePanel.cpp 13 : be tracker translation 14 : Backgrounds.rdef 15 ; 16 17if $(TARGET_PLATFORM) = libbe_test { 18 HaikuInstall install-test-apps : $(HAIKU_APP_TEST_DIR) : Backgrounds 19 : tests!apps ; 20} 21