[go: up one dir, main page]

Menu

[r999]: / libmona / src / Makefile.am  Maximize  Restore  History

Download this file

168 lines (111 with data), 3.5 kB

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
if BUILD_TIFFIO_PLUGINS
tiff_PROGS=\
mona-prob2color \
tiff-compose
endif
mona_PROGS=mona-2dimagefilter \
mona-multihisto \
mona-kmeans \
mona-remap \
mona-binarize \
mona-segment2dahmed\
mona-segment3dahmed \
mona-crop3d \
mona-croproi \
mona-downscale3d \
mona-distance2d \
mona-imagestackto3d \
mona-segment2d \
mona-segment3d \
mona-cmeans \
mona-cmeans-old \
mona-2dstackfilter \
mona-raw2volume \
mona-3dto2dimage \
mona-2dimagefilterstack \
mona-maskdentine \
mona-border2d \
mona-count-pixels \
mona-cmeans2 \
mona-labelsort \
mona-combineimages \
mona-intensity-projection \
mona-filenumber-pattern \
mona-disttrans3d \
mona-dist2ascii \
mona-distance3d \
mona-crispSegmentation \
mona-vfconvert \
mona-meshconvert \
mona-imageconvert \
mona-imagefilter \
mona-meshstats \
mona-imagestats \
mona-mask \
mona-gethisto \
mona-getmtr \
mona-autoadjust \
mona-deform3d \
mona-defmod \
mona-imageselect \
mona-regiongrow
bin_SCRIPTS=mona-anahisto.py
EXTRA_DIST=$(bin_SCRIPTS)
bin_PROGRAMS=$(mona_PROGS) $(tiff_PROGS)
INCLUDES = -I$(top_srcdir)
LDADD = $(top_builddir)/libmona/libmona.la
mona_2dimagefilter_SOURCES=2dimagefilter.cc
mona_2dimagefilterstack_SOURCES=2dimagefilterstack.cc
mona_multihisto_SOURCES=multi-histo.cc
mona_kmeans_SOURCES=kmeans.cc
mona_remap_SOURCES=remap.cc
mona_binarize_SOURCES=binarize.cc
mona_segment2dahmed_SOURCES=segment2dahmed.cc
mona_crop3d_SOURCES = crop3d.cc
mona_croproi_SOURCES = croproi.cc
mona_downscale3d_SOURCES = downscale3d.cc
mona_imagestackto3d_SOURCES = imgstackto3d.cc
mona_segment2d_SOURCES=segment2d.cc
mona_segment3dahmed_SOURCES=segment3dahmed.cc
mona_segment3d_SOURCES = segment3d.cc fuzzyCluster3d.hh fuzzyClusterSolverCG.cc fuzzyClusterSolverCG.hh
mona_cmeans_SOURCES=cmeans.cc
mona_cmeans_LDFLAGS = @BLAS_LIBS@
mona_cmeans_old_SOURCES=cmeans_old.cc
mona_cmeans2_SOURCES=cmeansa.cc
mona_2dstackfilter_SOURCES=2dstackfilter.cc
mona_raw2volume_SOURCES=raw2volume.cc
mona_3dto2dimage_SOURCES=3d22dimage.cc
mona_maskdentine_SOURCES= get_reminder.cc
mona_border2d_SOURCES=borderpixel.cc
mona_count_pixels_SOURCES=count_pixels.cc
mona_distance2d_SOURCES = distance2d.cc
mona_labelsort_SOURCES=labelsort.cc
mona_combineimages_SOURCES = combine.cc
mona_intensity_projection_SOURCES = oprojection.cc
mona_filenumber_pattern_SOURCES= filenumber_pattern.cc
#mona_substract_freq_SOURCES=substract_freq.cc
#mona_substract_freq_LDFLAGS= $(top_builddir)/libmona/libmona.la@FFTW3_LIBS@
if BUILD_TIFFIO_PLUGINS
tiff_compose_SOURCES= color-compose.cc
tiff_compose_LDFLAGS= @TIFF_LIB@
mona_prob2color_SOURCES=map2col.cc
mona_prob2color_LDFLAGS= @TIFF_LIB@
endif
mona_disttrans3d_SOURCES= stackdt.cc
mona_dist2ascii_SOURCES= dist2ascii.cc
mona_distance3d_SOURCES = distance3d.cc
mona_getmtr_SOURCES = getmtr.cc
mona_gethisto_SOURCES = gethisto.cc
mona_crispSegmentation_SOURCES = crispSegmentation.cc
mona_vfconvert_SOURCES = vfconvert.cc
mona_meshconvert_SOURCES = meshconvert.cc
mona_defmod_SOURCES = defmod.cc
mona_mask_SOURCES = mask.cc
mona_deform3d_SOURCES = deform3d.cc
mona_meshstats_SOURCES = meshstats.cc
mona_imagestats_SOURCES = imagestats.cc
mona_autoadjust_SOURCES = autoadjust.cc adjuster.hh adjuster.cc ImageStatistics.hh ImageStatistics.cc
mona_imageconvert_SOURCES = imageconvert.cc
mona_imagefilter_SOURCES = imagefilter.cc
mona_imageselect_SOURCES = imageselect.cc
mona_regiongrow_SOURCES = regiongrow.cc