Mercurial > hg > minc-tools
annotate Makefile.am @ 1504:c460bf395a07
Update build system to use automake and libtool.
author | stever <stever> |
---|---|
date | Wed, 08 Jan 2003 04:33:34 +0000 |
parents | |
children | 14fb7b406b04 |
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 |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
6 # Add these to the include searches. |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
7 # |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
8 INCLUDES = \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
9 -I$(top_srcdir)/libsrc \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
10 -I$(top_builddir)/volume_io/Include \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
11 -I$(top_srcdir)/volume_io/Include \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
12 -I$(top_srcdir)/progs/Proglib |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
13 |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
14 # Headers which must be installed. |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
15 # |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
16 include_HEADERS = \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
17 libsrc/minc.h \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
18 libsrc/ParseArgv.h \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
19 libsrc/voxel_loop.h \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
20 libsrc/nd_loop.h \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
21 libsrc/time_stamp.h \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
22 volume_io/Include/volume_io.h |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
23 |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
24 include_volume_iodir = $(includedir)/volume_io |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
25 |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
26 include_volume_io_HEADERS = \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
27 volume_io/Include/alloc.h \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
28 volume_io/Include/arrays.h \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
29 volume_io/Include/basic.h \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
30 volume_io/Include/def_math.h \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
31 volume_io/Include/files.h \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
32 volume_io/Include/geom_structs.h \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
33 volume_io/Include/geometry.h \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
34 volume_io/Include/internal_volume_io.h \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
35 volume_io/Include/multidim.h \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
36 volume_io/Include/progress.h \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
37 volume_io/Include/string_funcs.h \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
38 volume_io/Include/system_dependent.h \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
39 volume_io/Include/transforms.h \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
40 volume_io/Include/vol_io_prototypes.h \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
41 volume_io/Include/volume.h \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
42 volume_io/Include/volume_cache.h |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
43 |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
44 # 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
|
45 # not part of the installation. |
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 noinst_HEADERS = \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
48 libsrc/minc_basic.h \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
49 libsrc/minc_private.h \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
50 libsrc/minc_routines.h \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
51 libsrc/minc_structures.h \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
52 libsrc/minc_useful.h \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
53 libsrc/minc_varlists.h \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
54 libsrc/type_limits.h \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
55 progs/Proglib/convert_origin_to_start.h \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
56 progs/Proglib/minc_def.h \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
57 progs/Proglib/vax_conversions.h \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
58 progs/minccalc/errx.h \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
59 progs/minccalc/node.h \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
60 progs/minccalc/y.tab.h \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
61 progs/mincresample/mincresample.h \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
62 progs/mincreshape/mincreshape.h |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
63 |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
64 # Libraries which must be built and installed. |
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 lib_LTLIBRARIES = libminc.la libvolume_io.la |
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 # 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
|
69 # |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
70 dist_bin_SCRIPTS = \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
71 progs/mincdiff/mincdiff \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
72 progs/mincedit/mincedit \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
73 progs/mincheader/mincheader \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
74 progs/mincview/mincview |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
75 |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
76 |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
77 # Programs we build and install. |
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 bin_PROGRAMS = \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
80 voxeltoworld \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
81 worldtovoxel \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
82 minc_modify_header \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
83 mincaverage \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
84 minccalc \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
85 mincconcat \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
86 minccopy \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
87 mincexpand \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
88 mincextract \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
89 mincinfo \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
90 minclookup \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
91 mincmakescalar \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
92 mincmakevector \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
93 mincmath \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
94 mincresample \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
95 mincreshape \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
96 mincstats \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
97 minctoraw \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
98 invert_raw_image \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
99 mincwindow \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
100 rawtominc \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
101 transformtags \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
102 xfmconcat \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
103 xfminvert |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
104 |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
105 noinst_PROGRAMS = \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
106 mincexample1 \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
107 mincexample2 |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
108 |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
109 LDADD = libvolume_io.la libminc.la |
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 EXTRA_DIST = $(m4_files) libsrc/strdup.c |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
112 |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
113 m4_files = \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
114 m4/mni_REQUIRE_LIB.m4 \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
115 m4/mni_REQUIRE_MNILIBS.m4 \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
116 m4/mni_REQUIRE_OPENINVENTOR.m4 \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
117 m4/mni_cxx_have_koenig_lookup.m4 \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
118 m4/smr_CGAL_MAKEFILE.m4 \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
119 m4/smr_OPTIONAL_LIB.m4 \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
120 m4/smr_REQUIRED_LIB.m4 \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
121 m4/smr_WITH_BUILD_PATH.m4 |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
122 |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
123 |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
124 voxeltoworld_SOURCES = progs/coordinates/voxeltoworld.c |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
125 |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
126 worldtovoxel_SOURCES = progs/coordinates/worldtovoxel.c |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
127 |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
128 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
|
129 |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
130 mincaverage_SOURCES = progs/mincaverage/mincaverage.c |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
131 |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
132 minccalc_CFLAGS = -Iprogs/minccalc -I$(srcdir)/progs/minccalc |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
133 minccalc_SOURCES = \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
134 progs/minccalc/minccalc.c \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
135 progs/minccalc/gram.y \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
136 progs/minccalc/eval.c \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
137 progs/minccalc/ident.c \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
138 progs/minccalc/lex.l \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
139 progs/minccalc/node.c \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
140 progs/minccalc/optim.c \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
141 progs/minccalc/scalar.c \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
142 progs/minccalc/sym.c \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
143 progs/minccalc/vector.c |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
144 |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
145 mincconcat_SOURCES = progs/mincconcat/mincconcat.c |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
146 |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
147 minccopy_SOURCES = progs/minccopy/minccopy.c |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
148 |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
149 mincexample1_SOURCES = progs/mincexample/mincexample1.c |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
150 |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
151 mincexample2_SOURCES = progs/mincexample/mincexample2.c |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
152 |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
153 mincexpand_SOURCES = progs/mincexpand/mincexpand.c |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
154 |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
155 mincextract_SOURCES = progs/mincextract/mincextract.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 mincinfo_SOURCES = progs/mincinfo/mincinfo.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 minclookup_SOURCES = progs/minclookup/minclookup.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 mincmakescalar_SOURCES = progs/mincmakescalar/mincmakescalar.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 mincmakevector_SOURCES = progs/mincmakevector/mincmakevector.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 mincmath_SOURCES = progs/mincmath/mincmath.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 mincresample_SOURCES = \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
168 progs/mincresample/mincresample.c \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
169 progs/mincresample/resample_volumes.c \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
170 progs/Proglib/convert_origin_to_start.c |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
171 |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
172 mincreshape_SOURCES = \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
173 progs/mincreshape/mincreshape.c \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
174 progs/mincreshape/copy_data.c |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
175 |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
176 mincstats_SOURCES = progs/mincstats/mincstats.c |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
177 |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
178 minctoraw_SOURCES = progs/minctoraw/minctoraw.c |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
179 |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
180 invert_raw_image_SOURCES = progs/mincview/invert_raw_image.c |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
181 |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
182 mincwindow_SOURCES = progs/mincwindow/mincwindow.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 rawtominc_SOURCES = \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
185 progs/rawtominc/rawtominc.c \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
186 progs/Proglib/convert_origin_to_start.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 transformtags_SOURCES = progs/xfm/transformtags.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 xfmconcat_SOURCES = progs/xfm/xfmconcat.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 xfminvert_SOURCES = progs/xfm/xfminvert.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 libminc_la_LDFLAGS = -version-info 0:0:0 |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
195 libminc_la_SOURCES = \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
196 libsrc/ParseArgv.c \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
197 libsrc/dim_conversion.c \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
198 libsrc/image_conversion.c \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
199 libsrc/minc_convenience.c \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
200 libsrc/minc_error.c \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
201 libsrc/minc_globdef.c \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
202 libsrc/nd_loop.c \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
203 libsrc/netcdf_convenience.c \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
204 libsrc/time_stamp.c \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
205 libsrc/value_conversion.c \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
206 libsrc/voxel_loop.c |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
207 |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
208 libvolume_io_la_LDFLAGS = -version-info 0:0:0 |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
209 libvolume_io_la_SOURCES = \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
210 volume_io/Geometry/colour.c \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
211 volume_io/Geometry/colour_def.c \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
212 volume_io/Geometry/gaussian.c \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
213 volume_io/Geometry/inverse.c \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
214 volume_io/Geometry/newton.c \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
215 volume_io/Geometry/points.c \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
216 volume_io/Geometry/splines.c \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
217 volume_io/Geometry/tensors.c \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
218 volume_io/Geometry/transforms.c \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
219 volume_io/MNI_formats/gen_xf_io.c \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
220 volume_io/MNI_formats/gen_xfs.c \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
221 volume_io/MNI_formats/grid_transforms.c \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
222 volume_io/MNI_formats/mni_io.c \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
223 volume_io/MNI_formats/tag_points.c \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
224 volume_io/MNI_formats/thin_plate_spline.c \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
225 volume_io/Prog_utils/alloc.c \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
226 volume_io/Prog_utils/alloc_check.c \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
227 volume_io/Prog_utils/arrays.c \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
228 volume_io/Prog_utils/files.c \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
229 volume_io/Prog_utils/print.c \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
230 volume_io/Prog_utils/progress.c \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
231 volume_io/Prog_utils/string.c \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
232 volume_io/Prog_utils/time.c \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
233 volume_io/Volumes/evaluate.c \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
234 volume_io/Volumes/get_hyperslab.c \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
235 volume_io/Volumes/input_free.c \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
236 volume_io/Volumes/input_mnc.c \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
237 volume_io/Volumes/input_volume.c \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
238 volume_io/Volumes/multidim_arrays.c \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
239 volume_io/Volumes/output_mnc.c \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
240 volume_io/Volumes/output_volume.c \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
241 volume_io/Volumes/set_hyperslab.c \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
242 volume_io/Volumes/volume_cache.c \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
243 volume_io/Volumes/volumes.c |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
244 |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
245 # MAN pages go here. |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
246 # Using "dist_" should force them to be added the distribution. |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
247 # |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
248 dist_man1_MANS = \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
249 progs/minc_modify_header/minc_modify_header.man1 \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
250 progs/mincaverage/mincaverage.man1 \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
251 progs/minccalc/minccalc.man1 \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
252 progs/mincconcat/mincconcat.man1 \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
253 progs/mincexpand/mincexpand.man1 \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
254 progs/mincheader/mincheader.man1 \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
255 progs/mincinfo/mincinfo.man1 \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
256 progs/minclookup/minclookup.man1 \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
257 progs/mincmakescalar/mincmakescalar.man1 \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
258 progs/mincmakevector/mincmakevector.man1 \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
259 progs/mincmath/mincmath.man1 \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
260 progs/mincresample/mincresample.man1 \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
261 progs/mincreshape/mincreshape.man1 \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
262 progs/mincstats/mincstats.man1 \ |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
263 progs/rawtominc/rawtominc.man1 |
c460bf395a07
Update build system to use automake and libtool.
stever <stever>
parents:
diff
changeset
|
264 |