1SubDir HAIKU_TOP src apps mandelbrot ; 2 3SetSubDirSupportedPlatformsBeOSCompatible ; 4AddSubDirSupportedPlatforms libbe_test ; 5 6Application Mandelbrot : 7 Mandelbrot.cpp 8 tsb.cpp 9 : be $(TARGET_LIBSUPC++) localestub 10 : Mandelbrot.rdef 11 ; 12 13DoCatalogs Mandelbrot : 14 x-vnd.Haiku-Mandelbrot 15 : 16 Mandelbrot.cpp 17; 18