all:
#	g++ -g -fPIC -shared -I./ static_plugin.cpp -o libstatic_plugin.so
	g++ -g -rdynamic -I./ tutorial4.cpp static_plugin.cpp -lboost_system -lboost_filesystem -ldl -o tutorial4
run:
	./tutorial4