--- trunk/tcProps/Makefile 2004/02/20 17:52:57 1061 +++ trunk/tcProps/Makefile 2004/02/20 21:20:37 1062 @@ -1,5 +1,5 @@ CC=icc -#CFLAGS = -g +#CFLAGS = -g -I/usr/local/intel/mkl61/include CFLAGS = -I/usr/local/intel/mkl61/include -xW -O2 -tpp7 -I/usr/local/intel/mkl61/include PROG=tcProps @@ -7,7 +7,8 @@ SRCS = tcProps.c \ SRCS = tcProps.c \ scdCorr.c \ readWrite.c \ - directorHead.c + directorHead.c \ + directorWhole.c OBJS = $(SRCS:.c=.o) all: Make.dep $(PROG)