Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
fdt
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
FSL
fdt
Commits
d9b89f37
Commit
d9b89f37
authored
17 years ago
by
Saad Jbabdi
Browse files
Options
Downloads
Patches
Plain Diff
added vecreg
parent
c1752957
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Makefile
+6
-11
6 additions, 11 deletions
Makefile
with
6 additions
and
11 deletions
Makefile
+
6
−
11
View file @
d9b89f37
...
@@ -26,8 +26,7 @@ MDV=make_dyadic_vectors
...
@@ -26,8 +26,7 @@ MDV=make_dyadic_vectors
FMO
=
fdt_matrix_ops
FMO
=
fdt_matrix_ops
INDEXER
=
indexer
INDEXER
=
indexer
TEST
=
testfile
TEST
=
testfile
ORDVEC
=
reorder_dyadic_vectors
VECREG
=
vecreg
DPM
=
dpm
DTIFITOBJS
=
dtifit.o dtifitOptions.o
DTIFITOBJS
=
dtifit.o dtifitOptions.o
...
@@ -46,8 +45,7 @@ MDVOBJS=make_dyadic_vectors.o
...
@@ -46,8 +45,7 @@ MDVOBJS=make_dyadic_vectors.o
FMOOBJS
=
fdt_matrix_ops.o
FMOOBJS
=
fdt_matrix_ops.o
INDEXEROBJS
=
indexer.o
INDEXEROBJS
=
indexer.o
TESTOBJS
=
testfile.o
TESTOBJS
=
testfile.o
ORDVECOBJS
=
reorder_dyadic_vectors.o heap.o
VECREGOBJS
=
vecreg.o
DPMOBJS
=
dpm.o dpmOptions.o
SGEBEDPOST
=
bedpost bedpost_datacheck
SGEBEDPOST
=
bedpost bedpost_datacheck
SGEBEDPOSTX
=
bedpostX bedpostX_postproc.sh bedpostX_preproc.sh bedpostX_single_slice.sh
SGEBEDPOSTX
=
bedpostX bedpostX_postproc.sh bedpostX_preproc.sh bedpostX_single_slice.sh
...
@@ -55,7 +53,8 @@ SGEBEDPOSTX = bedpostX bedpostX_postproc.sh bedpostX_preproc.sh bedpostX_single_
...
@@ -55,7 +53,8 @@ SGEBEDPOSTX = bedpostX bedpostX_postproc.sh bedpostX_preproc.sh bedpostX_single_
SCRIPTS
=
eddy_correct zeropad
${
SGEBEDPOST
}
${
SGEBEDPOSTX
}
SCRIPTS
=
eddy_correct zeropad
${
SGEBEDPOST
}
${
SGEBEDPOSTX
}
FSCRIPTS
=
correct_and_average ocmr_preproc
FSCRIPTS
=
correct_and_average ocmr_preproc
XFILES
=
dtifit ccops probtrack find_the_biggest medianfilter diff_pvm make_dyadic_vectors proj_thresh
XFILES
=
dtifit ccops probtrack find_the_biggest medianfilter diff_pvm make_dyadic_vectors proj_thresh vecreg
FXFILES
=
reord_OM sausages replacevols fdt_matrix_ops probtrackx xfibres indexer
FXFILES
=
reord_OM sausages replacevols fdt_matrix_ops probtrackx xfibres indexer
...
@@ -111,12 +110,8 @@ ${INDEXER}: ${INDEXEROBJS}
...
@@ -111,12 +110,8 @@ ${INDEXER}: ${INDEXEROBJS}
${TEST}
:
${TESTOBJS}
${TEST}
:
${TESTOBJS}
${
CXX
}
${
CXXFLAGS
}
${
LDFLAGS
}
-o
$@
${
TESTOBJS
}
${
DLIBS
}
${
CXX
}
${
CXXFLAGS
}
${
LDFLAGS
}
-o
$@
${
TESTOBJS
}
${
DLIBS
}
${VECREG}
:
${VECREGOBJS}
${ORDVEC}
:
${ORDVECOBJS}
${
CXX
}
${
CXXFLAGS
}
${
LDFLAGS
}
-o
$@
${
VECREGOBJS
}
${
DLIBS
}
${
CXX
}
${
CXXFLAGS
}
${
LDFLAGS
}
-o
$@
${
ORDVECOBJS
}
${
DLIBS
}
${DPM}
:
${DPMOBJS}
${
CXX
}
${
CXXFLAGS
}
${
LDFLAGS
}
-o
$@
${
DPMOBJS
}
${
DLIBS
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment