Skip to content
Snippets Groups Projects
Commit 550f34f6 authored by David Flitney's avatar David Flitney
Browse files

Made Makefiles conformant with new rules

parent 849286fa
No related branches found
No related tags found
No related merge requests found
include $(FSLDIR)/etc/default.mk include $(FSLCONFDIR)/default.mk
PROJNAME = slicetimer PROJNAME = slicetimer
OBJS = slicetimer.o OBJS = slicetimer.o
USRINCFLAGS = -I${INCDIR}/newimage -I${INCDIR}/miscmaths -I${INCDIR}/avwio -I${INCDIR}/newmat -I${INCDIR}/libprob -I${INCDIR}/utils
LIBS = -lnewimage -lmiscmaths -lavwio -lnewmat -lprob -lm -lutils LIBS = -lnewimage -lmiscmaths -lavwio -lnewmat -lprob -lm -lutils
XFILES = slicetimer XFILES = slicetimer
......
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