1SubDir HAIKU_TOP src apps glteapot ; 2SubDirSysHdrs $(HAIKU_MESA_HEADERS) ; 3 4SetSubDirSupportedPlatformsBeOSCompatible ; 5 6# For GCC2 7if $(HAIKU_GCC_VERSION[1]) < 3 { 8 SubDirC++Flags --no-warnings ; 9} 10 11 12Application GLTeapot : 13 FPS.cpp 14 GLObject.cpp 15 ObjectView.cpp 16 error.cpp 17 TeapotWindow.cpp 18 TeapotApp.cpp 19 : be GL game $(HAIKU_LOCALE_LIBS) $(TARGET_LIBSUPC++) 20 : GLTeapot.rdef 21; 22 23DoCatalogs GLTeapot : 24 x-vnd.Haiku-GLTeapot 25 : 26 TeapotApp.cpp 27 TeapotWindow.cpp 28; 29