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