Skip to content
Snippets Groups Projects
Commit e40cd09c authored by Mark Jenkinson's avatar Mark Jenkinson
Browse files

Initial revision

parent 7da69712
No related branches found
No related tags found
No related merge requests found
Makefile 0 → 100644
include $(FSLDIR)/etc/default.mk
PROJNAME = slicetimer
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
XFILES = slicetimer
all: ${XFILES}
slicetimer:${OBJS}
${CXX} ${CXXFLAGS} ${LDFLAGS} -o $@ ${OBJS} ${LIBS}
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