1SubDir HAIKU_TOP src preferences appearance ; 2 3UsePrivateHeaders app interface [ FDirName servers app ] ; 4UseFreeTypeHeaders ; 5 6Preference Appearance : 7 APRMain.cpp 8 AntialiasingSettingsView.cpp 9 DecorSettingsView.cpp 10 APRView.cpp 11 APRWindow.cpp 12 ColorSet.cpp 13 ColorWell.cpp 14 ColorWhichItem.cpp 15 16 # These are currently disabled while everything else is being worked on 17 #CurView.cpp 18 #CursorWhichItem.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++) $(TARGET_LIBSUPC++) $(HAIKU_LOCALE_LIBS) 26 : Appearance.rdef 27 ; 28 29DoCatalogs Appearance : 30 x-vnd.Haiku-Appearance 31 : 32 AntialiasingSettingsView.cpp 33 DecorSettingsView.cpp 34 APRView.cpp 35 APRWindow.cpp 36 ColorSet.cpp 37 ColorWell.cpp 38 ColorWhichItem.cpp 39; 40 41