Mercurial > hg > minc-tools
annotate Makefile.am @ 2545:4b26fb8b776c
* added a patch from Steve Robbins removing references to PATH_MAX
author | Andrew L Janke <a.janke@gmail.com> |
---|---|
date | Wed, 22 Feb 2012 00:53:41 +1000 |
parents | 1e2ede5b782d |
children | f99952fb216f |
rev | line source |
---|---|
1763 | 1 # Makefile.am for MINC2 |
1504
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
2 # |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
3 AUTOMAKE_OPTIONS = check-news subdir-objects |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
4 ACLOCAL_AMFLAGS = -I m4 |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
5 |
1806 | 6 AM_CFLAGS = |
2381
f53c551835c6
* added --debug to AM_YFLAGS for minccalc build (thanks Claude)
rotor <rotor>
parents:
2376
diff
changeset
|
7 AM_YFLAGS = -d --debug |
1763 | 8 |
2189
b6517dede232
Modify build system to allow selection of MINC 2 (HDF5/NetCDF) or MINC 1 (NetCDF only)
bert <bert>
parents:
2167
diff
changeset
|
9 SUBDIRS = . volume_io testdir doc |
b6517dede232
Modify build system to allow selection of MINC 2 (HDF5/NetCDF) or MINC 1 (NetCDF only)
bert <bert>
parents:
2167
diff
changeset
|
10 if MINC2 |
2470 | 11 SUBDIRS += libsrc2/test |
2189
b6517dede232
Modify build system to allow selection of MINC 2 (HDF5/NetCDF) or MINC 1 (NetCDF only)
bert <bert>
parents:
2167
diff
changeset
|
12 endif |
1508 | 13 |
2502
8bc0b7839310
* added -version flag to minchistory via POD
rotor <rotor>
parents:
2499
diff
changeset
|
14 # how to build man pages from POD |
8bc0b7839310
* added -version flag to minchistory via POD
rotor <rotor>
parents:
2499
diff
changeset
|
15 progs/minccomplete/minccomplete.man1: progs/minccomplete/minccomplete |
8bc0b7839310
* added -version flag to minchistory via POD
rotor <rotor>
parents:
2499
diff
changeset
|
16 $(POD2MAN) --section=1 $< > $@ |
8bc0b7839310
* added -version flag to minchistory via POD
rotor <rotor>
parents:
2499
diff
changeset
|
17 progs/minchistory/minchistory.man1: progs/minchistory/minchistory |
8bc0b7839310
* added -version flag to minchistory via POD
rotor <rotor>
parents:
2499
diff
changeset
|
18 $(POD2MAN) --section=1 $< > $@ |
8bc0b7839310
* added -version flag to minchistory via POD
rotor <rotor>
parents:
2499
diff
changeset
|
19 |
1504
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
20 # Add these to the include searches. |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
21 # |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
22 INCLUDES = \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
23 -I$(top_srcdir)/libsrc \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
24 -I$(top_builddir)/volume_io/Include \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
25 -I$(top_srcdir)/volume_io/Include \ |
2138 | 26 -I$(top_srcdir)/progs/Proglib \ |
27 -I$(top_srcdir)/conversion/Acr_nema | |
2381
f53c551835c6
* added --debug to AM_YFLAGS for minccalc build (thanks Claude)
rotor <rotor>
parents:
2376
diff
changeset
|
28 |
2373
037e089f685f
* small build fixes (added libsrc2 to the INCLUDES)
rotor <rotor>
parents:
2367
diff
changeset
|
29 if MINC2 |
037e089f685f
* small build fixes (added libsrc2 to the INCLUDES)
rotor <rotor>
parents:
2367
diff
changeset
|
30 INCLUDES += -I$(top_srcdir)/libsrc2 |
037e089f685f
* small build fixes (added libsrc2 to the INCLUDES)
rotor <rotor>
parents:
2367
diff
changeset
|
31 endif |
037e089f685f
* small build fixes (added libsrc2 to the INCLUDES)
rotor <rotor>
parents:
2367
diff
changeset
|
32 |
1504
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
33 # Headers which must be installed. |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
34 # |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
35 include_HEADERS = \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
36 libsrc/minc.h \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
37 libsrc/ParseArgv.h \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
38 libsrc/voxel_loop.h \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
39 libsrc/nd_loop.h \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
40 libsrc/time_stamp.h \ |
1763 | 41 libsrc/minc_compat.h \ |
42 volume_io/Include/volume_io.h \ | |
1894 | 43 libsrc2/minc2.h \ |
44 libsrc/minc_simple.h | |
1504
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
45 |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
46 include_volume_iodir = $(includedir)/volume_io |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
47 |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
48 include_volume_io_HEADERS = \ |
2055
f9fbad7a060f
Update Makefile.am to reflect new man pages, headers, and volume_io header organization
bert <bert>
parents:
1947
diff
changeset
|
49 volume_io/Include/volume_io/alloc.h \ |
f9fbad7a060f
Update Makefile.am to reflect new man pages, headers, and volume_io header organization
bert <bert>
parents:
1947
diff
changeset
|
50 volume_io/Include/volume_io/arrays.h \ |
f9fbad7a060f
Update Makefile.am to reflect new man pages, headers, and volume_io header organization
bert <bert>
parents:
1947
diff
changeset
|
51 volume_io/Include/volume_io/basic.h \ |
f9fbad7a060f
Update Makefile.am to reflect new man pages, headers, and volume_io header organization
bert <bert>
parents:
1947
diff
changeset
|
52 volume_io/Include/volume_io/def_math.h \ |
f9fbad7a060f
Update Makefile.am to reflect new man pages, headers, and volume_io header organization
bert <bert>
parents:
1947
diff
changeset
|
53 volume_io/Include/volume_io/files.h \ |
f9fbad7a060f
Update Makefile.am to reflect new man pages, headers, and volume_io header organization
bert <bert>
parents:
1947
diff
changeset
|
54 volume_io/Include/volume_io/geom_structs.h \ |
f9fbad7a060f
Update Makefile.am to reflect new man pages, headers, and volume_io header organization
bert <bert>
parents:
1947
diff
changeset
|
55 volume_io/Include/volume_io/geometry.h \ |
1504
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
56 volume_io/Include/internal_volume_io.h \ |
2055
f9fbad7a060f
Update Makefile.am to reflect new man pages, headers, and volume_io header organization
bert <bert>
parents:
1947
diff
changeset
|
57 volume_io/Include/volume_io/multidim.h \ |
f9fbad7a060f
Update Makefile.am to reflect new man pages, headers, and volume_io header organization
bert <bert>
parents:
1947
diff
changeset
|
58 volume_io/Include/volume_io/progress.h \ |
f9fbad7a060f
Update Makefile.am to reflect new man pages, headers, and volume_io header organization
bert <bert>
parents:
1947
diff
changeset
|
59 volume_io/Include/volume_io/string_funcs.h \ |
f9fbad7a060f
Update Makefile.am to reflect new man pages, headers, and volume_io header organization
bert <bert>
parents:
1947
diff
changeset
|
60 volume_io/Include/volume_io/system_dependent.h \ |
f9fbad7a060f
Update Makefile.am to reflect new man pages, headers, and volume_io header organization
bert <bert>
parents:
1947
diff
changeset
|
61 volume_io/Include/volume_io/transforms.h \ |
f9fbad7a060f
Update Makefile.am to reflect new man pages, headers, and volume_io header organization
bert <bert>
parents:
1947
diff
changeset
|
62 volume_io/Include/volume_io/vol_io_prototypes.h \ |
f9fbad7a060f
Update Makefile.am to reflect new man pages, headers, and volume_io header organization
bert <bert>
parents:
1947
diff
changeset
|
63 volume_io/Include/volume_io/volume.h \ |
f9fbad7a060f
Update Makefile.am to reflect new man pages, headers, and volume_io header organization
bert <bert>
parents:
1947
diff
changeset
|
64 volume_io/Include/volume_io/volume_cache.h |
1504
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
65 |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
66 # Header files which must be included in the distribution but which are |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
67 # not part of the installation. |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
68 # |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
69 noinst_HEADERS = \ |
2545
4b26fb8b776c
* added a patch from Steve Robbins removing references to PATH_MAX
Andrew L Janke <a.janke@gmail.com>
parents:
2518
diff
changeset
|
70 libsrc/read_file_names.h \ |
1504
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
71 libsrc/minc_basic.h \ |
1763 | 72 libsrc/minc_config.h \ |
73 libsrc/minc_error.h \ | |
1504
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
74 libsrc/minc_private.h \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
75 libsrc/minc_routines.h \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
76 libsrc/minc_structures.h \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
77 libsrc/minc_useful.h \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
78 libsrc/minc_varlists.h \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
79 libsrc/type_limits.h \ |
1763 | 80 libsrc/hdf_convenience.h \ |
1504
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
81 progs/Proglib/convert_origin_to_start.h \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
82 progs/Proglib/minc_def.h \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
83 progs/minccalc/errx.h \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
84 progs/minccalc/node.h \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
85 progs/minccalc/y.tab.h \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
86 progs/mincresample/mincresample.h \ |
1763 | 87 progs/mincreshape/mincreshape.h \ |
88 libsrc2/minc2_private.h \ | |
89 progs/mincdump/mincdump.h \ | |
90 progs/mincdump/dumplib.h \ | |
1868 | 91 progs/mincdump/vardata.h \ |
92 progs/mincgen/generic.h \ | |
93 progs/mincgen/genlib.h \ | |
94 progs/mincgen/ncgen.h \ | |
1947
45a5d8d96de8
Add microPET, ECAT, and NIfTI-1 converters to the build
bert <bert>
parents:
1925
diff
changeset
|
95 progs/mincgen/ncgentab.h \ |
45a5d8d96de8
Add microPET, ECAT, and NIfTI-1 converters to the build
bert <bert>
parents:
1925
diff
changeset
|
96 conversion/ecattominc/ecat_file.h \ |
45a5d8d96de8
Add microPET, ECAT, and NIfTI-1 converters to the build
bert <bert>
parents:
1925
diff
changeset
|
97 conversion/ecattominc/machine_indep.h \ |
45a5d8d96de8
Add microPET, ECAT, and NIfTI-1 converters to the build
bert <bert>
parents:
1925
diff
changeset
|
98 conversion/ecattominc/ecat_header_definition.h \ |
2055
f9fbad7a060f
Update Makefile.am to reflect new man pages, headers, and volume_io header organization
bert <bert>
parents:
1947
diff
changeset
|
99 conversion/minctoecat/ecat_write.h \ |
f9fbad7a060f
Update Makefile.am to reflect new man pages, headers, and volume_io header organization
bert <bert>
parents:
1947
diff
changeset
|
100 conversion/minctoecat/machine_indep.h \ |
1947
45a5d8d96de8
Add microPET, ECAT, and NIfTI-1 converters to the build
bert <bert>
parents:
1925
diff
changeset
|
101 conversion/nifti1/nifti1.h \ |
45a5d8d96de8
Add microPET, ECAT, and NIfTI-1 converters to the build
bert <bert>
parents:
1925
diff
changeset
|
102 conversion/nifti1/nifti1_io.h \ |
2138 | 103 conversion/nifti1/nifti1_local.h \ |
2381
f53c551835c6
* added --debug to AM_YFLAGS for minccalc build (thanks Claude)
rotor <rotor>
parents:
2376
diff
changeset
|
104 conversion/nifti1/znzlib.h \ |
2167
bef8ee0abe72
Add conversion/nifti1/analyze75.h to the build
bert <bert>
parents:
2158
diff
changeset
|
105 conversion/nifti1/analyze75.h \ |
2138 | 106 conversion/dcm2mnc/acr_element_defs.h \ |
107 conversion/dcm2mnc/dcm2mnc.h \ | |
108 conversion/dcm2mnc/dicom_read.h \ | |
109 conversion/dcm2mnc/dicom_to_minc.h \ | |
110 conversion/dcm2mnc/ext_element_defs.h \ | |
111 conversion/dcm2mnc/minc_file.h \ | |
112 conversion/dcm2mnc/progress.h \ | |
113 conversion/dcm2mnc/siemens_to_dicom.h \ | |
114 conversion/dcm2mnc/siemens_header_defs.h \ | |
115 conversion/dcm2mnc/siemens_header_table.h \ | |
116 conversion/dcm2mnc/spi_element_defs.h \ | |
117 conversion/dcm2mnc/string_to_filename.h \ | |
118 conversion/dcm2mnc/pms_element_defs.h \ | |
2367
8caaa54d84ec
Modified Makefile to build vff2mnc conversion utility
baghdadi <baghdadi>
parents:
2274
diff
changeset
|
119 conversion/dcm2mnc/gems_element_defs.h \ |
8caaa54d84ec
Modified Makefile to build vff2mnc conversion utility
baghdadi <baghdadi>
parents:
2274
diff
changeset
|
120 conversion/vff2mnc/vff2mnc.h |
2138 | 121 |
122 if ACR_NEMA_TOOLS | |
123 include_HEADERS += conversion/Acr_nema/acr_nema.h | |
124 | |
125 include_acr_nemadir = $(includedir)/acr_nema | |
126 | |
127 include_acr_nema_HEADERS = \ | |
128 conversion/Acr_nema/acr_nema/acr_io.h \ | |
129 conversion/Acr_nema/acr_nema/dicom_client_routines.h \ | |
130 conversion/Acr_nema/acr_nema/dicom_network.h \ | |
131 conversion/Acr_nema/acr_nema/element.h \ | |
132 conversion/Acr_nema/acr_nema/file_io.h \ | |
133 conversion/Acr_nema/acr_nema/group.h \ | |
134 conversion/Acr_nema/acr_nema/message.h \ | |
135 conversion/Acr_nema/acr_nema/value_repr.h | |
136 | |
137 else | |
138 # | |
139 # If not installing the full ACR/NEMA package, just add these headers to | |
140 # list of headers not to be installed. | |
141 # | |
142 noinst_HEADERS += \ | |
143 conversion/Acr_nema/acr_nema.h \ | |
144 conversion/Acr_nema/acr_nema/acr_io.h \ | |
145 conversion/Acr_nema/acr_nema/dicom_client_routines.h \ | |
146 conversion/Acr_nema/acr_nema/dicom_network.h \ | |
147 conversion/Acr_nema/acr_nema/element.h \ | |
148 conversion/Acr_nema/acr_nema/file_io.h \ | |
149 conversion/Acr_nema/acr_nema/group.h \ | |
150 conversion/Acr_nema/acr_nema/message.h \ | |
151 conversion/Acr_nema/acr_nema/value_repr.h | |
152 | |
153 endif | |
154 | |
1504
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
155 |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
156 # Libraries which must be built and installed. |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
157 # |
1763 | 158 lib_LTLIBRARIES = libminc2.la libvolume_io2.la |
1504
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
159 |
2138 | 160 # Conditionally install the libacr_nema.la library. It must always be |
161 # built even if it is not installed. | |
162 # | |
163 if ACR_NEMA_TOOLS | |
164 lib_LTLIBRARIES += libacr_nema.la | |
165 else | |
166 noinst_LTLIBRARIES = libacr_nema.la | |
167 endif | |
168 | |
2426
439a6b291a2c
* initial commits from Steve to remove warnings
rotor <rotor>
parents:
2423
diff
changeset
|
169 # Scripts we install: sh or perl. |
1504
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
170 # |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
171 dist_bin_SCRIPTS = \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
172 progs/mincdiff/mincdiff \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
173 progs/mincedit/mincedit \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
174 progs/mincheader/mincheader \ |
1581 | 175 progs/mincpik/mincpik \ |
1504
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
176 progs/mincview/mincview |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
177 |
2382 | 178 # Scripts that we process (to add version #s) before install |
2502
8bc0b7839310
* added -version flag to minchistory via POD
rotor <rotor>
parents:
2499
diff
changeset
|
179 bin_SCRIPTS = \ |
8bc0b7839310
* added -version flag to minchistory via POD
rotor <rotor>
parents:
2499
diff
changeset
|
180 progs/minccomplete/minccomplete \ |
8bc0b7839310
* added -version flag to minchistory via POD
rotor <rotor>
parents:
2499
diff
changeset
|
181 progs/minchistory/minchistory \ |
8bc0b7839310
* added -version flag to minchistory via POD
rotor <rotor>
parents:
2499
diff
changeset
|
182 progs/xfm/xfmflip |
1504
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
183 |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
184 # Programs we build and install. |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
185 # |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
186 bin_PROGRAMS = \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
187 voxeltoworld \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
188 worldtovoxel \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
189 minc_modify_header \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
190 mincaverage \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
191 minccalc \ |
2499 | 192 minccmp \ |
1504
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
193 mincconcat \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
194 minccopy \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
195 mincexpand \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
196 mincextract \ |
1868 | 197 mincgen \ |
1504
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
198 mincinfo \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
199 minclookup \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
200 mincmakescalar \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
201 mincmakevector \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
202 mincmath \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
203 mincresample \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
204 mincreshape \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
205 mincstats \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
206 minctoraw \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
207 invert_raw_image \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
208 mincwindow \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
209 rawtominc \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
210 transformtags \ |
2513 | 211 xfm2def \ |
1504
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
212 xfmconcat \ |
1763 | 213 xfminvert \ |
214 mincconvert \ | |
1947
45a5d8d96de8
Add microPET, ECAT, and NIfTI-1 converters to the build
bert <bert>
parents:
1925
diff
changeset
|
215 mincdump \ |
45a5d8d96de8
Add microPET, ECAT, and NIfTI-1 converters to the build
bert <bert>
parents:
1925
diff
changeset
|
216 ecattominc \ |
2055
f9fbad7a060f
Update Makefile.am to reflect new man pages, headers, and volume_io header organization
bert <bert>
parents:
1947
diff
changeset
|
217 minctoecat \ |
1947
45a5d8d96de8
Add microPET, ECAT, and NIfTI-1 converters to the build
bert <bert>
parents:
1925
diff
changeset
|
218 mnc2nii \ |
45a5d8d96de8
Add microPET, ECAT, and NIfTI-1 converters to the build
bert <bert>
parents:
1925
diff
changeset
|
219 nii2mnc \ |
2138 | 220 upet2mnc \ |
2367
8caaa54d84ec
Modified Makefile to build vff2mnc conversion utility
baghdadi <baghdadi>
parents:
2274
diff
changeset
|
221 dcm2mnc \ |
8caaa54d84ec
Modified Makefile to build vff2mnc conversion utility
baghdadi <baghdadi>
parents:
2274
diff
changeset
|
222 vff2mnc |
2138 | 223 |
224 if ACR_NEMA_TOOLS | |
225 bin_PROGRAMS += \ | |
226 acr_test \ | |
227 dump_acr_nema \ | |
228 extract_acr_nema \ | |
229 read_acr_nema \ | |
230 dicom_test \ | |
2274
5a3779559fad
now building extract and byte_swap if building acr nema tools
jharlap <jharlap>
parents:
2266
diff
changeset
|
231 copy_acr_nema \ |
5a3779559fad
now building extract and byte_swap if building acr nema tools
jharlap <jharlap>
parents:
2266
diff
changeset
|
232 byte_swap \ |
5a3779559fad
now building extract and byte_swap if building acr nema tools
jharlap <jharlap>
parents:
2266
diff
changeset
|
233 extract |
2138 | 234 endif |
1504
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
235 |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
236 noinst_PROGRAMS = \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
237 mincexample1 \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
238 mincexample2 |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
239 |
1763 | 240 LDADD = libvolume_io2.la libminc2.la |
1504
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
241 |
2506 | 242 EXTRA_DIST = \ |
1894 | 243 $(m4_files) \ |
2502
8bc0b7839310
* added -version flag to minchistory via POD
rotor <rotor>
parents:
2499
diff
changeset
|
244 progs/minccomplete/minccomplete.in \ |
8bc0b7839310
* added -version flag to minchistory via POD
rotor <rotor>
parents:
2499
diff
changeset
|
245 progs/minchistory/minchistory.in \ |
2382 | 246 progs/xfm/xfmflip.in \ |
1511 | 247 libsrc/strdup.c \ |
2138 | 248 epm-header.in \ |
1894 | 249 libsrc/config.h.msvc-win32 \ |
250 Makefile.msvc-win32 \ | |
2138 | 251 conversion/Acr_nema/dicom.txt \ |
2421 | 252 INSTALL.minc \ |
2407 | 253 CMakeLists.txt \ |
254 config.h.cmake \ | |
255 progs/CMakeLists.txt \ | |
256 conversion/CMakeLists.txt \ | |
257 cmake-modules/FindBISON.cmake \ | |
258 cmake-modules/FindFLEX.cmake \ | |
259 cmake-modules/FindHDF5.cmake \ | |
260 cmake-modules/FindMINC.cmake \ | |
261 cmake-modules/FindNETCDF.cmake | |
1504
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
262 |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
263 m4_files = \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
264 m4/mni_REQUIRE_LIB.m4 \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
265 m4/smr_WITH_BUILD_PATH.m4 |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
266 |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
267 |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
268 voxeltoworld_SOURCES = progs/coordinates/voxeltoworld.c |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
269 |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
270 worldtovoxel_SOURCES = progs/coordinates/worldtovoxel.c |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
271 |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
272 minc_modify_header_SOURCES = progs/minc_modify_header/minc_modify_header.c |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
273 |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
274 mincaverage_SOURCES = progs/mincaverage/mincaverage.c |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
275 |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
276 minccalc_CFLAGS = -Iprogs/minccalc -I$(srcdir)/progs/minccalc |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
277 minccalc_SOURCES = \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
278 progs/minccalc/minccalc.c \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
279 progs/minccalc/gram.y \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
280 progs/minccalc/eval.c \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
281 progs/minccalc/ident.c \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
282 progs/minccalc/lex.l \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
283 progs/minccalc/node.c \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
284 progs/minccalc/optim.c \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
285 progs/minccalc/scalar.c \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
286 progs/minccalc/sym.c \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
287 progs/minccalc/vector.c |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
288 |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
289 mincconcat_SOURCES = progs/mincconcat/mincconcat.c |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
290 |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
291 minccopy_SOURCES = progs/minccopy/minccopy.c |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
292 |
2499 | 293 minccmp_SOURCES = progs/minccmp/minccmp.c |
294 | |
1504
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
295 mincexample1_SOURCES = progs/mincexample/mincexample1.c |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
296 |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
297 mincexample2_SOURCES = progs/mincexample/mincexample2.c |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
298 |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
299 mincexpand_SOURCES = progs/mincexpand/mincexpand.c |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
300 |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
301 mincextract_SOURCES = progs/mincextract/mincextract.c |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
302 |
1868 | 303 mincgen_SOURCES = \ |
304 progs/mincgen/escapes.c \ | |
305 progs/mincgen/genlib.c \ | |
306 progs/mincgen/getfill.c \ | |
307 progs/mincgen/init.c \ | |
308 progs/mincgen/load.c \ | |
309 progs/mincgen/main.c \ | |
310 progs/mincgen/ncgentab.y \ | |
311 progs/mincgen/ncgenyy.l | |
312 | |
313 | |
1504
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
314 mincinfo_SOURCES = progs/mincinfo/mincinfo.c |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
315 |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
316 minclookup_SOURCES = progs/minclookup/minclookup.c |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
317 |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
318 mincmakescalar_SOURCES = progs/mincmakescalar/mincmakescalar.c |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
319 |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
320 mincmakevector_SOURCES = progs/mincmakevector/mincmakevector.c |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
321 |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
322 mincmath_SOURCES = progs/mincmath/mincmath.c |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
323 |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
324 mincresample_SOURCES = \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
325 progs/mincresample/mincresample.c \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
326 progs/mincresample/resample_volumes.c \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
327 progs/Proglib/convert_origin_to_start.c |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
328 |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
329 mincreshape_SOURCES = \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
330 progs/mincreshape/mincreshape.c \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
331 progs/mincreshape/copy_data.c |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
332 |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
333 mincstats_SOURCES = progs/mincstats/mincstats.c |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
334 |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
335 minctoraw_SOURCES = progs/minctoraw/minctoraw.c |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
336 |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
337 invert_raw_image_SOURCES = progs/mincview/invert_raw_image.c |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
338 |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
339 mincwindow_SOURCES = progs/mincwindow/mincwindow.c |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
340 |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
341 rawtominc_SOURCES = \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
342 progs/rawtominc/rawtominc.c \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
343 progs/Proglib/convert_origin_to_start.c |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
344 |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
345 transformtags_SOURCES = progs/xfm/transformtags.c |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
346 |
2513 | 347 xfm2def_SOURCES = progs/xfm/xfm2def.c |
348 | |
1504
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
349 xfmconcat_SOURCES = progs/xfm/xfmconcat.c |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
350 |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
351 xfminvert_SOURCES = progs/xfm/xfminvert.c |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
352 |
1763 | 353 mincconvert_SOURCES = progs/mincconvert/mincconvert.c |
354 | |
355 mincdump_SOURCES = \ | |
356 progs/mincdump/mincdump.c \ | |
357 progs/mincdump/vardata.c \ | |
358 progs/mincdump/dumplib.c | |
359 | |
1947
45a5d8d96de8
Add microPET, ECAT, and NIfTI-1 converters to the build
bert <bert>
parents:
1925
diff
changeset
|
360 ecattominc_SOURCES = \ |
45a5d8d96de8
Add microPET, ECAT, and NIfTI-1 converters to the build
bert <bert>
parents:
1925
diff
changeset
|
361 conversion/ecattominc/ecattominc.c \ |
45a5d8d96de8
Add microPET, ECAT, and NIfTI-1 converters to the build
bert <bert>
parents:
1925
diff
changeset
|
362 conversion/ecattominc/insertblood.c \ |
45a5d8d96de8
Add microPET, ECAT, and NIfTI-1 converters to the build
bert <bert>
parents:
1925
diff
changeset
|
363 conversion/ecattominc/ecat_file.c \ |
45a5d8d96de8
Add microPET, ECAT, and NIfTI-1 converters to the build
bert <bert>
parents:
1925
diff
changeset
|
364 conversion/ecattominc/machine_indep.c |
45a5d8d96de8
Add microPET, ECAT, and NIfTI-1 converters to the build
bert <bert>
parents:
1925
diff
changeset
|
365 |
2055
f9fbad7a060f
Update Makefile.am to reflect new man pages, headers, and volume_io header organization
bert <bert>
parents:
1947
diff
changeset
|
366 minctoecat_SOURCES = \ |
f9fbad7a060f
Update Makefile.am to reflect new man pages, headers, and volume_io header organization
bert <bert>
parents:
1947
diff
changeset
|
367 conversion/minctoecat/minctoecat.c \ |
f9fbad7a060f
Update Makefile.am to reflect new man pages, headers, and volume_io header organization
bert <bert>
parents:
1947
diff
changeset
|
368 conversion/minctoecat/ecat_write.c \ |
f9fbad7a060f
Update Makefile.am to reflect new man pages, headers, and volume_io header organization
bert <bert>
parents:
1947
diff
changeset
|
369 conversion/minctoecat/machine_indep.c |
f9fbad7a060f
Update Makefile.am to reflect new man pages, headers, and volume_io header organization
bert <bert>
parents:
1947
diff
changeset
|
370 |
1947
45a5d8d96de8
Add microPET, ECAT, and NIfTI-1 converters to the build
bert <bert>
parents:
1925
diff
changeset
|
371 nii2mnc_SOURCES = \ |
45a5d8d96de8
Add microPET, ECAT, and NIfTI-1 converters to the build
bert <bert>
parents:
1925
diff
changeset
|
372 conversion/nifti1/nii2mnc.c \ |
2381
f53c551835c6
* added --debug to AM_YFLAGS for minccalc build (thanks Claude)
rotor <rotor>
parents:
2376
diff
changeset
|
373 conversion/nifti1/nifti1_io.c \ |
f53c551835c6
* added --debug to AM_YFLAGS for minccalc build (thanks Claude)
rotor <rotor>
parents:
2376
diff
changeset
|
374 conversion/nifti1/znzlib.c |
1947
45a5d8d96de8
Add microPET, ECAT, and NIfTI-1 converters to the build
bert <bert>
parents:
1925
diff
changeset
|
375 |
45a5d8d96de8
Add microPET, ECAT, and NIfTI-1 converters to the build
bert <bert>
parents:
1925
diff
changeset
|
376 mnc2nii_SOURCES = \ |
45a5d8d96de8
Add microPET, ECAT, and NIfTI-1 converters to the build
bert <bert>
parents:
1925
diff
changeset
|
377 conversion/nifti1/mnc2nii.c \ |
2381
f53c551835c6
* added --debug to AM_YFLAGS for minccalc build (thanks Claude)
rotor <rotor>
parents:
2376
diff
changeset
|
378 conversion/nifti1/nifti1_io.c \ |
f53c551835c6
* added --debug to AM_YFLAGS for minccalc build (thanks Claude)
rotor <rotor>
parents:
2376
diff
changeset
|
379 conversion/nifti1/znzlib.c |
1947
45a5d8d96de8
Add microPET, ECAT, and NIfTI-1 converters to the build
bert <bert>
parents:
1925
diff
changeset
|
380 |
45a5d8d96de8
Add microPET, ECAT, and NIfTI-1 converters to the build
bert <bert>
parents:
1925
diff
changeset
|
381 upet2mnc_SOURCES = \ |
45a5d8d96de8
Add microPET, ECAT, and NIfTI-1 converters to the build
bert <bert>
parents:
1925
diff
changeset
|
382 conversion/micropet/upet2mnc.c |
45a5d8d96de8
Add microPET, ECAT, and NIfTI-1 converters to the build
bert <bert>
parents:
1925
diff
changeset
|
383 |
2138 | 384 dcm2mnc_LDADD = libacr_nema.la $(LDADD) |
385 | |
386 dcm2mnc_SOURCES = \ | |
387 conversion/dcm2mnc/dcm2mnc.c \ | |
388 conversion/dcm2mnc/dicom_to_minc.c \ | |
389 conversion/dcm2mnc/siemens_to_dicom.c \ | |
390 conversion/dcm2mnc/dicom_read.c \ | |
391 conversion/dcm2mnc/minc_file.c \ | |
392 conversion/dcm2mnc/progress.c \ | |
393 conversion/dcm2mnc/string_to_filename.c | |
394 | |
2367
8caaa54d84ec
Modified Makefile to build vff2mnc conversion utility
baghdadi <baghdadi>
parents:
2274
diff
changeset
|
395 vff2mnc_SOURCES = \ |
8caaa54d84ec
Modified Makefile to build vff2mnc conversion utility
baghdadi <baghdadi>
parents:
2274
diff
changeset
|
396 conversion/vff2mnc/vff2mnc.c |
8caaa54d84ec
Modified Makefile to build vff2mnc conversion utility
baghdadi <baghdadi>
parents:
2274
diff
changeset
|
397 |
2138 | 398 acr_test_LDADD = libacr_nema.la |
399 | |
400 acr_test_SOURCES = conversion/Acr_nema/acr_test.c | |
401 | |
402 dump_acr_nema_LDADD = libacr_nema.la | |
403 | |
404 dump_acr_nema_SOURCES = conversion/Acr_nema/dump_acr_nema.c | |
405 | |
406 extract_acr_nema_LDADD = libacr_nema.la | |
407 | |
408 extract_acr_nema_SOURCES = conversion/Acr_nema/extract_acr_nema.c | |
409 | |
410 read_acr_nema_LDADD = libacr_nema.la | |
411 | |
412 read_acr_nema_SOURCES = conversion/Acr_nema/read_acr_nema.c | |
413 | |
414 dicom_test_LDADD = libacr_nema.la | |
415 | |
416 dicom_test_SOURCES = conversion/Acr_nema/dicom_test.c | |
417 | |
418 copy_acr_nema_LDADD = libacr_nema.la | |
419 | |
420 copy_acr_nema_SOURCES = conversion/Acr_nema/copy_acr_nema.c | |
421 | |
2274
5a3779559fad
now building extract and byte_swap if building acr nema tools
jharlap <jharlap>
parents:
2266
diff
changeset
|
422 extract_SOURCES = conversion/image_filters/extract.c |
5a3779559fad
now building extract and byte_swap if building acr nema tools
jharlap <jharlap>
parents:
2266
diff
changeset
|
423 byte_swap_SOURCES = conversion/image_filters/byte_swap.c |
2138 | 424 |
425 | |
2518 | 426 libminc2_la_LDFLAGS = -version-info 2:3:1 |
1763 | 427 libminc2_la_SOURCES = \ |
1504
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
428 libsrc/ParseArgv.c \ |
2545
4b26fb8b776c
* added a patch from Steve Robbins removing references to PATH_MAX
Andrew L Janke <a.janke@gmail.com>
parents:
2518
diff
changeset
|
429 libsrc/read_file_names.c \ |
1504
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
430 libsrc/dim_conversion.c \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
431 libsrc/image_conversion.c \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
432 libsrc/minc_convenience.c \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
433 libsrc/minc_error.c \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
434 libsrc/nd_loop.c \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
435 libsrc/netcdf_convenience.c \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
436 libsrc/time_stamp.c \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
437 libsrc/value_conversion.c \ |
1763 | 438 libsrc/voxel_loop.c \ |
439 libsrc/hdf_convenience.c \ | |
440 libsrc/minc_compat.c \ | |
2189
b6517dede232
Modify build system to allow selection of MINC 2 (HDF5/NetCDF) or MINC 1 (NetCDF only)
bert <bert>
parents:
2167
diff
changeset
|
441 libsrc/minc_simple.c |
b6517dede232
Modify build system to allow selection of MINC 2 (HDF5/NetCDF) or MINC 1 (NetCDF only)
bert <bert>
parents:
2167
diff
changeset
|
442 |
b6517dede232
Modify build system to allow selection of MINC 2 (HDF5/NetCDF) or MINC 1 (NetCDF only)
bert <bert>
parents:
2167
diff
changeset
|
443 if MINC2 |
b6517dede232
Modify build system to allow selection of MINC 2 (HDF5/NetCDF) or MINC 1 (NetCDF only)
bert <bert>
parents:
2167
diff
changeset
|
444 libminc2_la_SOURCES += \ |
1763 | 445 libsrc2/convert.c \ |
446 libsrc2/datatype.c \ | |
447 libsrc2/dimension.c \ | |
448 libsrc2/free.c \ | |
449 libsrc2/grpattr.c \ | |
450 libsrc2/hyper.c \ | |
451 libsrc2/label.c \ | |
452 libsrc2/m2util.c \ | |
453 libsrc2/record.c \ | |
454 libsrc2/slice.c \ | |
455 libsrc2/valid.c \ | |
456 libsrc2/volprops.c \ | |
457 libsrc2/volume.c | |
2189
b6517dede232
Modify build system to allow selection of MINC 2 (HDF5/NetCDF) or MINC 1 (NetCDF only)
bert <bert>
parents:
2167
diff
changeset
|
458 else |
b6517dede232
Modify build system to allow selection of MINC 2 (HDF5/NetCDF) or MINC 1 (NetCDF only)
bert <bert>
parents:
2167
diff
changeset
|
459 EXTRA_DIST += \ |
b6517dede232
Modify build system to allow selection of MINC 2 (HDF5/NetCDF) or MINC 1 (NetCDF only)
bert <bert>
parents:
2167
diff
changeset
|
460 libsrc2/convert.c \ |
b6517dede232
Modify build system to allow selection of MINC 2 (HDF5/NetCDF) or MINC 1 (NetCDF only)
bert <bert>
parents:
2167
diff
changeset
|
461 libsrc2/datatype.c \ |
b6517dede232
Modify build system to allow selection of MINC 2 (HDF5/NetCDF) or MINC 1 (NetCDF only)
bert <bert>
parents:
2167
diff
changeset
|
462 libsrc2/dimension.c \ |
b6517dede232
Modify build system to allow selection of MINC 2 (HDF5/NetCDF) or MINC 1 (NetCDF only)
bert <bert>
parents:
2167
diff
changeset
|
463 libsrc2/free.c \ |
b6517dede232
Modify build system to allow selection of MINC 2 (HDF5/NetCDF) or MINC 1 (NetCDF only)
bert <bert>
parents:
2167
diff
changeset
|
464 libsrc2/grpattr.c \ |
b6517dede232
Modify build system to allow selection of MINC 2 (HDF5/NetCDF) or MINC 1 (NetCDF only)
bert <bert>
parents:
2167
diff
changeset
|
465 libsrc2/hyper.c \ |
b6517dede232
Modify build system to allow selection of MINC 2 (HDF5/NetCDF) or MINC 1 (NetCDF only)
bert <bert>
parents:
2167
diff
changeset
|
466 libsrc2/label.c \ |
b6517dede232
Modify build system to allow selection of MINC 2 (HDF5/NetCDF) or MINC 1 (NetCDF only)
bert <bert>
parents:
2167
diff
changeset
|
467 libsrc2/m2util.c \ |
b6517dede232
Modify build system to allow selection of MINC 2 (HDF5/NetCDF) or MINC 1 (NetCDF only)
bert <bert>
parents:
2167
diff
changeset
|
468 libsrc2/record.c \ |
b6517dede232
Modify build system to allow selection of MINC 2 (HDF5/NetCDF) or MINC 1 (NetCDF only)
bert <bert>
parents:
2167
diff
changeset
|
469 libsrc2/slice.c \ |
b6517dede232
Modify build system to allow selection of MINC 2 (HDF5/NetCDF) or MINC 1 (NetCDF only)
bert <bert>
parents:
2167
diff
changeset
|
470 libsrc2/valid.c \ |
b6517dede232
Modify build system to allow selection of MINC 2 (HDF5/NetCDF) or MINC 1 (NetCDF only)
bert <bert>
parents:
2167
diff
changeset
|
471 libsrc2/volprops.c \ |
b6517dede232
Modify build system to allow selection of MINC 2 (HDF5/NetCDF) or MINC 1 (NetCDF only)
bert <bert>
parents:
2167
diff
changeset
|
472 libsrc2/volume.c |
b6517dede232
Modify build system to allow selection of MINC 2 (HDF5/NetCDF) or MINC 1 (NetCDF only)
bert <bert>
parents:
2167
diff
changeset
|
473 endif |
1504
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
474 |
2476 | 475 libvolume_io2_la_LDFLAGS = -version-info 2:2:1 |
1763 | 476 libvolume_io2_la_SOURCES = \ |
1504
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
477 volume_io/Geometry/colour.c \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
478 volume_io/Geometry/colour_def.c \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
479 volume_io/Geometry/gaussian.c \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
480 volume_io/Geometry/inverse.c \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
481 volume_io/Geometry/newton.c \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
482 volume_io/Geometry/points.c \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
483 volume_io/Geometry/splines.c \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
484 volume_io/Geometry/tensors.c \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
485 volume_io/Geometry/transforms.c \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
486 volume_io/MNI_formats/gen_xf_io.c \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
487 volume_io/MNI_formats/gen_xfs.c \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
488 volume_io/MNI_formats/grid_transforms.c \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
489 volume_io/MNI_formats/mni_io.c \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
490 volume_io/MNI_formats/tag_points.c \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
491 volume_io/MNI_formats/thin_plate_spline.c \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
492 volume_io/Prog_utils/alloc.c \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
493 volume_io/Prog_utils/alloc_check.c \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
494 volume_io/Prog_utils/arrays.c \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
495 volume_io/Prog_utils/files.c \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
496 volume_io/Prog_utils/print.c \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
497 volume_io/Prog_utils/progress.c \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
498 volume_io/Prog_utils/string.c \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
499 volume_io/Prog_utils/time.c \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
500 volume_io/Volumes/evaluate.c \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
501 volume_io/Volumes/get_hyperslab.c \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
502 volume_io/Volumes/input_free.c \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
503 volume_io/Volumes/input_mnc.c \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
504 volume_io/Volumes/input_volume.c \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
505 volume_io/Volumes/multidim_arrays.c \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
506 volume_io/Volumes/output_mnc.c \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
507 volume_io/Volumes/output_volume.c \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
508 volume_io/Volumes/set_hyperslab.c \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
509 volume_io/Volumes/volume_cache.c \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
510 volume_io/Volumes/volumes.c |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
511 |
2138 | 512 libacr_nema_la_SOURCES = \ |
513 conversion/Acr_nema/acr_io.c \ | |
514 conversion/Acr_nema/dicom_client_routines.c \ | |
515 conversion/Acr_nema/dicom_network.c \ | |
516 conversion/Acr_nema/element.c \ | |
517 conversion/Acr_nema/file_io.c \ | |
518 conversion/Acr_nema/globals.c \ | |
519 conversion/Acr_nema/group.c \ | |
520 conversion/Acr_nema/message.c \ | |
521 conversion/Acr_nema/value_repr.c | |
522 | |
2502
8bc0b7839310
* added -version flag to minchistory via POD
rotor <rotor>
parents:
2499
diff
changeset
|
523 # MAN pages go here. The "dist_" prefix signals that they |
1581 | 524 # are to be included in source distribution. |
1504
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
525 # |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
526 dist_man1_MANS = \ |
1505 | 527 progs/coordinates/voxeltoworld.man1 \ |
1504
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
528 progs/minc_modify_header/minc_modify_header.man1 \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
529 progs/mincaverage/mincaverage.man1 \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
530 progs/minccalc/minccalc.man1 \ |
2502
8bc0b7839310
* added -version flag to minchistory via POD
rotor <rotor>
parents:
2499
diff
changeset
|
531 progs/minccomplete/minccomplete.man1 \ |
1504
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
532 progs/mincconcat/mincconcat.man1 \ |
2499 | 533 progs/minccmp/minccmp.man1 \ |
1505 | 534 progs/minccopy/minccopy.man1 \ |
535 progs/mincdiff/mincdiff.man1 \ | |
536 progs/mincedit/mincedit.man1 \ | |
1504
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
537 progs/mincexpand/mincexpand.man1 \ |
1505 | 538 progs/mincextract/mincextract.man1 \ |
1868 | 539 progs/mincgen/mincgen.man1 \ |
1504
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
540 progs/mincheader/mincheader.man1 \ |
2158 | 541 progs/minchistory/minchistory.man1 \ |
1504
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
542 progs/mincinfo/mincinfo.man1 \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
543 progs/minclookup/minclookup.man1 \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
544 progs/mincmakescalar/mincmakescalar.man1 \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
545 progs/mincmakevector/mincmakevector.man1 \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
546 progs/mincmath/mincmath.man1 \ |
1581 | 547 progs/mincpik/mincpik.man1 \ |
1504
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
548 progs/mincresample/mincresample.man1 \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
549 progs/mincreshape/mincreshape.man1 \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
550 progs/mincstats/mincstats.man1 \ |
1505 | 551 progs/minctoraw/minctoraw.man1 \ |
552 progs/mincview/invert_raw_image.man1 \ | |
553 progs/mincview/mincview.man1 \ | |
554 progs/mincwindow/mincwindow.man1 \ | |
555 progs/rawtominc/rawtominc.man1 \ | |
556 progs/xfm/transformtags.man1 \ | |
2513 | 557 progs/xfm/xfm2def.man1 \ |
1505 | 558 progs/xfm/xfmconcat.man1 \ |
1763 | 559 progs/xfm/xfminvert.man1 \ |
2386
9820d5a86b02
* changes for Claude for free in volume_io, added xfmflip,
rotor <rotor>
parents:
2382
diff
changeset
|
560 progs/xfm/xfmflip.man1 \ |
2055
f9fbad7a060f
Update Makefile.am to reflect new man pages, headers, and volume_io header organization
bert <bert>
parents:
1947
diff
changeset
|
561 progs/mincconvert/mincconvert.man1 \ |
f9fbad7a060f
Update Makefile.am to reflect new man pages, headers, and volume_io header organization
bert <bert>
parents:
1947
diff
changeset
|
562 conversion/ecattominc/ecattominc.man1 \ |
2138 | 563 conversion/minctoecat/minctoecat.man1 \ |
564 conversion/nifti1/nii2mnc.man1 \ | |
565 conversion/nifti1/mnc2nii.man1 \ | |
566 conversion/micropet/upet2mnc.man1 \ | |
2367
8caaa54d84ec
Modified Makefile to build vff2mnc conversion utility
baghdadi <baghdadi>
parents:
2274
diff
changeset
|
567 conversion/dcm2mnc/dcm2mnc.man1 \ |
8caaa54d84ec
Modified Makefile to build vff2mnc conversion utility
baghdadi <baghdadi>
parents:
2274
diff
changeset
|
568 conversion/vff2mnc/vff2mnc.man1 |
1504
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
569 |
1511 | 570 dist_man3_MANS = libsrc/ParseArgv.man3 |