Mercurial > hg > minc-tools
annotate Makefile.am @ 1537:8b9213171e74
Apply Peter Neelin patch for xfm concatenation. More test cases.
author | stever <stever> |
---|---|
date | Mon, 02 Jun 2003 02:49:35 +0000 |
parents | 62fb81643bb7 |
children | c072a46c687d |
rev | line source |
---|---|
1504
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
1 # Makefile.am for MINC |
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 |
1537
8b9213171e74
Apply Peter Neelin patch for xfm concatenation. More test cases.
stever <stever>
parents:
1523
diff
changeset
|
6 SUBDIRS = . volume_io testdir doc |
1508 | 7 |
8 | |
1504
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
9 # Add these to the include searches. |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
10 # |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
11 INCLUDES = \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
12 -I$(top_srcdir)/libsrc \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
13 -I$(top_builddir)/volume_io/Include \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
14 -I$(top_srcdir)/volume_io/Include \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
15 -I$(top_srcdir)/progs/Proglib |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
16 |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
17 # Headers which must be installed. |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
18 # |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
19 include_HEADERS = \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
20 libsrc/minc.h \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
21 libsrc/ParseArgv.h \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
22 libsrc/voxel_loop.h \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
23 libsrc/nd_loop.h \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
24 libsrc/time_stamp.h \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
25 volume_io/Include/volume_io.h |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
26 |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
27 include_volume_iodir = $(includedir)/volume_io |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
28 |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
29 include_volume_io_HEADERS = \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
30 volume_io/Include/alloc.h \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
31 volume_io/Include/arrays.h \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
32 volume_io/Include/basic.h \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
33 volume_io/Include/def_math.h \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
34 volume_io/Include/files.h \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
35 volume_io/Include/geom_structs.h \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
36 volume_io/Include/geometry.h \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
37 volume_io/Include/internal_volume_io.h \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
38 volume_io/Include/multidim.h \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
39 volume_io/Include/progress.h \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
40 volume_io/Include/string_funcs.h \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
41 volume_io/Include/system_dependent.h \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
42 volume_io/Include/transforms.h \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
43 volume_io/Include/vol_io_prototypes.h \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
44 volume_io/Include/volume.h \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
45 volume_io/Include/volume_cache.h |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
46 |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
47 # 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
|
48 # not part of the installation. |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
49 # |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
50 noinst_HEADERS = \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
51 libsrc/minc_basic.h \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
52 libsrc/minc_private.h \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
53 libsrc/minc_routines.h \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
54 libsrc/minc_structures.h \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
55 libsrc/minc_useful.h \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
56 libsrc/minc_varlists.h \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
57 libsrc/type_limits.h \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
58 progs/Proglib/convert_origin_to_start.h \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
59 progs/Proglib/minc_def.h \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
60 progs/minccalc/errx.h \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
61 progs/minccalc/node.h \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
62 progs/minccalc/y.tab.h \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
63 progs/mincresample/mincresample.h \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
64 progs/mincreshape/mincreshape.h |
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 # Libraries which must be built and installed. |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
67 # |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
68 lib_LTLIBRARIES = libminc.la libvolume_io.la |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
69 |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
70 # Scripts we install. These depend on /bin/sh or /bin/csh |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
71 # |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
72 dist_bin_SCRIPTS = \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
73 progs/mincdiff/mincdiff \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
74 progs/mincedit/mincedit \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
75 progs/mincheader/mincheader \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
76 progs/mincview/mincview |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
77 |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
78 |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
79 # Programs we build and install. |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
80 # |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
81 bin_PROGRAMS = \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
82 voxeltoworld \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
83 worldtovoxel \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
84 minc_modify_header \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
85 mincaverage \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
86 minccalc \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
87 mincconcat \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
88 minccopy \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
89 mincexpand \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
90 mincextract \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
91 mincinfo \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
92 minclookup \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
93 mincmakescalar \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
94 mincmakevector \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
95 mincmath \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
96 mincresample \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
97 mincreshape \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
98 mincstats \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
99 minctoraw \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
100 invert_raw_image \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
101 mincwindow \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
102 rawtominc \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
103 transformtags \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
104 xfmconcat \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
105 xfminvert |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
106 |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
107 noinst_PROGRAMS = \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
108 mincexample1 \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
109 mincexample2 |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
110 |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
111 LDADD = libvolume_io.la libminc.la |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
112 |
1511 | 113 EXTRA_DIST = GETTING_STARTED $(m4_files) \ |
1513 | 114 fortran \ |
1511 | 115 libsrc/strdup.c \ |
1523 | 116 progs/Get_image_offset/get_image_offset.c \ |
117 mni_minc.epm.header | |
1504
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
118 |
1513 | 119 # The fortran directory is not yet automakified, so it is just |
120 # listed in EXTRA_DIST. This will copy everything including CVS | |
121 # files. We use this hook to get rid of the latter. | |
122 dist-hook: | |
123 rm -rf $(distdir)/fortran/CVS $(distdir)/fortran/vms/CVS | |
124 | |
1504
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
125 m4_files = \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
126 m4/mni_REQUIRE_LIB.m4 \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
127 m4/mni_REQUIRE_MNILIBS.m4 \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
128 m4/mni_REQUIRE_OPENINVENTOR.m4 \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
129 m4/mni_cxx_have_koenig_lookup.m4 \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
130 m4/smr_CGAL_MAKEFILE.m4 \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
131 m4/smr_OPTIONAL_LIB.m4 \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
132 m4/smr_REQUIRED_LIB.m4 \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
133 m4/smr_WITH_BUILD_PATH.m4 |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
134 |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
135 |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
136 voxeltoworld_SOURCES = progs/coordinates/voxeltoworld.c |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
137 |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
138 worldtovoxel_SOURCES = progs/coordinates/worldtovoxel.c |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
139 |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
140 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
|
141 |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
142 mincaverage_SOURCES = progs/mincaverage/mincaverage.c |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
143 |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
144 minccalc_CFLAGS = -Iprogs/minccalc -I$(srcdir)/progs/minccalc |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
145 minccalc_SOURCES = \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
146 progs/minccalc/minccalc.c \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
147 progs/minccalc/gram.y \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
148 progs/minccalc/eval.c \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
149 progs/minccalc/ident.c \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
150 progs/minccalc/lex.l \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
151 progs/minccalc/node.c \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
152 progs/minccalc/optim.c \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
153 progs/minccalc/scalar.c \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
154 progs/minccalc/sym.c \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
155 progs/minccalc/vector.c |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
156 |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
157 mincconcat_SOURCES = progs/mincconcat/mincconcat.c |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
158 |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
159 minccopy_SOURCES = progs/minccopy/minccopy.c |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
160 |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
161 mincexample1_SOURCES = progs/mincexample/mincexample1.c |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
162 |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
163 mincexample2_SOURCES = progs/mincexample/mincexample2.c |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
164 |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
165 mincexpand_SOURCES = progs/mincexpand/mincexpand.c |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
166 |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
167 mincextract_SOURCES = progs/mincextract/mincextract.c |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
168 |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
169 mincinfo_SOURCES = progs/mincinfo/mincinfo.c |
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 minclookup_SOURCES = progs/minclookup/minclookup.c |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
172 |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
173 mincmakescalar_SOURCES = progs/mincmakescalar/mincmakescalar.c |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
174 |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
175 mincmakevector_SOURCES = progs/mincmakevector/mincmakevector.c |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
176 |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
177 mincmath_SOURCES = progs/mincmath/mincmath.c |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
178 |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
179 mincresample_SOURCES = \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
180 progs/mincresample/mincresample.c \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
181 progs/mincresample/resample_volumes.c \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
182 progs/Proglib/convert_origin_to_start.c |
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 mincreshape_SOURCES = \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
185 progs/mincreshape/mincreshape.c \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
186 progs/mincreshape/copy_data.c |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
187 |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
188 mincstats_SOURCES = progs/mincstats/mincstats.c |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
189 |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
190 minctoraw_SOURCES = progs/minctoraw/minctoraw.c |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
191 |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
192 invert_raw_image_SOURCES = progs/mincview/invert_raw_image.c |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
193 |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
194 mincwindow_SOURCES = progs/mincwindow/mincwindow.c |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
195 |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
196 rawtominc_SOURCES = \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
197 progs/rawtominc/rawtominc.c \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
198 progs/Proglib/convert_origin_to_start.c |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
199 |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
200 transformtags_SOURCES = progs/xfm/transformtags.c |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
201 |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
202 xfmconcat_SOURCES = progs/xfm/xfmconcat.c |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
203 |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
204 xfminvert_SOURCES = progs/xfm/xfminvert.c |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
205 |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
206 libminc_la_LDFLAGS = -version-info 0:0:0 |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
207 libminc_la_SOURCES = \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
208 libsrc/ParseArgv.c \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
209 libsrc/dim_conversion.c \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
210 libsrc/image_conversion.c \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
211 libsrc/minc_convenience.c \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
212 libsrc/minc_error.c \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
213 libsrc/minc_globdef.c \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
214 libsrc/nd_loop.c \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
215 libsrc/netcdf_convenience.c \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
216 libsrc/time_stamp.c \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
217 libsrc/value_conversion.c \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
218 libsrc/voxel_loop.c |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
219 |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
220 libvolume_io_la_LDFLAGS = -version-info 0:0:0 |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
221 libvolume_io_la_SOURCES = \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
222 volume_io/Geometry/colour.c \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
223 volume_io/Geometry/colour_def.c \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
224 volume_io/Geometry/gaussian.c \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
225 volume_io/Geometry/inverse.c \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
226 volume_io/Geometry/newton.c \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
227 volume_io/Geometry/points.c \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
228 volume_io/Geometry/splines.c \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
229 volume_io/Geometry/tensors.c \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
230 volume_io/Geometry/transforms.c \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
231 volume_io/MNI_formats/gen_xf_io.c \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
232 volume_io/MNI_formats/gen_xfs.c \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
233 volume_io/MNI_formats/grid_transforms.c \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
234 volume_io/MNI_formats/mni_io.c \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
235 volume_io/MNI_formats/tag_points.c \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
236 volume_io/MNI_formats/thin_plate_spline.c \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
237 volume_io/Prog_utils/alloc.c \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
238 volume_io/Prog_utils/alloc_check.c \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
239 volume_io/Prog_utils/arrays.c \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
240 volume_io/Prog_utils/files.c \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
241 volume_io/Prog_utils/print.c \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
242 volume_io/Prog_utils/progress.c \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
243 volume_io/Prog_utils/string.c \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
244 volume_io/Prog_utils/time.c \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
245 volume_io/Volumes/evaluate.c \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
246 volume_io/Volumes/get_hyperslab.c \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
247 volume_io/Volumes/input_free.c \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
248 volume_io/Volumes/input_mnc.c \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
249 volume_io/Volumes/input_volume.c \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
250 volume_io/Volumes/multidim_arrays.c \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
251 volume_io/Volumes/output_mnc.c \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
252 volume_io/Volumes/output_volume.c \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
253 volume_io/Volumes/set_hyperslab.c \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
254 volume_io/Volumes/volume_cache.c \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
255 volume_io/Volumes/volumes.c |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
256 |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
257 # MAN pages go here. |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
258 # Using "dist_" should force them to be added the distribution. |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
259 # |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
260 dist_man1_MANS = \ |
1505 | 261 progs/coordinates/voxeltoworld.man1 \ |
1504
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
262 progs/minc_modify_header/minc_modify_header.man1 \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
263 progs/mincaverage/mincaverage.man1 \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
264 progs/minccalc/minccalc.man1 \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
265 progs/mincconcat/mincconcat.man1 \ |
1505 | 266 progs/minccopy/minccopy.man1 \ |
267 progs/mincdiff/mincdiff.man1 \ | |
268 progs/mincedit/mincedit.man1 \ | |
1504
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
269 progs/mincexpand/mincexpand.man1 \ |
1505 | 270 progs/mincextract/mincextract.man1 \ |
1504
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
271 progs/mincheader/mincheader.man1 \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
272 progs/mincinfo/mincinfo.man1 \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
273 progs/minclookup/minclookup.man1 \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
274 progs/mincmakescalar/mincmakescalar.man1 \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
275 progs/mincmakevector/mincmakevector.man1 \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
276 progs/mincmath/mincmath.man1 \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
277 progs/mincresample/mincresample.man1 \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
278 progs/mincreshape/mincreshape.man1 \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
279 progs/mincstats/mincstats.man1 \ |
1505 | 280 progs/minctoraw/minctoraw.man1 \ |
281 progs/mincview/invert_raw_image.man1 \ | |
282 progs/mincview/mincview.man1 \ | |
283 progs/mincwindow/mincwindow.man1 \ | |
284 progs/rawtominc/rawtominc.man1 \ | |
285 progs/xfm/transformtags.man1 \ | |
286 progs/xfm/xfmconcat.man1 \ | |
287 progs/xfm/xfminvert.man1 | |
1504
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
288 |
1511 | 289 dist_man3_MANS = libsrc/ParseArgv.man3 |