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