1SubDir HAIKU_TOP src apps magnify ;
2
3SetSubDirSupportedPlatformsBeOSCompatible ;
4
5AddSubDirSupportedPlatforms libbe_test ;
6
7UsePrivateHeaders shared ;
8
9Application Magnify : 
10	Magnify.cpp 
11	: be game $(HAIKU_LOCALE_LIBS) $(TARGET_LIBSUPC++) tracker
12	: Magnify.rdef
13;
14
15DoCatalogs Magnify : 
16	x-vnd.Haiku-Magnify
17	: 
18	Magnify.cpp
19;
20
21if $(TARGET_PLATFORM) = libbe_test {
22	HaikuInstall install-test-apps : $(HAIKU_APP_TEST_DIR) : Magnify
23		: tests!apps ;
24}
25