vfs: check userland buffers before reading them.
[haiku.git] / src / preferences / time / Jamfile
blobe31fb1bb37e13d0ab415bd1409f46035ff1373fe
1 SubDir HAIKU_TOP src preferences time ;
3 SetSubDirSupportedPlatformsBeOSCompatible ;
5 UsePrivateHeaders interface locale shared [ FDirName libroot time ] ;
6 UsePrivateSystemHeaders ;
7 UseBuildFeatureHeaders icu ;
9 local 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         ;
29 Includes [ FGristFiles $(sources) ] : [ BuildFeatureAttribute icu : headers ] ;
30         # Dependency needed to trigger downloading/unzipping the package before
31         # compiling the files.
33 Preference Time
34         : $(sources)
35         : be bnetapi network shared [ TargetLibstdc++ ] localestub
36         : Time.rdef
37         ;
39 DoCatalogs 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         ;