1SubDir HAIKU_TOP src preferences notifications ; 2 3UsePrivateHeaders shared ; 4 5UsePrivateHeaders interface ; 6 7Application Notifications : 8 Notifications.cpp 9 PrefletWin.cpp 10 PrefletView.cpp 11 SettingsPane.cpp 12 GeneralView.cpp 13 DisplayView.cpp 14 NotificationsView.cpp 15 IconRule.cpp 16 IconItem.cpp 17 : be translation libcolumnlistview.a libnotification.a $(TARGET_LIBSTDC++) $(HAIKU_LOCALE_LIBS) 18 : Notifications.rdef 19; 20 21Depends Notifications : libcolumnlistview.a ; 22Depends Notifications : libnotification.a ; 23 24DoCatalogs Notifications : 25 x-vnd.Haiku-Notifications 26 : 27 DisplayView.cpp 28 GeneralView.cpp 29 PrefletWin.cpp 30 PrefletView.cpp 31 NotificationsView.cpp 32 ; 33