Skip to content
Snippets Groups Projects
Commit 3084c6d1 authored by Matthew Webster's avatar Matthew Webster
Browse files

Fixed makefile now that wooley volume is gone

parent c43ac9d0
No related branches found
No related tags found
No related merge requests found
...@@ -4,12 +4,12 @@ include ${FSLCONFDIR}/default.mk ...@@ -4,12 +4,12 @@ include ${FSLCONFDIR}/default.mk
PROJNAME = miscmaths PROJNAME = miscmaths
USRINCFLAGS = -I${INC_NEWMAT} -I${INC_BOOST} -I${INC_PROB} -I${INC_ZLIB} USRINCFLAGS = -I${INC_NEWMAT} -I${INC_BOOST} -I${INC_PROB}
USRLDFLAGS = -L${LIB_NEWMAT} -L${LIB_PROB} -L${LIB_ZLIB} USRLDFLAGS = -L${LIB_NEWMAT} -L${LIB_PROB}
OBJS = miscmaths.o optimise.o miscprob.o kernel.o histogram.o base2z.o t2z.o f2z.o minimize.o cspline.o sparse_matrix.o sparsefn.o rungekutta.o nonlin.o bfmatrix.o OBJS = miscmaths.o optimise.o miscprob.o kernel.o histogram.o base2z.o t2z.o f2z.o minimize.o cspline.o sparse_matrix.o sparsefn.o rungekutta.o nonlin.o bfmatrix.o
LIBS = -lutils -lfslio -lniftiio -lznz -lz -lnewmat -lprob -lm LIBS = -lutils -lnewmat -lprob -lm
# The target "all" should ALWAYS be provided # The target "all" should ALWAYS be provided
# typically it will just be another target name # typically it will just be another target name
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment