1SubDir HAIKU_TOP src preferences appearance ; 2 3UsePrivateHeaders app [ FDirName servers app ] ; 4UseFreeTypeHeaders ; 5 6Preference Appearance : 7 APRMain.cpp 8 AntialiasingSettingsView.cpp 9 APRView.cpp 10 APRWindow.cpp 11 ColorSet.cpp 12 ColorWell.cpp 13 ColorWhichItem.cpp 14 15 # These are currently disabled while everything else is being worked on 16 #CurView.cpp 17 #CursorWhichItem.cpp 18 #DecView.cpp 19 #SysCursorAPI.cpp 20 21 # These exist for post-R1, so they are disabled for now 22 #FontMenu.cpp 23 #MenuView.cpp 24 25 : be $(TARGET_LIBSTDC++) liblocale.so 26 : Appearance.rdef 27 ; 28 29DoCatalogs Appearance : 30 x-vnd.Haiku-Appearance 31 : 32 AntialiasingSettingsView.cpp 33 APRView.cpp 34 APRWindow.cpp 35 ColorSet.cpp 36 ColorWell.cpp 37 ColorWhichItem.cpp 38; 39 40