project : requirements # gcc:-xc++ # msvc:"/TP" ; exe test_gl : helpers.cpp main.cpp test_buffers.cpp test_images_2D.cpp test_images_2D_info.cpp test_images_3D.cpp test_images_3D_info.cpp test_renderbuffer.cpp test_renderbuffer_info.cpp : darwin:setup_osx.cpp linux:setup_x11.cpp windows:setup_win32.cpp ../..//glut ../..//glew ; install dist : test_gl : debug:$(DIST)/debug/tests/test_conformance/gl release:$(DIST)/release/tests/test_conformance/gl ;