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

Made Makefiles conformant with new rules

parent 94a3ed66
No related branches found
No related tags found
No related merge requests found
# A Makefile for MELODIC
include ${FSLDIR}/etc/default.mk
include ${FSLCONFDIR}/default.mk
OPTFLAGS = -O3
PROJNAME = melodic2
USRINCFLAGS = -I${INCDIR}/utils -I${INCDIR}/newimage -I${INCDIR}/newmat -I${INCDIR}/avwio -I${INCDIR}/miscmaths -I${INCDIR}/libprob -I${INCDIR}/libvis -I${INCDIR}/libgdc -I${INCDIR}/libgd -I${INCDIR}/libpng -I${INCDIR}/zlib
LIBS = -lutils -lnewimage -lmiscplot -lmiscpic -lmiscmaths -lavwio -lnewmat -lprob -lm -lgdc -lgd -lpng -lz
TOBJS = test.o
......
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