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