1SubDir HAIKU_TOP src preferences appearance ; 2 3AddSubDirSupportedPlatforms libbe_test ; 4 5UsePrivateHeaders app interface [ FDirName servers app ] ; 6UseBuildFeatureHeaders freetype ; 7 8Includes [ FGristFiles AntialiasingSettingsView.cpp ] 9 : [ BuildFeatureAttribute freetype : headers ] ; 10 11Preference Appearance : 12 APRMain.cpp 13 AntialiasingSettingsView.cpp 14 LookAndFeelSettingsView.cpp 15 FakeScrollBar.cpp 16 FontSelectionView.cpp 17 FontView.cpp 18 APRView.cpp 19 APRWindow.cpp 20 ColorPreview.cpp 21 ColorSet.cpp 22 ColorWhichItem.cpp 23 24 # These are currently disabled while everything else is being worked on 25 #CurView.cpp 26 #CursorWhichItem.cpp 27 #SysCursorAPI.cpp 28 29 # These exist for post-R1, so they are disabled for now 30 #FontMenu.cpp 31 #MenuView.cpp 32 33 : be [ TargetLibstdc++ ] [ TargetLibsupc++ ] localestub 34 : Appearance.rdef 35 ; 36 37DoCatalogs Appearance : 38 x-vnd.Haiku-Appearance 39 : 40 AntialiasingSettingsView.cpp 41 APRView.cpp 42 APRWindow.cpp 43 ColorPreview.cpp 44 ColorSet.cpp 45 ColorWhichItem.cpp 46 LookAndFeelSettingsView.cpp 47 FontView.cpp 48 FontSelectionView.cpp 49; 50 51if $(TARGET_PLATFORM) = libbe_test { 52 HaikuInstall install-test-apps : $(HAIKU_APP_TEST_DIR) : Appearance 53 : tests!apps ; 54} 55