LIBS=../lib/libMESA_field_stat2.so.* INC=-I../inc/ all: g++ -o fs2_test -g -Wall fs2_test.cpp $(INC) $(LIBS) -lpthread clean: rm fs2_test fs2_test.status* -f