Skip to content
Snippets Groups Projects
Commit 97157237 authored by Stephen Smith's avatar Stephen Smith
Browse files

*** empty log message ***

parent 5825413c
No related branches found
No related tags found
No related merge requests found
...@@ -5,7 +5,7 @@ include ${FSLCONFDIR}/default.mk ...@@ -5,7 +5,7 @@ include ${FSLCONFDIR}/default.mk
OPTFLAGS = -O3 -Wno-deprecated OPTFLAGS = -O3 -Wno-deprecated
OPTFLAGS_alphaev6-dec-osf 5.0-gcc2.95.2 = -O3 -mieee -mfp-trap-mode=sui OPTFLAGS_alphaev6-dec-osf 5.0-gcc2.95.2 = -O3 -mieee -mfp-trap-mode=sui
PROJNAME = melodic3 PROJNAME = melodic
USRINCFLAGS = -I${INC_NEWMAT} -I${INC_PROB} -I${INC_GD} -I${INC_GDC} -I${INC_PNG} -I${INC_ZLIB} USRINCFLAGS = -I${INC_NEWMAT} -I${INC_PROB} -I${INC_GD} -I${INC_GDC} -I${INC_PNG} -I${INC_ZLIB}
USRLDFLAGS = -L${LIB_NEWMAT} -L${LIB_PROB} -L${LIB_GD} -L${LIB_GDC} -L${LIB_PNG} -L${LIB_ZLIB} USRLDFLAGS = -L${LIB_NEWMAT} -L${LIB_PROB} -L${LIB_GD} -L${LIB_GDC} -L${LIB_PNG} -L${LIB_ZLIB}
...@@ -47,4 +47,3 @@ fsl_glm: ${FSL_GLM_OBJS} ...@@ -47,4 +47,3 @@ fsl_glm: ${FSL_GLM_OBJS}
fsl_regfilt: ${FSL_REGFILT_OBJS} fsl_regfilt: ${FSL_REGFILT_OBJS}
$(CXX) ${CXXFLAGS} ${LDFLAGS} -o $@ ${FSL_REGFILT_OBJS} ${LIBS} $(CXX) ${CXXFLAGS} ${LDFLAGS} -o $@ ${FSL_REGFILT_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