# # $Id: Makefile,v 1.5 1999/11/07 20:19:37 nathanm Exp $ # .PHONY: clean profiler.so: profiler.o g++ -O -shared -o libProfiler.so profiler.o profiler.o: profiler.C g++ -O -D_REENTRANT -fpic -I$(JAVA_HOME)/include -I$(JAVA_HOME)/include/linux -I/usr/include/g++ -I/usr/include/g++-2 -c profiler.C clean: rm -f *.o *.so