1SubDir HAIKU_TOP src preferences time ; 2 3SetSubDirSupportedPlatformsBeOSCompatible ; 4AddSubDirSupportedPlatforms libbe_test ; 5 6UsePrivateHeaders kernel ; 7UseArchHeaders $(TARGET_ARCH) ; 8 9Preference Time : 10 AnalogClock.cpp 11 BaseView.cpp 12 Bitmaps.cpp 13 CalendarView.cpp 14 DateTimeEdit.cpp 15 SectionEdit.cpp 16 DateTimeView.cpp 17 Time.cpp 18 TimeSettings.cpp 19 TimeWindow.cpp 20 TZDisplay.cpp 21 ZoneView.cpp 22 DateTime.cpp 23 : be 24 : Time.rdef 25 ; 26 27if $(TARGET_PLATFORM) = libbe_test { 28 HaikuInstall install-test-apps : $(HAIKU_APP_TEST_DIR) : Time 29 : tests!apps ; 30} 31