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