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