Skip to content
Snippets Groups Projects
Commit 0377be56 authored by Paul McCarthy's avatar Paul McCarthy :mountain_bicyclist:
Browse files

MNT: clean up makefile

parent 43d2ba75
No related branches found
No related tags found
1 merge request!1Mnt/conda
include $(FSLCONFDIR)/default.mk
PROJNAME = slicetimer
XFILES = slicetimer
LIBS = -lfsl-newimage -lfsl-miscmaths -lfsl-NewNifti \
-lfsl-znz -lfsl-cprob -lfsl-utils
USRINCFLAGS = -I${INC_NEWMAT} -I${INC_PROB} -I${INC_ZLIB}
USRLDFLAGS = -L${LIB_NEWMAT} -L${LIB_PROB} -L${LIB_ZLIB}
OBJS = slicetimer.o
LIBS = -lnewimage -lmiscmaths -lNewNifti -lznz -lnewmat -lprob -lm -lutils -lz
XFILES = slicetimer
all: ${XFILES}
slicetimer:${OBJS}
${CXX} ${CXXFLAGS} ${LDFLAGS} -o $@ ${OBJS} ${LIBS}
all: ${XFILES}
slicetimer: slicetimer.o
${CXX} ${CXXFLAGS} -o $@ $^ ${LDFLAGS}
Initial creation of branchname log file
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