1SubDir HAIKU_TOP src preferences time ; 2 3SetSubDirSupportedPlatformsBeOSCompatible ; 4 5UsePrivateHeaders interface locale shared [ FDirName libroot time ] ; 6UsePrivateSystemHeaders ; 7UseBuildFeatureHeaders icu ; 8 9local sources = 10 AnalogClock.cpp 11 BaseView.cpp 12 Bitmaps.cpp 13 ClockView.cpp 14 DateTimeEdit.cpp 15 SectionEdit.cpp 16 DateTimeView.cpp 17 NetworkTimeView.cpp 18 ntp.cpp 19 Time.cpp 20 TimeSettings.cpp 21 TimeWindow.cpp 22 TimeZoneListItem.cpp 23 TimeZoneListView.cpp 24 TZDisplay.cpp 25 ZoneView.cpp 26 ; 27 28 29Includes [ FGristFiles $(sources) ] : [ BuildFeatureAttribute icu : headers ] ; 30 # Dependency needed to trigger downloading/unzipping the package before 31 # compiling the files. 32 33Preference Time 34 : $(sources) 35 : be shared [ TargetLibstdc++ ] localestub $(HAIKU_NETWORK_LIBS) 36 : Time.rdef 37 ; 38 39DoCatalogs Time : 40 x-vnd.Haiku-Time 41 : 42 ClockView.cpp 43 DateTimeView.cpp 44 NetworkTimeView.cpp 45 ntp.cpp 46 Time.cpp 47 TimeWindow.cpp 48 TimeZoneListView.cpp 49 ZoneView.cpp 50 ; 51