CXX=tau_cxx.sh -tau_makefile=../../../include/Makefile
LIB=-lelf

simple: simple.cpp
	$(CXX) $(INCLUDE)  simple.cpp -o simple $(LIB)

clean:
	/bin/rm -rf simple.o simple *.trc *.edf profile* MULT*
