# This file is free software; the Free Software Foundation
# gives unlimited permission to copy, distribute and modify it.

render: ../libC++RWD.h C++Export.cc main.cpp 
	g++ -g -o $@ -I. -I.. main.cpp -lglut -lGLU -lGL -lXmu -lX11

clean:
	rm -f C++Export.cc render core

C++Export.cc: Untitled.wrl ../../../bin/dune
	../../../bin/dune -meshc++ Untitled.wrl > C++Export.cc

