1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35
|
SRCS = \
Geometry/colour.c \
Geometry/colour_def.c \
Geometry/gaussian.c \
Geometry/inverse.c \
Geometry/newton.c \
Geometry/points.c \
Geometry/splines.c \
Geometry/tensors.c \
Geometry/transforms.c \
MNI_formats/gen_xf_io.c \
MNI_formats/gen_xfs.c \
MNI_formats/grid_transforms.c \
MNI_formats/mni_io.c \
MNI_formats/tag_points.c \
MNI_formats/thin_plate_spline.c \
Prog_utils/alloc.c \
Prog_utils/alloc_check.c \
Prog_utils/arrays.c \
Prog_utils/files.c \
Prog_utils/print.c \
Prog_utils/progress.c \
Prog_utils/string.c \
Prog_utils/time.c \
Volumes/evaluate.c \
Volumes/get_hyperslab.c \
Volumes/input_free.c \
Volumes/input_mnc.c \
Volumes/input_volume.c \
Volumes/multidim_arrays.c \
Volumes/output_mnc.c \
Volumes/output_volume.c \
Volumes/set_hyperslab.c \
Volumes/volume_cache.c \
Volumes/volumes.c
|