1SubDir HAIKU_TOP src preferences time ; 2 3SetSubDirSupportedPlatformsBeOSCompatible ; 4 5UsePrivateHeaders shared ; 6UsePrivateSystemHeaders ; 7 8Preference Time : 9 AnalogClock.cpp 10 BaseView.cpp 11 Bitmaps.cpp 12 DateTimeEdit.cpp 13 SectionEdit.cpp 14 DateTimeView.cpp 15 Time.cpp 16 TimeSettings.cpp 17 TimeWindow.cpp 18 TZDisplay.cpp 19 ZoneView.cpp 20 : be libshared.a $(TARGET_LIBSUPC++) 21 : Time.rdef 22 ; 23 24