1SubDir HAIKU_TOP src apps magnify ; 2 3SetSubDirSupportedPlatformsBeOSCompatible ; 4 5AddSubDirSupportedPlatforms libbe_test ; 6 7Application Magnify : 8 Magnify.cpp 9 : be tracker game $(TARGET_LIBSUPC++) 10 : Magnify.rdef 11; 12 13if $(TARGET_PLATFORM) = libbe_test { 14 HaikuInstall install-test-apps : $(HAIKU_APP_TEST_DIR) : Magnify 15 : tests!apps ; 16} 17