From e40cd09ce771cbd8541fbd66c5f8ea00a4eca414 Mon Sep 17 00:00:00 2001
From: Mark Jenkinson <mark@fmrib.ox.ac.uk>
Date: Fri, 21 Feb 2003 16:33:01 +0000
Subject: [PATCH] Initial revision

---
 Makefile | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 Makefile

diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..e874116
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,16 @@
+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}
+
-- 
GitLab