NAME = Allan_GSL_Bench
#-mfpmath=387 sse on lab machine
# -O3 
# in tcsh shell
# setenv LD_LIBRARY_PATH /usr/local/Wolfram/Mathematica/7.0/SystemFiles/Libraries/Linux
# echo $LD_LIBRARY_PATH



$(NAME): $(NAME).c header.h makefile
	gcc -o $(NAME) $(NAME).c Bench_Utilities.c -L/usr/local/Wolfram/Mathematica/7.0/SystemFiles/Libraries/Linux -lmkl_core -lgslcblas -lgsl 
	
clean: 
	rm -f $(NAME)
