1# Makefile.in generated by automake 1.16.1 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2018 Free Software Foundation, Inc.
5
6# This Makefile.in is free software; the Free Software Foundation
7# gives unlimited permission to copy and/or distribute it,
8# with or without modifications, as long as this notice is preserved.
9
10# This program is distributed in the hope that it will be useful,
11# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13# PARTICULAR PURPOSE.
14
15@SET_MAKE@
16
17# Gnumeric's Makefile.am
18# Author: Miguel de Icaza (miguel@kernel.org)
19
20
21
22
23VPATH = @srcdir@
24am__is_gnu_make = { \
25  if test -z '$(MAKELEVEL)'; then \
26    false; \
27  elif test -n '$(MAKE_HOST)'; then \
28    true; \
29  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
30    true; \
31  else \
32    false; \
33  fi; \
34}
35am__make_running_with_option = \
36  case $${target_option-} in \
37      ?) ;; \
38      *) echo "am__make_running_with_option: internal error: invalid" \
39              "target option '$${target_option-}' specified" >&2; \
40         exit 1;; \
41  esac; \
42  has_opt=no; \
43  sane_makeflags=$$MAKEFLAGS; \
44  if $(am__is_gnu_make); then \
45    sane_makeflags=$$MFLAGS; \
46  else \
47    case $$MAKEFLAGS in \
48      *\\[\ \	]*) \
49        bs=\\; \
50        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
51          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
52    esac; \
53  fi; \
54  skip_next=no; \
55  strip_trailopt () \
56  { \
57    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
58  }; \
59  for flg in $$sane_makeflags; do \
60    test $$skip_next = yes && { skip_next=no; continue; }; \
61    case $$flg in \
62      *=*|--*) continue;; \
63        -*I) strip_trailopt 'I'; skip_next=yes;; \
64      -*I?*) strip_trailopt 'I';; \
65        -*O) strip_trailopt 'O'; skip_next=yes;; \
66      -*O?*) strip_trailopt 'O';; \
67        -*l) strip_trailopt 'l'; skip_next=yes;; \
68      -*l?*) strip_trailopt 'l';; \
69      -[dEDm]) skip_next=yes;; \
70      -[JT]) skip_next=yes;; \
71    esac; \
72    case $$flg in \
73      *$$target_option*) has_opt=yes; break;; \
74    esac; \
75  done; \
76  test $$has_opt = yes
77am__make_dryrun = (target_option=n; $(am__make_running_with_option))
78am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
79pkgdatadir = $(datadir)/@PACKAGE@
80pkgincludedir = $(includedir)/@PACKAGE@
81pkglibdir = $(libdir)/@PACKAGE@
82pkglibexecdir = $(libexecdir)/@PACKAGE@
83am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
84install_sh_DATA = $(install_sh) -c -m 644
85install_sh_PROGRAM = $(install_sh) -c
86install_sh_SCRIPT = $(install_sh) -c
87INSTALL_HEADER = $(INSTALL_DATA)
88transform = $(program_transform_name)
89NORMAL_INSTALL = :
90PRE_INSTALL = :
91POST_INSTALL = :
92NORMAL_UNINSTALL = :
93PRE_UNINSTALL = :
94POST_UNINSTALL = :
95build_triplet = @build@
96host_triplet = @host@
97bin_PROGRAMS = $(am__EXEEXT_1) ssconvert$(EXEEXT) ssindex$(EXEEXT) \
98	ssgrep$(EXEEXT) ssdiff$(EXEEXT)
99check_PROGRAMS =
100noinst_PROGRAMS = sstest$(EXEEXT)
101@WITH_GTK_TRUE@am__append_1 = gnumeric
102@WITH_GTK_TRUE@am__append_2 = $(widgets_SOURCES)
103@WITH_GTK_FALSE@am__append_3 = $(widgets_SOURCES)
104@WITH_NATIVE_WIN32_TRUE@am__append_4 = gnumeric_rc.o
105@WITH_NATIVE_WIN32_TRUE@am__append_5 = -mwindows -Wl,--stack,0x4000000
106@WITH_NATIVE_WIN32_TRUE@am__append_6 = -mconsole -Wl,--stack,0x4000000
107@WITH_NATIVE_WIN32_TRUE@am__append_7 = -mconsole
108@WITH_NATIVE_WIN32_TRUE@am__append_8 = -mconsole
109@WITH_NATIVE_WIN32_FALSE@libspreadsheet_la_DEPENDENCIES =  \
110@WITH_NATIVE_WIN32_FALSE@	$(am__DEPENDENCIES_1) \
111@WITH_NATIVE_WIN32_FALSE@	$(am__DEPENDENCIES_1)
112@WITH_NATIVE_WIN32_TRUE@am__append_9 = -no-undefined -export-symbols libspreadsheet.def
113@HAVE_INTROSPECTION_TRUE@am__append_10 = Gnm-@GNUMERIC_API_VER@.gir
114@HAVE_INTROSPECTION_TRUE@am__append_11 = $(gir_DATA) $(typelibs_DATA)
115subdir = src
116ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
117am__aclocal_m4_deps = $(top_srcdir)/m4/ax_is_release.m4 \
118	$(top_srcdir)/m4/glib-gettext.m4 $(top_srcdir)/m4/gsettings.m4 \
119	$(top_srcdir)/m4/gtk-doc.m4 $(top_srcdir)/m4/intltool.m4 \
120	$(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
121	$(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
122	$(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/nls.m4 \
123	$(top_srcdir)/m4/pkg.m4 $(top_srcdir)/m4/yelp.m4 \
124	$(top_srcdir)/configure.ac
125am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
126	$(ACLOCAL_M4)
127DIST_COMMON = $(srcdir)/Makefile.am $(libspreadsheet_include_HEADERS) \
128	$(noinst_HEADERS) $(tools_HEADERS) $(widgets_HEADERS) \
129	$(am__DIST_COMMON)
130mkinstalldirs = $(install_sh) -d
131CONFIG_HEADER = $(top_builddir)/gnumeric-config.h \
132	$(top_builddir)/gnumeric-features.h
133CONFIG_CLEAN_FILES =
134CONFIG_CLEAN_VPATH_FILES =
135@WITH_GTK_TRUE@am__EXEEXT_1 = gnumeric$(EXEEXT)
136am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(libdir)" \
137	"$(DESTDIR)$(girdir)" "$(DESTDIR)$(typelibsdir)" \
138	"$(DESTDIR)$(libspreadsheet_includedir)" \
139	"$(DESTDIR)$(toolsdir)" "$(DESTDIR)$(widgetsdir)"
140PROGRAMS = $(bin_PROGRAMS) $(noinst_PROGRAMS)
141am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
142am__vpath_adj = case $$p in \
143    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
144    *) f=$$p;; \
145  esac;
146am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
147am__install_max = 40
148am__nobase_strip_setup = \
149  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
150am__nobase_strip = \
151  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
152am__nobase_list = $(am__nobase_strip_setup); \
153  for p in $$list; do echo "$$p $$p"; done | \
154  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
155  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
156    if (++n[$$2] == $(am__install_max)) \
157      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
158    END { for (dir in files) print dir, files[dir] }'
159am__base_list = \
160  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
161  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
162am__uninstall_files_from_dir = { \
163  test -z "$$files" \
164    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
165    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
166         $(am__cd) "$$dir" && rm -f $$files; }; \
167  }
168LTLIBRARIES = $(lib_LTLIBRARIES)
169am__DEPENDENCIES_1 =
170am__libspreadsheet_la_SOURCES_DIST = go-val.h go-val.c goffice-data.h \
171	go-data-cache-source.c go-data-cache-source.h \
172	go-data-cache-impl.h go-data-cache.h go-data-cache.c \
173	go-data-cache-field-impl.h go-data-cache-field.h \
174	go-data-cache-field.c go-data-slicer-impl.h go-data-slicer.h \
175	go-data-slicer.c go-data-slicer-field-impl.h \
176	go-data-slicer-field.h go-data-slicer-field.c \
177	gnm-data-cache-source.h gnm-data-cache-source.c \
178	gnm-sheet-slicer.h gnm-sheet-slicer.c gnm-sheet-slicer-combo.h \
179	gnm-sheet-slicer-combo.c gnm-cell-combo.h gnm-cell-combo.c \
180	gnm-marshalers.c application.c auto-format.c cell-draw.c \
181	cell.c cellspan.c clipboard.c cmd-edit.c collect.c colrow.c \
182	command-context-stderr.c command-context.c commands.c \
183	complete-sheet.c complete.c complex.c consolidate.c criteria.c \
184	dependent.c expr-deriv.c expr-name.c expr.c file-autoft.c \
185	format-template.c func-builtin.c func.c gnm-commands-slicer.c \
186	gnm-datetime.c gnm-format.c gnm-graph-window.c gnm-pane-impl.h \
187	gnm-pane.c gnm-plugin.c gnm-random.c gnm-so-filled.c \
188	gnm-so-line.c gnm-so-path.c gnm-so-polygon.c gnumeric-conf.c \
189	gnumeric-simple-canvas.c graph.c gui-clipboard.c gui-file.c \
190	gui-util.c gutils.c history.c hlink.c input-msg.c item-bar.c \
191	item-cursor.c item-edit.c item-grid.c libgnumeric.c mathfunc.c \
192	mstyle.c number-match.c outoflinedocs.c parse-util.c parser.y \
193	pattern.c position.c preview-grid-impl.h preview-grid.c \
194	print-cell.c print-info.c print.c rangefunc-strings.c \
195	rangefunc.c ranges.c rendered-value.c search.c selection.c \
196	session.c sf-bessel.c sf-dpq.c sf-gamma.c sf-trig.c \
197	sheet-autofill.c sheet-conditions.c sheet-control-gui.c \
198	sheet-control.c sheet-diff.c sheet-filter.c sheet-merge.c \
199	sheet-object-cell-comment.c sheet-object-component.c \
200	sheet-object-graph.c sheet-object-image.c \
201	sheet-object-widget.c sheet-object.c sheet-style.c \
202	sheet-utils.c sheet-view.c sheet.c sort.c stf-export.c \
203	stf-parse.c stf.c style-border.c style-color.c \
204	style-conditions.c style.c undo.c validation.c value-sheet.c \
205	value.c wbc-gtk-actions.c wbc-gtk-edit.c wbc-gtk.c \
206	workbook-cmd-format.c workbook-control.c workbook-view.c \
207	workbook.c xml-sax-read.c xml-sax-write.c \
208	dialogs/dao-gui-utils.c dialogs/dialog-about.c \
209	dialogs/dialog-advanced-filter.c \
210	dialogs/dialog-analysis-tools.c \
211	dialogs/dialog-analysis-tool-chi-squared.c \
212	dialogs/dialog-analysis-tool-frequency.c \
213	dialogs/dialog-analysis-tool-kaplan-meier.c \
214	dialogs/dialog-analysis-tool-normality.c \
215	dialogs/dialog-analysis-tool-one-mean.c \
216	dialogs/dialog-analysis-tool-principal-components.c \
217	dialogs/dialog-analysis-tool-sign-test.c \
218	dialogs/dialog-analysis-tool-wilcoxon-mann-whitney.c \
219	dialogs/dialog-autofilter.c dialogs/dialog-autoformat.c \
220	dialogs/dialog-autosave.c dialogs/dialog-cell-comment.c \
221	dialogs/dialog-cell-format.c dialogs/dialog-cell-format-cond.c \
222	dialogs/dialog-cell-sort.c dialogs/dialog-col-width.c \
223	dialogs/dialog-col-row.c dialogs/dialog-consolidate.c \
224	dialogs/dialog-data-slicer.c dialogs/dialog-data-table.c \
225	dialogs/dialog-fill-series.c dialogs/dialog-function-select.c \
226	dialogs/dialog-formula-guru.c dialogs/dialog-goal-seek.c \
227	dialogs/dialog-goto-cell.c dialogs/dialog-hyperlink.c \
228	dialogs/dialog-insert-cells.c dialogs/dialog-define-names.c \
229	dialogs/dialog-delete-cells.c dialogs/dialog-merge.c \
230	dialogs/dialog-password.c dialogs/dialog-paste-special.c \
231	dialogs/dialog-plugin-manager.c dialogs/dialog-preferences.c \
232	dialogs/dialog-random-generator.c \
233	dialogs/dialog-random-generator-cor.c dialogs/dialog-recent.c \
234	dialogs/dialog-row-height.c dialogs/dialog-quit.c \
235	dialogs/dialog-scenarios.c dialogs/dialog-search.c \
236	dialogs/dialog-search-replace.c dialogs/dialog-sheet-compare.c \
237	dialogs/dialog-sheet-order.c dialogs/dialog-sheet-rename.c \
238	dialogs/dialog-sheet-resize.c \
239	dialogs/dialog-sheetobject-size.c dialogs/dialog-shuffle.c \
240	dialogs/dialog-simulation.c dialogs/dialog-so-list.c \
241	dialogs/dialog-so-styled.c dialogs/dialog-solver.c \
242	dialogs/dialog-stf.c dialogs/dialog-stf-main-page.c \
243	dialogs/dialog-stf-csv-page.c dialogs/dialog-stf-fixed-page.c \
244	dialogs/dialog-stf-format-page.c dialogs/dialog-stf-preview.c \
245	dialogs/dialog-stf-export.c dialogs/dialog-tabulate.c \
246	dialogs/dialog-doc-metadata.c dialogs/dialog-view.c \
247	dialogs/dialog-workbook-attr.c dialogs/dialog-zoom.c \
248	dialogs/dialog-printer-setup.c tools/analysis-anova.c \
249	tools/analysis-auto-expression.c tools/analysis-chi-squared.c \
250	tools/analysis-exp-smoothing.c tools/analysis-frequency.c \
251	tools/analysis-histogram.c tools/analysis-kaplan-meier.c \
252	tools/analysis-normality.c tools/analysis-one-mean-test.c \
253	tools/analysis-principal-components.c \
254	tools/analysis-sign-test.c tools/analysis-signed-rank-test.c \
255	tools/analysis-tools.c tools/analysis-wilcoxon-mann-whitney.c \
256	tools/auto-correct.c tools/dao.c tools/data-shuffling.c \
257	tools/fill-series.c tools/filter.c tools/gnm-solver.c \
258	tools/goal-seek.c tools/random-generator-cor.c \
259	tools/random-generator.c tools/scenarios.c tools/simulation.c \
260	tools/tabulate.c widgets/gnm-dao.c widgets/gnm-fontbutton.c \
261	widgets/gnm-format-sel.c widgets/gnm-notebook.c \
262	widgets/gnm-radiobutton.c widgets/gnm-cell-combo-view.c \
263	widgets/gnm-filter-combo-view.c \
264	widgets/gnm-validation-combo-view.c widgets/gnm-sheet-sel.c \
265	widgets/gnm-sheet-slicer-combo-view.c \
266	widgets/gnm-so-anchor-mode-chooser.c \
267	widgets/gnm-workbook-sel.c widgets/gnm-cell-renderer-text.c \
268	widgets/gnm-cell-renderer-expr-entry.c \
269	widgets/gnm-cell-renderer-toggle.c \
270	widgets/gnm-dashed-canvas-line.c widgets/gnm-expr-entry.c \
271	widgets/gnm-text-view.c
272am__dirstamp = $(am__leading_dot)dirstamp
273am__objects_1 = dialogs/libspreadsheet_la-dao-gui-utils.lo \
274	dialogs/libspreadsheet_la-dialog-about.lo \
275	dialogs/libspreadsheet_la-dialog-advanced-filter.lo \
276	dialogs/libspreadsheet_la-dialog-analysis-tools.lo \
277	dialogs/libspreadsheet_la-dialog-analysis-tool-chi-squared.lo \
278	dialogs/libspreadsheet_la-dialog-analysis-tool-frequency.lo \
279	dialogs/libspreadsheet_la-dialog-analysis-tool-kaplan-meier.lo \
280	dialogs/libspreadsheet_la-dialog-analysis-tool-normality.lo \
281	dialogs/libspreadsheet_la-dialog-analysis-tool-one-mean.lo \
282	dialogs/libspreadsheet_la-dialog-analysis-tool-principal-components.lo \
283	dialogs/libspreadsheet_la-dialog-analysis-tool-sign-test.lo \
284	dialogs/libspreadsheet_la-dialog-analysis-tool-wilcoxon-mann-whitney.lo \
285	dialogs/libspreadsheet_la-dialog-autofilter.lo \
286	dialogs/libspreadsheet_la-dialog-autoformat.lo \
287	dialogs/libspreadsheet_la-dialog-autosave.lo \
288	dialogs/libspreadsheet_la-dialog-cell-comment.lo \
289	dialogs/libspreadsheet_la-dialog-cell-format.lo \
290	dialogs/libspreadsheet_la-dialog-cell-format-cond.lo \
291	dialogs/libspreadsheet_la-dialog-cell-sort.lo \
292	dialogs/libspreadsheet_la-dialog-col-width.lo \
293	dialogs/libspreadsheet_la-dialog-col-row.lo \
294	dialogs/libspreadsheet_la-dialog-consolidate.lo \
295	dialogs/libspreadsheet_la-dialog-data-slicer.lo \
296	dialogs/libspreadsheet_la-dialog-data-table.lo \
297	dialogs/libspreadsheet_la-dialog-fill-series.lo \
298	dialogs/libspreadsheet_la-dialog-function-select.lo \
299	dialogs/libspreadsheet_la-dialog-formula-guru.lo \
300	dialogs/libspreadsheet_la-dialog-goal-seek.lo \
301	dialogs/libspreadsheet_la-dialog-goto-cell.lo \
302	dialogs/libspreadsheet_la-dialog-hyperlink.lo \
303	dialogs/libspreadsheet_la-dialog-insert-cells.lo \
304	dialogs/libspreadsheet_la-dialog-define-names.lo \
305	dialogs/libspreadsheet_la-dialog-delete-cells.lo \
306	dialogs/libspreadsheet_la-dialog-merge.lo \
307	dialogs/libspreadsheet_la-dialog-password.lo \
308	dialogs/libspreadsheet_la-dialog-paste-special.lo \
309	dialogs/libspreadsheet_la-dialog-plugin-manager.lo \
310	dialogs/libspreadsheet_la-dialog-preferences.lo \
311	dialogs/libspreadsheet_la-dialog-random-generator.lo \
312	dialogs/libspreadsheet_la-dialog-random-generator-cor.lo \
313	dialogs/libspreadsheet_la-dialog-recent.lo \
314	dialogs/libspreadsheet_la-dialog-row-height.lo \
315	dialogs/libspreadsheet_la-dialog-quit.lo \
316	dialogs/libspreadsheet_la-dialog-scenarios.lo \
317	dialogs/libspreadsheet_la-dialog-search.lo \
318	dialogs/libspreadsheet_la-dialog-search-replace.lo \
319	dialogs/libspreadsheet_la-dialog-sheet-compare.lo \
320	dialogs/libspreadsheet_la-dialog-sheet-order.lo \
321	dialogs/libspreadsheet_la-dialog-sheet-rename.lo \
322	dialogs/libspreadsheet_la-dialog-sheet-resize.lo \
323	dialogs/libspreadsheet_la-dialog-sheetobject-size.lo \
324	dialogs/libspreadsheet_la-dialog-shuffle.lo \
325	dialogs/libspreadsheet_la-dialog-simulation.lo \
326	dialogs/libspreadsheet_la-dialog-so-list.lo \
327	dialogs/libspreadsheet_la-dialog-so-styled.lo \
328	dialogs/libspreadsheet_la-dialog-solver.lo \
329	dialogs/libspreadsheet_la-dialog-stf.lo \
330	dialogs/libspreadsheet_la-dialog-stf-main-page.lo \
331	dialogs/libspreadsheet_la-dialog-stf-csv-page.lo \
332	dialogs/libspreadsheet_la-dialog-stf-fixed-page.lo \
333	dialogs/libspreadsheet_la-dialog-stf-format-page.lo \
334	dialogs/libspreadsheet_la-dialog-stf-preview.lo \
335	dialogs/libspreadsheet_la-dialog-stf-export.lo \
336	dialogs/libspreadsheet_la-dialog-tabulate.lo \
337	dialogs/libspreadsheet_la-dialog-doc-metadata.lo \
338	dialogs/libspreadsheet_la-dialog-view.lo \
339	dialogs/libspreadsheet_la-dialog-workbook-attr.lo \
340	dialogs/libspreadsheet_la-dialog-zoom.lo \
341	dialogs/libspreadsheet_la-dialog-printer-setup.lo
342am__objects_2 = tools/libspreadsheet_la-analysis-anova.lo \
343	tools/libspreadsheet_la-analysis-auto-expression.lo \
344	tools/libspreadsheet_la-analysis-chi-squared.lo \
345	tools/libspreadsheet_la-analysis-exp-smoothing.lo \
346	tools/libspreadsheet_la-analysis-frequency.lo \
347	tools/libspreadsheet_la-analysis-histogram.lo \
348	tools/libspreadsheet_la-analysis-kaplan-meier.lo \
349	tools/libspreadsheet_la-analysis-normality.lo \
350	tools/libspreadsheet_la-analysis-one-mean-test.lo \
351	tools/libspreadsheet_la-analysis-principal-components.lo \
352	tools/libspreadsheet_la-analysis-sign-test.lo \
353	tools/libspreadsheet_la-analysis-signed-rank-test.lo \
354	tools/libspreadsheet_la-analysis-tools.lo \
355	tools/libspreadsheet_la-analysis-wilcoxon-mann-whitney.lo \
356	tools/libspreadsheet_la-auto-correct.lo \
357	tools/libspreadsheet_la-dao.lo \
358	tools/libspreadsheet_la-data-shuffling.lo \
359	tools/libspreadsheet_la-fill-series.lo \
360	tools/libspreadsheet_la-filter.lo \
361	tools/libspreadsheet_la-gnm-solver.lo \
362	tools/libspreadsheet_la-goal-seek.lo \
363	tools/libspreadsheet_la-random-generator-cor.lo \
364	tools/libspreadsheet_la-random-generator.lo \
365	tools/libspreadsheet_la-scenarios.lo \
366	tools/libspreadsheet_la-simulation.lo \
367	tools/libspreadsheet_la-tabulate.lo
368am__objects_3 = widgets/libspreadsheet_la-gnm-dao.lo \
369	widgets/libspreadsheet_la-gnm-fontbutton.lo \
370	widgets/libspreadsheet_la-gnm-format-sel.lo \
371	widgets/libspreadsheet_la-gnm-notebook.lo \
372	widgets/libspreadsheet_la-gnm-radiobutton.lo \
373	widgets/libspreadsheet_la-gnm-cell-combo-view.lo \
374	widgets/libspreadsheet_la-gnm-filter-combo-view.lo \
375	widgets/libspreadsheet_la-gnm-validation-combo-view.lo \
376	widgets/libspreadsheet_la-gnm-sheet-sel.lo \
377	widgets/libspreadsheet_la-gnm-sheet-slicer-combo-view.lo \
378	widgets/libspreadsheet_la-gnm-so-anchor-mode-chooser.lo \
379	widgets/libspreadsheet_la-gnm-workbook-sel.lo \
380	widgets/libspreadsheet_la-gnm-cell-renderer-text.lo \
381	widgets/libspreadsheet_la-gnm-cell-renderer-expr-entry.lo \
382	widgets/libspreadsheet_la-gnm-cell-renderer-toggle.lo \
383	widgets/libspreadsheet_la-gnm-dashed-canvas-line.lo \
384	widgets/libspreadsheet_la-gnm-expr-entry.lo \
385	widgets/libspreadsheet_la-gnm-text-view.lo
386@WITH_GTK_TRUE@am__objects_4 = $(am__objects_3)
387am_libspreadsheet_la_OBJECTS = libspreadsheet_la-go-val.lo \
388	libspreadsheet_la-go-data-cache-source.lo \
389	libspreadsheet_la-go-data-cache.lo \
390	libspreadsheet_la-go-data-cache-field.lo \
391	libspreadsheet_la-go-data-slicer.lo \
392	libspreadsheet_la-go-data-slicer-field.lo \
393	libspreadsheet_la-gnm-data-cache-source.lo \
394	libspreadsheet_la-gnm-sheet-slicer.lo \
395	libspreadsheet_la-gnm-sheet-slicer-combo.lo \
396	libspreadsheet_la-gnm-cell-combo.lo \
397	libspreadsheet_la-gnm-marshalers.lo \
398	libspreadsheet_la-application.lo \
399	libspreadsheet_la-auto-format.lo \
400	libspreadsheet_la-cell-draw.lo libspreadsheet_la-cell.lo \
401	libspreadsheet_la-cellspan.lo libspreadsheet_la-clipboard.lo \
402	libspreadsheet_la-cmd-edit.lo libspreadsheet_la-collect.lo \
403	libspreadsheet_la-colrow.lo \
404	libspreadsheet_la-command-context-stderr.lo \
405	libspreadsheet_la-command-context.lo \
406	libspreadsheet_la-commands.lo \
407	libspreadsheet_la-complete-sheet.lo \
408	libspreadsheet_la-complete.lo libspreadsheet_la-complex.lo \
409	libspreadsheet_la-consolidate.lo libspreadsheet_la-criteria.lo \
410	libspreadsheet_la-dependent.lo libspreadsheet_la-expr-deriv.lo \
411	libspreadsheet_la-expr-name.lo libspreadsheet_la-expr.lo \
412	libspreadsheet_la-file-autoft.lo \
413	libspreadsheet_la-format-template.lo \
414	libspreadsheet_la-func-builtin.lo libspreadsheet_la-func.lo \
415	libspreadsheet_la-gnm-commands-slicer.lo \
416	libspreadsheet_la-gnm-datetime.lo \
417	libspreadsheet_la-gnm-format.lo \
418	libspreadsheet_la-gnm-graph-window.lo \
419	libspreadsheet_la-gnm-pane.lo libspreadsheet_la-gnm-plugin.lo \
420	libspreadsheet_la-gnm-random.lo \
421	libspreadsheet_la-gnm-so-filled.lo \
422	libspreadsheet_la-gnm-so-line.lo \
423	libspreadsheet_la-gnm-so-path.lo \
424	libspreadsheet_la-gnm-so-polygon.lo \
425	libspreadsheet_la-gnumeric-conf.lo \
426	libspreadsheet_la-gnumeric-simple-canvas.lo \
427	libspreadsheet_la-graph.lo libspreadsheet_la-gui-clipboard.lo \
428	libspreadsheet_la-gui-file.lo libspreadsheet_la-gui-util.lo \
429	libspreadsheet_la-gutils.lo libspreadsheet_la-history.lo \
430	libspreadsheet_la-hlink.lo libspreadsheet_la-input-msg.lo \
431	libspreadsheet_la-item-bar.lo libspreadsheet_la-item-cursor.lo \
432	libspreadsheet_la-item-edit.lo libspreadsheet_la-item-grid.lo \
433	libspreadsheet_la-libgnumeric.lo libspreadsheet_la-mathfunc.lo \
434	libspreadsheet_la-mstyle.lo libspreadsheet_la-number-match.lo \
435	libspreadsheet_la-outoflinedocs.lo \
436	libspreadsheet_la-parse-util.lo libspreadsheet_la-parser.lo \
437	libspreadsheet_la-pattern.lo libspreadsheet_la-position.lo \
438	libspreadsheet_la-preview-grid.lo \
439	libspreadsheet_la-print-cell.lo \
440	libspreadsheet_la-print-info.lo libspreadsheet_la-print.lo \
441	libspreadsheet_la-rangefunc-strings.lo \
442	libspreadsheet_la-rangefunc.lo libspreadsheet_la-ranges.lo \
443	libspreadsheet_la-rendered-value.lo \
444	libspreadsheet_la-search.lo libspreadsheet_la-selection.lo \
445	libspreadsheet_la-session.lo libspreadsheet_la-sf-bessel.lo \
446	libspreadsheet_la-sf-dpq.lo libspreadsheet_la-sf-gamma.lo \
447	libspreadsheet_la-sf-trig.lo \
448	libspreadsheet_la-sheet-autofill.lo \
449	libspreadsheet_la-sheet-conditions.lo \
450	libspreadsheet_la-sheet-control-gui.lo \
451	libspreadsheet_la-sheet-control.lo \
452	libspreadsheet_la-sheet-diff.lo \
453	libspreadsheet_la-sheet-filter.lo \
454	libspreadsheet_la-sheet-merge.lo \
455	libspreadsheet_la-sheet-object-cell-comment.lo \
456	libspreadsheet_la-sheet-object-component.lo \
457	libspreadsheet_la-sheet-object-graph.lo \
458	libspreadsheet_la-sheet-object-image.lo \
459	libspreadsheet_la-sheet-object-widget.lo \
460	libspreadsheet_la-sheet-object.lo \
461	libspreadsheet_la-sheet-style.lo \
462	libspreadsheet_la-sheet-utils.lo \
463	libspreadsheet_la-sheet-view.lo libspreadsheet_la-sheet.lo \
464	libspreadsheet_la-sort.lo libspreadsheet_la-stf-export.lo \
465	libspreadsheet_la-stf-parse.lo libspreadsheet_la-stf.lo \
466	libspreadsheet_la-style-border.lo \
467	libspreadsheet_la-style-color.lo \
468	libspreadsheet_la-style-conditions.lo \
469	libspreadsheet_la-style.lo libspreadsheet_la-undo.lo \
470	libspreadsheet_la-validation.lo \
471	libspreadsheet_la-value-sheet.lo libspreadsheet_la-value.lo \
472	libspreadsheet_la-wbc-gtk-actions.lo \
473	libspreadsheet_la-wbc-gtk-edit.lo libspreadsheet_la-wbc-gtk.lo \
474	libspreadsheet_la-workbook-cmd-format.lo \
475	libspreadsheet_la-workbook-control.lo \
476	libspreadsheet_la-workbook-view.lo \
477	libspreadsheet_la-workbook.lo \
478	libspreadsheet_la-xml-sax-read.lo \
479	libspreadsheet_la-xml-sax-write.lo $(am__objects_1) \
480	$(am__objects_2) $(am__objects_4)
481nodist_libspreadsheet_la_OBJECTS = libspreadsheet_la-gnmresources.lo
482libspreadsheet_la_OBJECTS = $(am_libspreadsheet_la_OBJECTS) \
483	$(nodist_libspreadsheet_la_OBJECTS)
484AM_V_lt = $(am__v_lt_@AM_V@)
485am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
486am__v_lt_0 = --silent
487am__v_lt_1 =
488libspreadsheet_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
489	$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CCLD) \
490	$(AM_CFLAGS) $(CFLAGS) $(libspreadsheet_la_LDFLAGS) $(LDFLAGS) \
491	-o $@
492am_gnumeric_OBJECTS = io-context-gtk.$(OBJEXT) \
493	main-application.$(OBJEXT)
494gnumeric_OBJECTS = $(am_gnumeric_OBJECTS)
495gnumeric_DEPENDENCIES = libspreadsheet.la $(am__DEPENDENCIES_1) \
496	$(am__DEPENDENCIES_1) $(am__append_4)
497gnumeric_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
498	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
499	$(gnumeric_LDFLAGS) $(LDFLAGS) -o $@
500am_ssconvert_OBJECTS = ssconvert.$(OBJEXT)
501ssconvert_OBJECTS = $(am_ssconvert_OBJECTS)
502am__DEPENDENCIES_2 = libspreadsheet.la $(am__DEPENDENCIES_1) \
503	$(am__DEPENDENCIES_1) $(am__append_4)
504ssconvert_DEPENDENCIES = $(am__DEPENDENCIES_2)
505ssconvert_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
506	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
507	$(ssconvert_LDFLAGS) $(LDFLAGS) -o $@
508am_ssdiff_OBJECTS = ssdiff.$(OBJEXT)
509ssdiff_OBJECTS = $(am_ssdiff_OBJECTS)
510ssdiff_DEPENDENCIES = $(am__DEPENDENCIES_2)
511ssdiff_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
512	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
513	$(ssdiff_LDFLAGS) $(LDFLAGS) -o $@
514am_ssgrep_OBJECTS = ssgrep.$(OBJEXT)
515ssgrep_OBJECTS = $(am_ssgrep_OBJECTS)
516ssgrep_DEPENDENCIES = $(am__DEPENDENCIES_2)
517ssgrep_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
518	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
519	$(ssgrep_LDFLAGS) $(LDFLAGS) -o $@
520am_ssindex_OBJECTS = ssindex.$(OBJEXT)
521ssindex_OBJECTS = $(am_ssindex_OBJECTS)
522ssindex_DEPENDENCIES = $(am__DEPENDENCIES_2)
523ssindex_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
524	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
525	$(ssindex_LDFLAGS) $(LDFLAGS) -o $@
526am_sstest_OBJECTS = sstest.$(OBJEXT)
527sstest_OBJECTS = $(am_sstest_OBJECTS)
528sstest_DEPENDENCIES = $(am__DEPENDENCIES_2)
529sstest_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
530	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
531	$(sstest_LDFLAGS) $(LDFLAGS) -o $@
532AM_V_P = $(am__v_P_@AM_V@)
533am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
534am__v_P_0 = false
535am__v_P_1 = :
536AM_V_GEN = $(am__v_GEN_@AM_V@)
537am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
538am__v_GEN_0 = @echo "  GEN     " $@;
539am__v_GEN_1 =
540AM_V_at = $(am__v_at_@AM_V@)
541am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
542am__v_at_0 = @
543am__v_at_1 =
544DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
545depcomp = $(SHELL) $(top_srcdir)/depcomp
546am__maybe_remake_depfiles = depfiles
547am__depfiles_remade = ./$(DEPDIR)/io-context-gtk.Po \
548	./$(DEPDIR)/libspreadsheet_la-application.Plo \
549	./$(DEPDIR)/libspreadsheet_la-auto-format.Plo \
550	./$(DEPDIR)/libspreadsheet_la-cell-draw.Plo \
551	./$(DEPDIR)/libspreadsheet_la-cell.Plo \
552	./$(DEPDIR)/libspreadsheet_la-cellspan.Plo \
553	./$(DEPDIR)/libspreadsheet_la-clipboard.Plo \
554	./$(DEPDIR)/libspreadsheet_la-cmd-edit.Plo \
555	./$(DEPDIR)/libspreadsheet_la-collect.Plo \
556	./$(DEPDIR)/libspreadsheet_la-colrow.Plo \
557	./$(DEPDIR)/libspreadsheet_la-command-context-stderr.Plo \
558	./$(DEPDIR)/libspreadsheet_la-command-context.Plo \
559	./$(DEPDIR)/libspreadsheet_la-commands.Plo \
560	./$(DEPDIR)/libspreadsheet_la-complete-sheet.Plo \
561	./$(DEPDIR)/libspreadsheet_la-complete.Plo \
562	./$(DEPDIR)/libspreadsheet_la-complex.Plo \
563	./$(DEPDIR)/libspreadsheet_la-consolidate.Plo \
564	./$(DEPDIR)/libspreadsheet_la-criteria.Plo \
565	./$(DEPDIR)/libspreadsheet_la-dependent.Plo \
566	./$(DEPDIR)/libspreadsheet_la-expr-deriv.Plo \
567	./$(DEPDIR)/libspreadsheet_la-expr-name.Plo \
568	./$(DEPDIR)/libspreadsheet_la-expr.Plo \
569	./$(DEPDIR)/libspreadsheet_la-file-autoft.Plo \
570	./$(DEPDIR)/libspreadsheet_la-format-template.Plo \
571	./$(DEPDIR)/libspreadsheet_la-func-builtin.Plo \
572	./$(DEPDIR)/libspreadsheet_la-func.Plo \
573	./$(DEPDIR)/libspreadsheet_la-gnm-cell-combo.Plo \
574	./$(DEPDIR)/libspreadsheet_la-gnm-commands-slicer.Plo \
575	./$(DEPDIR)/libspreadsheet_la-gnm-data-cache-source.Plo \
576	./$(DEPDIR)/libspreadsheet_la-gnm-datetime.Plo \
577	./$(DEPDIR)/libspreadsheet_la-gnm-format.Plo \
578	./$(DEPDIR)/libspreadsheet_la-gnm-graph-window.Plo \
579	./$(DEPDIR)/libspreadsheet_la-gnm-marshalers.Plo \
580	./$(DEPDIR)/libspreadsheet_la-gnm-pane.Plo \
581	./$(DEPDIR)/libspreadsheet_la-gnm-plugin.Plo \
582	./$(DEPDIR)/libspreadsheet_la-gnm-random.Plo \
583	./$(DEPDIR)/libspreadsheet_la-gnm-sheet-slicer-combo.Plo \
584	./$(DEPDIR)/libspreadsheet_la-gnm-sheet-slicer.Plo \
585	./$(DEPDIR)/libspreadsheet_la-gnm-so-filled.Plo \
586	./$(DEPDIR)/libspreadsheet_la-gnm-so-line.Plo \
587	./$(DEPDIR)/libspreadsheet_la-gnm-so-path.Plo \
588	./$(DEPDIR)/libspreadsheet_la-gnm-so-polygon.Plo \
589	./$(DEPDIR)/libspreadsheet_la-gnmresources.Plo \
590	./$(DEPDIR)/libspreadsheet_la-gnumeric-conf.Plo \
591	./$(DEPDIR)/libspreadsheet_la-gnumeric-simple-canvas.Plo \
592	./$(DEPDIR)/libspreadsheet_la-go-data-cache-field.Plo \
593	./$(DEPDIR)/libspreadsheet_la-go-data-cache-source.Plo \
594	./$(DEPDIR)/libspreadsheet_la-go-data-cache.Plo \
595	./$(DEPDIR)/libspreadsheet_la-go-data-slicer-field.Plo \
596	./$(DEPDIR)/libspreadsheet_la-go-data-slicer.Plo \
597	./$(DEPDIR)/libspreadsheet_la-go-val.Plo \
598	./$(DEPDIR)/libspreadsheet_la-graph.Plo \
599	./$(DEPDIR)/libspreadsheet_la-gui-clipboard.Plo \
600	./$(DEPDIR)/libspreadsheet_la-gui-file.Plo \
601	./$(DEPDIR)/libspreadsheet_la-gui-util.Plo \
602	./$(DEPDIR)/libspreadsheet_la-gutils.Plo \
603	./$(DEPDIR)/libspreadsheet_la-history.Plo \
604	./$(DEPDIR)/libspreadsheet_la-hlink.Plo \
605	./$(DEPDIR)/libspreadsheet_la-input-msg.Plo \
606	./$(DEPDIR)/libspreadsheet_la-item-bar.Plo \
607	./$(DEPDIR)/libspreadsheet_la-item-cursor.Plo \
608	./$(DEPDIR)/libspreadsheet_la-item-edit.Plo \
609	./$(DEPDIR)/libspreadsheet_la-item-grid.Plo \
610	./$(DEPDIR)/libspreadsheet_la-libgnumeric.Plo \
611	./$(DEPDIR)/libspreadsheet_la-mathfunc.Plo \
612	./$(DEPDIR)/libspreadsheet_la-mstyle.Plo \
613	./$(DEPDIR)/libspreadsheet_la-number-match.Plo \
614	./$(DEPDIR)/libspreadsheet_la-outoflinedocs.Plo \
615	./$(DEPDIR)/libspreadsheet_la-parse-util.Plo \
616	./$(DEPDIR)/libspreadsheet_la-parser.Plo \
617	./$(DEPDIR)/libspreadsheet_la-pattern.Plo \
618	./$(DEPDIR)/libspreadsheet_la-position.Plo \
619	./$(DEPDIR)/libspreadsheet_la-preview-grid.Plo \
620	./$(DEPDIR)/libspreadsheet_la-print-cell.Plo \
621	./$(DEPDIR)/libspreadsheet_la-print-info.Plo \
622	./$(DEPDIR)/libspreadsheet_la-print.Plo \
623	./$(DEPDIR)/libspreadsheet_la-rangefunc-strings.Plo \
624	./$(DEPDIR)/libspreadsheet_la-rangefunc.Plo \
625	./$(DEPDIR)/libspreadsheet_la-ranges.Plo \
626	./$(DEPDIR)/libspreadsheet_la-rendered-value.Plo \
627	./$(DEPDIR)/libspreadsheet_la-search.Plo \
628	./$(DEPDIR)/libspreadsheet_la-selection.Plo \
629	./$(DEPDIR)/libspreadsheet_la-session.Plo \
630	./$(DEPDIR)/libspreadsheet_la-sf-bessel.Plo \
631	./$(DEPDIR)/libspreadsheet_la-sf-dpq.Plo \
632	./$(DEPDIR)/libspreadsheet_la-sf-gamma.Plo \
633	./$(DEPDIR)/libspreadsheet_la-sf-trig.Plo \
634	./$(DEPDIR)/libspreadsheet_la-sheet-autofill.Plo \
635	./$(DEPDIR)/libspreadsheet_la-sheet-conditions.Plo \
636	./$(DEPDIR)/libspreadsheet_la-sheet-control-gui.Plo \
637	./$(DEPDIR)/libspreadsheet_la-sheet-control.Plo \
638	./$(DEPDIR)/libspreadsheet_la-sheet-diff.Plo \
639	./$(DEPDIR)/libspreadsheet_la-sheet-filter.Plo \
640	./$(DEPDIR)/libspreadsheet_la-sheet-merge.Plo \
641	./$(DEPDIR)/libspreadsheet_la-sheet-object-cell-comment.Plo \
642	./$(DEPDIR)/libspreadsheet_la-sheet-object-component.Plo \
643	./$(DEPDIR)/libspreadsheet_la-sheet-object-graph.Plo \
644	./$(DEPDIR)/libspreadsheet_la-sheet-object-image.Plo \
645	./$(DEPDIR)/libspreadsheet_la-sheet-object-widget.Plo \
646	./$(DEPDIR)/libspreadsheet_la-sheet-object.Plo \
647	./$(DEPDIR)/libspreadsheet_la-sheet-style.Plo \
648	./$(DEPDIR)/libspreadsheet_la-sheet-utils.Plo \
649	./$(DEPDIR)/libspreadsheet_la-sheet-view.Plo \
650	./$(DEPDIR)/libspreadsheet_la-sheet.Plo \
651	./$(DEPDIR)/libspreadsheet_la-sort.Plo \
652	./$(DEPDIR)/libspreadsheet_la-stf-export.Plo \
653	./$(DEPDIR)/libspreadsheet_la-stf-parse.Plo \
654	./$(DEPDIR)/libspreadsheet_la-stf.Plo \
655	./$(DEPDIR)/libspreadsheet_la-style-border.Plo \
656	./$(DEPDIR)/libspreadsheet_la-style-color.Plo \
657	./$(DEPDIR)/libspreadsheet_la-style-conditions.Plo \
658	./$(DEPDIR)/libspreadsheet_la-style.Plo \
659	./$(DEPDIR)/libspreadsheet_la-undo.Plo \
660	./$(DEPDIR)/libspreadsheet_la-validation.Plo \
661	./$(DEPDIR)/libspreadsheet_la-value-sheet.Plo \
662	./$(DEPDIR)/libspreadsheet_la-value.Plo \
663	./$(DEPDIR)/libspreadsheet_la-wbc-gtk-actions.Plo \
664	./$(DEPDIR)/libspreadsheet_la-wbc-gtk-edit.Plo \
665	./$(DEPDIR)/libspreadsheet_la-wbc-gtk.Plo \
666	./$(DEPDIR)/libspreadsheet_la-workbook-cmd-format.Plo \
667	./$(DEPDIR)/libspreadsheet_la-workbook-control.Plo \
668	./$(DEPDIR)/libspreadsheet_la-workbook-view.Plo \
669	./$(DEPDIR)/libspreadsheet_la-workbook.Plo \
670	./$(DEPDIR)/libspreadsheet_la-xml-sax-read.Plo \
671	./$(DEPDIR)/libspreadsheet_la-xml-sax-write.Plo \
672	./$(DEPDIR)/main-application.Po ./$(DEPDIR)/ssconvert.Po \
673	./$(DEPDIR)/ssdiff.Po ./$(DEPDIR)/ssgrep.Po \
674	./$(DEPDIR)/ssindex.Po ./$(DEPDIR)/sstest.Po \
675	dialogs/$(DEPDIR)/libspreadsheet_la-dao-gui-utils.Plo \
676	dialogs/$(DEPDIR)/libspreadsheet_la-dialog-about.Plo \
677	dialogs/$(DEPDIR)/libspreadsheet_la-dialog-advanced-filter.Plo \
678	dialogs/$(DEPDIR)/libspreadsheet_la-dialog-analysis-tool-chi-squared.Plo \
679	dialogs/$(DEPDIR)/libspreadsheet_la-dialog-analysis-tool-frequency.Plo \
680	dialogs/$(DEPDIR)/libspreadsheet_la-dialog-analysis-tool-kaplan-meier.Plo \
681	dialogs/$(DEPDIR)/libspreadsheet_la-dialog-analysis-tool-normality.Plo \
682	dialogs/$(DEPDIR)/libspreadsheet_la-dialog-analysis-tool-one-mean.Plo \
683	dialogs/$(DEPDIR)/libspreadsheet_la-dialog-analysis-tool-principal-components.Plo \
684	dialogs/$(DEPDIR)/libspreadsheet_la-dialog-analysis-tool-sign-test.Plo \
685	dialogs/$(DEPDIR)/libspreadsheet_la-dialog-analysis-tool-wilcoxon-mann-whitney.Plo \
686	dialogs/$(DEPDIR)/libspreadsheet_la-dialog-analysis-tools.Plo \
687	dialogs/$(DEPDIR)/libspreadsheet_la-dialog-autofilter.Plo \
688	dialogs/$(DEPDIR)/libspreadsheet_la-dialog-autoformat.Plo \
689	dialogs/$(DEPDIR)/libspreadsheet_la-dialog-autosave.Plo \
690	dialogs/$(DEPDIR)/libspreadsheet_la-dialog-cell-comment.Plo \
691	dialogs/$(DEPDIR)/libspreadsheet_la-dialog-cell-format-cond.Plo \
692	dialogs/$(DEPDIR)/libspreadsheet_la-dialog-cell-format.Plo \
693	dialogs/$(DEPDIR)/libspreadsheet_la-dialog-cell-sort.Plo \
694	dialogs/$(DEPDIR)/libspreadsheet_la-dialog-col-row.Plo \
695	dialogs/$(DEPDIR)/libspreadsheet_la-dialog-col-width.Plo \
696	dialogs/$(DEPDIR)/libspreadsheet_la-dialog-consolidate.Plo \
697	dialogs/$(DEPDIR)/libspreadsheet_la-dialog-data-slicer.Plo \
698	dialogs/$(DEPDIR)/libspreadsheet_la-dialog-data-table.Plo \
699	dialogs/$(DEPDIR)/libspreadsheet_la-dialog-define-names.Plo \
700	dialogs/$(DEPDIR)/libspreadsheet_la-dialog-delete-cells.Plo \
701	dialogs/$(DEPDIR)/libspreadsheet_la-dialog-doc-metadata.Plo \
702	dialogs/$(DEPDIR)/libspreadsheet_la-dialog-fill-series.Plo \
703	dialogs/$(DEPDIR)/libspreadsheet_la-dialog-formula-guru.Plo \
704	dialogs/$(DEPDIR)/libspreadsheet_la-dialog-function-select.Plo \
705	dialogs/$(DEPDIR)/libspreadsheet_la-dialog-goal-seek.Plo \
706	dialogs/$(DEPDIR)/libspreadsheet_la-dialog-goto-cell.Plo \
707	dialogs/$(DEPDIR)/libspreadsheet_la-dialog-hyperlink.Plo \
708	dialogs/$(DEPDIR)/libspreadsheet_la-dialog-insert-cells.Plo \
709	dialogs/$(DEPDIR)/libspreadsheet_la-dialog-merge.Plo \
710	dialogs/$(DEPDIR)/libspreadsheet_la-dialog-password.Plo \
711	dialogs/$(DEPDIR)/libspreadsheet_la-dialog-paste-special.Plo \
712	dialogs/$(DEPDIR)/libspreadsheet_la-dialog-plugin-manager.Plo \
713	dialogs/$(DEPDIR)/libspreadsheet_la-dialog-preferences.Plo \
714	dialogs/$(DEPDIR)/libspreadsheet_la-dialog-printer-setup.Plo \
715	dialogs/$(DEPDIR)/libspreadsheet_la-dialog-quit.Plo \
716	dialogs/$(DEPDIR)/libspreadsheet_la-dialog-random-generator-cor.Plo \
717	dialogs/$(DEPDIR)/libspreadsheet_la-dialog-random-generator.Plo \
718	dialogs/$(DEPDIR)/libspreadsheet_la-dialog-recent.Plo \
719	dialogs/$(DEPDIR)/libspreadsheet_la-dialog-row-height.Plo \
720	dialogs/$(DEPDIR)/libspreadsheet_la-dialog-scenarios.Plo \
721	dialogs/$(DEPDIR)/libspreadsheet_la-dialog-search-replace.Plo \
722	dialogs/$(DEPDIR)/libspreadsheet_la-dialog-search.Plo \
723	dialogs/$(DEPDIR)/libspreadsheet_la-dialog-sheet-compare.Plo \
724	dialogs/$(DEPDIR)/libspreadsheet_la-dialog-sheet-order.Plo \
725	dialogs/$(DEPDIR)/libspreadsheet_la-dialog-sheet-rename.Plo \
726	dialogs/$(DEPDIR)/libspreadsheet_la-dialog-sheet-resize.Plo \
727	dialogs/$(DEPDIR)/libspreadsheet_la-dialog-sheetobject-size.Plo \
728	dialogs/$(DEPDIR)/libspreadsheet_la-dialog-shuffle.Plo \
729	dialogs/$(DEPDIR)/libspreadsheet_la-dialog-simulation.Plo \
730	dialogs/$(DEPDIR)/libspreadsheet_la-dialog-so-list.Plo \
731	dialogs/$(DEPDIR)/libspreadsheet_la-dialog-so-styled.Plo \
732	dialogs/$(DEPDIR)/libspreadsheet_la-dialog-solver.Plo \
733	dialogs/$(DEPDIR)/libspreadsheet_la-dialog-stf-csv-page.Plo \
734	dialogs/$(DEPDIR)/libspreadsheet_la-dialog-stf-export.Plo \
735	dialogs/$(DEPDIR)/libspreadsheet_la-dialog-stf-fixed-page.Plo \
736	dialogs/$(DEPDIR)/libspreadsheet_la-dialog-stf-format-page.Plo \
737	dialogs/$(DEPDIR)/libspreadsheet_la-dialog-stf-main-page.Plo \
738	dialogs/$(DEPDIR)/libspreadsheet_la-dialog-stf-preview.Plo \
739	dialogs/$(DEPDIR)/libspreadsheet_la-dialog-stf.Plo \
740	dialogs/$(DEPDIR)/libspreadsheet_la-dialog-tabulate.Plo \
741	dialogs/$(DEPDIR)/libspreadsheet_la-dialog-view.Plo \
742	dialogs/$(DEPDIR)/libspreadsheet_la-dialog-workbook-attr.Plo \
743	dialogs/$(DEPDIR)/libspreadsheet_la-dialog-zoom.Plo \
744	tools/$(DEPDIR)/libspreadsheet_la-analysis-anova.Plo \
745	tools/$(DEPDIR)/libspreadsheet_la-analysis-auto-expression.Plo \
746	tools/$(DEPDIR)/libspreadsheet_la-analysis-chi-squared.Plo \
747	tools/$(DEPDIR)/libspreadsheet_la-analysis-exp-smoothing.Plo \
748	tools/$(DEPDIR)/libspreadsheet_la-analysis-frequency.Plo \
749	tools/$(DEPDIR)/libspreadsheet_la-analysis-histogram.Plo \
750	tools/$(DEPDIR)/libspreadsheet_la-analysis-kaplan-meier.Plo \
751	tools/$(DEPDIR)/libspreadsheet_la-analysis-normality.Plo \
752	tools/$(DEPDIR)/libspreadsheet_la-analysis-one-mean-test.Plo \
753	tools/$(DEPDIR)/libspreadsheet_la-analysis-principal-components.Plo \
754	tools/$(DEPDIR)/libspreadsheet_la-analysis-sign-test.Plo \
755	tools/$(DEPDIR)/libspreadsheet_la-analysis-signed-rank-test.Plo \
756	tools/$(DEPDIR)/libspreadsheet_la-analysis-tools.Plo \
757	tools/$(DEPDIR)/libspreadsheet_la-analysis-wilcoxon-mann-whitney.Plo \
758	tools/$(DEPDIR)/libspreadsheet_la-auto-correct.Plo \
759	tools/$(DEPDIR)/libspreadsheet_la-dao.Plo \
760	tools/$(DEPDIR)/libspreadsheet_la-data-shuffling.Plo \
761	tools/$(DEPDIR)/libspreadsheet_la-fill-series.Plo \
762	tools/$(DEPDIR)/libspreadsheet_la-filter.Plo \
763	tools/$(DEPDIR)/libspreadsheet_la-gnm-solver.Plo \
764	tools/$(DEPDIR)/libspreadsheet_la-goal-seek.Plo \
765	tools/$(DEPDIR)/libspreadsheet_la-random-generator-cor.Plo \
766	tools/$(DEPDIR)/libspreadsheet_la-random-generator.Plo \
767	tools/$(DEPDIR)/libspreadsheet_la-scenarios.Plo \
768	tools/$(DEPDIR)/libspreadsheet_la-simulation.Plo \
769	tools/$(DEPDIR)/libspreadsheet_la-tabulate.Plo \
770	widgets/$(DEPDIR)/libspreadsheet_la-gnm-cell-combo-view.Plo \
771	widgets/$(DEPDIR)/libspreadsheet_la-gnm-cell-renderer-expr-entry.Plo \
772	widgets/$(DEPDIR)/libspreadsheet_la-gnm-cell-renderer-text.Plo \
773	widgets/$(DEPDIR)/libspreadsheet_la-gnm-cell-renderer-toggle.Plo \
774	widgets/$(DEPDIR)/libspreadsheet_la-gnm-dao.Plo \
775	widgets/$(DEPDIR)/libspreadsheet_la-gnm-dashed-canvas-line.Plo \
776	widgets/$(DEPDIR)/libspreadsheet_la-gnm-expr-entry.Plo \
777	widgets/$(DEPDIR)/libspreadsheet_la-gnm-filter-combo-view.Plo \
778	widgets/$(DEPDIR)/libspreadsheet_la-gnm-fontbutton.Plo \
779	widgets/$(DEPDIR)/libspreadsheet_la-gnm-format-sel.Plo \
780	widgets/$(DEPDIR)/libspreadsheet_la-gnm-notebook.Plo \
781	widgets/$(DEPDIR)/libspreadsheet_la-gnm-radiobutton.Plo \
782	widgets/$(DEPDIR)/libspreadsheet_la-gnm-sheet-sel.Plo \
783	widgets/$(DEPDIR)/libspreadsheet_la-gnm-sheet-slicer-combo-view.Plo \
784	widgets/$(DEPDIR)/libspreadsheet_la-gnm-so-anchor-mode-chooser.Plo \
785	widgets/$(DEPDIR)/libspreadsheet_la-gnm-text-view.Plo \
786	widgets/$(DEPDIR)/libspreadsheet_la-gnm-validation-combo-view.Plo \
787	widgets/$(DEPDIR)/libspreadsheet_la-gnm-workbook-sel.Plo
788am__mv = mv -f
789COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
790	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
791LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
792	$(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
793	$(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
794	$(AM_CFLAGS) $(CFLAGS)
795AM_V_CC = $(am__v_CC_@AM_V@)
796am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
797am__v_CC_0 = @echo "  CC      " $@;
798am__v_CC_1 =
799CCLD = $(CC)
800LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
801	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
802	$(AM_LDFLAGS) $(LDFLAGS) -o $@
803AM_V_CCLD = $(am__v_CCLD_@AM_V@)
804am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
805am__v_CCLD_0 = @echo "  CCLD    " $@;
806am__v_CCLD_1 =
807@MAINTAINER_MODE_FALSE@am__skipyacc = test -f $@ ||
808am__yacc_c2h = sed -e s/cc$$/hh/ -e s/cpp$$/hpp/ -e s/cxx$$/hxx/ \
809		   -e s/c++$$/h++/ -e s/c$$/h/
810YACCCOMPILE = $(YACC) $(AM_YFLAGS) $(YFLAGS)
811LTYACCCOMPILE = $(LIBTOOL) $(AM_V_lt) $(AM_LIBTOOLFLAGS) \
812	$(LIBTOOLFLAGS) --mode=compile $(YACC) $(AM_YFLAGS) $(YFLAGS)
813AM_V_YACC = $(am__v_YACC_@AM_V@)
814am__v_YACC_ = $(am__v_YACC_@AM_DEFAULT_V@)
815am__v_YACC_0 = @echo "  YACC    " $@;
816am__v_YACC_1 =
817YLWRAP = $(top_srcdir)/ylwrap
818SOURCES = $(libspreadsheet_la_SOURCES) \
819	$(nodist_libspreadsheet_la_SOURCES) $(gnumeric_SOURCES) \
820	$(ssconvert_SOURCES) $(ssdiff_SOURCES) $(ssgrep_SOURCES) \
821	$(ssindex_SOURCES) $(sstest_SOURCES)
822DIST_SOURCES = $(am__libspreadsheet_la_SOURCES_DIST) \
823	$(gnumeric_SOURCES) $(ssconvert_SOURCES) $(ssdiff_SOURCES) \
824	$(ssgrep_SOURCES) $(ssindex_SOURCES) $(sstest_SOURCES)
825am__can_run_installinfo = \
826  case $$AM_UPDATE_INFO_DIR in \
827    n|no|NO) false;; \
828    *) (install-info --version) >/dev/null 2>&1;; \
829  esac
830DATA = $(gir_DATA) $(typelibs_DATA)
831HEADERS = $(libspreadsheet_include_HEADERS) $(noinst_HEADERS) \
832	$(tools_HEADERS) $(widgets_HEADERS)
833am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
834# Read a list of newline-separated strings from the standard input,
835# and print each of them once, without duplicates.  Input order is
836# *not* preserved.
837am__uniquify_input = $(AWK) '\
838  BEGIN { nonempty = 0; } \
839  { items[$$0] = 1; nonempty = 1; } \
840  END { if (nonempty) { for (i in items) print i; }; } \
841'
842# Make sure the list of sources is unique.  This is necessary because,
843# e.g., the same source file might be shared among _SOURCES variables
844# for different programs/libraries.
845am__define_uniq_tagged_files = \
846  list='$(am__tagged_files)'; \
847  unique=`for i in $$list; do \
848    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
849  done | $(am__uniquify_input)`
850ETAGS = etags
851CTAGS = ctags
852am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp \
853	$(top_srcdir)/ylwrap parser.c
854DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
855ACLOCAL = @ACLOCAL@
856ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@
857ALL_LINGUAS = @ALL_LINGUAS@
858AMTAR = @AMTAR@
859AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
860AR = @AR@
861AUTOCONF = @AUTOCONF@
862AUTOHEADER = @AUTOHEADER@
863AUTOMAKE = @AUTOMAKE@
864AWK = @AWK@
865CATALOGS = @CATALOGS@
866CATOBJEXT = @CATOBJEXT@
867CC = @CC@
868CCDEPMODE = @CCDEPMODE@
869CFLAGS = @CFLAGS@
870COMPONENT_DIR = @COMPONENT_DIR@
871CPP = @CPP@
872CPPFLAGS = @CPPFLAGS@
873CYGPATH_W = @CYGPATH_W@
874DATADIRNAME = @DATADIRNAME@
875DBCONTEXT = @DBCONTEXT@
876DBLATEX = @DBLATEX@
877DEFS = @DEFS@
878DEPDIR = @DEPDIR@
879DLLTOOL = @DLLTOOL@
880DSYMUTIL = @DSYMUTIL@
881DUMPBIN = @DUMPBIN@
882ECHO_C = @ECHO_C@
883ECHO_N = @ECHO_N@
884ECHO_T = @ECHO_T@
885EGREP = @EGREP@
886EXEEXT = @EXEEXT@
887FGREP = @FGREP@
888GDA_CFLAGS = @GDA_CFLAGS@
889GDA_LIBS = @GDA_LIBS@
890GDK_PIXBUF_CSOURCE = @GDK_PIXBUF_CSOURCE@
891GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
892GIOVERRIDESDIR = @GIOVERRIDESDIR@
893GIRDIR = @GIRDIR@
894GLIB_COMPILE_RESOURCES = @GLIB_COMPILE_RESOURCES@
895GLIB_COMPILE_SCHEMAS = @GLIB_COMPILE_SCHEMAS@
896GLIB_GENMARSHAL = @GLIB_GENMARSHAL@
897GMOFILES = @GMOFILES@
898GMSGFMT = @GMSGFMT@
899GNM_PY_CFLAGS = @GNM_PY_CFLAGS@
900GNM_PY_LDFLAGS = @GNM_PY_LDFLAGS@
901GNM_PY_LIBADD = @GNM_PY_LIBADD@
902GNOMEDB_CFLAGS = @GNOMEDB_CFLAGS@
903GNOMEDB_LIBS = @GNOMEDB_LIBS@
904GNUMERIC_API_VER = @GNUMERIC_API_VER@
905GNUMERIC_API_VER_ = @GNUMERIC_API_VER_@
906GNUMERIC_CFLAGS = @GNUMERIC_CFLAGS@
907GNUMERIC_LIBS = @GNUMERIC_LIBS@
908GNUMERIC_PLUGIN_LDFLAGS = @GNUMERIC_PLUGIN_LDFLAGS@
909GOFFICE_API_VER = @GOFFICE_API_VER@
910GOFFICE_PLUGINS_DIR = @GOFFICE_PLUGINS_DIR@
911GOFFICE_VERSION = @GOFFICE_VERSION@
912GREP = @GREP@
913GSETTINGS_DISABLE_SCHEMAS_COMPILE = @GSETTINGS_DISABLE_SCHEMAS_COMPILE@
914GTKDOC_CHECK = @GTKDOC_CHECK@
915GTKDOC_CHECK_PATH = @GTKDOC_CHECK_PATH@
916GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@
917GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@
918GTKDOC_MKPDF = @GTKDOC_MKPDF@
919GTKDOC_REBASE = @GTKDOC_REBASE@
920GTK_CFLAGS = @GTK_CFLAGS@
921GTK_LIBS = @GTK_LIBS@
922GUILE_INCS = @GUILE_INCS@
923GUILE_LIBS = @GUILE_LIBS@
924HELP_DIR = @HELP_DIR@
925HTML_DIR = @HTML_DIR@
926INSTALL = @INSTALL@
927INSTALL_DATA = @INSTALL_DATA@
928INSTALL_PROGRAM = @INSTALL_PROGRAM@
929INSTALL_SCRIPT = @INSTALL_SCRIPT@
930INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
931INSTOBJEXT = @INSTOBJEXT@
932INTLLIBS = @INTLLIBS@
933INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
934INTLTOOL_MERGE = @INTLTOOL_MERGE@
935INTLTOOL_PERL = @INTLTOOL_PERL@
936INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
937INTLTOOL_V_MERGE = @INTLTOOL_V_MERGE@
938INTLTOOL_V_MERGE_OPTIONS = @INTLTOOL_V_MERGE_OPTIONS@
939INTLTOOL__v_MERGE_ = @INTLTOOL__v_MERGE_@
940INTLTOOL__v_MERGE_0 = @INTLTOOL__v_MERGE_0@
941INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
942INTROSPECTION_CFLAGS = @INTROSPECTION_CFLAGS@
943INTROSPECTION_COMPILER = @INTROSPECTION_COMPILER@
944INTROSPECTION_GENERATE = @INTROSPECTION_GENERATE@
945INTROSPECTION_GIRDIR = @INTROSPECTION_GIRDIR@
946INTROSPECTION_LIBS = @INTROSPECTION_LIBS@
947INTROSPECTION_MAKEFILE = @INTROSPECTION_MAKEFILE@
948INTROSPECTION_SCANNER = @INTROSPECTION_SCANNER@
949INTROSPECTION_TYPELIBDIR = @INTROSPECTION_TYPELIBDIR@
950ITSTOOL = @ITSTOOL@
951LD = @LD@
952LDFLAGS = @LDFLAGS@
953LIBOBJS = @LIBOBJS@
954LIBS = @LIBS@
955LIBSPREADSHEET_CFLAGS = @LIBSPREADSHEET_CFLAGS@
956LIBSPREADSHEET_LIBS = @LIBSPREADSHEET_LIBS@
957LIBTOOL = @LIBTOOL@
958LIPO = @LIPO@
959LN_S = @LN_S@
960LTLIBOBJS = @LTLIBOBJS@
961LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
962MAINT = @MAINT@
963MAKEINFO = @MAKEINFO@
964MANIFEST_TOOL = @MANIFEST_TOOL@
965MKDIR_P = @MKDIR_P@
966MKINSTALLDIRS = @MKINSTALLDIRS@
967MSGFMT = @MSGFMT@
968MSGFMT_OPTS = @MSGFMT_OPTS@
969MSGMERGE = @MSGMERGE@
970NM = @NM@
971NMEDIT = @NMEDIT@
972OBJDUMP = @OBJDUMP@
973OBJEXT = @OBJEXT@
974OTOOL = @OTOOL@
975OTOOL64 = @OTOOL64@
976PACKAGE = @PACKAGE@
977PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
978PACKAGE_NAME = @PACKAGE_NAME@
979PACKAGE_STRING = @PACKAGE_STRING@
980PACKAGE_TARNAME = @PACKAGE_TARNAME@
981PACKAGE_URL = @PACKAGE_URL@
982PACKAGE_VERSION = @PACKAGE_VERSION@
983PARADOX_CFLAGS = @PARADOX_CFLAGS@
984PARADOX_LIBS = @PARADOX_LIBS@
985PATH_SEPARATOR = @PATH_SEPARATOR@
986PERL = @PERL@
987PERL_CC = @PERL_CC@
988PERL_CCCDLFLAGS = @PERL_CCCDLFLAGS@
989PERL_CCOPTS = @PERL_CCOPTS@
990PERL_LD = @PERL_LD@
991PERL_LDDLFLAGS = @PERL_LDDLFLAGS@
992PERL_LDOPTS = @PERL_LDOPTS@
993PKG_CONFIG = @PKG_CONFIG@
994PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
995PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
996PLUGIN_LIST = @PLUGIN_LIST@
997POFILES = @POFILES@
998POFILES_FULL = @POFILES_FULL@
999POSUB = @POSUB@
1000PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
1001PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
1002PSICONV_CFLAGS = @PSICONV_CFLAGS@
1003PSICONV_CONFIG = @PSICONV_CONFIG@
1004PSICONV_LIBS = @PSICONV_LIBS@
1005PYGOBJECT_CFLAGS = @PYGOBJECT_CFLAGS@
1006PYGOBJECT_LIBS = @PYGOBJECT_LIBS@
1007PYTHON = @PYTHON@
1008RANLIB = @RANLIB@
1009SED = @SED@
1010SET_MAKE = @SET_MAKE@
1011SHELL = @SHELL@
1012STRIP = @STRIP@
1013TYPELIBDIR = @TYPELIBDIR@
1014USE_NLS = @USE_NLS@
1015VERSION = @VERSION@
1016VERSION_IFACE = @VERSION_IFACE@
1017VERSION_INFO = @VERSION_INFO@
1018WARN_CFLAGS = @WARN_CFLAGS@
1019WINDRES = @WINDRES@
1020XGETTEXT = @XGETTEXT@
1021XMLLINT = @XMLLINT@
1022YACC = @YACC@
1023YELP_LC_DIST = @YELP_LC_DIST@
1024YELP_LC_MEDIA_LINKS = @YELP_LC_MEDIA_LINKS@
1025YFLAGS = @YFLAGS@
1026YYYYMMDD = @YYYYMMDD@
1027Z_CPPFLAGS = @Z_CPPFLAGS@
1028Z_LIBS = @Z_LIBS@
1029abs_builddir = @abs_builddir@
1030abs_srcdir = @abs_srcdir@
1031abs_top_builddir = @abs_top_builddir@
1032abs_top_srcdir = @abs_top_srcdir@
1033ac_ct_AR = @ac_ct_AR@
1034ac_ct_CC = @ac_ct_CC@
1035ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
1036am__include = @am__include@
1037am__leading_dot = @am__leading_dot@
1038am__quote = @am__quote@
1039am__tar = @am__tar@
1040am__untar = @am__untar@
1041bindir = @bindir@
1042build = @build@
1043build_alias = @build_alias@
1044build_cpu = @build_cpu@
1045build_os = @build_os@
1046build_vendor = @build_vendor@
1047builddir = @builddir@
1048datadir = @datadir@
1049datarootdir = @datarootdir@
1050docdir = @docdir@
1051dvidir = @dvidir@
1052exec_prefix = @exec_prefix@
1053gnumeric_datadir = @gnumeric_datadir@
1054gnumeric_externplugindir = @gnumeric_externplugindir@
1055gnumeric_libdir = @gnumeric_libdir@
1056gnumeric_localedir = @gnumeric_localedir@
1057gnumeric_plugindir = @gnumeric_plugindir@
1058gsettingsschemadir = @gsettingsschemadir@
1059host = @host@
1060host_alias = @host_alias@
1061host_cpu = @host_cpu@
1062host_os = @host_os@
1063host_vendor = @host_vendor@
1064htmldir = @htmldir@
1065includedir = @includedir@
1066infodir = @infodir@
1067install_sh = @install_sh@
1068intltool__v_merge_options_ = @intltool__v_merge_options_@
1069intltool__v_merge_options_0 = @intltool__v_merge_options_0@
1070libdir = @libdir@
1071libexecdir = @libexecdir@
1072localedir = @localedir@
1073localstatedir = @localstatedir@
1074mandir = @mandir@
1075mkdir_p = @mkdir_p@
1076oldincludedir = @oldincludedir@
1077pdfdir = @pdfdir@
1078prefix = @prefix@
1079program_transform_name = @program_transform_name@
1080psdir = @psdir@
1081runstatedir = @runstatedir@
1082sbindir = @sbindir@
1083sharedstatedir = @sharedstatedir@
1084srcdir = @srcdir@
1085sysconfdir = @sysconfdir@
1086target_alias = @target_alias@
1087top_build_prefix = @top_build_prefix@
1088top_builddir = @top_builddir@
1089top_srcdir = @top_srcdir@
1090AUTOMAKE_OPTIONS = subdir-objects
1091INTROSPECTION_GIRS = $(am__append_10)
1092INTROSPECTION_SCANNER_ARGS = \
1093	--add-include-path="${INTROSPECTION_GIRDIR}" \
1094	-v --warn-all --accept-unprefixed \
1095	--identifier-prefix="Gnm"  --identifier-prefix="Gnumeric" \
1096	-I$(top_builddir) \
1097	-DGOFFICE_NAMESPACE_DISABLE
1098
1099INTROSPECTION_COMPILER_ARGS = \
1100	--includedir=$(srcdir) \
1101	--includedir=. \
1102	--includedir="${INTROSPECTION_GIRDIR}"
1103
1104libspreadsheet_includedir = $(includedir)/libspreadsheet-@GNUMERIC_API_VER@/spreadsheet
1105
1106# include conditional files to ensure everything gets distributed no matter
1107# what the build
1108EXTRA_DIST = $(am__append_3) gnm.gresource.xml \
1109	pixmaps/line_pattern_dash_dot.png \
1110	pixmaps/line_pattern_dash_dot_dot.png \
1111	pixmaps/line_pattern_dashed.png \
1112	pixmaps/line_pattern_dotted.png \
1113	pixmaps/line_pattern_double.png pixmaps/line_pattern_hair.png \
1114	pixmaps/line_pattern_medium.png \
1115	pixmaps/line_pattern_medium_dash.png \
1116	pixmaps/line_pattern_medium_dash_dot.png \
1117	pixmaps/line_pattern_medium_dash_dot_dot.png \
1118	pixmaps/line_pattern_slant.png pixmaps/line_pattern_thick.png \
1119	pixmaps/line_pattern_thin.png pixmaps/right-down.png \
1120	pixmaps/down-right.png pixmaps/gnumeric_splash_1.4.png \
1121	pixmaps/unknown_image.png pixmaps/sheet_move_marker.png \
1122	gnumeric.css gnm-marshalers.list README.gnm_float gnumeric.rc \
1123	GNOME_Gnumeric-gtk.xml $(resource_ui_files)
1124lib_LTLIBRARIES = libspreadsheet.la
1125AM_CPPFLAGS = \
1126	-I$(top_srcdir)							\
1127	-I$(srcdir)							\
1128	$(GNUMERIC_CFLAGS)
1129
1130
1131# A hint is needed to build these headers first:
1132BUILT_SOURCES = \
1133	gnm-marshalers.c			\
1134	gnm-marshalers.h			\
1135	gnmresources.c				\
1136	gnmresources.h				\
1137	gnumeric-paths.h
1138
1139
1140# These also need to occur in gnm.gresource.xml
1141resource_ui_files = \
1142	dialogs/advanced-filter.ui		\
1143	dialogs/anova-one.ui			\
1144	dialogs/anova-two.ui			\
1145	dialogs/autofilter-expression.ui	\
1146	dialogs/autofilter-top10.ui		\
1147	dialogs/autoformat.ui			\
1148	dialogs/autosave.ui			\
1149	dialogs/cell-comment.ui			\
1150	dialogs/cell-format-cond.ui		\
1151	dialogs/cell-format.ui			\
1152	dialogs/cell-sort.ui			\
1153	dialogs/chi-squared.ui			\
1154	dialogs/col-width.ui			\
1155	dialogs/colrow.ui			\
1156	dialogs/consolidate.ui			\
1157	dialogs/correlation.ui			\
1158	dialogs/covariance.ui			\
1159	dialogs/dao.ui				\
1160	dialogs/data-slicer.ui			\
1161	dialogs/data-table.ui			\
1162	dialogs/define-name.ui			\
1163	dialogs/delete-cells.ui			\
1164	dialogs/descriptive-stats.ui		\
1165	dialogs/dialog-stf-export.ui		\
1166	dialogs/dialog-stf.ui			\
1167	dialogs/dialog-zoom.ui			\
1168	dialogs/doc-meta-data.ui		\
1169	dialogs/exp-smoothing.ui		\
1170	dialogs/fill-series.ui			\
1171	dialogs/formula-guru.ui			\
1172	dialogs/fourier-analysis.ui		\
1173	dialogs/frequency.ui			\
1174	dialogs/function-select.ui		\
1175	dialogs/goalseek.ui			\
1176	dialogs/goto.ui				\
1177	dialogs/hf-config.ui			\
1178	dialogs/hf-dt-format.ui			\
1179	dialogs/histogram.ui			\
1180	dialogs/hyperlink.ui			\
1181	dialogs/insert-cells.ui			\
1182	dialogs/kaplan-meier.ui			\
1183	dialogs/mean-tests.ui			\
1184	dialogs/merge.ui			\
1185	dialogs/moving-averages.ui		\
1186	dialogs/normality-tests.ui		\
1187	dialogs/one-mean-test.ui		\
1188	dialogs/paste-special.ui		\
1189	dialogs/plugin-manager.ui		\
1190	dialogs/preferences.ui			\
1191	dialogs/principal-components.ui		\
1192	dialogs/print.ui			\
1193	dialogs/quit.ui				\
1194	dialogs/random-generation-cor.ui	\
1195	dialogs/random-generation.ui		\
1196	dialogs/rank.ui				\
1197	dialogs/recent.ui			\
1198	dialogs/regression.ui			\
1199	dialogs/row-height.ui			\
1200	dialogs/sampling.ui			\
1201	dialogs/scenario-add.ui			\
1202	dialogs/scenario-manager.ui		\
1203	dialogs/search-replace.ui		\
1204	dialogs/search.ui			\
1205	dialogs/sheet-compare.ui		\
1206	dialogs/sheet-order.ui			\
1207	dialogs/sheet-rename.ui			\
1208	dialogs/sheet-resize.ui			\
1209	dialogs/sheetobject-size.ui		\
1210	dialogs/shuffle.ui			\
1211	dialogs/sign-test-two.ui		\
1212	dialogs/sign-test.ui			\
1213	dialogs/simulation.ui			\
1214	dialogs/so-button.ui			\
1215	dialogs/so-checkbox.ui			\
1216	dialogs/so-frame.ui			\
1217	dialogs/so-list.ui			\
1218	dialogs/so-radiobutton.ui		\
1219	dialogs/so-scrollbar.ui			\
1220	dialogs/solver.ui			\
1221	dialogs/tabulate.ui			\
1222	dialogs/variance-tests.ui		\
1223	dialogs/view.ui				\
1224	dialogs/wbcg.ui				\
1225	dialogs/wilcoxon-mann-whitney.ui	\
1226	dialogs/workbook-attr.ui
1227
1228dialogs_sources = \
1229	dialogs/dao-gui-utils.c					\
1230	dialogs/dialog-about.c					\
1231	dialogs/dialog-advanced-filter.c			\
1232	dialogs/dialog-analysis-tools.c				\
1233	dialogs/dialog-analysis-tool-chi-squared.c		\
1234	dialogs/dialog-analysis-tool-frequency.c		\
1235	dialogs/dialog-analysis-tool-kaplan-meier.c		\
1236	dialogs/dialog-analysis-tool-normality.c		\
1237	dialogs/dialog-analysis-tool-one-mean.c			\
1238	dialogs/dialog-analysis-tool-principal-components.c	\
1239	dialogs/dialog-analysis-tool-sign-test.c		\
1240	dialogs/dialog-analysis-tool-wilcoxon-mann-whitney.c	\
1241	dialogs/dialog-autofilter.c				\
1242	dialogs/dialog-autoformat.c				\
1243	dialogs/dialog-autosave.c				\
1244	dialogs/dialog-cell-comment.c				\
1245	dialogs/dialog-cell-format.c				\
1246	dialogs/dialog-cell-format-cond.c			\
1247	dialogs/dialog-cell-sort.c				\
1248	dialogs/dialog-col-width.c				\
1249	dialogs/dialog-col-row.c				\
1250	dialogs/dialog-consolidate.c				\
1251	dialogs/dialog-data-slicer.c				\
1252	dialogs/dialog-data-table.c				\
1253	dialogs/dialog-fill-series.c				\
1254	dialogs/dialog-function-select.c			\
1255	dialogs/dialog-formula-guru.c				\
1256	dialogs/dialog-goal-seek.c				\
1257	dialogs/dialog-goto-cell.c				\
1258	dialogs/dialog-hyperlink.c				\
1259	dialogs/dialog-insert-cells.c				\
1260	dialogs/dialog-define-names.c				\
1261	dialogs/dialog-delete-cells.c				\
1262	dialogs/dialog-merge.c					\
1263	dialogs/dialog-password.c				\
1264	dialogs/dialog-paste-special.c				\
1265	dialogs/dialog-plugin-manager.c				\
1266	dialogs/dialog-preferences.c				\
1267	dialogs/dialog-random-generator.c			\
1268	dialogs/dialog-random-generator-cor.c			\
1269	dialogs/dialog-recent.c					\
1270	dialogs/dialog-row-height.c				\
1271	dialogs/dialog-quit.c					\
1272	dialogs/dialog-scenarios.c				\
1273	dialogs/dialog-search.c					\
1274	dialogs/dialog-search-replace.c				\
1275	dialogs/dialog-sheet-compare.c				\
1276	dialogs/dialog-sheet-order.c				\
1277	dialogs/dialog-sheet-rename.c				\
1278	dialogs/dialog-sheet-resize.c				\
1279	dialogs/dialog-sheetobject-size.c			\
1280	dialogs/dialog-shuffle.c				\
1281	dialogs/dialog-simulation.c				\
1282	dialogs/dialog-so-list.c				\
1283	dialogs/dialog-so-styled.c				\
1284	dialogs/dialog-solver.c					\
1285	dialogs/dialog-stf.c					\
1286	dialogs/dialog-stf-main-page.c				\
1287	dialogs/dialog-stf-csv-page.c				\
1288	dialogs/dialog-stf-fixed-page.c				\
1289	dialogs/dialog-stf-format-page.c			\
1290	dialogs/dialog-stf-preview.c				\
1291	dialogs/dialog-stf-export.c				\
1292	dialogs/dialog-tabulate.c				\
1293	dialogs/dialog-doc-metadata.c				\
1294	dialogs/dialog-view.c					\
1295	dialogs/dialog-workbook-attr.c				\
1296	dialogs/dialog-zoom.c					\
1297	dialogs/dialog-printer-setup.c
1298
1299
1300# Not installed
1301dialogs_headers = \
1302	dialogs/help.h						\
1303	dialogs/dao-gui-utils.h					\
1304	dialogs/dialog-stf.h					\
1305	dialogs/dialog-stf-preview.h				\
1306	dialogs/dialog-stf-export.h				\
1307	dialogs/dialogs.h					\
1308	dialogs/tool-dialogs.h
1309
1310widgets_SOURCES = \
1311	widgets/gnm-dao.c				\
1312	widgets/gnm-fontbutton.c			\
1313	widgets/gnm-format-sel.c			\
1314	widgets/gnm-notebook.c				\
1315	widgets/gnm-radiobutton.c			\
1316	widgets/gnm-cell-combo-view.c			\
1317	widgets/gnm-filter-combo-view.c			\
1318	widgets/gnm-validation-combo-view.c		\
1319	widgets/gnm-sheet-sel.c				\
1320	widgets/gnm-sheet-slicer-combo-view.c		\
1321	widgets/gnm-so-anchor-mode-chooser.c		\
1322	widgets/gnm-workbook-sel.c			\
1323	widgets/gnm-cell-renderer-text.c		\
1324	widgets/gnm-cell-renderer-expr-entry.c	\
1325	widgets/gnm-cell-renderer-toggle.c		\
1326	widgets/gnm-dashed-canvas-line.c		\
1327	widgets/gnm-expr-entry.c			\
1328	widgets/gnm-text-view.c
1329
1330widgetsdir = $(libspreadsheet_includedir)/widgets
1331widgets_HEADERS = \
1332	widgets/gnm-dao.h				\
1333	widgets/gnm-fontbutton.h			\
1334	widgets/gnm-format-sel.h			\
1335	widgets/gnm-notebook.h				\
1336	widgets/gnm-radiobutton.h			\
1337	widgets/gnm-cell-combo-view.h			\
1338	widgets/gnm-cell-combo-view-impl.h		\
1339	widgets/gnm-filter-combo-view.h			\
1340	widgets/gnm-validation-combo-view.h		\
1341	widgets/gnm-sheet-sel.h				\
1342	widgets/gnm-sheet-slicer-combo-view.h		\
1343	widgets/gnm-so-anchor-mode-chooser.h		\
1344	widgets/gnm-workbook-sel.h			\
1345	widgets/gnm-cell-renderer-text.h		\
1346	widgets/gnm-cell-renderer-expr-entry.h	\
1347	widgets/gnm-cell-renderer-toggle.h		\
1348	widgets/gnm-dashed-canvas-line.h		\
1349	widgets/gnm-expr-entry.h			\
1350	widgets/gnm-text-view.h
1351
1352tools_SOURCES = \
1353	tools/analysis-anova.c			\
1354	tools/analysis-auto-expression.c	\
1355	tools/analysis-chi-squared.c		\
1356	tools/analysis-exp-smoothing.c		\
1357	tools/analysis-frequency.c		\
1358	tools/analysis-histogram.c		\
1359	tools/analysis-kaplan-meier.c		\
1360	tools/analysis-normality.c		\
1361	tools/analysis-one-mean-test.c		\
1362	tools/analysis-principal-components.c	\
1363	tools/analysis-sign-test.c		\
1364	tools/analysis-signed-rank-test.c	\
1365	tools/analysis-tools.c			\
1366	tools/analysis-wilcoxon-mann-whitney.c	\
1367	tools/auto-correct.c			\
1368	tools/dao.c				\
1369	tools/data-shuffling.c			\
1370	tools/fill-series.c			\
1371	tools/filter.c				\
1372	tools/gnm-solver.c			\
1373	tools/goal-seek.c			\
1374	tools/random-generator-cor.c		\
1375	tools/random-generator.c		\
1376	tools/scenarios.c			\
1377	tools/simulation.c			\
1378	tools/tabulate.c
1379
1380toolsdir = $(libspreadsheet_includedir)/tools
1381tools_HEADERS = \
1382	tools/analysis-anova.h			\
1383	tools/analysis-auto-expression.h	\
1384	tools/analysis-chi-squared.h		\
1385	tools/analysis-exp-smoothing.h		\
1386	tools/analysis-frequency.h		\
1387	tools/analysis-histogram.h		\
1388	tools/analysis-kaplan-meier.h		\
1389	tools/analysis-normality.h		\
1390	tools/analysis-one-mean-test.h		\
1391	tools/analysis-principal-components.h	\
1392	tools/analysis-sign-test.h		\
1393	tools/analysis-signed-rank-test.h	\
1394	tools/analysis-tools.h			\
1395	tools/analysis-wilcoxon-mann-whitney.h	\
1396	tools/auto-correct.h			\
1397	tools/dao.h				\
1398	tools/data-shuffling.h			\
1399	tools/fill-series.h			\
1400	tools/filter.h				\
1401	tools/gnm-solver.h			\
1402	tools/goal-seek.h			\
1403	tools/random-generator-cor.h		\
1404	tools/random-generator.h		\
1405	tools/scenarios.h			\
1406	tools/simulation.h			\
1407	tools/tabulate.h			\
1408	tools/tools.h
1409
1410noinst_HEADERS = dead-kittens.h compilation.h gnm-i18n.h \
1411	$(dialogs_headers)
1412
1413resource_files = $(shell $(GLIB_COMPILE_RESOURCES) --sourcedir=$(top_srcdir) --generate-dependencies $(srcdir)/gnm.gresource.xml)
1414CLEANFILES = $(BUILT_SOURCES) gnumeric.exe.a $(am__append_11)
1415libspreadsheet_la_CPPFLAGS = $(AM_CPPFLAGS) -DGNUMERIC_INTERNAL
1416libspreadsheet_la_LDFLAGS = -release $(VERSION) $(am__append_9)
1417libspreadsheet_la_LIBADD = \
1418	$(GNUMERIC_LIBS)			\
1419	$(INTLLIBS)
1420
1421libspreadsheet_la_SOURCES = go-val.h go-val.c goffice-data.h \
1422	go-data-cache-source.c go-data-cache-source.h \
1423	go-data-cache-impl.h go-data-cache.h go-data-cache.c \
1424	go-data-cache-field-impl.h go-data-cache-field.h \
1425	go-data-cache-field.c go-data-slicer-impl.h go-data-slicer.h \
1426	go-data-slicer.c go-data-slicer-field-impl.h \
1427	go-data-slicer-field.h go-data-slicer-field.c \
1428	gnm-data-cache-source.h gnm-data-cache-source.c \
1429	gnm-sheet-slicer.h gnm-sheet-slicer.c gnm-sheet-slicer-combo.h \
1430	gnm-sheet-slicer-combo.c gnm-cell-combo.h gnm-cell-combo.c \
1431	gnm-marshalers.c application.c auto-format.c cell-draw.c \
1432	cell.c cellspan.c clipboard.c cmd-edit.c collect.c colrow.c \
1433	command-context-stderr.c command-context.c commands.c \
1434	complete-sheet.c complete.c complex.c consolidate.c criteria.c \
1435	dependent.c expr-deriv.c expr-name.c expr.c file-autoft.c \
1436	format-template.c func-builtin.c func.c gnm-commands-slicer.c \
1437	gnm-datetime.c gnm-format.c gnm-graph-window.c gnm-pane-impl.h \
1438	gnm-pane.c gnm-plugin.c gnm-random.c gnm-so-filled.c \
1439	gnm-so-line.c gnm-so-path.c gnm-so-polygon.c gnumeric-conf.c \
1440	gnumeric-simple-canvas.c graph.c gui-clipboard.c gui-file.c \
1441	gui-util.c gutils.c history.c hlink.c input-msg.c item-bar.c \
1442	item-cursor.c item-edit.c item-grid.c libgnumeric.c mathfunc.c \
1443	mstyle.c number-match.c outoflinedocs.c parse-util.c parser.y \
1444	pattern.c position.c preview-grid-impl.h preview-grid.c \
1445	print-cell.c print-info.c print.c rangefunc-strings.c \
1446	rangefunc.c ranges.c rendered-value.c search.c selection.c \
1447	session.c sf-bessel.c sf-dpq.c sf-gamma.c sf-trig.c \
1448	sheet-autofill.c sheet-conditions.c sheet-control-gui.c \
1449	sheet-control.c sheet-diff.c sheet-filter.c sheet-merge.c \
1450	sheet-object-cell-comment.c sheet-object-component.c \
1451	sheet-object-graph.c sheet-object-image.c \
1452	sheet-object-widget.c sheet-object.c sheet-style.c \
1453	sheet-utils.c sheet-view.c sheet.c sort.c stf-export.c \
1454	stf-parse.c stf.c style-border.c style-color.c \
1455	style-conditions.c style.c undo.c validation.c value-sheet.c \
1456	value.c wbc-gtk-actions.c wbc-gtk-edit.c wbc-gtk.c \
1457	workbook-cmd-format.c workbook-control.c workbook-view.c \
1458	workbook.c xml-sax-read.c xml-sax-write.c $(dialogs_sources) \
1459	$(tools_SOURCES) $(am__append_2)
1460nodist_libspreadsheet_la_SOURCES = gnmresources.c gnmresources.h
1461
1462# When we switch to subversion fix this to nest as
1463# libspreadsheet-ver/spreadsheet/header
1464# doing it now would require massive cvs surgery.
1465libspreadsheet_include_HEADERS = \
1466	application.h				\
1467	auto-format.h				\
1468	cell-draw.h				\
1469	cell.h					\
1470	cellspan.h				\
1471	clipboard.h				\
1472	cmd-edit.h				\
1473	collect.h				\
1474	colrow.h				\
1475	command-context-stderr.h		\
1476	command-context.h			\
1477	commands.h				\
1478	complete-sheet.h			\
1479	complete.h				\
1480	complex.h				\
1481	consolidate.h				\
1482	criteria.h				\
1483	dependent.h				\
1484	expr-deriv.h				\
1485	expr-impl.h				\
1486	expr-name.h				\
1487	expr.h					\
1488	file-autoft.h				\
1489	format-template.h			\
1490	func-builtin.h				\
1491	func.h					\
1492	gnm-command-impl.h			\
1493	gnm-commands-slicer.h			\
1494	gnm-data-cache-source.h			\
1495	gnm-datetime.h				\
1496	gnm-format.h				\
1497	gnm-graph-window.h			\
1498	gnm-pane.h				\
1499	gnm-plugin.h				\
1500	gnm-random.h				\
1501	gnm-sheet-slicer.h			\
1502	gnm-so-filled.h				\
1503	gnm-so-line.h				\
1504	gnm-so-path.h				\
1505	gnm-so-polygon.h			\
1506	gnumeric-conf.h				\
1507	gnumeric-fwd.h				\
1508	gnumeric-simple-canvas.h		\
1509	gnumeric.h				\
1510	go-data-cache-field.h			\
1511	go-data-cache-source.h			\
1512	go-data-cache.h				\
1513	go-data-slicer-field.h			\
1514	go-data-slicer.h			\
1515	go-val.h				\
1516	graph.h					\
1517	gui-clipboard.h				\
1518	gui-file.h				\
1519	gui-util.h				\
1520	gutils.h				\
1521	history.h				\
1522	hlink-impl.h				\
1523	hlink.h					\
1524	input-msg.h				\
1525	item-bar.h				\
1526	item-cursor.h				\
1527	item-edit.h				\
1528	item-grid.h				\
1529	libgnumeric.h				\
1530	mathfunc.h				\
1531	mstyle.h				\
1532	number-match.h				\
1533	numbers.h				\
1534	parse-util.h				\
1535	pattern.h				\
1536	position.h				\
1537	preview-grid.h				\
1538	print-cell.h				\
1539	print-info.h				\
1540	print.h					\
1541	rangefunc-strings.h			\
1542	rangefunc.h				\
1543	ranges.h				\
1544	regression.h				\
1545	rendered-value.h			\
1546	search.h				\
1547	selection.h				\
1548	session.h				\
1549	sf-bessel.h				\
1550	sf-dpq.h				\
1551	sf-gamma.h				\
1552	sf-trig.h				\
1553	sheet-autofill.h			\
1554	sheet-conditions.h			\
1555	sheet-control-gui-priv.h		\
1556	sheet-control-gui.h			\
1557	sheet-control-priv.h			\
1558	sheet-control.h				\
1559	sheet-diff.h				\
1560	sheet-filter-combo.h			\
1561	sheet-filter.h				\
1562	sheet-merge.h				\
1563	sheet-object-cell-comment.h		\
1564	sheet-object-component.h		\
1565	sheet-object-graph.h			\
1566	sheet-object-image.h			\
1567	sheet-object-impl.h			\
1568	sheet-object-widget-impl.h		\
1569	sheet-object-widget.h			\
1570	sheet-object.h				\
1571	sheet-private.h				\
1572	sheet-style.h				\
1573	sheet-utils.h				\
1574	sheet-view.h				\
1575	sheet.h					\
1576	sort.h					\
1577	stf-export.h				\
1578	stf-parse.h				\
1579	stf.h					\
1580	style-border.h				\
1581	style-color.h				\
1582	style-conditions.h			\
1583	style-font.h				\
1584	style.h					\
1585	undo.h					\
1586	validation-combo.h			\
1587	validation.h				\
1588	value.h					\
1589	wbc-gtk-impl.h				\
1590	wbc-gtk.h				\
1591	workbook-cmd-format.h			\
1592	workbook-control-priv.h			\
1593	workbook-control.h			\
1594	workbook-priv.h				\
1595	workbook-view.h				\
1596	workbook.h				\
1597	xml-io-version.h			\
1598	xml-sax.h
1599
1600ALL_HDRS = \
1601	$(libspreadsheet_include_HEADERS)	\
1602	$(tools_HEADERS)			\
1603	$(dialogs_headers)			\
1604	$(widgets_HEADERS)
1605
1606gnumeric_SOURCES = \
1607	io-context-gtk.c			\
1608	io-context-gtk.h			\
1609	main-application.c
1610
1611gnumeric_LDADD = libspreadsheet.la $(GNUMERIC_LIBS) $(INTLLIBS) \
1612	$(am__append_4)
1613gnumeric_LDFLAGS = -export-dynamic $(am__append_5)
1614ssconvert_LDADD = $(gnumeric_LDADD)
1615ssconvert_LDFLAGS = -export-dynamic $(am__append_6)
1616ssconvert_SOURCES = \
1617	ssconvert.c
1618
1619ssindex_LDADD = $(gnumeric_LDADD)
1620ssindex_LDFLAGS = -export-dynamic $(am__append_7)
1621ssindex_SOURCES = \
1622	ssindex.c
1623
1624ssgrep_LDADD = $(gnumeric_LDADD)
1625ssgrep_LDFLAGS = -export-dynamic $(am__append_8)
1626ssgrep_SOURCES = \
1627	ssgrep.c
1628
1629sstest_LDADD = $(gnumeric_LDADD)
1630sstest_LDFLAGS = -export-dynamic
1631sstest_SOURCES = \
1632	sstest.c
1633
1634ssdiff_LDADD = $(gnumeric_LDADD)
1635ssdiff_LDFLAGS = -export-dynamic
1636ssdiff_SOURCES = \
1637	ssdiff.c
1638
1639@WITH_NATIVE_WIN32_TRUE@libspreadsheet_la_DEPENDENCIES = libspreadsheet.def
1640
1641# Rules for the marshalers code:
1642GENMARSHAL_COMMAND = $(GLIB_GENMARSHAL) --prefix=gnm_
1643@HAVE_INTROSPECTION_TRUE@Gnm_@GNUMERIC_API_VER_@_gir_INCLUDES = GObject-2.0 Gio-2.0 libxml2-2.0 \
1644@HAVE_INTROSPECTION_TRUE@									   Gsf-1 GOffice-@GOFFICE_API_VER@
1645
1646@HAVE_INTROSPECTION_TRUE@Gnm_@GNUMERIC_API_VER_@_gir_CFLAGS = $(AM_CPPFLAGS)
1647@HAVE_INTROSPECTION_TRUE@Gnm_@GNUMERIC_API_VER_@_gir_LIBS = libspreadsheet.la
1648@HAVE_INTROSPECTION_TRUE@Gnm_@GNUMERIC_API_VER_@_gir_FILES = \
1649@HAVE_INTROSPECTION_TRUE@	$(libspreadsheet_la_SOURCES) \
1650@HAVE_INTROSPECTION_TRUE@	$(ALL_HDRS)
1651
1652@HAVE_INTROSPECTION_TRUE@girdir = $(GIRDIR)
1653@HAVE_INTROSPECTION_TRUE@gir_DATA = $(INTROSPECTION_GIRS)
1654@HAVE_INTROSPECTION_TRUE@typelibsdir = $(TYPELIBDIR)
1655@HAVE_INTROSPECTION_TRUE@typelibs_DATA = $(INTROSPECTION_GIRS:.gir=.typelib)
1656all: $(BUILT_SOURCES)
1657	$(MAKE) $(AM_MAKEFLAGS) all-am
1658
1659.SUFFIXES:
1660.SUFFIXES: .c .h .list .lo .o .obj .y
1661$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
1662	@for dep in $?; do \
1663	  case '$(am__configure_deps)' in \
1664	    *$$dep*) \
1665	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
1666	        && { if test -f $@; then exit 0; else break; fi; }; \
1667	      exit 1;; \
1668	  esac; \
1669	done; \
1670	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/Makefile'; \
1671	$(am__cd) $(top_srcdir) && \
1672	  $(AUTOMAKE) --gnu src/Makefile
1673Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
1674	@case '$?' in \
1675	  *config.status*) \
1676	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
1677	  *) \
1678	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
1679	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
1680	esac;
1681
1682$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
1683	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
1684
1685$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
1686	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
1687$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
1688	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
1689$(am__aclocal_m4_deps):
1690install-binPROGRAMS: $(bin_PROGRAMS)
1691	@$(NORMAL_INSTALL)
1692	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
1693	if test -n "$$list"; then \
1694	  echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
1695	  $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
1696	fi; \
1697	for p in $$list; do echo "$$p $$p"; done | \
1698	sed 's/$(EXEEXT)$$//' | \
1699	while read p p1; do if test -f $$p \
1700	 || test -f $$p1 \
1701	  ; then echo "$$p"; echo "$$p"; else :; fi; \
1702	done | \
1703	sed -e 'p;s,.*/,,;n;h' \
1704	    -e 's|.*|.|' \
1705	    -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
1706	sed 'N;N;N;s,\n, ,g' | \
1707	$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
1708	  { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
1709	    if ($$2 == $$4) files[d] = files[d] " " $$1; \
1710	    else { print "f", $$3 "/" $$4, $$1; } } \
1711	  END { for (d in files) print "f", d, files[d] }' | \
1712	while read type dir files; do \
1713	    if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
1714	    test -z "$$files" || { \
1715	    echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
1716	    $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
1717	    } \
1718	; done
1719
1720uninstall-binPROGRAMS:
1721	@$(NORMAL_UNINSTALL)
1722	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
1723	files=`for p in $$list; do echo "$$p"; done | \
1724	  sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
1725	      -e 's/$$/$(EXEEXT)/' \
1726	`; \
1727	test -n "$$list" || exit 0; \
1728	echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
1729	cd "$(DESTDIR)$(bindir)" && rm -f $$files
1730
1731clean-binPROGRAMS:
1732	@list='$(bin_PROGRAMS)'; test -n "$$list" || exit 0; \
1733	echo " rm -f" $$list; \
1734	rm -f $$list || exit $$?; \
1735	test -n "$(EXEEXT)" || exit 0; \
1736	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
1737	echo " rm -f" $$list; \
1738	rm -f $$list
1739
1740clean-checkPROGRAMS:
1741	@list='$(check_PROGRAMS)'; test -n "$$list" || exit 0; \
1742	echo " rm -f" $$list; \
1743	rm -f $$list || exit $$?; \
1744	test -n "$(EXEEXT)" || exit 0; \
1745	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
1746	echo " rm -f" $$list; \
1747	rm -f $$list
1748
1749clean-noinstPROGRAMS:
1750	@list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \
1751	echo " rm -f" $$list; \
1752	rm -f $$list || exit $$?; \
1753	test -n "$(EXEEXT)" || exit 0; \
1754	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
1755	echo " rm -f" $$list; \
1756	rm -f $$list
1757
1758install-libLTLIBRARIES: $(lib_LTLIBRARIES)
1759	@$(NORMAL_INSTALL)
1760	@list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
1761	list2=; for p in $$list; do \
1762	  if test -f $$p; then \
1763	    list2="$$list2 $$p"; \
1764	  else :; fi; \
1765	done; \
1766	test -z "$$list2" || { \
1767	  echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \
1768	  $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \
1769	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
1770	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
1771	}
1772
1773uninstall-libLTLIBRARIES:
1774	@$(NORMAL_UNINSTALL)
1775	@list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
1776	for p in $$list; do \
1777	  $(am__strip_dir) \
1778	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
1779	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
1780	done
1781
1782clean-libLTLIBRARIES:
1783	-test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
1784	@list='$(lib_LTLIBRARIES)'; \
1785	locs=`for p in $$list; do echo $$p; done | \
1786	      sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
1787	      sort -u`; \
1788	test -z "$$locs" || { \
1789	  echo rm -f $${locs}; \
1790	  rm -f $${locs}; \
1791	}
1792dialogs/$(am__dirstamp):
1793	@$(MKDIR_P) dialogs
1794	@: > dialogs/$(am__dirstamp)
1795dialogs/$(DEPDIR)/$(am__dirstamp):
1796	@$(MKDIR_P) dialogs/$(DEPDIR)
1797	@: > dialogs/$(DEPDIR)/$(am__dirstamp)
1798dialogs/libspreadsheet_la-dao-gui-utils.lo: dialogs/$(am__dirstamp) \
1799	dialogs/$(DEPDIR)/$(am__dirstamp)
1800dialogs/libspreadsheet_la-dialog-about.lo: dialogs/$(am__dirstamp) \
1801	dialogs/$(DEPDIR)/$(am__dirstamp)
1802dialogs/libspreadsheet_la-dialog-advanced-filter.lo:  \
1803	dialogs/$(am__dirstamp) dialogs/$(DEPDIR)/$(am__dirstamp)
1804dialogs/libspreadsheet_la-dialog-analysis-tools.lo:  \
1805	dialogs/$(am__dirstamp) dialogs/$(DEPDIR)/$(am__dirstamp)
1806dialogs/libspreadsheet_la-dialog-analysis-tool-chi-squared.lo:  \
1807	dialogs/$(am__dirstamp) dialogs/$(DEPDIR)/$(am__dirstamp)
1808dialogs/libspreadsheet_la-dialog-analysis-tool-frequency.lo:  \
1809	dialogs/$(am__dirstamp) dialogs/$(DEPDIR)/$(am__dirstamp)
1810dialogs/libspreadsheet_la-dialog-analysis-tool-kaplan-meier.lo:  \
1811	dialogs/$(am__dirstamp) dialogs/$(DEPDIR)/$(am__dirstamp)
1812dialogs/libspreadsheet_la-dialog-analysis-tool-normality.lo:  \
1813	dialogs/$(am__dirstamp) dialogs/$(DEPDIR)/$(am__dirstamp)
1814dialogs/libspreadsheet_la-dialog-analysis-tool-one-mean.lo:  \
1815	dialogs/$(am__dirstamp) dialogs/$(DEPDIR)/$(am__dirstamp)
1816dialogs/libspreadsheet_la-dialog-analysis-tool-principal-components.lo:  \
1817	dialogs/$(am__dirstamp) dialogs/$(DEPDIR)/$(am__dirstamp)
1818dialogs/libspreadsheet_la-dialog-analysis-tool-sign-test.lo:  \
1819	dialogs/$(am__dirstamp) dialogs/$(DEPDIR)/$(am__dirstamp)
1820dialogs/libspreadsheet_la-dialog-analysis-tool-wilcoxon-mann-whitney.lo:  \
1821	dialogs/$(am__dirstamp) dialogs/$(DEPDIR)/$(am__dirstamp)
1822dialogs/libspreadsheet_la-dialog-autofilter.lo:  \
1823	dialogs/$(am__dirstamp) dialogs/$(DEPDIR)/$(am__dirstamp)
1824dialogs/libspreadsheet_la-dialog-autoformat.lo:  \
1825	dialogs/$(am__dirstamp) dialogs/$(DEPDIR)/$(am__dirstamp)
1826dialogs/libspreadsheet_la-dialog-autosave.lo: dialogs/$(am__dirstamp) \
1827	dialogs/$(DEPDIR)/$(am__dirstamp)
1828dialogs/libspreadsheet_la-dialog-cell-comment.lo:  \
1829	dialogs/$(am__dirstamp) dialogs/$(DEPDIR)/$(am__dirstamp)
1830dialogs/libspreadsheet_la-dialog-cell-format.lo:  \
1831	dialogs/$(am__dirstamp) dialogs/$(DEPDIR)/$(am__dirstamp)
1832dialogs/libspreadsheet_la-dialog-cell-format-cond.lo:  \
1833	dialogs/$(am__dirstamp) dialogs/$(DEPDIR)/$(am__dirstamp)
1834dialogs/libspreadsheet_la-dialog-cell-sort.lo:  \
1835	dialogs/$(am__dirstamp) dialogs/$(DEPDIR)/$(am__dirstamp)
1836dialogs/libspreadsheet_la-dialog-col-width.lo:  \
1837	dialogs/$(am__dirstamp) dialogs/$(DEPDIR)/$(am__dirstamp)
1838dialogs/libspreadsheet_la-dialog-col-row.lo: dialogs/$(am__dirstamp) \
1839	dialogs/$(DEPDIR)/$(am__dirstamp)
1840dialogs/libspreadsheet_la-dialog-consolidate.lo:  \
1841	dialogs/$(am__dirstamp) dialogs/$(DEPDIR)/$(am__dirstamp)
1842dialogs/libspreadsheet_la-dialog-data-slicer.lo:  \
1843	dialogs/$(am__dirstamp) dialogs/$(DEPDIR)/$(am__dirstamp)
1844dialogs/libspreadsheet_la-dialog-data-table.lo:  \
1845	dialogs/$(am__dirstamp) dialogs/$(DEPDIR)/$(am__dirstamp)
1846dialogs/libspreadsheet_la-dialog-fill-series.lo:  \
1847	dialogs/$(am__dirstamp) dialogs/$(DEPDIR)/$(am__dirstamp)
1848dialogs/libspreadsheet_la-dialog-function-select.lo:  \
1849	dialogs/$(am__dirstamp) dialogs/$(DEPDIR)/$(am__dirstamp)
1850dialogs/libspreadsheet_la-dialog-formula-guru.lo:  \
1851	dialogs/$(am__dirstamp) dialogs/$(DEPDIR)/$(am__dirstamp)
1852dialogs/libspreadsheet_la-dialog-goal-seek.lo:  \
1853	dialogs/$(am__dirstamp) dialogs/$(DEPDIR)/$(am__dirstamp)
1854dialogs/libspreadsheet_la-dialog-goto-cell.lo:  \
1855	dialogs/$(am__dirstamp) dialogs/$(DEPDIR)/$(am__dirstamp)
1856dialogs/libspreadsheet_la-dialog-hyperlink.lo:  \
1857	dialogs/$(am__dirstamp) dialogs/$(DEPDIR)/$(am__dirstamp)
1858dialogs/libspreadsheet_la-dialog-insert-cells.lo:  \
1859	dialogs/$(am__dirstamp) dialogs/$(DEPDIR)/$(am__dirstamp)
1860dialogs/libspreadsheet_la-dialog-define-names.lo:  \
1861	dialogs/$(am__dirstamp) dialogs/$(DEPDIR)/$(am__dirstamp)
1862dialogs/libspreadsheet_la-dialog-delete-cells.lo:  \
1863	dialogs/$(am__dirstamp) dialogs/$(DEPDIR)/$(am__dirstamp)
1864dialogs/libspreadsheet_la-dialog-merge.lo: dialogs/$(am__dirstamp) \
1865	dialogs/$(DEPDIR)/$(am__dirstamp)
1866dialogs/libspreadsheet_la-dialog-password.lo: dialogs/$(am__dirstamp) \
1867	dialogs/$(DEPDIR)/$(am__dirstamp)
1868dialogs/libspreadsheet_la-dialog-paste-special.lo:  \
1869	dialogs/$(am__dirstamp) dialogs/$(DEPDIR)/$(am__dirstamp)
1870dialogs/libspreadsheet_la-dialog-plugin-manager.lo:  \
1871	dialogs/$(am__dirstamp) dialogs/$(DEPDIR)/$(am__dirstamp)
1872dialogs/libspreadsheet_la-dialog-preferences.lo:  \
1873	dialogs/$(am__dirstamp) dialogs/$(DEPDIR)/$(am__dirstamp)
1874dialogs/libspreadsheet_la-dialog-random-generator.lo:  \
1875	dialogs/$(am__dirstamp) dialogs/$(DEPDIR)/$(am__dirstamp)
1876dialogs/libspreadsheet_la-dialog-random-generator-cor.lo:  \
1877	dialogs/$(am__dirstamp) dialogs/$(DEPDIR)/$(am__dirstamp)
1878dialogs/libspreadsheet_la-dialog-recent.lo: dialogs/$(am__dirstamp) \
1879	dialogs/$(DEPDIR)/$(am__dirstamp)
1880dialogs/libspreadsheet_la-dialog-row-height.lo:  \
1881	dialogs/$(am__dirstamp) dialogs/$(DEPDIR)/$(am__dirstamp)
1882dialogs/libspreadsheet_la-dialog-quit.lo: dialogs/$(am__dirstamp) \
1883	dialogs/$(DEPDIR)/$(am__dirstamp)
1884dialogs/libspreadsheet_la-dialog-scenarios.lo:  \
1885	dialogs/$(am__dirstamp) dialogs/$(DEPDIR)/$(am__dirstamp)
1886dialogs/libspreadsheet_la-dialog-search.lo: dialogs/$(am__dirstamp) \
1887	dialogs/$(DEPDIR)/$(am__dirstamp)
1888dialogs/libspreadsheet_la-dialog-search-replace.lo:  \
1889	dialogs/$(am__dirstamp) dialogs/$(DEPDIR)/$(am__dirstamp)
1890dialogs/libspreadsheet_la-dialog-sheet-compare.lo:  \
1891	dialogs/$(am__dirstamp) dialogs/$(DEPDIR)/$(am__dirstamp)
1892dialogs/libspreadsheet_la-dialog-sheet-order.lo:  \
1893	dialogs/$(am__dirstamp) dialogs/$(DEPDIR)/$(am__dirstamp)
1894dialogs/libspreadsheet_la-dialog-sheet-rename.lo:  \
1895	dialogs/$(am__dirstamp) dialogs/$(DEPDIR)/$(am__dirstamp)
1896dialogs/libspreadsheet_la-dialog-sheet-resize.lo:  \
1897	dialogs/$(am__dirstamp) dialogs/$(DEPDIR)/$(am__dirstamp)
1898dialogs/libspreadsheet_la-dialog-sheetobject-size.lo:  \
1899	dialogs/$(am__dirstamp) dialogs/$(DEPDIR)/$(am__dirstamp)
1900dialogs/libspreadsheet_la-dialog-shuffle.lo: dialogs/$(am__dirstamp) \
1901	dialogs/$(DEPDIR)/$(am__dirstamp)
1902dialogs/libspreadsheet_la-dialog-simulation.lo:  \
1903	dialogs/$(am__dirstamp) dialogs/$(DEPDIR)/$(am__dirstamp)
1904dialogs/libspreadsheet_la-dialog-so-list.lo: dialogs/$(am__dirstamp) \
1905	dialogs/$(DEPDIR)/$(am__dirstamp)
1906dialogs/libspreadsheet_la-dialog-so-styled.lo:  \
1907	dialogs/$(am__dirstamp) dialogs/$(DEPDIR)/$(am__dirstamp)
1908dialogs/libspreadsheet_la-dialog-solver.lo: dialogs/$(am__dirstamp) \
1909	dialogs/$(DEPDIR)/$(am__dirstamp)
1910dialogs/libspreadsheet_la-dialog-stf.lo: dialogs/$(am__dirstamp) \
1911	dialogs/$(DEPDIR)/$(am__dirstamp)
1912dialogs/libspreadsheet_la-dialog-stf-main-page.lo:  \
1913	dialogs/$(am__dirstamp) dialogs/$(DEPDIR)/$(am__dirstamp)
1914dialogs/libspreadsheet_la-dialog-stf-csv-page.lo:  \
1915	dialogs/$(am__dirstamp) dialogs/$(DEPDIR)/$(am__dirstamp)
1916dialogs/libspreadsheet_la-dialog-stf-fixed-page.lo:  \
1917	dialogs/$(am__dirstamp) dialogs/$(DEPDIR)/$(am__dirstamp)
1918dialogs/libspreadsheet_la-dialog-stf-format-page.lo:  \
1919	dialogs/$(am__dirstamp) dialogs/$(DEPDIR)/$(am__dirstamp)
1920dialogs/libspreadsheet_la-dialog-stf-preview.lo:  \
1921	dialogs/$(am__dirstamp) dialogs/$(DEPDIR)/$(am__dirstamp)
1922dialogs/libspreadsheet_la-dialog-stf-export.lo:  \
1923	dialogs/$(am__dirstamp) dialogs/$(DEPDIR)/$(am__dirstamp)
1924dialogs/libspreadsheet_la-dialog-tabulate.lo: dialogs/$(am__dirstamp) \
1925	dialogs/$(DEPDIR)/$(am__dirstamp)
1926dialogs/libspreadsheet_la-dialog-doc-metadata.lo:  \
1927	dialogs/$(am__dirstamp) dialogs/$(DEPDIR)/$(am__dirstamp)
1928dialogs/libspreadsheet_la-dialog-view.lo: dialogs/$(am__dirstamp) \
1929	dialogs/$(DEPDIR)/$(am__dirstamp)
1930dialogs/libspreadsheet_la-dialog-workbook-attr.lo:  \
1931	dialogs/$(am__dirstamp) dialogs/$(DEPDIR)/$(am__dirstamp)
1932dialogs/libspreadsheet_la-dialog-zoom.lo: dialogs/$(am__dirstamp) \
1933	dialogs/$(DEPDIR)/$(am__dirstamp)
1934dialogs/libspreadsheet_la-dialog-printer-setup.lo:  \
1935	dialogs/$(am__dirstamp) dialogs/$(DEPDIR)/$(am__dirstamp)
1936tools/$(am__dirstamp):
1937	@$(MKDIR_P) tools
1938	@: > tools/$(am__dirstamp)
1939tools/$(DEPDIR)/$(am__dirstamp):
1940	@$(MKDIR_P) tools/$(DEPDIR)
1941	@: > tools/$(DEPDIR)/$(am__dirstamp)
1942tools/libspreadsheet_la-analysis-anova.lo: tools/$(am__dirstamp) \
1943	tools/$(DEPDIR)/$(am__dirstamp)
1944tools/libspreadsheet_la-analysis-auto-expression.lo:  \
1945	tools/$(am__dirstamp) tools/$(DEPDIR)/$(am__dirstamp)
1946tools/libspreadsheet_la-analysis-chi-squared.lo:  \
1947	tools/$(am__dirstamp) tools/$(DEPDIR)/$(am__dirstamp)
1948tools/libspreadsheet_la-analysis-exp-smoothing.lo:  \
1949	tools/$(am__dirstamp) tools/$(DEPDIR)/$(am__dirstamp)
1950tools/libspreadsheet_la-analysis-frequency.lo: tools/$(am__dirstamp) \
1951	tools/$(DEPDIR)/$(am__dirstamp)
1952tools/libspreadsheet_la-analysis-histogram.lo: tools/$(am__dirstamp) \
1953	tools/$(DEPDIR)/$(am__dirstamp)
1954tools/libspreadsheet_la-analysis-kaplan-meier.lo:  \
1955	tools/$(am__dirstamp) tools/$(DEPDIR)/$(am__dirstamp)
1956tools/libspreadsheet_la-analysis-normality.lo: tools/$(am__dirstamp) \
1957	tools/$(DEPDIR)/$(am__dirstamp)
1958tools/libspreadsheet_la-analysis-one-mean-test.lo:  \
1959	tools/$(am__dirstamp) tools/$(DEPDIR)/$(am__dirstamp)
1960tools/libspreadsheet_la-analysis-principal-components.lo:  \
1961	tools/$(am__dirstamp) tools/$(DEPDIR)/$(am__dirstamp)
1962tools/libspreadsheet_la-analysis-sign-test.lo: tools/$(am__dirstamp) \
1963	tools/$(DEPDIR)/$(am__dirstamp)
1964tools/libspreadsheet_la-analysis-signed-rank-test.lo:  \
1965	tools/$(am__dirstamp) tools/$(DEPDIR)/$(am__dirstamp)
1966tools/libspreadsheet_la-analysis-tools.lo: tools/$(am__dirstamp) \
1967	tools/$(DEPDIR)/$(am__dirstamp)
1968tools/libspreadsheet_la-analysis-wilcoxon-mann-whitney.lo:  \
1969	tools/$(am__dirstamp) tools/$(DEPDIR)/$(am__dirstamp)
1970tools/libspreadsheet_la-auto-correct.lo: tools/$(am__dirstamp) \
1971	tools/$(DEPDIR)/$(am__dirstamp)
1972tools/libspreadsheet_la-dao.lo: tools/$(am__dirstamp) \
1973	tools/$(DEPDIR)/$(am__dirstamp)
1974tools/libspreadsheet_la-data-shuffling.lo: tools/$(am__dirstamp) \
1975	tools/$(DEPDIR)/$(am__dirstamp)
1976tools/libspreadsheet_la-fill-series.lo: tools/$(am__dirstamp) \
1977	tools/$(DEPDIR)/$(am__dirstamp)
1978tools/libspreadsheet_la-filter.lo: tools/$(am__dirstamp) \
1979	tools/$(DEPDIR)/$(am__dirstamp)
1980tools/libspreadsheet_la-gnm-solver.lo: tools/$(am__dirstamp) \
1981	tools/$(DEPDIR)/$(am__dirstamp)
1982tools/libspreadsheet_la-goal-seek.lo: tools/$(am__dirstamp) \
1983	tools/$(DEPDIR)/$(am__dirstamp)
1984tools/libspreadsheet_la-random-generator-cor.lo:  \
1985	tools/$(am__dirstamp) tools/$(DEPDIR)/$(am__dirstamp)
1986tools/libspreadsheet_la-random-generator.lo: tools/$(am__dirstamp) \
1987	tools/$(DEPDIR)/$(am__dirstamp)
1988tools/libspreadsheet_la-scenarios.lo: tools/$(am__dirstamp) \
1989	tools/$(DEPDIR)/$(am__dirstamp)
1990tools/libspreadsheet_la-simulation.lo: tools/$(am__dirstamp) \
1991	tools/$(DEPDIR)/$(am__dirstamp)
1992tools/libspreadsheet_la-tabulate.lo: tools/$(am__dirstamp) \
1993	tools/$(DEPDIR)/$(am__dirstamp)
1994widgets/$(am__dirstamp):
1995	@$(MKDIR_P) widgets
1996	@: > widgets/$(am__dirstamp)
1997widgets/$(DEPDIR)/$(am__dirstamp):
1998	@$(MKDIR_P) widgets/$(DEPDIR)
1999	@: > widgets/$(DEPDIR)/$(am__dirstamp)
2000widgets/libspreadsheet_la-gnm-dao.lo: widgets/$(am__dirstamp) \
2001	widgets/$(DEPDIR)/$(am__dirstamp)
2002widgets/libspreadsheet_la-gnm-fontbutton.lo: widgets/$(am__dirstamp) \
2003	widgets/$(DEPDIR)/$(am__dirstamp)
2004widgets/libspreadsheet_la-gnm-format-sel.lo: widgets/$(am__dirstamp) \
2005	widgets/$(DEPDIR)/$(am__dirstamp)
2006widgets/libspreadsheet_la-gnm-notebook.lo: widgets/$(am__dirstamp) \
2007	widgets/$(DEPDIR)/$(am__dirstamp)
2008widgets/libspreadsheet_la-gnm-radiobutton.lo: widgets/$(am__dirstamp) \
2009	widgets/$(DEPDIR)/$(am__dirstamp)
2010widgets/libspreadsheet_la-gnm-cell-combo-view.lo:  \
2011	widgets/$(am__dirstamp) widgets/$(DEPDIR)/$(am__dirstamp)
2012widgets/libspreadsheet_la-gnm-filter-combo-view.lo:  \
2013	widgets/$(am__dirstamp) widgets/$(DEPDIR)/$(am__dirstamp)
2014widgets/libspreadsheet_la-gnm-validation-combo-view.lo:  \
2015	widgets/$(am__dirstamp) widgets/$(DEPDIR)/$(am__dirstamp)
2016widgets/libspreadsheet_la-gnm-sheet-sel.lo: widgets/$(am__dirstamp) \
2017	widgets/$(DEPDIR)/$(am__dirstamp)
2018widgets/libspreadsheet_la-gnm-sheet-slicer-combo-view.lo:  \
2019	widgets/$(am__dirstamp) widgets/$(DEPDIR)/$(am__dirstamp)
2020widgets/libspreadsheet_la-gnm-so-anchor-mode-chooser.lo:  \
2021	widgets/$(am__dirstamp) widgets/$(DEPDIR)/$(am__dirstamp)
2022widgets/libspreadsheet_la-gnm-workbook-sel.lo:  \
2023	widgets/$(am__dirstamp) widgets/$(DEPDIR)/$(am__dirstamp)
2024widgets/libspreadsheet_la-gnm-cell-renderer-text.lo:  \
2025	widgets/$(am__dirstamp) widgets/$(DEPDIR)/$(am__dirstamp)
2026widgets/libspreadsheet_la-gnm-cell-renderer-expr-entry.lo:  \
2027	widgets/$(am__dirstamp) widgets/$(DEPDIR)/$(am__dirstamp)
2028widgets/libspreadsheet_la-gnm-cell-renderer-toggle.lo:  \
2029	widgets/$(am__dirstamp) widgets/$(DEPDIR)/$(am__dirstamp)
2030widgets/libspreadsheet_la-gnm-dashed-canvas-line.lo:  \
2031	widgets/$(am__dirstamp) widgets/$(DEPDIR)/$(am__dirstamp)
2032widgets/libspreadsheet_la-gnm-expr-entry.lo: widgets/$(am__dirstamp) \
2033	widgets/$(DEPDIR)/$(am__dirstamp)
2034widgets/libspreadsheet_la-gnm-text-view.lo: widgets/$(am__dirstamp) \
2035	widgets/$(DEPDIR)/$(am__dirstamp)
2036
2037libspreadsheet.la: $(libspreadsheet_la_OBJECTS) $(libspreadsheet_la_DEPENDENCIES) $(EXTRA_libspreadsheet_la_DEPENDENCIES)
2038	$(AM_V_CCLD)$(libspreadsheet_la_LINK) -rpath $(libdir) $(libspreadsheet_la_OBJECTS) $(libspreadsheet_la_LIBADD) $(LIBS)
2039
2040gnumeric$(EXEEXT): $(gnumeric_OBJECTS) $(gnumeric_DEPENDENCIES) $(EXTRA_gnumeric_DEPENDENCIES)
2041	@rm -f gnumeric$(EXEEXT)
2042	$(AM_V_CCLD)$(gnumeric_LINK) $(gnumeric_OBJECTS) $(gnumeric_LDADD) $(LIBS)
2043
2044ssconvert$(EXEEXT): $(ssconvert_OBJECTS) $(ssconvert_DEPENDENCIES) $(EXTRA_ssconvert_DEPENDENCIES)
2045	@rm -f ssconvert$(EXEEXT)
2046	$(AM_V_CCLD)$(ssconvert_LINK) $(ssconvert_OBJECTS) $(ssconvert_LDADD) $(LIBS)
2047
2048ssdiff$(EXEEXT): $(ssdiff_OBJECTS) $(ssdiff_DEPENDENCIES) $(EXTRA_ssdiff_DEPENDENCIES)
2049	@rm -f ssdiff$(EXEEXT)
2050	$(AM_V_CCLD)$(ssdiff_LINK) $(ssdiff_OBJECTS) $(ssdiff_LDADD) $(LIBS)
2051
2052ssgrep$(EXEEXT): $(ssgrep_OBJECTS) $(ssgrep_DEPENDENCIES) $(EXTRA_ssgrep_DEPENDENCIES)
2053	@rm -f ssgrep$(EXEEXT)
2054	$(AM_V_CCLD)$(ssgrep_LINK) $(ssgrep_OBJECTS) $(ssgrep_LDADD) $(LIBS)
2055
2056ssindex$(EXEEXT): $(ssindex_OBJECTS) $(ssindex_DEPENDENCIES) $(EXTRA_ssindex_DEPENDENCIES)
2057	@rm -f ssindex$(EXEEXT)
2058	$(AM_V_CCLD)$(ssindex_LINK) $(ssindex_OBJECTS) $(ssindex_LDADD) $(LIBS)
2059
2060sstest$(EXEEXT): $(sstest_OBJECTS) $(sstest_DEPENDENCIES) $(EXTRA_sstest_DEPENDENCIES)
2061	@rm -f sstest$(EXEEXT)
2062	$(AM_V_CCLD)$(sstest_LINK) $(sstest_OBJECTS) $(sstest_LDADD) $(LIBS)
2063
2064mostlyclean-compile:
2065	-rm -f *.$(OBJEXT)
2066	-rm -f dialogs/*.$(OBJEXT)
2067	-rm -f dialogs/*.lo
2068	-rm -f tools/*.$(OBJEXT)
2069	-rm -f tools/*.lo
2070	-rm -f widgets/*.$(OBJEXT)
2071	-rm -f widgets/*.lo
2072
2073distclean-compile:
2074	-rm -f *.tab.c
2075
2076@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/io-context-gtk.Po@am__quote@ # am--include-marker
2077@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-application.Plo@am__quote@ # am--include-marker
2078@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-auto-format.Plo@am__quote@ # am--include-marker
2079@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-cell-draw.Plo@am__quote@ # am--include-marker
2080@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-cell.Plo@am__quote@ # am--include-marker
2081@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-cellspan.Plo@am__quote@ # am--include-marker
2082@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-clipboard.Plo@am__quote@ # am--include-marker
2083@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-cmd-edit.Plo@am__quote@ # am--include-marker
2084@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-collect.Plo@am__quote@ # am--include-marker
2085@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-colrow.Plo@am__quote@ # am--include-marker
2086@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-command-context-stderr.Plo@am__quote@ # am--include-marker
2087@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-command-context.Plo@am__quote@ # am--include-marker
2088@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-commands.Plo@am__quote@ # am--include-marker
2089@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-complete-sheet.Plo@am__quote@ # am--include-marker
2090@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-complete.Plo@am__quote@ # am--include-marker
2091@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-complex.Plo@am__quote@ # am--include-marker
2092@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-consolidate.Plo@am__quote@ # am--include-marker
2093@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-criteria.Plo@am__quote@ # am--include-marker
2094@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-dependent.Plo@am__quote@ # am--include-marker
2095@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-expr-deriv.Plo@am__quote@ # am--include-marker
2096@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-expr-name.Plo@am__quote@ # am--include-marker
2097@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-expr.Plo@am__quote@ # am--include-marker
2098@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-file-autoft.Plo@am__quote@ # am--include-marker
2099@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-format-template.Plo@am__quote@ # am--include-marker
2100@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-func-builtin.Plo@am__quote@ # am--include-marker
2101@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-func.Plo@am__quote@ # am--include-marker
2102@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-gnm-cell-combo.Plo@am__quote@ # am--include-marker
2103@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-gnm-commands-slicer.Plo@am__quote@ # am--include-marker
2104@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-gnm-data-cache-source.Plo@am__quote@ # am--include-marker
2105@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-gnm-datetime.Plo@am__quote@ # am--include-marker
2106@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-gnm-format.Plo@am__quote@ # am--include-marker
2107@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-gnm-graph-window.Plo@am__quote@ # am--include-marker
2108@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-gnm-marshalers.Plo@am__quote@ # am--include-marker
2109@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-gnm-pane.Plo@am__quote@ # am--include-marker
2110@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-gnm-plugin.Plo@am__quote@ # am--include-marker
2111@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-gnm-random.Plo@am__quote@ # am--include-marker
2112@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-gnm-sheet-slicer-combo.Plo@am__quote@ # am--include-marker
2113@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-gnm-sheet-slicer.Plo@am__quote@ # am--include-marker
2114@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-gnm-so-filled.Plo@am__quote@ # am--include-marker
2115@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-gnm-so-line.Plo@am__quote@ # am--include-marker
2116@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-gnm-so-path.Plo@am__quote@ # am--include-marker
2117@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-gnm-so-polygon.Plo@am__quote@ # am--include-marker
2118@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-gnmresources.Plo@am__quote@ # am--include-marker
2119@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-gnumeric-conf.Plo@am__quote@ # am--include-marker
2120@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-gnumeric-simple-canvas.Plo@am__quote@ # am--include-marker
2121@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-go-data-cache-field.Plo@am__quote@ # am--include-marker
2122@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-go-data-cache-source.Plo@am__quote@ # am--include-marker
2123@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-go-data-cache.Plo@am__quote@ # am--include-marker
2124@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-go-data-slicer-field.Plo@am__quote@ # am--include-marker
2125@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-go-data-slicer.Plo@am__quote@ # am--include-marker
2126@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-go-val.Plo@am__quote@ # am--include-marker
2127@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-graph.Plo@am__quote@ # am--include-marker
2128@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-gui-clipboard.Plo@am__quote@ # am--include-marker
2129@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-gui-file.Plo@am__quote@ # am--include-marker
2130@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-gui-util.Plo@am__quote@ # am--include-marker
2131@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-gutils.Plo@am__quote@ # am--include-marker
2132@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-history.Plo@am__quote@ # am--include-marker
2133@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-hlink.Plo@am__quote@ # am--include-marker
2134@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-input-msg.Plo@am__quote@ # am--include-marker
2135@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-item-bar.Plo@am__quote@ # am--include-marker
2136@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-item-cursor.Plo@am__quote@ # am--include-marker
2137@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-item-edit.Plo@am__quote@ # am--include-marker
2138@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-item-grid.Plo@am__quote@ # am--include-marker
2139@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-libgnumeric.Plo@am__quote@ # am--include-marker
2140@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-mathfunc.Plo@am__quote@ # am--include-marker
2141@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-mstyle.Plo@am__quote@ # am--include-marker
2142@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-number-match.Plo@am__quote@ # am--include-marker
2143@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-outoflinedocs.Plo@am__quote@ # am--include-marker
2144@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-parse-util.Plo@am__quote@ # am--include-marker
2145@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-parser.Plo@am__quote@ # am--include-marker
2146@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-pattern.Plo@am__quote@ # am--include-marker
2147@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-position.Plo@am__quote@ # am--include-marker
2148@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-preview-grid.Plo@am__quote@ # am--include-marker
2149@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-print-cell.Plo@am__quote@ # am--include-marker
2150@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-print-info.Plo@am__quote@ # am--include-marker
2151@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-print.Plo@am__quote@ # am--include-marker
2152@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-rangefunc-strings.Plo@am__quote@ # am--include-marker
2153@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-rangefunc.Plo@am__quote@ # am--include-marker
2154@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-ranges.Plo@am__quote@ # am--include-marker
2155@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-rendered-value.Plo@am__quote@ # am--include-marker
2156@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-search.Plo@am__quote@ # am--include-marker
2157@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-selection.Plo@am__quote@ # am--include-marker
2158@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-session.Plo@am__quote@ # am--include-marker
2159@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-sf-bessel.Plo@am__quote@ # am--include-marker
2160@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-sf-dpq.Plo@am__quote@ # am--include-marker
2161@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-sf-gamma.Plo@am__quote@ # am--include-marker
2162@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-sf-trig.Plo@am__quote@ # am--include-marker
2163@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-sheet-autofill.Plo@am__quote@ # am--include-marker
2164@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-sheet-conditions.Plo@am__quote@ # am--include-marker
2165@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-sheet-control-gui.Plo@am__quote@ # am--include-marker
2166@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-sheet-control.Plo@am__quote@ # am--include-marker
2167@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-sheet-diff.Plo@am__quote@ # am--include-marker
2168@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-sheet-filter.Plo@am__quote@ # am--include-marker
2169@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-sheet-merge.Plo@am__quote@ # am--include-marker
2170@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-sheet-object-cell-comment.Plo@am__quote@ # am--include-marker
2171@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-sheet-object-component.Plo@am__quote@ # am--include-marker
2172@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-sheet-object-graph.Plo@am__quote@ # am--include-marker
2173@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-sheet-object-image.Plo@am__quote@ # am--include-marker
2174@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-sheet-object-widget.Plo@am__quote@ # am--include-marker
2175@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-sheet-object.Plo@am__quote@ # am--include-marker
2176@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-sheet-style.Plo@am__quote@ # am--include-marker
2177@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-sheet-utils.Plo@am__quote@ # am--include-marker
2178@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-sheet-view.Plo@am__quote@ # am--include-marker
2179@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-sheet.Plo@am__quote@ # am--include-marker
2180@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-sort.Plo@am__quote@ # am--include-marker
2181@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-stf-export.Plo@am__quote@ # am--include-marker
2182@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-stf-parse.Plo@am__quote@ # am--include-marker
2183@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-stf.Plo@am__quote@ # am--include-marker
2184@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-style-border.Plo@am__quote@ # am--include-marker
2185@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-style-color.Plo@am__quote@ # am--include-marker
2186@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-style-conditions.Plo@am__quote@ # am--include-marker
2187@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-style.Plo@am__quote@ # am--include-marker
2188@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-undo.Plo@am__quote@ # am--include-marker
2189@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-validation.Plo@am__quote@ # am--include-marker
2190@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-value-sheet.Plo@am__quote@ # am--include-marker
2191@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-value.Plo@am__quote@ # am--include-marker
2192@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-wbc-gtk-actions.Plo@am__quote@ # am--include-marker
2193@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-wbc-gtk-edit.Plo@am__quote@ # am--include-marker
2194@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-wbc-gtk.Plo@am__quote@ # am--include-marker
2195@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-workbook-cmd-format.Plo@am__quote@ # am--include-marker
2196@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-workbook-control.Plo@am__quote@ # am--include-marker
2197@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-workbook-view.Plo@am__quote@ # am--include-marker
2198@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-workbook.Plo@am__quote@ # am--include-marker
2199@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-xml-sax-read.Plo@am__quote@ # am--include-marker
2200@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libspreadsheet_la-xml-sax-write.Plo@am__quote@ # am--include-marker
2201@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/main-application.Po@am__quote@ # am--include-marker
2202@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ssconvert.Po@am__quote@ # am--include-marker
2203@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ssdiff.Po@am__quote@ # am--include-marker
2204@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ssgrep.Po@am__quote@ # am--include-marker
2205@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ssindex.Po@am__quote@ # am--include-marker
2206@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sstest.Po@am__quote@ # am--include-marker
2207@AMDEP_TRUE@@am__include@ @am__quote@dialogs/$(DEPDIR)/libspreadsheet_la-dao-gui-utils.Plo@am__quote@ # am--include-marker
2208@AMDEP_TRUE@@am__include@ @am__quote@dialogs/$(DEPDIR)/libspreadsheet_la-dialog-about.Plo@am__quote@ # am--include-marker
2209@AMDEP_TRUE@@am__include@ @am__quote@dialogs/$(DEPDIR)/libspreadsheet_la-dialog-advanced-filter.Plo@am__quote@ # am--include-marker
2210@AMDEP_TRUE@@am__include@ @am__quote@dialogs/$(DEPDIR)/libspreadsheet_la-dialog-analysis-tool-chi-squared.Plo@am__quote@ # am--include-marker
2211@AMDEP_TRUE@@am__include@ @am__quote@dialogs/$(DEPDIR)/libspreadsheet_la-dialog-analysis-tool-frequency.Plo@am__quote@ # am--include-marker
2212@AMDEP_TRUE@@am__include@ @am__quote@dialogs/$(DEPDIR)/libspreadsheet_la-dialog-analysis-tool-kaplan-meier.Plo@am__quote@ # am--include-marker
2213@AMDEP_TRUE@@am__include@ @am__quote@dialogs/$(DEPDIR)/libspreadsheet_la-dialog-analysis-tool-normality.Plo@am__quote@ # am--include-marker
2214@AMDEP_TRUE@@am__include@ @am__quote@dialogs/$(DEPDIR)/libspreadsheet_la-dialog-analysis-tool-one-mean.Plo@am__quote@ # am--include-marker
2215@AMDEP_TRUE@@am__include@ @am__quote@dialogs/$(DEPDIR)/libspreadsheet_la-dialog-analysis-tool-principal-components.Plo@am__quote@ # am--include-marker
2216@AMDEP_TRUE@@am__include@ @am__quote@dialogs/$(DEPDIR)/libspreadsheet_la-dialog-analysis-tool-sign-test.Plo@am__quote@ # am--include-marker
2217@AMDEP_TRUE@@am__include@ @am__quote@dialogs/$(DEPDIR)/libspreadsheet_la-dialog-analysis-tool-wilcoxon-mann-whitney.Plo@am__quote@ # am--include-marker
2218@AMDEP_TRUE@@am__include@ @am__quote@dialogs/$(DEPDIR)/libspreadsheet_la-dialog-analysis-tools.Plo@am__quote@ # am--include-marker
2219@AMDEP_TRUE@@am__include@ @am__quote@dialogs/$(DEPDIR)/libspreadsheet_la-dialog-autofilter.Plo@am__quote@ # am--include-marker
2220@AMDEP_TRUE@@am__include@ @am__quote@dialogs/$(DEPDIR)/libspreadsheet_la-dialog-autoformat.Plo@am__quote@ # am--include-marker
2221@AMDEP_TRUE@@am__include@ @am__quote@dialogs/$(DEPDIR)/libspreadsheet_la-dialog-autosave.Plo@am__quote@ # am--include-marker
2222@AMDEP_TRUE@@am__include@ @am__quote@dialogs/$(DEPDIR)/libspreadsheet_la-dialog-cell-comment.Plo@am__quote@ # am--include-marker
2223@AMDEP_TRUE@@am__include@ @am__quote@dialogs/$(DEPDIR)/libspreadsheet_la-dialog-cell-format-cond.Plo@am__quote@ # am--include-marker
2224@AMDEP_TRUE@@am__include@ @am__quote@dialogs/$(DEPDIR)/libspreadsheet_la-dialog-cell-format.Plo@am__quote@ # am--include-marker
2225@AMDEP_TRUE@@am__include@ @am__quote@dialogs/$(DEPDIR)/libspreadsheet_la-dialog-cell-sort.Plo@am__quote@ # am--include-marker
2226@AMDEP_TRUE@@am__include@ @am__quote@dialogs/$(DEPDIR)/libspreadsheet_la-dialog-col-row.Plo@am__quote@ # am--include-marker
2227@AMDEP_TRUE@@am__include@ @am__quote@dialogs/$(DEPDIR)/libspreadsheet_la-dialog-col-width.Plo@am__quote@ # am--include-marker
2228@AMDEP_TRUE@@am__include@ @am__quote@dialogs/$(DEPDIR)/libspreadsheet_la-dialog-consolidate.Plo@am__quote@ # am--include-marker
2229@AMDEP_TRUE@@am__include@ @am__quote@dialogs/$(DEPDIR)/libspreadsheet_la-dialog-data-slicer.Plo@am__quote@ # am--include-marker
2230@AMDEP_TRUE@@am__include@ @am__quote@dialogs/$(DEPDIR)/libspreadsheet_la-dialog-data-table.Plo@am__quote@ # am--include-marker
2231@AMDEP_TRUE@@am__include@ @am__quote@dialogs/$(DEPDIR)/libspreadsheet_la-dialog-define-names.Plo@am__quote@ # am--include-marker
2232@AMDEP_TRUE@@am__include@ @am__quote@dialogs/$(DEPDIR)/libspreadsheet_la-dialog-delete-cells.Plo@am__quote@ # am--include-marker
2233@AMDEP_TRUE@@am__include@ @am__quote@dialogs/$(DEPDIR)/libspreadsheet_la-dialog-doc-metadata.Plo@am__quote@ # am--include-marker
2234@AMDEP_TRUE@@am__include@ @am__quote@dialogs/$(DEPDIR)/libspreadsheet_la-dialog-fill-series.Plo@am__quote@ # am--include-marker
2235@AMDEP_TRUE@@am__include@ @am__quote@dialogs/$(DEPDIR)/libspreadsheet_la-dialog-formula-guru.Plo@am__quote@ # am--include-marker
2236@AMDEP_TRUE@@am__include@ @am__quote@dialogs/$(DEPDIR)/libspreadsheet_la-dialog-function-select.Plo@am__quote@ # am--include-marker
2237@AMDEP_TRUE@@am__include@ @am__quote@dialogs/$(DEPDIR)/libspreadsheet_la-dialog-goal-seek.Plo@am__quote@ # am--include-marker
2238@AMDEP_TRUE@@am__include@ @am__quote@dialogs/$(DEPDIR)/libspreadsheet_la-dialog-goto-cell.Plo@am__quote@ # am--include-marker
2239@AMDEP_TRUE@@am__include@ @am__quote@dialogs/$(DEPDIR)/libspreadsheet_la-dialog-hyperlink.Plo@am__quote@ # am--include-marker
2240@AMDEP_TRUE@@am__include@ @am__quote@dialogs/$(DEPDIR)/libspreadsheet_la-dialog-insert-cells.Plo@am__quote@ # am--include-marker
2241@AMDEP_TRUE@@am__include@ @am__quote@dialogs/$(DEPDIR)/libspreadsheet_la-dialog-merge.Plo@am__quote@ # am--include-marker
2242@AMDEP_TRUE@@am__include@ @am__quote@dialogs/$(DEPDIR)/libspreadsheet_la-dialog-password.Plo@am__quote@ # am--include-marker
2243@AMDEP_TRUE@@am__include@ @am__quote@dialogs/$(DEPDIR)/libspreadsheet_la-dialog-paste-special.Plo@am__quote@ # am--include-marker
2244@AMDEP_TRUE@@am__include@ @am__quote@dialogs/$(DEPDIR)/libspreadsheet_la-dialog-plugin-manager.Plo@am__quote@ # am--include-marker
2245@AMDEP_TRUE@@am__include@ @am__quote@dialogs/$(DEPDIR)/libspreadsheet_la-dialog-preferences.Plo@am__quote@ # am--include-marker
2246@AMDEP_TRUE@@am__include@ @am__quote@dialogs/$(DEPDIR)/libspreadsheet_la-dialog-printer-setup.Plo@am__quote@ # am--include-marker
2247@AMDEP_TRUE@@am__include@ @am__quote@dialogs/$(DEPDIR)/libspreadsheet_la-dialog-quit.Plo@am__quote@ # am--include-marker
2248@AMDEP_TRUE@@am__include@ @am__quote@dialogs/$(DEPDIR)/libspreadsheet_la-dialog-random-generator-cor.Plo@am__quote@ # am--include-marker
2249@AMDEP_TRUE@@am__include@ @am__quote@dialogs/$(DEPDIR)/libspreadsheet_la-dialog-random-generator.Plo@am__quote@ # am--include-marker
2250@AMDEP_TRUE@@am__include@ @am__quote@dialogs/$(DEPDIR)/libspreadsheet_la-dialog-recent.Plo@am__quote@ # am--include-marker
2251@AMDEP_TRUE@@am__include@ @am__quote@dialogs/$(DEPDIR)/libspreadsheet_la-dialog-row-height.Plo@am__quote@ # am--include-marker
2252@AMDEP_TRUE@@am__include@ @am__quote@dialogs/$(DEPDIR)/libspreadsheet_la-dialog-scenarios.Plo@am__quote@ # am--include-marker
2253@AMDEP_TRUE@@am__include@ @am__quote@dialogs/$(DEPDIR)/libspreadsheet_la-dialog-search-replace.Plo@am__quote@ # am--include-marker
2254@AMDEP_TRUE@@am__include@ @am__quote@dialogs/$(DEPDIR)/libspreadsheet_la-dialog-search.Plo@am__quote@ # am--include-marker
2255@AMDEP_TRUE@@am__include@ @am__quote@dialogs/$(DEPDIR)/libspreadsheet_la-dialog-sheet-compare.Plo@am__quote@ # am--include-marker
2256@AMDEP_TRUE@@am__include@ @am__quote@dialogs/$(DEPDIR)/libspreadsheet_la-dialog-sheet-order.Plo@am__quote@ # am--include-marker
2257@AMDEP_TRUE@@am__include@ @am__quote@dialogs/$(DEPDIR)/libspreadsheet_la-dialog-sheet-rename.Plo@am__quote@ # am--include-marker
2258@AMDEP_TRUE@@am__include@ @am__quote@dialogs/$(DEPDIR)/libspreadsheet_la-dialog-sheet-resize.Plo@am__quote@ # am--include-marker
2259@AMDEP_TRUE@@am__include@ @am__quote@dialogs/$(DEPDIR)/libspreadsheet_la-dialog-sheetobject-size.Plo@am__quote@ # am--include-marker
2260@AMDEP_TRUE@@am__include@ @am__quote@dialogs/$(DEPDIR)/libspreadsheet_la-dialog-shuffle.Plo@am__quote@ # am--include-marker
2261@AMDEP_TRUE@@am__include@ @am__quote@dialogs/$(DEPDIR)/libspreadsheet_la-dialog-simulation.Plo@am__quote@ # am--include-marker
2262@AMDEP_TRUE@@am__include@ @am__quote@dialogs/$(DEPDIR)/libspreadsheet_la-dialog-so-list.Plo@am__quote@ # am--include-marker
2263@AMDEP_TRUE@@am__include@ @am__quote@dialogs/$(DEPDIR)/libspreadsheet_la-dialog-so-styled.Plo@am__quote@ # am--include-marker
2264@AMDEP_TRUE@@am__include@ @am__quote@dialogs/$(DEPDIR)/libspreadsheet_la-dialog-solver.Plo@am__quote@ # am--include-marker
2265@AMDEP_TRUE@@am__include@ @am__quote@dialogs/$(DEPDIR)/libspreadsheet_la-dialog-stf-csv-page.Plo@am__quote@ # am--include-marker
2266@AMDEP_TRUE@@am__include@ @am__quote@dialogs/$(DEPDIR)/libspreadsheet_la-dialog-stf-export.Plo@am__quote@ # am--include-marker
2267@AMDEP_TRUE@@am__include@ @am__quote@dialogs/$(DEPDIR)/libspreadsheet_la-dialog-stf-fixed-page.Plo@am__quote@ # am--include-marker
2268@AMDEP_TRUE@@am__include@ @am__quote@dialogs/$(DEPDIR)/libspreadsheet_la-dialog-stf-format-page.Plo@am__quote@ # am--include-marker
2269@AMDEP_TRUE@@am__include@ @am__quote@dialogs/$(DEPDIR)/libspreadsheet_la-dialog-stf-main-page.Plo@am__quote@ # am--include-marker
2270@AMDEP_TRUE@@am__include@ @am__quote@dialogs/$(DEPDIR)/libspreadsheet_la-dialog-stf-preview.Plo@am__quote@ # am--include-marker
2271@AMDEP_TRUE@@am__include@ @am__quote@dialogs/$(DEPDIR)/libspreadsheet_la-dialog-stf.Plo@am__quote@ # am--include-marker
2272@AMDEP_TRUE@@am__include@ @am__quote@dialogs/$(DEPDIR)/libspreadsheet_la-dialog-tabulate.Plo@am__quote@ # am--include-marker
2273@AMDEP_TRUE@@am__include@ @am__quote@dialogs/$(DEPDIR)/libspreadsheet_la-dialog-view.Plo@am__quote@ # am--include-marker
2274@AMDEP_TRUE@@am__include@ @am__quote@dialogs/$(DEPDIR)/libspreadsheet_la-dialog-workbook-attr.Plo@am__quote@ # am--include-marker
2275@AMDEP_TRUE@@am__include@ @am__quote@dialogs/$(DEPDIR)/libspreadsheet_la-dialog-zoom.Plo@am__quote@ # am--include-marker
2276@AMDEP_TRUE@@am__include@ @am__quote@tools/$(DEPDIR)/libspreadsheet_la-analysis-anova.Plo@am__quote@ # am--include-marker
2277@AMDEP_TRUE@@am__include@ @am__quote@tools/$(DEPDIR)/libspreadsheet_la-analysis-auto-expression.Plo@am__quote@ # am--include-marker
2278@AMDEP_TRUE@@am__include@ @am__quote@tools/$(DEPDIR)/libspreadsheet_la-analysis-chi-squared.Plo@am__quote@ # am--include-marker
2279@AMDEP_TRUE@@am__include@ @am__quote@tools/$(DEPDIR)/libspreadsheet_la-analysis-exp-smoothing.Plo@am__quote@ # am--include-marker
2280@AMDEP_TRUE@@am__include@ @am__quote@tools/$(DEPDIR)/libspreadsheet_la-analysis-frequency.Plo@am__quote@ # am--include-marker
2281@AMDEP_TRUE@@am__include@ @am__quote@tools/$(DEPDIR)/libspreadsheet_la-analysis-histogram.Plo@am__quote@ # am--include-marker
2282@AMDEP_TRUE@@am__include@ @am__quote@tools/$(DEPDIR)/libspreadsheet_la-analysis-kaplan-meier.Plo@am__quote@ # am--include-marker
2283@AMDEP_TRUE@@am__include@ @am__quote@tools/$(DEPDIR)/libspreadsheet_la-analysis-normality.Plo@am__quote@ # am--include-marker
2284@AMDEP_TRUE@@am__include@ @am__quote@tools/$(DEPDIR)/libspreadsheet_la-analysis-one-mean-test.Plo@am__quote@ # am--include-marker
2285@AMDEP_TRUE@@am__include@ @am__quote@tools/$(DEPDIR)/libspreadsheet_la-analysis-principal-components.Plo@am__quote@ # am--include-marker
2286@AMDEP_TRUE@@am__include@ @am__quote@tools/$(DEPDIR)/libspreadsheet_la-analysis-sign-test.Plo@am__quote@ # am--include-marker
2287@AMDEP_TRUE@@am__include@ @am__quote@tools/$(DEPDIR)/libspreadsheet_la-analysis-signed-rank-test.Plo@am__quote@ # am--include-marker
2288@AMDEP_TRUE@@am__include@ @am__quote@tools/$(DEPDIR)/libspreadsheet_la-analysis-tools.Plo@am__quote@ # am--include-marker
2289@AMDEP_TRUE@@am__include@ @am__quote@tools/$(DEPDIR)/libspreadsheet_la-analysis-wilcoxon-mann-whitney.Plo@am__quote@ # am--include-marker
2290@AMDEP_TRUE@@am__include@ @am__quote@tools/$(DEPDIR)/libspreadsheet_la-auto-correct.Plo@am__quote@ # am--include-marker
2291@AMDEP_TRUE@@am__include@ @am__quote@tools/$(DEPDIR)/libspreadsheet_la-dao.Plo@am__quote@ # am--include-marker
2292@AMDEP_TRUE@@am__include@ @am__quote@tools/$(DEPDIR)/libspreadsheet_la-data-shuffling.Plo@am__quote@ # am--include-marker
2293@AMDEP_TRUE@@am__include@ @am__quote@tools/$(DEPDIR)/libspreadsheet_la-fill-series.Plo@am__quote@ # am--include-marker
2294@AMDEP_TRUE@@am__include@ @am__quote@tools/$(DEPDIR)/libspreadsheet_la-filter.Plo@am__quote@ # am--include-marker
2295@AMDEP_TRUE@@am__include@ @am__quote@tools/$(DEPDIR)/libspreadsheet_la-gnm-solver.Plo@am__quote@ # am--include-marker
2296@AMDEP_TRUE@@am__include@ @am__quote@tools/$(DEPDIR)/libspreadsheet_la-goal-seek.Plo@am__quote@ # am--include-marker
2297@AMDEP_TRUE@@am__include@ @am__quote@tools/$(DEPDIR)/libspreadsheet_la-random-generator-cor.Plo@am__quote@ # am--include-marker
2298@AMDEP_TRUE@@am__include@ @am__quote@tools/$(DEPDIR)/libspreadsheet_la-random-generator.Plo@am__quote@ # am--include-marker
2299@AMDEP_TRUE@@am__include@ @am__quote@tools/$(DEPDIR)/libspreadsheet_la-scenarios.Plo@am__quote@ # am--include-marker
2300@AMDEP_TRUE@@am__include@ @am__quote@tools/$(DEPDIR)/libspreadsheet_la-simulation.Plo@am__quote@ # am--include-marker
2301@AMDEP_TRUE@@am__include@ @am__quote@tools/$(DEPDIR)/libspreadsheet_la-tabulate.Plo@am__quote@ # am--include-marker
2302@AMDEP_TRUE@@am__include@ @am__quote@widgets/$(DEPDIR)/libspreadsheet_la-gnm-cell-combo-view.Plo@am__quote@ # am--include-marker
2303@AMDEP_TRUE@@am__include@ @am__quote@widgets/$(DEPDIR)/libspreadsheet_la-gnm-cell-renderer-expr-entry.Plo@am__quote@ # am--include-marker
2304@AMDEP_TRUE@@am__include@ @am__quote@widgets/$(DEPDIR)/libspreadsheet_la-gnm-cell-renderer-text.Plo@am__quote@ # am--include-marker
2305@AMDEP_TRUE@@am__include@ @am__quote@widgets/$(DEPDIR)/libspreadsheet_la-gnm-cell-renderer-toggle.Plo@am__quote@ # am--include-marker
2306@AMDEP_TRUE@@am__include@ @am__quote@widgets/$(DEPDIR)/libspreadsheet_la-gnm-dao.Plo@am__quote@ # am--include-marker
2307@AMDEP_TRUE@@am__include@ @am__quote@widgets/$(DEPDIR)/libspreadsheet_la-gnm-dashed-canvas-line.Plo@am__quote@ # am--include-marker
2308@AMDEP_TRUE@@am__include@ @am__quote@widgets/$(DEPDIR)/libspreadsheet_la-gnm-expr-entry.Plo@am__quote@ # am--include-marker
2309@AMDEP_TRUE@@am__include@ @am__quote@widgets/$(DEPDIR)/libspreadsheet_la-gnm-filter-combo-view.Plo@am__quote@ # am--include-marker
2310@AMDEP_TRUE@@am__include@ @am__quote@widgets/$(DEPDIR)/libspreadsheet_la-gnm-fontbutton.Plo@am__quote@ # am--include-marker
2311@AMDEP_TRUE@@am__include@ @am__quote@widgets/$(DEPDIR)/libspreadsheet_la-gnm-format-sel.Plo@am__quote@ # am--include-marker
2312@AMDEP_TRUE@@am__include@ @am__quote@widgets/$(DEPDIR)/libspreadsheet_la-gnm-notebook.Plo@am__quote@ # am--include-marker
2313@AMDEP_TRUE@@am__include@ @am__quote@widgets/$(DEPDIR)/libspreadsheet_la-gnm-radiobutton.Plo@am__quote@ # am--include-marker
2314@AMDEP_TRUE@@am__include@ @am__quote@widgets/$(DEPDIR)/libspreadsheet_la-gnm-sheet-sel.Plo@am__quote@ # am--include-marker
2315@AMDEP_TRUE@@am__include@ @am__quote@widgets/$(DEPDIR)/libspreadsheet_la-gnm-sheet-slicer-combo-view.Plo@am__quote@ # am--include-marker
2316@AMDEP_TRUE@@am__include@ @am__quote@widgets/$(DEPDIR)/libspreadsheet_la-gnm-so-anchor-mode-chooser.Plo@am__quote@ # am--include-marker
2317@AMDEP_TRUE@@am__include@ @am__quote@widgets/$(DEPDIR)/libspreadsheet_la-gnm-text-view.Plo@am__quote@ # am--include-marker
2318@AMDEP_TRUE@@am__include@ @am__quote@widgets/$(DEPDIR)/libspreadsheet_la-gnm-validation-combo-view.Plo@am__quote@ # am--include-marker
2319@AMDEP_TRUE@@am__include@ @am__quote@widgets/$(DEPDIR)/libspreadsheet_la-gnm-workbook-sel.Plo@am__quote@ # am--include-marker
2320
2321$(am__depfiles_remade):
2322	@$(MKDIR_P) $(@D)
2323	@echo '# dummy' >$@-t && $(am__mv) $@-t $@
2324
2325am--depfiles: $(am__depfiles_remade)
2326
2327.c.o:
2328@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
2329@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
2330@am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
2331@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
2332@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2333@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
2334
2335.c.obj:
2336@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
2337@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
2338@am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Po
2339@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
2340@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2341@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
2342
2343.c.lo:
2344@am__fastdepCC_TRUE@	$(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
2345@am__fastdepCC_TRUE@	$(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
2346@am__fastdepCC_TRUE@	$(am__mv) $$depbase.Tpo $$depbase.Plo
2347@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
2348@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2349@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
2350
2351libspreadsheet_la-go-val.lo: go-val.c
2352@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libspreadsheet_la-go-val.lo -MD -MP -MF $(DEPDIR)/libspreadsheet_la-go-val.Tpo -c -o libspreadsheet_la-go-val.lo `test -f 'go-val.c' || echo '$(srcdir)/'`go-val.c
2353@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libspreadsheet_la-go-val.Tpo $(DEPDIR)/libspreadsheet_la-go-val.Plo
2354@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='go-val.c' object='libspreadsheet_la-go-val.lo' libtool=yes @AMDEPBACKSLASH@
2355@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2356@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libspreadsheet_la-go-val.lo `test -f 'go-val.c' || echo '$(srcdir)/'`go-val.c
2357
2358libspreadsheet_la-go-data-cache-source.lo: go-data-cache-source.c
2359@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libspreadsheet_la-go-data-cache-source.lo -MD -MP -MF $(DEPDIR)/libspreadsheet_la-go-data-cache-source.Tpo -c -o libspreadsheet_la-go-data-cache-source.lo `test -f 'go-data-cache-source.c' || echo '$(srcdir)/'`go-data-cache-source.c
2360@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libspreadsheet_la-go-data-cache-source.Tpo $(DEPDIR)/libspreadsheet_la-go-data-cache-source.Plo
2361@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='go-data-cache-source.c' object='libspreadsheet_la-go-data-cache-source.lo' libtool=yes @AMDEPBACKSLASH@
2362@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2363@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libspreadsheet_la-go-data-cache-source.lo `test -f 'go-data-cache-source.c' || echo '$(srcdir)/'`go-data-cache-source.c
2364
2365libspreadsheet_la-go-data-cache.lo: go-data-cache.c
2366@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libspreadsheet_la-go-data-cache.lo -MD -MP -MF $(DEPDIR)/libspreadsheet_la-go-data-cache.Tpo -c -o libspreadsheet_la-go-data-cache.lo `test -f 'go-data-cache.c' || echo '$(srcdir)/'`go-data-cache.c
2367@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libspreadsheet_la-go-data-cache.Tpo $(DEPDIR)/libspreadsheet_la-go-data-cache.Plo
2368@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='go-data-cache.c' object='libspreadsheet_la-go-data-cache.lo' libtool=yes @AMDEPBACKSLASH@
2369@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2370@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libspreadsheet_la-go-data-cache.lo `test -f 'go-data-cache.c' || echo '$(srcdir)/'`go-data-cache.c
2371
2372libspreadsheet_la-go-data-cache-field.lo: go-data-cache-field.c
2373@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libspreadsheet_la-go-data-cache-field.lo -MD -MP -MF $(DEPDIR)/libspreadsheet_la-go-data-cache-field.Tpo -c -o libspreadsheet_la-go-data-cache-field.lo `test -f 'go-data-cache-field.c' || echo '$(srcdir)/'`go-data-cache-field.c
2374@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libspreadsheet_la-go-data-cache-field.Tpo $(DEPDIR)/libspreadsheet_la-go-data-cache-field.Plo
2375@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='go-data-cache-field.c' object='libspreadsheet_la-go-data-cache-field.lo' libtool=yes @AMDEPBACKSLASH@
2376@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2377@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libspreadsheet_la-go-data-cache-field.lo `test -f 'go-data-cache-field.c' || echo '$(srcdir)/'`go-data-cache-field.c
2378
2379libspreadsheet_la-go-data-slicer.lo: go-data-slicer.c
2380@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libspreadsheet_la-go-data-slicer.lo -MD -MP -MF $(DEPDIR)/libspreadsheet_la-go-data-slicer.Tpo -c -o libspreadsheet_la-go-data-slicer.lo `test -f 'go-data-slicer.c' || echo '$(srcdir)/'`go-data-slicer.c
2381@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libspreadsheet_la-go-data-slicer.Tpo $(DEPDIR)/libspreadsheet_la-go-data-slicer.Plo
2382@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='go-data-slicer.c' object='libspreadsheet_la-go-data-slicer.lo' libtool=yes @AMDEPBACKSLASH@
2383@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2384@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libspreadsheet_la-go-data-slicer.lo `test -f 'go-data-slicer.c' || echo '$(srcdir)/'`go-data-slicer.c
2385
2386libspreadsheet_la-go-data-slicer-field.lo: go-data-slicer-field.c
2387@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libspreadsheet_la-go-data-slicer-field.lo -MD -MP -MF $(DEPDIR)/libspreadsheet_la-go-data-slicer-field.Tpo -c -o libspreadsheet_la-go-data-slicer-field.lo `test -f 'go-data-slicer-field.c' || echo '$(srcdir)/'`go-data-slicer-field.c
2388@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libspreadsheet_la-go-data-slicer-field.Tpo $(DEPDIR)/libspreadsheet_la-go-data-slicer-field.Plo
2389@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='go-data-slicer-field.c' object='libspreadsheet_la-go-data-slicer-field.lo' libtool=yes @AMDEPBACKSLASH@
2390@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2391@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libspreadsheet_la-go-data-slicer-field.lo `test -f 'go-data-slicer-field.c' || echo '$(srcdir)/'`go-data-slicer-field.c
2392
2393libspreadsheet_la-gnm-data-cache-source.lo: gnm-data-cache-source.c
2394@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libspreadsheet_la-gnm-data-cache-source.lo -MD -MP -MF $(DEPDIR)/libspreadsheet_la-gnm-data-cache-source.Tpo -c -o libspreadsheet_la-gnm-data-cache-source.lo `test -f 'gnm-data-cache-source.c' || echo '$(srcdir)/'`gnm-data-cache-source.c
2395@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libspreadsheet_la-gnm-data-cache-source.Tpo $(DEPDIR)/libspreadsheet_la-gnm-data-cache-source.Plo
2396@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='gnm-data-cache-source.c' object='libspreadsheet_la-gnm-data-cache-source.lo' libtool=yes @AMDEPBACKSLASH@
2397@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2398@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libspreadsheet_la-gnm-data-cache-source.lo `test -f 'gnm-data-cache-source.c' || echo '$(srcdir)/'`gnm-data-cache-source.c
2399
2400libspreadsheet_la-gnm-sheet-slicer.lo: gnm-sheet-slicer.c
2401@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libspreadsheet_la-gnm-sheet-slicer.lo -MD -MP -MF $(DEPDIR)/libspreadsheet_la-gnm-sheet-slicer.Tpo -c -o libspreadsheet_la-gnm-sheet-slicer.lo `test -f 'gnm-sheet-slicer.c' || echo '$(srcdir)/'`gnm-sheet-slicer.c
2402@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libspreadsheet_la-gnm-sheet-slicer.Tpo $(DEPDIR)/libspreadsheet_la-gnm-sheet-slicer.Plo
2403@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='gnm-sheet-slicer.c' object='libspreadsheet_la-gnm-sheet-slicer.lo' libtool=yes @AMDEPBACKSLASH@
2404@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2405@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libspreadsheet_la-gnm-sheet-slicer.lo `test -f 'gnm-sheet-slicer.c' || echo '$(srcdir)/'`gnm-sheet-slicer.c
2406
2407libspreadsheet_la-gnm-sheet-slicer-combo.lo: gnm-sheet-slicer-combo.c
2408@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libspreadsheet_la-gnm-sheet-slicer-combo.lo -MD -MP -MF $(DEPDIR)/libspreadsheet_la-gnm-sheet-slicer-combo.Tpo -c -o libspreadsheet_la-gnm-sheet-slicer-combo.lo `test -f 'gnm-sheet-slicer-combo.c' || echo '$(srcdir)/'`gnm-sheet-slicer-combo.c
2409@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libspreadsheet_la-gnm-sheet-slicer-combo.Tpo $(DEPDIR)/libspreadsheet_la-gnm-sheet-slicer-combo.Plo
2410@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='gnm-sheet-slicer-combo.c' object='libspreadsheet_la-gnm-sheet-slicer-combo.lo' libtool=yes @AMDEPBACKSLASH@
2411@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2412@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libspreadsheet_la-gnm-sheet-slicer-combo.lo `test -f 'gnm-sheet-slicer-combo.c' || echo '$(srcdir)/'`gnm-sheet-slicer-combo.c
2413
2414libspreadsheet_la-gnm-cell-combo.lo: gnm-cell-combo.c
2415@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libspreadsheet_la-gnm-cell-combo.lo -MD -MP -MF $(DEPDIR)/libspreadsheet_la-gnm-cell-combo.Tpo -c -o libspreadsheet_la-gnm-cell-combo.lo `test -f 'gnm-cell-combo.c' || echo '$(srcdir)/'`gnm-cell-combo.c
2416@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libspreadsheet_la-gnm-cell-combo.Tpo $(DEPDIR)/libspreadsheet_la-gnm-cell-combo.Plo
2417@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='gnm-cell-combo.c' object='libspreadsheet_la-gnm-cell-combo.lo' libtool=yes @AMDEPBACKSLASH@
2418@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2419@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libspreadsheet_la-gnm-cell-combo.lo `test -f 'gnm-cell-combo.c' || echo '$(srcdir)/'`gnm-cell-combo.c
2420
2421libspreadsheet_la-gnm-marshalers.lo: gnm-marshalers.c
2422@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libspreadsheet_la-gnm-marshalers.lo -MD -MP -MF $(DEPDIR)/libspreadsheet_la-gnm-marshalers.Tpo -c -o libspreadsheet_la-gnm-marshalers.lo `test -f 'gnm-marshalers.c' || echo '$(srcdir)/'`gnm-marshalers.c
2423@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libspreadsheet_la-gnm-marshalers.Tpo $(DEPDIR)/libspreadsheet_la-gnm-marshalers.Plo
2424@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='gnm-marshalers.c' object='libspreadsheet_la-gnm-marshalers.lo' libtool=yes @AMDEPBACKSLASH@
2425@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2426@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libspreadsheet_la-gnm-marshalers.lo `test -f 'gnm-marshalers.c' || echo '$(srcdir)/'`gnm-marshalers.c
2427
2428libspreadsheet_la-application.lo: application.c
2429@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libspreadsheet_la-application.lo -MD -MP -MF $(DEPDIR)/libspreadsheet_la-application.Tpo -c -o libspreadsheet_la-application.lo `test -f 'application.c' || echo '$(srcdir)/'`application.c
2430@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libspreadsheet_la-application.Tpo $(DEPDIR)/libspreadsheet_la-application.Plo
2431@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='application.c' object='libspreadsheet_la-application.lo' libtool=yes @AMDEPBACKSLASH@
2432@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2433@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libspreadsheet_la-application.lo `test -f 'application.c' || echo '$(srcdir)/'`application.c
2434
2435libspreadsheet_la-auto-format.lo: auto-format.c
2436@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libspreadsheet_la-auto-format.lo -MD -MP -MF $(DEPDIR)/libspreadsheet_la-auto-format.Tpo -c -o libspreadsheet_la-auto-format.lo `test -f 'auto-format.c' || echo '$(srcdir)/'`auto-format.c
2437@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libspreadsheet_la-auto-format.Tpo $(DEPDIR)/libspreadsheet_la-auto-format.Plo
2438@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='auto-format.c' object='libspreadsheet_la-auto-format.lo' libtool=yes @AMDEPBACKSLASH@
2439@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2440@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libspreadsheet_la-auto-format.lo `test -f 'auto-format.c' || echo '$(srcdir)/'`auto-format.c
2441
2442libspreadsheet_la-cell-draw.lo: cell-draw.c
2443@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libspreadsheet_la-cell-draw.lo -MD -MP -MF $(DEPDIR)/libspreadsheet_la-cell-draw.Tpo -c -o libspreadsheet_la-cell-draw.lo `test -f 'cell-draw.c' || echo '$(srcdir)/'`cell-draw.c
2444@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libspreadsheet_la-cell-draw.Tpo $(DEPDIR)/libspreadsheet_la-cell-draw.Plo
2445@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='cell-draw.c' object='libspreadsheet_la-cell-draw.lo' libtool=yes @AMDEPBACKSLASH@
2446@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2447@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libspreadsheet_la-cell-draw.lo `test -f 'cell-draw.c' || echo '$(srcdir)/'`cell-draw.c
2448
2449libspreadsheet_la-cell.lo: cell.c
2450@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libspreadsheet_la-cell.lo -MD -MP -MF $(DEPDIR)/libspreadsheet_la-cell.Tpo -c -o libspreadsheet_la-cell.lo `test -f 'cell.c' || echo '$(srcdir)/'`cell.c
2451@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libspreadsheet_la-cell.Tpo $(DEPDIR)/libspreadsheet_la-cell.Plo
2452@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='cell.c' object='libspreadsheet_la-cell.lo' libtool=yes @AMDEPBACKSLASH@
2453@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2454@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libspreadsheet_la-cell.lo `test -f 'cell.c' || echo '$(srcdir)/'`cell.c
2455
2456libspreadsheet_la-cellspan.lo: cellspan.c
2457@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libspreadsheet_la-cellspan.lo -MD -MP -MF $(DEPDIR)/libspreadsheet_la-cellspan.Tpo -c -o libspreadsheet_la-cellspan.lo `test -f 'cellspan.c' || echo '$(srcdir)/'`cellspan.c
2458@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libspreadsheet_la-cellspan.Tpo $(DEPDIR)/libspreadsheet_la-cellspan.Plo
2459@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='cellspan.c' object='libspreadsheet_la-cellspan.lo' libtool=yes @AMDEPBACKSLASH@
2460@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2461@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libspreadsheet_la-cellspan.lo `test -f 'cellspan.c' || echo '$(srcdir)/'`cellspan.c
2462
2463libspreadsheet_la-clipboard.lo: clipboard.c
2464@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libspreadsheet_la-clipboard.lo -MD -MP -MF $(DEPDIR)/libspreadsheet_la-clipboard.Tpo -c -o libspreadsheet_la-clipboard.lo `test -f 'clipboard.c' || echo '$(srcdir)/'`clipboard.c
2465@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libspreadsheet_la-clipboard.Tpo $(DEPDIR)/libspreadsheet_la-clipboard.Plo
2466@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='clipboard.c' object='libspreadsheet_la-clipboard.lo' libtool=yes @AMDEPBACKSLASH@
2467@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2468@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libspreadsheet_la-clipboard.lo `test -f 'clipboard.c' || echo '$(srcdir)/'`clipboard.c
2469
2470libspreadsheet_la-cmd-edit.lo: cmd-edit.c
2471@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libspreadsheet_la-cmd-edit.lo -MD -MP -MF $(DEPDIR)/libspreadsheet_la-cmd-edit.Tpo -c -o libspreadsheet_la-cmd-edit.lo `test -f 'cmd-edit.c' || echo '$(srcdir)/'`cmd-edit.c
2472@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libspreadsheet_la-cmd-edit.Tpo $(DEPDIR)/libspreadsheet_la-cmd-edit.Plo
2473@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='cmd-edit.c' object='libspreadsheet_la-cmd-edit.lo' libtool=yes @AMDEPBACKSLASH@
2474@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2475@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libspreadsheet_la-cmd-edit.lo `test -f 'cmd-edit.c' || echo '$(srcdir)/'`cmd-edit.c
2476
2477libspreadsheet_la-collect.lo: collect.c
2478@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libspreadsheet_la-collect.lo -MD -MP -MF $(DEPDIR)/libspreadsheet_la-collect.Tpo -c -o libspreadsheet_la-collect.lo `test -f 'collect.c' || echo '$(srcdir)/'`collect.c
2479@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libspreadsheet_la-collect.Tpo $(DEPDIR)/libspreadsheet_la-collect.Plo
2480@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='collect.c' object='libspreadsheet_la-collect.lo' libtool=yes @AMDEPBACKSLASH@
2481@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2482@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libspreadsheet_la-collect.lo `test -f 'collect.c' || echo '$(srcdir)/'`collect.c
2483
2484libspreadsheet_la-colrow.lo: colrow.c
2485@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libspreadsheet_la-colrow.lo -MD -MP -MF $(DEPDIR)/libspreadsheet_la-colrow.Tpo -c -o libspreadsheet_la-colrow.lo `test -f 'colrow.c' || echo '$(srcdir)/'`colrow.c
2486@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libspreadsheet_la-colrow.Tpo $(DEPDIR)/libspreadsheet_la-colrow.Plo
2487@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='colrow.c' object='libspreadsheet_la-colrow.lo' libtool=yes @AMDEPBACKSLASH@
2488@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2489@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libspreadsheet_la-colrow.lo `test -f 'colrow.c' || echo '$(srcdir)/'`colrow.c
2490
2491libspreadsheet_la-command-context-stderr.lo: command-context-stderr.c
2492@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libspreadsheet_la-command-context-stderr.lo -MD -MP -MF $(DEPDIR)/libspreadsheet_la-command-context-stderr.Tpo -c -o libspreadsheet_la-command-context-stderr.lo `test -f 'command-context-stderr.c' || echo '$(srcdir)/'`command-context-stderr.c
2493@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libspreadsheet_la-command-context-stderr.Tpo $(DEPDIR)/libspreadsheet_la-command-context-stderr.Plo
2494@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='command-context-stderr.c' object='libspreadsheet_la-command-context-stderr.lo' libtool=yes @AMDEPBACKSLASH@
2495@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2496@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libspreadsheet_la-command-context-stderr.lo `test -f 'command-context-stderr.c' || echo '$(srcdir)/'`command-context-stderr.c
2497
2498libspreadsheet_la-command-context.lo: command-context.c
2499@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libspreadsheet_la-command-context.lo -MD -MP -MF $(DEPDIR)/libspreadsheet_la-command-context.Tpo -c -o libspreadsheet_la-command-context.lo `test -f 'command-context.c' || echo '$(srcdir)/'`command-context.c
2500@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libspreadsheet_la-command-context.Tpo $(DEPDIR)/libspreadsheet_la-command-context.Plo
2501@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='command-context.c' object='libspreadsheet_la-command-context.lo' libtool=yes @AMDEPBACKSLASH@
2502@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2503@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libspreadsheet_la-command-context.lo `test -f 'command-context.c' || echo '$(srcdir)/'`command-context.c
2504
2505libspreadsheet_la-commands.lo: commands.c
2506@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libspreadsheet_la-commands.lo -MD -MP -MF $(DEPDIR)/libspreadsheet_la-commands.Tpo -c -o libspreadsheet_la-commands.lo `test -f 'commands.c' || echo '$(srcdir)/'`commands.c
2507@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libspreadsheet_la-commands.Tpo $(DEPDIR)/libspreadsheet_la-commands.Plo
2508@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='commands.c' object='libspreadsheet_la-commands.lo' libtool=yes @AMDEPBACKSLASH@
2509@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2510@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libspreadsheet_la-commands.lo `test -f 'commands.c' || echo '$(srcdir)/'`commands.c
2511
2512libspreadsheet_la-complete-sheet.lo: complete-sheet.c
2513@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libspreadsheet_la-complete-sheet.lo -MD -MP -MF $(DEPDIR)/libspreadsheet_la-complete-sheet.Tpo -c -o libspreadsheet_la-complete-sheet.lo `test -f 'complete-sheet.c' || echo '$(srcdir)/'`complete-sheet.c
2514@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libspreadsheet_la-complete-sheet.Tpo $(DEPDIR)/libspreadsheet_la-complete-sheet.Plo
2515@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='complete-sheet.c' object='libspreadsheet_la-complete-sheet.lo' libtool=yes @AMDEPBACKSLASH@
2516@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2517@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libspreadsheet_la-complete-sheet.lo `test -f 'complete-sheet.c' || echo '$(srcdir)/'`complete-sheet.c
2518
2519libspreadsheet_la-complete.lo: complete.c
2520@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libspreadsheet_la-complete.lo -MD -MP -MF $(DEPDIR)/libspreadsheet_la-complete.Tpo -c -o libspreadsheet_la-complete.lo `test -f 'complete.c' || echo '$(srcdir)/'`complete.c
2521@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libspreadsheet_la-complete.Tpo $(DEPDIR)/libspreadsheet_la-complete.Plo
2522@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='complete.c' object='libspreadsheet_la-complete.lo' libtool=yes @AMDEPBACKSLASH@
2523@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2524@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libspreadsheet_la-complete.lo `test -f 'complete.c' || echo '$(srcdir)/'`complete.c
2525
2526libspreadsheet_la-complex.lo: complex.c
2527@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libspreadsheet_la-complex.lo -MD -MP -MF $(DEPDIR)/libspreadsheet_la-complex.Tpo -c -o libspreadsheet_la-complex.lo `test -f 'complex.c' || echo '$(srcdir)/'`complex.c
2528@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libspreadsheet_la-complex.Tpo $(DEPDIR)/libspreadsheet_la-complex.Plo
2529@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='complex.c' object='libspreadsheet_la-complex.lo' libtool=yes @AMDEPBACKSLASH@
2530@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2531@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libspreadsheet_la-complex.lo `test -f 'complex.c' || echo '$(srcdir)/'`complex.c
2532
2533libspreadsheet_la-consolidate.lo: consolidate.c
2534@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libspreadsheet_la-consolidate.lo -MD -MP -MF $(DEPDIR)/libspreadsheet_la-consolidate.Tpo -c -o libspreadsheet_la-consolidate.lo `test -f 'consolidate.c' || echo '$(srcdir)/'`consolidate.c
2535@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libspreadsheet_la-consolidate.Tpo $(DEPDIR)/libspreadsheet_la-consolidate.Plo
2536@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='consolidate.c' object='libspreadsheet_la-consolidate.lo' libtool=yes @AMDEPBACKSLASH@
2537@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2538@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libspreadsheet_la-consolidate.lo `test -f 'consolidate.c' || echo '$(srcdir)/'`consolidate.c
2539
2540libspreadsheet_la-criteria.lo: criteria.c
2541@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libspreadsheet_la-criteria.lo -MD -MP -MF $(DEPDIR)/libspreadsheet_la-criteria.Tpo -c -o libspreadsheet_la-criteria.lo `test -f 'criteria.c' || echo '$(srcdir)/'`criteria.c
2542@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libspreadsheet_la-criteria.Tpo $(DEPDIR)/libspreadsheet_la-criteria.Plo
2543@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='criteria.c' object='libspreadsheet_la-criteria.lo' libtool=yes @AMDEPBACKSLASH@
2544@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2545@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libspreadsheet_la-criteria.lo `test -f 'criteria.c' || echo '$(srcdir)/'`criteria.c
2546
2547libspreadsheet_la-dependent.lo: dependent.c
2548@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libspreadsheet_la-dependent.lo -MD -MP -MF $(DEPDIR)/libspreadsheet_la-dependent.Tpo -c -o libspreadsheet_la-dependent.lo `test -f 'dependent.c' || echo '$(srcdir)/'`dependent.c
2549@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libspreadsheet_la-dependent.Tpo $(DEPDIR)/libspreadsheet_la-dependent.Plo
2550@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='dependent.c' object='libspreadsheet_la-dependent.lo' libtool=yes @AMDEPBACKSLASH@
2551@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2552@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libspreadsheet_la-dependent.lo `test -f 'dependent.c' || echo '$(srcdir)/'`dependent.c
2553
2554libspreadsheet_la-expr-deriv.lo: expr-deriv.c
2555@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libspreadsheet_la-expr-deriv.lo -MD -MP -MF $(DEPDIR)/libspreadsheet_la-expr-deriv.Tpo -c -o libspreadsheet_la-expr-deriv.lo `test -f 'expr-deriv.c' || echo '$(srcdir)/'`expr-deriv.c
2556@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libspreadsheet_la-expr-deriv.Tpo $(DEPDIR)/libspreadsheet_la-expr-deriv.Plo
2557@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='expr-deriv.c' object='libspreadsheet_la-expr-deriv.lo' libtool=yes @AMDEPBACKSLASH@
2558@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2559@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libspreadsheet_la-expr-deriv.lo `test -f 'expr-deriv.c' || echo '$(srcdir)/'`expr-deriv.c
2560
2561libspreadsheet_la-expr-name.lo: expr-name.c
2562@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libspreadsheet_la-expr-name.lo -MD -MP -MF $(DEPDIR)/libspreadsheet_la-expr-name.Tpo -c -o libspreadsheet_la-expr-name.lo `test -f 'expr-name.c' || echo '$(srcdir)/'`expr-name.c
2563@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libspreadsheet_la-expr-name.Tpo $(DEPDIR)/libspreadsheet_la-expr-name.Plo
2564@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='expr-name.c' object='libspreadsheet_la-expr-name.lo' libtool=yes @AMDEPBACKSLASH@
2565@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2566@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libspreadsheet_la-expr-name.lo `test -f 'expr-name.c' || echo '$(srcdir)/'`expr-name.c
2567
2568libspreadsheet_la-expr.lo: expr.c
2569@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libspreadsheet_la-expr.lo -MD -MP -MF $(DEPDIR)/libspreadsheet_la-expr.Tpo -c -o libspreadsheet_la-expr.lo `test -f 'expr.c' || echo '$(srcdir)/'`expr.c
2570@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libspreadsheet_la-expr.Tpo $(DEPDIR)/libspreadsheet_la-expr.Plo
2571@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='expr.c' object='libspreadsheet_la-expr.lo' libtool=yes @AMDEPBACKSLASH@
2572@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2573@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libspreadsheet_la-expr.lo `test -f 'expr.c' || echo '$(srcdir)/'`expr.c
2574
2575libspreadsheet_la-file-autoft.lo: file-autoft.c
2576@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libspreadsheet_la-file-autoft.lo -MD -MP -MF $(DEPDIR)/libspreadsheet_la-file-autoft.Tpo -c -o libspreadsheet_la-file-autoft.lo `test -f 'file-autoft.c' || echo '$(srcdir)/'`file-autoft.c
2577@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libspreadsheet_la-file-autoft.Tpo $(DEPDIR)/libspreadsheet_la-file-autoft.Plo
2578@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='file-autoft.c' object='libspreadsheet_la-file-autoft.lo' libtool=yes @AMDEPBACKSLASH@
2579@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2580@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libspreadsheet_la-file-autoft.lo `test -f 'file-autoft.c' || echo '$(srcdir)/'`file-autoft.c
2581
2582libspreadsheet_la-format-template.lo: format-template.c
2583@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libspreadsheet_la-format-template.lo -MD -MP -MF $(DEPDIR)/libspreadsheet_la-format-template.Tpo -c -o libspreadsheet_la-format-template.lo `test -f 'format-template.c' || echo '$(srcdir)/'`format-template.c
2584@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libspreadsheet_la-format-template.Tpo $(DEPDIR)/libspreadsheet_la-format-template.Plo
2585@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='format-template.c' object='libspreadsheet_la-format-template.lo' libtool=yes @AMDEPBACKSLASH@
2586@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2587@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libspreadsheet_la-format-template.lo `test -f 'format-template.c' || echo '$(srcdir)/'`format-template.c
2588
2589libspreadsheet_la-func-builtin.lo: func-builtin.c
2590@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libspreadsheet_la-func-builtin.lo -MD -MP -MF $(DEPDIR)/libspreadsheet_la-func-builtin.Tpo -c -o libspreadsheet_la-func-builtin.lo `test -f 'func-builtin.c' || echo '$(srcdir)/'`func-builtin.c
2591@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libspreadsheet_la-func-builtin.Tpo $(DEPDIR)/libspreadsheet_la-func-builtin.Plo
2592@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='func-builtin.c' object='libspreadsheet_la-func-builtin.lo' libtool=yes @AMDEPBACKSLASH@
2593@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2594@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libspreadsheet_la-func-builtin.lo `test -f 'func-builtin.c' || echo '$(srcdir)/'`func-builtin.c
2595
2596libspreadsheet_la-func.lo: func.c
2597@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libspreadsheet_la-func.lo -MD -MP -MF $(DEPDIR)/libspreadsheet_la-func.Tpo -c -o libspreadsheet_la-func.lo `test -f 'func.c' || echo '$(srcdir)/'`func.c
2598@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libspreadsheet_la-func.Tpo $(DEPDIR)/libspreadsheet_la-func.Plo
2599@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='func.c' object='libspreadsheet_la-func.lo' libtool=yes @AMDEPBACKSLASH@
2600@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2601@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libspreadsheet_la-func.lo `test -f 'func.c' || echo '$(srcdir)/'`func.c
2602
2603libspreadsheet_la-gnm-commands-slicer.lo: gnm-commands-slicer.c
2604@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libspreadsheet_la-gnm-commands-slicer.lo -MD -MP -MF $(DEPDIR)/libspreadsheet_la-gnm-commands-slicer.Tpo -c -o libspreadsheet_la-gnm-commands-slicer.lo `test -f 'gnm-commands-slicer.c' || echo '$(srcdir)/'`gnm-commands-slicer.c
2605@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libspreadsheet_la-gnm-commands-slicer.Tpo $(DEPDIR)/libspreadsheet_la-gnm-commands-slicer.Plo
2606@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='gnm-commands-slicer.c' object='libspreadsheet_la-gnm-commands-slicer.lo' libtool=yes @AMDEPBACKSLASH@
2607@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2608@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libspreadsheet_la-gnm-commands-slicer.lo `test -f 'gnm-commands-slicer.c' || echo '$(srcdir)/'`gnm-commands-slicer.c
2609
2610libspreadsheet_la-gnm-datetime.lo: gnm-datetime.c
2611@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libspreadsheet_la-gnm-datetime.lo -MD -MP -MF $(DEPDIR)/libspreadsheet_la-gnm-datetime.Tpo -c -o libspreadsheet_la-gnm-datetime.lo `test -f 'gnm-datetime.c' || echo '$(srcdir)/'`gnm-datetime.c
2612@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libspreadsheet_la-gnm-datetime.Tpo $(DEPDIR)/libspreadsheet_la-gnm-datetime.Plo
2613@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='gnm-datetime.c' object='libspreadsheet_la-gnm-datetime.lo' libtool=yes @AMDEPBACKSLASH@
2614@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2615@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libspreadsheet_la-gnm-datetime.lo `test -f 'gnm-datetime.c' || echo '$(srcdir)/'`gnm-datetime.c
2616
2617libspreadsheet_la-gnm-format.lo: gnm-format.c
2618@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libspreadsheet_la-gnm-format.lo -MD -MP -MF $(DEPDIR)/libspreadsheet_la-gnm-format.Tpo -c -o libspreadsheet_la-gnm-format.lo `test -f 'gnm-format.c' || echo '$(srcdir)/'`gnm-format.c
2619@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libspreadsheet_la-gnm-format.Tpo $(DEPDIR)/libspreadsheet_la-gnm-format.Plo
2620@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='gnm-format.c' object='libspreadsheet_la-gnm-format.lo' libtool=yes @AMDEPBACKSLASH@
2621@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2622@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libspreadsheet_la-gnm-format.lo `test -f 'gnm-format.c' || echo '$(srcdir)/'`gnm-format.c
2623
2624libspreadsheet_la-gnm-graph-window.lo: gnm-graph-window.c
2625@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libspreadsheet_la-gnm-graph-window.lo -MD -MP -MF $(DEPDIR)/libspreadsheet_la-gnm-graph-window.Tpo -c -o libspreadsheet_la-gnm-graph-window.lo `test -f 'gnm-graph-window.c' || echo '$(srcdir)/'`gnm-graph-window.c
2626@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libspreadsheet_la-gnm-graph-window.Tpo $(DEPDIR)/libspreadsheet_la-gnm-graph-window.Plo
2627@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='gnm-graph-window.c' object='libspreadsheet_la-gnm-graph-window.lo' libtool=yes @AMDEPBACKSLASH@
2628@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2629@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libspreadsheet_la-gnm-graph-window.lo `test -f 'gnm-graph-window.c' || echo '$(srcdir)/'`gnm-graph-window.c
2630
2631libspreadsheet_la-gnm-pane.lo: gnm-pane.c
2632@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libspreadsheet_la-gnm-pane.lo -MD -MP -MF $(DEPDIR)/libspreadsheet_la-gnm-pane.Tpo -c -o libspreadsheet_la-gnm-pane.lo `test -f 'gnm-pane.c' || echo '$(srcdir)/'`gnm-pane.c
2633@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libspreadsheet_la-gnm-pane.Tpo $(DEPDIR)/libspreadsheet_la-gnm-pane.Plo
2634@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='gnm-pane.c' object='libspreadsheet_la-gnm-pane.lo' libtool=yes @AMDEPBACKSLASH@
2635@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2636@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libspreadsheet_la-gnm-pane.lo `test -f 'gnm-pane.c' || echo '$(srcdir)/'`gnm-pane.c
2637
2638libspreadsheet_la-gnm-plugin.lo: gnm-plugin.c
2639@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libspreadsheet_la-gnm-plugin.lo -MD -MP -MF $(DEPDIR)/libspreadsheet_la-gnm-plugin.Tpo -c -o libspreadsheet_la-gnm-plugin.lo `test -f 'gnm-plugin.c' || echo '$(srcdir)/'`gnm-plugin.c
2640@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libspreadsheet_la-gnm-plugin.Tpo $(DEPDIR)/libspreadsheet_la-gnm-plugin.Plo
2641@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='gnm-plugin.c' object='libspreadsheet_la-gnm-plugin.lo' libtool=yes @AMDEPBACKSLASH@
2642@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2643@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libspreadsheet_la-gnm-plugin.lo `test -f 'gnm-plugin.c' || echo '$(srcdir)/'`gnm-plugin.c
2644
2645libspreadsheet_la-gnm-random.lo: gnm-random.c
2646@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libspreadsheet_la-gnm-random.lo -MD -MP -MF $(DEPDIR)/libspreadsheet_la-gnm-random.Tpo -c -o libspreadsheet_la-gnm-random.lo `test -f 'gnm-random.c' || echo '$(srcdir)/'`gnm-random.c
2647@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libspreadsheet_la-gnm-random.Tpo $(DEPDIR)/libspreadsheet_la-gnm-random.Plo
2648@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='gnm-random.c' object='libspreadsheet_la-gnm-random.lo' libtool=yes @AMDEPBACKSLASH@
2649@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2650@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libspreadsheet_la-gnm-random.lo `test -f 'gnm-random.c' || echo '$(srcdir)/'`gnm-random.c
2651
2652libspreadsheet_la-gnm-so-filled.lo: gnm-so-filled.c
2653@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libspreadsheet_la-gnm-so-filled.lo -MD -MP -MF $(DEPDIR)/libspreadsheet_la-gnm-so-filled.Tpo -c -o libspreadsheet_la-gnm-so-filled.lo `test -f 'gnm-so-filled.c' || echo '$(srcdir)/'`gnm-so-filled.c
2654@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libspreadsheet_la-gnm-so-filled.Tpo $(DEPDIR)/libspreadsheet_la-gnm-so-filled.Plo
2655@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='gnm-so-filled.c' object='libspreadsheet_la-gnm-so-filled.lo' libtool=yes @AMDEPBACKSLASH@
2656@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2657@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libspreadsheet_la-gnm-so-filled.lo `test -f 'gnm-so-filled.c' || echo '$(srcdir)/'`gnm-so-filled.c
2658
2659libspreadsheet_la-gnm-so-line.lo: gnm-so-line.c
2660@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libspreadsheet_la-gnm-so-line.lo -MD -MP -MF $(DEPDIR)/libspreadsheet_la-gnm-so-line.Tpo -c -o libspreadsheet_la-gnm-so-line.lo `test -f 'gnm-so-line.c' || echo '$(srcdir)/'`gnm-so-line.c
2661@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libspreadsheet_la-gnm-so-line.Tpo $(DEPDIR)/libspreadsheet_la-gnm-so-line.Plo
2662@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='gnm-so-line.c' object='libspreadsheet_la-gnm-so-line.lo' libtool=yes @AMDEPBACKSLASH@
2663@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2664@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libspreadsheet_la-gnm-so-line.lo `test -f 'gnm-so-line.c' || echo '$(srcdir)/'`gnm-so-line.c
2665
2666libspreadsheet_la-gnm-so-path.lo: gnm-so-path.c
2667@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libspreadsheet_la-gnm-so-path.lo -MD -MP -MF $(DEPDIR)/libspreadsheet_la-gnm-so-path.Tpo -c -o libspreadsheet_la-gnm-so-path.lo `test -f 'gnm-so-path.c' || echo '$(srcdir)/'`gnm-so-path.c
2668@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libspreadsheet_la-gnm-so-path.Tpo $(DEPDIR)/libspreadsheet_la-gnm-so-path.Plo
2669@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='gnm-so-path.c' object='libspreadsheet_la-gnm-so-path.lo' libtool=yes @AMDEPBACKSLASH@
2670@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2671@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libspreadsheet_la-gnm-so-path.lo `test -f 'gnm-so-path.c' || echo '$(srcdir)/'`gnm-so-path.c
2672
2673libspreadsheet_la-gnm-so-polygon.lo: gnm-so-polygon.c
2674@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libspreadsheet_la-gnm-so-polygon.lo -MD -MP -MF $(DEPDIR)/libspreadsheet_la-gnm-so-polygon.Tpo -c -o libspreadsheet_la-gnm-so-polygon.lo `test -f 'gnm-so-polygon.c' || echo '$(srcdir)/'`gnm-so-polygon.c
2675@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libspreadsheet_la-gnm-so-polygon.Tpo $(DEPDIR)/libspreadsheet_la-gnm-so-polygon.Plo
2676@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='gnm-so-polygon.c' object='libspreadsheet_la-gnm-so-polygon.lo' libtool=yes @AMDEPBACKSLASH@
2677@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2678@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libspreadsheet_la-gnm-so-polygon.lo `test -f 'gnm-so-polygon.c' || echo '$(srcdir)/'`gnm-so-polygon.c
2679
2680libspreadsheet_la-gnumeric-conf.lo: gnumeric-conf.c
2681@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libspreadsheet_la-gnumeric-conf.lo -MD -MP -MF $(DEPDIR)/libspreadsheet_la-gnumeric-conf.Tpo -c -o libspreadsheet_la-gnumeric-conf.lo `test -f 'gnumeric-conf.c' || echo '$(srcdir)/'`gnumeric-conf.c
2682@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libspreadsheet_la-gnumeric-conf.Tpo $(DEPDIR)/libspreadsheet_la-gnumeric-conf.Plo
2683@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='gnumeric-conf.c' object='libspreadsheet_la-gnumeric-conf.lo' libtool=yes @AMDEPBACKSLASH@
2684@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2685@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libspreadsheet_la-gnumeric-conf.lo `test -f 'gnumeric-conf.c' || echo '$(srcdir)/'`gnumeric-conf.c
2686
2687libspreadsheet_la-gnumeric-simple-canvas.lo: gnumeric-simple-canvas.c
2688@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libspreadsheet_la-gnumeric-simple-canvas.lo -MD -MP -MF $(DEPDIR)/libspreadsheet_la-gnumeric-simple-canvas.Tpo -c -o libspreadsheet_la-gnumeric-simple-canvas.lo `test -f 'gnumeric-simple-canvas.c' || echo '$(srcdir)/'`gnumeric-simple-canvas.c
2689@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libspreadsheet_la-gnumeric-simple-canvas.Tpo $(DEPDIR)/libspreadsheet_la-gnumeric-simple-canvas.Plo
2690@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='gnumeric-simple-canvas.c' object='libspreadsheet_la-gnumeric-simple-canvas.lo' libtool=yes @AMDEPBACKSLASH@
2691@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2692@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libspreadsheet_la-gnumeric-simple-canvas.lo `test -f 'gnumeric-simple-canvas.c' || echo '$(srcdir)/'`gnumeric-simple-canvas.c
2693
2694libspreadsheet_la-graph.lo: graph.c
2695@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libspreadsheet_la-graph.lo -MD -MP -MF $(DEPDIR)/libspreadsheet_la-graph.Tpo -c -o libspreadsheet_la-graph.lo `test -f 'graph.c' || echo '$(srcdir)/'`graph.c
2696@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libspreadsheet_la-graph.Tpo $(DEPDIR)/libspreadsheet_la-graph.Plo
2697@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='graph.c' object='libspreadsheet_la-graph.lo' libtool=yes @AMDEPBACKSLASH@
2698@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2699@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libspreadsheet_la-graph.lo `test -f 'graph.c' || echo '$(srcdir)/'`graph.c
2700
2701libspreadsheet_la-gui-clipboard.lo: gui-clipboard.c
2702@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libspreadsheet_la-gui-clipboard.lo -MD -MP -MF $(DEPDIR)/libspreadsheet_la-gui-clipboard.Tpo -c -o libspreadsheet_la-gui-clipboard.lo `test -f 'gui-clipboard.c' || echo '$(srcdir)/'`gui-clipboard.c
2703@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libspreadsheet_la-gui-clipboard.Tpo $(DEPDIR)/libspreadsheet_la-gui-clipboard.Plo
2704@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='gui-clipboard.c' object='libspreadsheet_la-gui-clipboard.lo' libtool=yes @AMDEPBACKSLASH@
2705@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2706@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libspreadsheet_la-gui-clipboard.lo `test -f 'gui-clipboard.c' || echo '$(srcdir)/'`gui-clipboard.c
2707
2708libspreadsheet_la-gui-file.lo: gui-file.c
2709@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libspreadsheet_la-gui-file.lo -MD -MP -MF $(DEPDIR)/libspreadsheet_la-gui-file.Tpo -c -o libspreadsheet_la-gui-file.lo `test -f 'gui-file.c' || echo '$(srcdir)/'`gui-file.c
2710@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libspreadsheet_la-gui-file.Tpo $(DEPDIR)/libspreadsheet_la-gui-file.Plo
2711@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='gui-file.c' object='libspreadsheet_la-gui-file.lo' libtool=yes @AMDEPBACKSLASH@
2712@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2713@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libspreadsheet_la-gui-file.lo `test -f 'gui-file.c' || echo '$(srcdir)/'`gui-file.c
2714
2715libspreadsheet_la-gui-util.lo: gui-util.c
2716@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libspreadsheet_la-gui-util.lo -MD -MP -MF $(DEPDIR)/libspreadsheet_la-gui-util.Tpo -c -o libspreadsheet_la-gui-util.lo `test -f 'gui-util.c' || echo '$(srcdir)/'`gui-util.c
2717@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libspreadsheet_la-gui-util.Tpo $(DEPDIR)/libspreadsheet_la-gui-util.Plo
2718@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='gui-util.c' object='libspreadsheet_la-gui-util.lo' libtool=yes @AMDEPBACKSLASH@
2719@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2720@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libspreadsheet_la-gui-util.lo `test -f 'gui-util.c' || echo '$(srcdir)/'`gui-util.c
2721
2722libspreadsheet_la-gutils.lo: gutils.c
2723@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libspreadsheet_la-gutils.lo -MD -MP -MF $(DEPDIR)/libspreadsheet_la-gutils.Tpo -c -o libspreadsheet_la-gutils.lo `test -f 'gutils.c' || echo '$(srcdir)/'`gutils.c
2724@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libspreadsheet_la-gutils.Tpo $(DEPDIR)/libspreadsheet_la-gutils.Plo
2725@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='gutils.c' object='libspreadsheet_la-gutils.lo' libtool=yes @AMDEPBACKSLASH@
2726@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2727@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libspreadsheet_la-gutils.lo `test -f 'gutils.c' || echo '$(srcdir)/'`gutils.c
2728
2729libspreadsheet_la-history.lo: history.c
2730@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libspreadsheet_la-history.lo -MD -MP -MF $(DEPDIR)/libspreadsheet_la-history.Tpo -c -o libspreadsheet_la-history.lo `test -f 'history.c' || echo '$(srcdir)/'`history.c
2731@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libspreadsheet_la-history.Tpo $(DEPDIR)/libspreadsheet_la-history.Plo
2732@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='history.c' object='libspreadsheet_la-history.lo' libtool=yes @AMDEPBACKSLASH@
2733@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2734@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libspreadsheet_la-history.lo `test -f 'history.c' || echo '$(srcdir)/'`history.c
2735
2736libspreadsheet_la-hlink.lo: hlink.c
2737@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libspreadsheet_la-hlink.lo -MD -MP -MF $(DEPDIR)/libspreadsheet_la-hlink.Tpo -c -o libspreadsheet_la-hlink.lo `test -f 'hlink.c' || echo '$(srcdir)/'`hlink.c
2738@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libspreadsheet_la-hlink.Tpo $(DEPDIR)/libspreadsheet_la-hlink.Plo
2739@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='hlink.c' object='libspreadsheet_la-hlink.lo' libtool=yes @AMDEPBACKSLASH@
2740@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2741@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libspreadsheet_la-hlink.lo `test -f 'hlink.c' || echo '$(srcdir)/'`hlink.c
2742
2743libspreadsheet_la-input-msg.lo: input-msg.c
2744@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libspreadsheet_la-input-msg.lo -MD -MP -MF $(DEPDIR)/libspreadsheet_la-input-msg.Tpo -c -o libspreadsheet_la-input-msg.lo `test -f 'input-msg.c' || echo '$(srcdir)/'`input-msg.c
2745@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libspreadsheet_la-input-msg.Tpo $(DEPDIR)/libspreadsheet_la-input-msg.Plo
2746@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='input-msg.c' object='libspreadsheet_la-input-msg.lo' libtool=yes @AMDEPBACKSLASH@
2747@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2748@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libspreadsheet_la-input-msg.lo `test -f 'input-msg.c' || echo '$(srcdir)/'`input-msg.c
2749
2750libspreadsheet_la-item-bar.lo: item-bar.c
2751@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libspreadsheet_la-item-bar.lo -MD -MP -MF $(DEPDIR)/libspreadsheet_la-item-bar.Tpo -c -o libspreadsheet_la-item-bar.lo `test -f 'item-bar.c' || echo '$(srcdir)/'`item-bar.c
2752@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libspreadsheet_la-item-bar.Tpo $(DEPDIR)/libspreadsheet_la-item-bar.Plo
2753@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='item-bar.c' object='libspreadsheet_la-item-bar.lo' libtool=yes @AMDEPBACKSLASH@
2754@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2755@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libspreadsheet_la-item-bar.lo `test -f 'item-bar.c' || echo '$(srcdir)/'`item-bar.c
2756
2757libspreadsheet_la-item-cursor.lo: item-cursor.c
2758@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libspreadsheet_la-item-cursor.lo -MD -MP -MF $(DEPDIR)/libspreadsheet_la-item-cursor.Tpo -c -o libspreadsheet_la-item-cursor.lo `test -f 'item-cursor.c' || echo '$(srcdir)/'`item-cursor.c
2759@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libspreadsheet_la-item-cursor.Tpo $(DEPDIR)/libspreadsheet_la-item-cursor.Plo
2760@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='item-cursor.c' object='libspreadsheet_la-item-cursor.lo' libtool=yes @AMDEPBACKSLASH@
2761@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2762@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libspreadsheet_la-item-cursor.lo `test -f 'item-cursor.c' || echo '$(srcdir)/'`item-cursor.c
2763
2764libspreadsheet_la-item-edit.lo: item-edit.c
2765@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libspreadsheet_la-item-edit.lo -MD -MP -MF $(DEPDIR)/libspreadsheet_la-item-edit.Tpo -c -o libspreadsheet_la-item-edit.lo `test -f 'item-edit.c' || echo '$(srcdir)/'`item-edit.c
2766@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libspreadsheet_la-item-edit.Tpo $(DEPDIR)/libspreadsheet_la-item-edit.Plo
2767@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='item-edit.c' object='libspreadsheet_la-item-edit.lo' libtool=yes @AMDEPBACKSLASH@
2768@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2769@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libspreadsheet_la-item-edit.lo `test -f 'item-edit.c' || echo '$(srcdir)/'`item-edit.c
2770
2771libspreadsheet_la-item-grid.lo: item-grid.c
2772@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libspreadsheet_la-item-grid.lo -MD -MP -MF $(DEPDIR)/libspreadsheet_la-item-grid.Tpo -c -o libspreadsheet_la-item-grid.lo `test -f 'item-grid.c' || echo '$(srcdir)/'`item-grid.c
2773@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libspreadsheet_la-item-grid.Tpo $(DEPDIR)/libspreadsheet_la-item-grid.Plo
2774@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='item-grid.c' object='libspreadsheet_la-item-grid.lo' libtool=yes @AMDEPBACKSLASH@
2775@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2776@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libspreadsheet_la-item-grid.lo `test -f 'item-grid.c' || echo '$(srcdir)/'`item-grid.c
2777
2778libspreadsheet_la-libgnumeric.lo: libgnumeric.c
2779@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libspreadsheet_la-libgnumeric.lo -MD -MP -MF $(DEPDIR)/libspreadsheet_la-libgnumeric.Tpo -c -o libspreadsheet_la-libgnumeric.lo `test -f 'libgnumeric.c' || echo '$(srcdir)/'`libgnumeric.c
2780@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libspreadsheet_la-libgnumeric.Tpo $(DEPDIR)/libspreadsheet_la-libgnumeric.Plo
2781@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='libgnumeric.c' object='libspreadsheet_la-libgnumeric.lo' libtool=yes @AMDEPBACKSLASH@
2782@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2783@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libspreadsheet_la-libgnumeric.lo `test -f 'libgnumeric.c' || echo '$(srcdir)/'`libgnumeric.c
2784
2785libspreadsheet_la-mathfunc.lo: mathfunc.c
2786@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libspreadsheet_la-mathfunc.lo -MD -MP -MF $(DEPDIR)/libspreadsheet_la-mathfunc.Tpo -c -o libspreadsheet_la-mathfunc.lo `test -f 'mathfunc.c' || echo '$(srcdir)/'`mathfunc.c
2787@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libspreadsheet_la-mathfunc.Tpo $(DEPDIR)/libspreadsheet_la-mathfunc.Plo
2788@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='mathfunc.c' object='libspreadsheet_la-mathfunc.lo' libtool=yes @AMDEPBACKSLASH@
2789@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2790@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libspreadsheet_la-mathfunc.lo `test -f 'mathfunc.c' || echo '$(srcdir)/'`mathfunc.c
2791
2792libspreadsheet_la-mstyle.lo: mstyle.c
2793@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libspreadsheet_la-mstyle.lo -MD -MP -MF $(DEPDIR)/libspreadsheet_la-mstyle.Tpo -c -o libspreadsheet_la-mstyle.lo `test -f 'mstyle.c' || echo '$(srcdir)/'`mstyle.c
2794@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libspreadsheet_la-mstyle.Tpo $(DEPDIR)/libspreadsheet_la-mstyle.Plo
2795@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='mstyle.c' object='libspreadsheet_la-mstyle.lo' libtool=yes @AMDEPBACKSLASH@
2796@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2797@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libspreadsheet_la-mstyle.lo `test -f 'mstyle.c' || echo '$(srcdir)/'`mstyle.c
2798
2799libspreadsheet_la-number-match.lo: number-match.c
2800@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libspreadsheet_la-number-match.lo -MD -MP -MF $(DEPDIR)/libspreadsheet_la-number-match.Tpo -c -o libspreadsheet_la-number-match.lo `test -f 'number-match.c' || echo '$(srcdir)/'`number-match.c
2801@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libspreadsheet_la-number-match.Tpo $(DEPDIR)/libspreadsheet_la-number-match.Plo
2802@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='number-match.c' object='libspreadsheet_la-number-match.lo' libtool=yes @AMDEPBACKSLASH@
2803@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2804@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libspreadsheet_la-number-match.lo `test -f 'number-match.c' || echo '$(srcdir)/'`number-match.c
2805
2806libspreadsheet_la-outoflinedocs.lo: outoflinedocs.c
2807@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libspreadsheet_la-outoflinedocs.lo -MD -MP -MF $(DEPDIR)/libspreadsheet_la-outoflinedocs.Tpo -c -o libspreadsheet_la-outoflinedocs.lo `test -f 'outoflinedocs.c' || echo '$(srcdir)/'`outoflinedocs.c
2808@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libspreadsheet_la-outoflinedocs.Tpo $(DEPDIR)/libspreadsheet_la-outoflinedocs.Plo
2809@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='outoflinedocs.c' object='libspreadsheet_la-outoflinedocs.lo' libtool=yes @AMDEPBACKSLASH@
2810@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2811@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libspreadsheet_la-outoflinedocs.lo `test -f 'outoflinedocs.c' || echo '$(srcdir)/'`outoflinedocs.c
2812
2813libspreadsheet_la-parse-util.lo: parse-util.c
2814@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libspreadsheet_la-parse-util.lo -MD -MP -MF $(DEPDIR)/libspreadsheet_la-parse-util.Tpo -c -o libspreadsheet_la-parse-util.lo `test -f 'parse-util.c' || echo '$(srcdir)/'`parse-util.c
2815@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libspreadsheet_la-parse-util.Tpo $(DEPDIR)/libspreadsheet_la-parse-util.Plo
2816@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='parse-util.c' object='libspreadsheet_la-parse-util.lo' libtool=yes @AMDEPBACKSLASH@
2817@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2818@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libspreadsheet_la-parse-util.lo `test -f 'parse-util.c' || echo '$(srcdir)/'`parse-util.c
2819
2820libspreadsheet_la-parser.lo: parser.c
2821@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libspreadsheet_la-parser.lo -MD -MP -MF $(DEPDIR)/libspreadsheet_la-parser.Tpo -c -o libspreadsheet_la-parser.lo `test -f 'parser.c' || echo '$(srcdir)/'`parser.c
2822@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libspreadsheet_la-parser.Tpo $(DEPDIR)/libspreadsheet_la-parser.Plo
2823@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='parser.c' object='libspreadsheet_la-parser.lo' libtool=yes @AMDEPBACKSLASH@
2824@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2825@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libspreadsheet_la-parser.lo `test -f 'parser.c' || echo '$(srcdir)/'`parser.c
2826
2827libspreadsheet_la-pattern.lo: pattern.c
2828@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libspreadsheet_la-pattern.lo -MD -MP -MF $(DEPDIR)/libspreadsheet_la-pattern.Tpo -c -o libspreadsheet_la-pattern.lo `test -f 'pattern.c' || echo '$(srcdir)/'`pattern.c
2829@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libspreadsheet_la-pattern.Tpo $(DEPDIR)/libspreadsheet_la-pattern.Plo
2830@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='pattern.c' object='libspreadsheet_la-pattern.lo' libtool=yes @AMDEPBACKSLASH@
2831@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2832@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libspreadsheet_la-pattern.lo `test -f 'pattern.c' || echo '$(srcdir)/'`pattern.c
2833
2834libspreadsheet_la-position.lo: position.c
2835@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libspreadsheet_la-position.lo -MD -MP -MF $(DEPDIR)/libspreadsheet_la-position.Tpo -c -o libspreadsheet_la-position.lo `test -f 'position.c' || echo '$(srcdir)/'`position.c
2836@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libspreadsheet_la-position.Tpo $(DEPDIR)/libspreadsheet_la-position.Plo
2837@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='position.c' object='libspreadsheet_la-position.lo' libtool=yes @AMDEPBACKSLASH@
2838@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2839@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libspreadsheet_la-position.lo `test -f 'position.c' || echo '$(srcdir)/'`position.c
2840
2841libspreadsheet_la-preview-grid.lo: preview-grid.c
2842@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libspreadsheet_la-preview-grid.lo -MD -MP -MF $(DEPDIR)/libspreadsheet_la-preview-grid.Tpo -c -o libspreadsheet_la-preview-grid.lo `test -f 'preview-grid.c' || echo '$(srcdir)/'`preview-grid.c
2843@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libspreadsheet_la-preview-grid.Tpo $(DEPDIR)/libspreadsheet_la-preview-grid.Plo
2844@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='preview-grid.c' object='libspreadsheet_la-preview-grid.lo' libtool=yes @AMDEPBACKSLASH@
2845@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2846@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libspreadsheet_la-preview-grid.lo `test -f 'preview-grid.c' || echo '$(srcdir)/'`preview-grid.c
2847
2848libspreadsheet_la-print-cell.lo: print-cell.c
2849@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libspreadsheet_la-print-cell.lo -MD -MP -MF $(DEPDIR)/libspreadsheet_la-print-cell.Tpo -c -o libspreadsheet_la-print-cell.lo `test -f 'print-cell.c' || echo '$(srcdir)/'`print-cell.c
2850@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libspreadsheet_la-print-cell.Tpo $(DEPDIR)/libspreadsheet_la-print-cell.Plo
2851@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='print-cell.c' object='libspreadsheet_la-print-cell.lo' libtool=yes @AMDEPBACKSLASH@
2852@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2853@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libspreadsheet_la-print-cell.lo `test -f 'print-cell.c' || echo '$(srcdir)/'`print-cell.c
2854
2855libspreadsheet_la-print-info.lo: print-info.c
2856@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libspreadsheet_la-print-info.lo -MD -MP -MF $(DEPDIR)/libspreadsheet_la-print-info.Tpo -c -o libspreadsheet_la-print-info.lo `test -f 'print-info.c' || echo '$(srcdir)/'`print-info.c
2857@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libspreadsheet_la-print-info.Tpo $(DEPDIR)/libspreadsheet_la-print-info.Plo
2858@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='print-info.c' object='libspreadsheet_la-print-info.lo' libtool=yes @AMDEPBACKSLASH@
2859@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2860@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libspreadsheet_la-print-info.lo `test -f 'print-info.c' || echo '$(srcdir)/'`print-info.c
2861
2862libspreadsheet_la-print.lo: print.c
2863@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libspreadsheet_la-print.lo -MD -MP -MF $(DEPDIR)/libspreadsheet_la-print.Tpo -c -o libspreadsheet_la-print.lo `test -f 'print.c' || echo '$(srcdir)/'`print.c
2864@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libspreadsheet_la-print.Tpo $(DEPDIR)/libspreadsheet_la-print.Plo
2865@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='print.c' object='libspreadsheet_la-print.lo' libtool=yes @AMDEPBACKSLASH@
2866@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2867@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libspreadsheet_la-print.lo `test -f 'print.c' || echo '$(srcdir)/'`print.c
2868
2869libspreadsheet_la-rangefunc-strings.lo: rangefunc-strings.c
2870@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libspreadsheet_la-rangefunc-strings.lo -MD -MP -MF $(DEPDIR)/libspreadsheet_la-rangefunc-strings.Tpo -c -o libspreadsheet_la-rangefunc-strings.lo `test -f 'rangefunc-strings.c' || echo '$(srcdir)/'`rangefunc-strings.c
2871@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libspreadsheet_la-rangefunc-strings.Tpo $(DEPDIR)/libspreadsheet_la-rangefunc-strings.Plo
2872@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='rangefunc-strings.c' object='libspreadsheet_la-rangefunc-strings.lo' libtool=yes @AMDEPBACKSLASH@
2873@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2874@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libspreadsheet_la-rangefunc-strings.lo `test -f 'rangefunc-strings.c' || echo '$(srcdir)/'`rangefunc-strings.c
2875
2876libspreadsheet_la-rangefunc.lo: rangefunc.c
2877@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libspreadsheet_la-rangefunc.lo -MD -MP -MF $(DEPDIR)/libspreadsheet_la-rangefunc.Tpo -c -o libspreadsheet_la-rangefunc.lo `test -f 'rangefunc.c' || echo '$(srcdir)/'`rangefunc.c
2878@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libspreadsheet_la-rangefunc.Tpo $(DEPDIR)/libspreadsheet_la-rangefunc.Plo
2879@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='rangefunc.c' object='libspreadsheet_la-rangefunc.lo' libtool=yes @AMDEPBACKSLASH@
2880@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2881@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libspreadsheet_la-rangefunc.lo `test -f 'rangefunc.c' || echo '$(srcdir)/'`rangefunc.c
2882
2883libspreadsheet_la-ranges.lo: ranges.c
2884@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libspreadsheet_la-ranges.lo -MD -MP -MF $(DEPDIR)/libspreadsheet_la-ranges.Tpo -c -o libspreadsheet_la-ranges.lo `test -f 'ranges.c' || echo '$(srcdir)/'`ranges.c
2885@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libspreadsheet_la-ranges.Tpo $(DEPDIR)/libspreadsheet_la-ranges.Plo
2886@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='ranges.c' object='libspreadsheet_la-ranges.lo' libtool=yes @AMDEPBACKSLASH@
2887@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2888@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libspreadsheet_la-ranges.lo `test -f 'ranges.c' || echo '$(srcdir)/'`ranges.c
2889
2890libspreadsheet_la-rendered-value.lo: rendered-value.c
2891@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libspreadsheet_la-rendered-value.lo -MD -MP -MF $(DEPDIR)/libspreadsheet_la-rendered-value.Tpo -c -o libspreadsheet_la-rendered-value.lo `test -f 'rendered-value.c' || echo '$(srcdir)/'`rendered-value.c
2892@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libspreadsheet_la-rendered-value.Tpo $(DEPDIR)/libspreadsheet_la-rendered-value.Plo
2893@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='rendered-value.c' object='libspreadsheet_la-rendered-value.lo' libtool=yes @AMDEPBACKSLASH@
2894@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2895@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libspreadsheet_la-rendered-value.lo `test -f 'rendered-value.c' || echo '$(srcdir)/'`rendered-value.c
2896
2897libspreadsheet_la-search.lo: search.c
2898@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libspreadsheet_la-search.lo -MD -MP -MF $(DEPDIR)/libspreadsheet_la-search.Tpo -c -o libspreadsheet_la-search.lo `test -f 'search.c' || echo '$(srcdir)/'`search.c
2899@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libspreadsheet_la-search.Tpo $(DEPDIR)/libspreadsheet_la-search.Plo
2900@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='search.c' object='libspreadsheet_la-search.lo' libtool=yes @AMDEPBACKSLASH@
2901@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2902@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libspreadsheet_la-search.lo `test -f 'search.c' || echo '$(srcdir)/'`search.c
2903
2904libspreadsheet_la-selection.lo: selection.c
2905@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libspreadsheet_la-selection.lo -MD -MP -MF $(DEPDIR)/libspreadsheet_la-selection.Tpo -c -o libspreadsheet_la-selection.lo `test -f 'selection.c' || echo '$(srcdir)/'`selection.c
2906@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libspreadsheet_la-selection.Tpo $(DEPDIR)/libspreadsheet_la-selection.Plo
2907@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='selection.c' object='libspreadsheet_la-selection.lo' libtool=yes @AMDEPBACKSLASH@
2908@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2909@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libspreadsheet_la-selection.lo `test -f 'selection.c' || echo '$(srcdir)/'`selection.c
2910
2911libspreadsheet_la-session.lo: session.c
2912@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libspreadsheet_la-session.lo -MD -MP -MF $(DEPDIR)/libspreadsheet_la-session.Tpo -c -o libspreadsheet_la-session.lo `test -f 'session.c' || echo '$(srcdir)/'`session.c
2913@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libspreadsheet_la-session.Tpo $(DEPDIR)/libspreadsheet_la-session.Plo
2914@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='session.c' object='libspreadsheet_la-session.lo' libtool=yes @AMDEPBACKSLASH@
2915@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2916@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libspreadsheet_la-session.lo `test -f 'session.c' || echo '$(srcdir)/'`session.c
2917
2918libspreadsheet_la-sf-bessel.lo: sf-bessel.c
2919@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libspreadsheet_la-sf-bessel.lo -MD -MP -MF $(DEPDIR)/libspreadsheet_la-sf-bessel.Tpo -c -o libspreadsheet_la-sf-bessel.lo `test -f 'sf-bessel.c' || echo '$(srcdir)/'`sf-bessel.c
2920@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libspreadsheet_la-sf-bessel.Tpo $(DEPDIR)/libspreadsheet_la-sf-bessel.Plo
2921@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='sf-bessel.c' object='libspreadsheet_la-sf-bessel.lo' libtool=yes @AMDEPBACKSLASH@
2922@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2923@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libspreadsheet_la-sf-bessel.lo `test -f 'sf-bessel.c' || echo '$(srcdir)/'`sf-bessel.c
2924
2925libspreadsheet_la-sf-dpq.lo: sf-dpq.c
2926@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libspreadsheet_la-sf-dpq.lo -MD -MP -MF $(DEPDIR)/libspreadsheet_la-sf-dpq.Tpo -c -o libspreadsheet_la-sf-dpq.lo `test -f 'sf-dpq.c' || echo '$(srcdir)/'`sf-dpq.c
2927@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libspreadsheet_la-sf-dpq.Tpo $(DEPDIR)/libspreadsheet_la-sf-dpq.Plo
2928@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='sf-dpq.c' object='libspreadsheet_la-sf-dpq.lo' libtool=yes @AMDEPBACKSLASH@
2929@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2930@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libspreadsheet_la-sf-dpq.lo `test -f 'sf-dpq.c' || echo '$(srcdir)/'`sf-dpq.c
2931
2932libspreadsheet_la-sf-gamma.lo: sf-gamma.c
2933@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libspreadsheet_la-sf-gamma.lo -MD -MP -MF $(DEPDIR)/libspreadsheet_la-sf-gamma.Tpo -c -o libspreadsheet_la-sf-gamma.lo `test -f 'sf-gamma.c' || echo '$(srcdir)/'`sf-gamma.c
2934@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libspreadsheet_la-sf-gamma.Tpo $(DEPDIR)/libspreadsheet_la-sf-gamma.Plo
2935@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='sf-gamma.c' object='libspreadsheet_la-sf-gamma.lo' libtool=yes @AMDEPBACKSLASH@
2936@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2937@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libspreadsheet_la-sf-gamma.lo `test -f 'sf-gamma.c' || echo '$(srcdir)/'`sf-gamma.c
2938
2939libspreadsheet_la-sf-trig.lo: sf-trig.c
2940@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libspreadsheet_la-sf-trig.lo -MD -MP -MF $(DEPDIR)/libspreadsheet_la-sf-trig.Tpo -c -o libspreadsheet_la-sf-trig.lo `test -f 'sf-trig.c' || echo '$(srcdir)/'`sf-trig.c
2941@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libspreadsheet_la-sf-trig.Tpo $(DEPDIR)/libspreadsheet_la-sf-trig.Plo
2942@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='sf-trig.c' object='libspreadsheet_la-sf-trig.lo' libtool=yes @AMDEPBACKSLASH@
2943@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2944@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libspreadsheet_la-sf-trig.lo `test -f 'sf-trig.c' || echo '$(srcdir)/'`sf-trig.c
2945
2946libspreadsheet_la-sheet-autofill.lo: sheet-autofill.c
2947@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libspreadsheet_la-sheet-autofill.lo -MD -MP -MF $(DEPDIR)/libspreadsheet_la-sheet-autofill.Tpo -c -o libspreadsheet_la-sheet-autofill.lo `test -f 'sheet-autofill.c' || echo '$(srcdir)/'`sheet-autofill.c
2948@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libspreadsheet_la-sheet-autofill.Tpo $(DEPDIR)/libspreadsheet_la-sheet-autofill.Plo
2949@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='sheet-autofill.c' object='libspreadsheet_la-sheet-autofill.lo' libtool=yes @AMDEPBACKSLASH@
2950@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2951@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libspreadsheet_la-sheet-autofill.lo `test -f 'sheet-autofill.c' || echo '$(srcdir)/'`sheet-autofill.c
2952
2953libspreadsheet_la-sheet-conditions.lo: sheet-conditions.c
2954@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libspreadsheet_la-sheet-conditions.lo -MD -MP -MF $(DEPDIR)/libspreadsheet_la-sheet-conditions.Tpo -c -o libspreadsheet_la-sheet-conditions.lo `test -f 'sheet-conditions.c' || echo '$(srcdir)/'`sheet-conditions.c
2955@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libspreadsheet_la-sheet-conditions.Tpo $(DEPDIR)/libspreadsheet_la-sheet-conditions.Plo
2956@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='sheet-conditions.c' object='libspreadsheet_la-sheet-conditions.lo' libtool=yes @AMDEPBACKSLASH@
2957@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2958@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libspreadsheet_la-sheet-conditions.lo `test -f 'sheet-conditions.c' || echo '$(srcdir)/'`sheet-conditions.c
2959
2960libspreadsheet_la-sheet-control-gui.lo: sheet-control-gui.c
2961@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libspreadsheet_la-sheet-control-gui.lo -MD -MP -MF $(DEPDIR)/libspreadsheet_la-sheet-control-gui.Tpo -c -o libspreadsheet_la-sheet-control-gui.lo `test -f 'sheet-control-gui.c' || echo '$(srcdir)/'`sheet-control-gui.c
2962@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libspreadsheet_la-sheet-control-gui.Tpo $(DEPDIR)/libspreadsheet_la-sheet-control-gui.Plo
2963@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='sheet-control-gui.c' object='libspreadsheet_la-sheet-control-gui.lo' libtool=yes @AMDEPBACKSLASH@
2964@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2965@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libspreadsheet_la-sheet-control-gui.lo `test -f 'sheet-control-gui.c' || echo '$(srcdir)/'`sheet-control-gui.c
2966
2967libspreadsheet_la-sheet-control.lo: sheet-control.c
2968@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libspreadsheet_la-sheet-control.lo -MD -MP -MF $(DEPDIR)/libspreadsheet_la-sheet-control.Tpo -c -o libspreadsheet_la-sheet-control.lo `test -f 'sheet-control.c' || echo '$(srcdir)/'`sheet-control.c
2969@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libspreadsheet_la-sheet-control.Tpo $(DEPDIR)/libspreadsheet_la-sheet-control.Plo
2970@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='sheet-control.c' object='libspreadsheet_la-sheet-control.lo' libtool=yes @AMDEPBACKSLASH@
2971@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2972@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libspreadsheet_la-sheet-control.lo `test -f 'sheet-control.c' || echo '$(srcdir)/'`sheet-control.c
2973
2974libspreadsheet_la-sheet-diff.lo: sheet-diff.c
2975@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libspreadsheet_la-sheet-diff.lo -MD -MP -MF $(DEPDIR)/libspreadsheet_la-sheet-diff.Tpo -c -o libspreadsheet_la-sheet-diff.lo `test -f 'sheet-diff.c' || echo '$(srcdir)/'`sheet-diff.c
2976@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libspreadsheet_la-sheet-diff.Tpo $(DEPDIR)/libspreadsheet_la-sheet-diff.Plo
2977@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='sheet-diff.c' object='libspreadsheet_la-sheet-diff.lo' libtool=yes @AMDEPBACKSLASH@
2978@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2979@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libspreadsheet_la-sheet-diff.lo `test -f 'sheet-diff.c' || echo '$(srcdir)/'`sheet-diff.c
2980
2981libspreadsheet_la-sheet-filter.lo: sheet-filter.c
2982@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libspreadsheet_la-sheet-filter.lo -MD -MP -MF $(DEPDIR)/libspreadsheet_la-sheet-filter.Tpo -c -o libspreadsheet_la-sheet-filter.lo `test -f 'sheet-filter.c' || echo '$(srcdir)/'`sheet-filter.c
2983@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libspreadsheet_la-sheet-filter.Tpo $(DEPDIR)/libspreadsheet_la-sheet-filter.Plo
2984@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='sheet-filter.c' object='libspreadsheet_la-sheet-filter.lo' libtool=yes @AMDEPBACKSLASH@
2985@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2986@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libspreadsheet_la-sheet-filter.lo `test -f 'sheet-filter.c' || echo '$(srcdir)/'`sheet-filter.c
2987
2988libspreadsheet_la-sheet-merge.lo: sheet-merge.c
2989@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libspreadsheet_la-sheet-merge.lo -MD -MP -MF $(DEPDIR)/libspreadsheet_la-sheet-merge.Tpo -c -o libspreadsheet_la-sheet-merge.lo `test -f 'sheet-merge.c' || echo '$(srcdir)/'`sheet-merge.c
2990@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libspreadsheet_la-sheet-merge.Tpo $(DEPDIR)/libspreadsheet_la-sheet-merge.Plo
2991@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='sheet-merge.c' object='libspreadsheet_la-sheet-merge.lo' libtool=yes @AMDEPBACKSLASH@
2992@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2993@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libspreadsheet_la-sheet-merge.lo `test -f 'sheet-merge.c' || echo '$(srcdir)/'`sheet-merge.c
2994
2995libspreadsheet_la-sheet-object-cell-comment.lo: sheet-object-cell-comment.c
2996@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libspreadsheet_la-sheet-object-cell-comment.lo -MD -MP -MF $(DEPDIR)/libspreadsheet_la-sheet-object-cell-comment.Tpo -c -o libspreadsheet_la-sheet-object-cell-comment.lo `test -f 'sheet-object-cell-comment.c' || echo '$(srcdir)/'`sheet-object-cell-comment.c
2997@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libspreadsheet_la-sheet-object-cell-comment.Tpo $(DEPDIR)/libspreadsheet_la-sheet-object-cell-comment.Plo
2998@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='sheet-object-cell-comment.c' object='libspreadsheet_la-sheet-object-cell-comment.lo' libtool=yes @AMDEPBACKSLASH@
2999@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3000@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libspreadsheet_la-sheet-object-cell-comment.lo `test -f 'sheet-object-cell-comment.c' || echo '$(srcdir)/'`sheet-object-cell-comment.c
3001
3002libspreadsheet_la-sheet-object-component.lo: sheet-object-component.c
3003@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libspreadsheet_la-sheet-object-component.lo -MD -MP -MF $(DEPDIR)/libspreadsheet_la-sheet-object-component.Tpo -c -o libspreadsheet_la-sheet-object-component.lo `test -f 'sheet-object-component.c' || echo '$(srcdir)/'`sheet-object-component.c
3004@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libspreadsheet_la-sheet-object-component.Tpo $(DEPDIR)/libspreadsheet_la-sheet-object-component.Plo
3005@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='sheet-object-component.c' object='libspreadsheet_la-sheet-object-component.lo' libtool=yes @AMDEPBACKSLASH@
3006@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3007@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libspreadsheet_la-sheet-object-component.lo `test -f 'sheet-object-component.c' || echo '$(srcdir)/'`sheet-object-component.c
3008
3009libspreadsheet_la-sheet-object-graph.lo: sheet-object-graph.c
3010@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libspreadsheet_la-sheet-object-graph.lo -MD -MP -MF $(DEPDIR)/libspreadsheet_la-sheet-object-graph.Tpo -c -o libspreadsheet_la-sheet-object-graph.lo `test -f 'sheet-object-graph.c' || echo '$(srcdir)/'`sheet-object-graph.c
3011@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libspreadsheet_la-sheet-object-graph.Tpo $(DEPDIR)/libspreadsheet_la-sheet-object-graph.Plo
3012@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='sheet-object-graph.c' object='libspreadsheet_la-sheet-object-graph.lo' libtool=yes @AMDEPBACKSLASH@
3013@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3014@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libspreadsheet_la-sheet-object-graph.lo `test -f 'sheet-object-graph.c' || echo '$(srcdir)/'`sheet-object-graph.c
3015
3016libspreadsheet_la-sheet-object-image.lo: sheet-object-image.c
3017@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libspreadsheet_la-sheet-object-image.lo -MD -MP -MF $(DEPDIR)/libspreadsheet_la-sheet-object-image.Tpo -c -o libspreadsheet_la-sheet-object-image.lo `test -f 'sheet-object-image.c' || echo '$(srcdir)/'`sheet-object-image.c
3018@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libspreadsheet_la-sheet-object-image.Tpo $(DEPDIR)/libspreadsheet_la-sheet-object-image.Plo
3019@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='sheet-object-image.c' object='libspreadsheet_la-sheet-object-image.lo' libtool=yes @AMDEPBACKSLASH@
3020@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3021@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libspreadsheet_la-sheet-object-image.lo `test -f 'sheet-object-image.c' || echo '$(srcdir)/'`sheet-object-image.c
3022
3023libspreadsheet_la-sheet-object-widget.lo: sheet-object-widget.c
3024@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libspreadsheet_la-sheet-object-widget.lo -MD -MP -MF $(DEPDIR)/libspreadsheet_la-sheet-object-widget.Tpo -c -o libspreadsheet_la-sheet-object-widget.lo `test -f 'sheet-object-widget.c' || echo '$(srcdir)/'`sheet-object-widget.c
3025@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libspreadsheet_la-sheet-object-widget.Tpo $(DEPDIR)/libspreadsheet_la-sheet-object-widget.Plo
3026@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='sheet-object-widget.c' object='libspreadsheet_la-sheet-object-widget.lo' libtool=yes @AMDEPBACKSLASH@
3027@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3028@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libspreadsheet_la-sheet-object-widget.lo `test -f 'sheet-object-widget.c' || echo '$(srcdir)/'`sheet-object-widget.c
3029
3030libspreadsheet_la-sheet-object.lo: sheet-object.c
3031@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libspreadsheet_la-sheet-object.lo -MD -MP -MF $(DEPDIR)/libspreadsheet_la-sheet-object.Tpo -c -o libspreadsheet_la-sheet-object.lo `test -f 'sheet-object.c' || echo '$(srcdir)/'`sheet-object.c
3032@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libspreadsheet_la-sheet-object.Tpo $(DEPDIR)/libspreadsheet_la-sheet-object.Plo
3033@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='sheet-object.c' object='libspreadsheet_la-sheet-object.lo' libtool=yes @AMDEPBACKSLASH@
3034@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3035@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libspreadsheet_la-sheet-object.lo `test -f 'sheet-object.c' || echo '$(srcdir)/'`sheet-object.c
3036
3037libspreadsheet_la-sheet-style.lo: sheet-style.c
3038@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libspreadsheet_la-sheet-style.lo -MD -MP -MF $(DEPDIR)/libspreadsheet_la-sheet-style.Tpo -c -o libspreadsheet_la-sheet-style.lo `test -f 'sheet-style.c' || echo '$(srcdir)/'`sheet-style.c
3039@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libspreadsheet_la-sheet-style.Tpo $(DEPDIR)/libspreadsheet_la-sheet-style.Plo
3040@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='sheet-style.c' object='libspreadsheet_la-sheet-style.lo' libtool=yes @AMDEPBACKSLASH@
3041@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3042@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libspreadsheet_la-sheet-style.lo `test -f 'sheet-style.c' || echo '$(srcdir)/'`sheet-style.c
3043
3044libspreadsheet_la-sheet-utils.lo: sheet-utils.c
3045@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libspreadsheet_la-sheet-utils.lo -MD -MP -MF $(DEPDIR)/libspreadsheet_la-sheet-utils.Tpo -c -o libspreadsheet_la-sheet-utils.lo `test -f 'sheet-utils.c' || echo '$(srcdir)/'`sheet-utils.c
3046@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libspreadsheet_la-sheet-utils.Tpo $(DEPDIR)/libspreadsheet_la-sheet-utils.Plo
3047@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='sheet-utils.c' object='libspreadsheet_la-sheet-utils.lo' libtool=yes @AMDEPBACKSLASH@
3048@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3049@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libspreadsheet_la-sheet-utils.lo `test -f 'sheet-utils.c' || echo '$(srcdir)/'`sheet-utils.c
3050
3051libspreadsheet_la-sheet-view.lo: sheet-view.c
3052@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libspreadsheet_la-sheet-view.lo -MD -MP -MF $(DEPDIR)/libspreadsheet_la-sheet-view.Tpo -c -o libspreadsheet_la-sheet-view.lo `test -f 'sheet-view.c' || echo '$(srcdir)/'`sheet-view.c
3053@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libspreadsheet_la-sheet-view.Tpo $(DEPDIR)/libspreadsheet_la-sheet-view.Plo
3054@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='sheet-view.c' object='libspreadsheet_la-sheet-view.lo' libtool=yes @AMDEPBACKSLASH@
3055@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3056@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libspreadsheet_la-sheet-view.lo `test -f 'sheet-view.c' || echo '$(srcdir)/'`sheet-view.c
3057
3058libspreadsheet_la-sheet.lo: sheet.c
3059@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libspreadsheet_la-sheet.lo -MD -MP -MF $(DEPDIR)/libspreadsheet_la-sheet.Tpo -c -o libspreadsheet_la-sheet.lo `test -f 'sheet.c' || echo '$(srcdir)/'`sheet.c
3060@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libspreadsheet_la-sheet.Tpo $(DEPDIR)/libspreadsheet_la-sheet.Plo
3061@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='sheet.c' object='libspreadsheet_la-sheet.lo' libtool=yes @AMDEPBACKSLASH@
3062@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3063@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libspreadsheet_la-sheet.lo `test -f 'sheet.c' || echo '$(srcdir)/'`sheet.c
3064
3065libspreadsheet_la-sort.lo: sort.c
3066@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libspreadsheet_la-sort.lo -MD -MP -MF $(DEPDIR)/libspreadsheet_la-sort.Tpo -c -o libspreadsheet_la-sort.lo `test -f 'sort.c' || echo '$(srcdir)/'`sort.c
3067@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libspreadsheet_la-sort.Tpo $(DEPDIR)/libspreadsheet_la-sort.Plo
3068@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='sort.c' object='libspreadsheet_la-sort.lo' libtool=yes @AMDEPBACKSLASH@
3069@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3070@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libspreadsheet_la-sort.lo `test -f 'sort.c' || echo '$(srcdir)/'`sort.c
3071
3072libspreadsheet_la-stf-export.lo: stf-export.c
3073@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libspreadsheet_la-stf-export.lo -MD -MP -MF $(DEPDIR)/libspreadsheet_la-stf-export.Tpo -c -o libspreadsheet_la-stf-export.lo `test -f 'stf-export.c' || echo '$(srcdir)/'`stf-export.c
3074@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libspreadsheet_la-stf-export.Tpo $(DEPDIR)/libspreadsheet_la-stf-export.Plo
3075@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='stf-export.c' object='libspreadsheet_la-stf-export.lo' libtool=yes @AMDEPBACKSLASH@
3076@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3077@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libspreadsheet_la-stf-export.lo `test -f 'stf-export.c' || echo '$(srcdir)/'`stf-export.c
3078
3079libspreadsheet_la-stf-parse.lo: stf-parse.c
3080@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libspreadsheet_la-stf-parse.lo -MD -MP -MF $(DEPDIR)/libspreadsheet_la-stf-parse.Tpo -c -o libspreadsheet_la-stf-parse.lo `test -f 'stf-parse.c' || echo '$(srcdir)/'`stf-parse.c
3081@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libspreadsheet_la-stf-parse.Tpo $(DEPDIR)/libspreadsheet_la-stf-parse.Plo
3082@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='stf-parse.c' object='libspreadsheet_la-stf-parse.lo' libtool=yes @AMDEPBACKSLASH@
3083@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3084@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libspreadsheet_la-stf-parse.lo `test -f 'stf-parse.c' || echo '$(srcdir)/'`stf-parse.c
3085
3086libspreadsheet_la-stf.lo: stf.c
3087@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libspreadsheet_la-stf.lo -MD -MP -MF $(DEPDIR)/libspreadsheet_la-stf.Tpo -c -o libspreadsheet_la-stf.lo `test -f 'stf.c' || echo '$(srcdir)/'`stf.c
3088@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libspreadsheet_la-stf.Tpo $(DEPDIR)/libspreadsheet_la-stf.Plo
3089@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='stf.c' object='libspreadsheet_la-stf.lo' libtool=yes @AMDEPBACKSLASH@
3090@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3091@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libspreadsheet_la-stf.lo `test -f 'stf.c' || echo '$(srcdir)/'`stf.c
3092
3093libspreadsheet_la-style-border.lo: style-border.c
3094@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libspreadsheet_la-style-border.lo -MD -MP -MF $(DEPDIR)/libspreadsheet_la-style-border.Tpo -c -o libspreadsheet_la-style-border.lo `test -f 'style-border.c' || echo '$(srcdir)/'`style-border.c
3095@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libspreadsheet_la-style-border.Tpo $(DEPDIR)/libspreadsheet_la-style-border.Plo
3096@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='style-border.c' object='libspreadsheet_la-style-border.lo' libtool=yes @AMDEPBACKSLASH@
3097@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3098@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libspreadsheet_la-style-border.lo `test -f 'style-border.c' || echo '$(srcdir)/'`style-border.c
3099
3100libspreadsheet_la-style-color.lo: style-color.c
3101@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libspreadsheet_la-style-color.lo -MD -MP -MF $(DEPDIR)/libspreadsheet_la-style-color.Tpo -c -o libspreadsheet_la-style-color.lo `test -f 'style-color.c' || echo '$(srcdir)/'`style-color.c
3102@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libspreadsheet_la-style-color.Tpo $(DEPDIR)/libspreadsheet_la-style-color.Plo
3103@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='style-color.c' object='libspreadsheet_la-style-color.lo' libtool=yes @AMDEPBACKSLASH@
3104@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3105@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libspreadsheet_la-style-color.lo `test -f 'style-color.c' || echo '$(srcdir)/'`style-color.c
3106
3107libspreadsheet_la-style-conditions.lo: style-conditions.c
3108@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libspreadsheet_la-style-conditions.lo -MD -MP -MF $(DEPDIR)/libspreadsheet_la-style-conditions.Tpo -c -o libspreadsheet_la-style-conditions.lo `test -f 'style-conditions.c' || echo '$(srcdir)/'`style-conditions.c
3109@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libspreadsheet_la-style-conditions.Tpo $(DEPDIR)/libspreadsheet_la-style-conditions.Plo
3110@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='style-conditions.c' object='libspreadsheet_la-style-conditions.lo' libtool=yes @AMDEPBACKSLASH@
3111@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3112@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libspreadsheet_la-style-conditions.lo `test -f 'style-conditions.c' || echo '$(srcdir)/'`style-conditions.c
3113
3114libspreadsheet_la-style.lo: style.c
3115@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libspreadsheet_la-style.lo -MD -MP -MF $(DEPDIR)/libspreadsheet_la-style.Tpo -c -o libspreadsheet_la-style.lo `test -f 'style.c' || echo '$(srcdir)/'`style.c
3116@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libspreadsheet_la-style.Tpo $(DEPDIR)/libspreadsheet_la-style.Plo
3117@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='style.c' object='libspreadsheet_la-style.lo' libtool=yes @AMDEPBACKSLASH@
3118@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3119@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libspreadsheet_la-style.lo `test -f 'style.c' || echo '$(srcdir)/'`style.c
3120
3121libspreadsheet_la-undo.lo: undo.c
3122@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libspreadsheet_la-undo.lo -MD -MP -MF $(DEPDIR)/libspreadsheet_la-undo.Tpo -c -o libspreadsheet_la-undo.lo `test -f 'undo.c' || echo '$(srcdir)/'`undo.c
3123@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libspreadsheet_la-undo.Tpo $(DEPDIR)/libspreadsheet_la-undo.Plo
3124@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='undo.c' object='libspreadsheet_la-undo.lo' libtool=yes @AMDEPBACKSLASH@
3125@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3126@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libspreadsheet_la-undo.lo `test -f 'undo.c' || echo '$(srcdir)/'`undo.c
3127
3128libspreadsheet_la-validation.lo: validation.c
3129@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libspreadsheet_la-validation.lo -MD -MP -MF $(DEPDIR)/libspreadsheet_la-validation.Tpo -c -o libspreadsheet_la-validation.lo `test -f 'validation.c' || echo '$(srcdir)/'`validation.c
3130@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libspreadsheet_la-validation.Tpo $(DEPDIR)/libspreadsheet_la-validation.Plo
3131@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='validation.c' object='libspreadsheet_la-validation.lo' libtool=yes @AMDEPBACKSLASH@
3132@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3133@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libspreadsheet_la-validation.lo `test -f 'validation.c' || echo '$(srcdir)/'`validation.c
3134
3135libspreadsheet_la-value-sheet.lo: value-sheet.c
3136@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libspreadsheet_la-value-sheet.lo -MD -MP -MF $(DEPDIR)/libspreadsheet_la-value-sheet.Tpo -c -o libspreadsheet_la-value-sheet.lo `test -f 'value-sheet.c' || echo '$(srcdir)/'`value-sheet.c
3137@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libspreadsheet_la-value-sheet.Tpo $(DEPDIR)/libspreadsheet_la-value-sheet.Plo
3138@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='value-sheet.c' object='libspreadsheet_la-value-sheet.lo' libtool=yes @AMDEPBACKSLASH@
3139@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3140@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libspreadsheet_la-value-sheet.lo `test -f 'value-sheet.c' || echo '$(srcdir)/'`value-sheet.c
3141
3142libspreadsheet_la-value.lo: value.c
3143@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libspreadsheet_la-value.lo -MD -MP -MF $(DEPDIR)/libspreadsheet_la-value.Tpo -c -o libspreadsheet_la-value.lo `test -f 'value.c' || echo '$(srcdir)/'`value.c
3144@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libspreadsheet_la-value.Tpo $(DEPDIR)/libspreadsheet_la-value.Plo
3145@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='value.c' object='libspreadsheet_la-value.lo' libtool=yes @AMDEPBACKSLASH@
3146@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3147@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libspreadsheet_la-value.lo `test -f 'value.c' || echo '$(srcdir)/'`value.c
3148
3149libspreadsheet_la-wbc-gtk-actions.lo: wbc-gtk-actions.c
3150@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libspreadsheet_la-wbc-gtk-actions.lo -MD -MP -MF $(DEPDIR)/libspreadsheet_la-wbc-gtk-actions.Tpo -c -o libspreadsheet_la-wbc-gtk-actions.lo `test -f 'wbc-gtk-actions.c' || echo '$(srcdir)/'`wbc-gtk-actions.c
3151@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libspreadsheet_la-wbc-gtk-actions.Tpo $(DEPDIR)/libspreadsheet_la-wbc-gtk-actions.Plo
3152@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='wbc-gtk-actions.c' object='libspreadsheet_la-wbc-gtk-actions.lo' libtool=yes @AMDEPBACKSLASH@
3153@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3154@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libspreadsheet_la-wbc-gtk-actions.lo `test -f 'wbc-gtk-actions.c' || echo '$(srcdir)/'`wbc-gtk-actions.c
3155
3156libspreadsheet_la-wbc-gtk-edit.lo: wbc-gtk-edit.c
3157@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libspreadsheet_la-wbc-gtk-edit.lo -MD -MP -MF $(DEPDIR)/libspreadsheet_la-wbc-gtk-edit.Tpo -c -o libspreadsheet_la-wbc-gtk-edit.lo `test -f 'wbc-gtk-edit.c' || echo '$(srcdir)/'`wbc-gtk-edit.c
3158@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libspreadsheet_la-wbc-gtk-edit.Tpo $(DEPDIR)/libspreadsheet_la-wbc-gtk-edit.Plo
3159@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='wbc-gtk-edit.c' object='libspreadsheet_la-wbc-gtk-edit.lo' libtool=yes @AMDEPBACKSLASH@
3160@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3161@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libspreadsheet_la-wbc-gtk-edit.lo `test -f 'wbc-gtk-edit.c' || echo '$(srcdir)/'`wbc-gtk-edit.c
3162
3163libspreadsheet_la-wbc-gtk.lo: wbc-gtk.c
3164@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libspreadsheet_la-wbc-gtk.lo -MD -MP -MF $(DEPDIR)/libspreadsheet_la-wbc-gtk.Tpo -c -o libspreadsheet_la-wbc-gtk.lo `test -f 'wbc-gtk.c' || echo '$(srcdir)/'`wbc-gtk.c
3165@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libspreadsheet_la-wbc-gtk.Tpo $(DEPDIR)/libspreadsheet_la-wbc-gtk.Plo
3166@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='wbc-gtk.c' object='libspreadsheet_la-wbc-gtk.lo' libtool=yes @AMDEPBACKSLASH@
3167@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3168@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libspreadsheet_la-wbc-gtk.lo `test -f 'wbc-gtk.c' || echo '$(srcdir)/'`wbc-gtk.c
3169
3170libspreadsheet_la-workbook-cmd-format.lo: workbook-cmd-format.c
3171@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libspreadsheet_la-workbook-cmd-format.lo -MD -MP -MF $(DEPDIR)/libspreadsheet_la-workbook-cmd-format.Tpo -c -o libspreadsheet_la-workbook-cmd-format.lo `test -f 'workbook-cmd-format.c' || echo '$(srcdir)/'`workbook-cmd-format.c
3172@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libspreadsheet_la-workbook-cmd-format.Tpo $(DEPDIR)/libspreadsheet_la-workbook-cmd-format.Plo
3173@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='workbook-cmd-format.c' object='libspreadsheet_la-workbook-cmd-format.lo' libtool=yes @AMDEPBACKSLASH@
3174@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3175@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libspreadsheet_la-workbook-cmd-format.lo `test -f 'workbook-cmd-format.c' || echo '$(srcdir)/'`workbook-cmd-format.c
3176
3177libspreadsheet_la-workbook-control.lo: workbook-control.c
3178@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libspreadsheet_la-workbook-control.lo -MD -MP -MF $(DEPDIR)/libspreadsheet_la-workbook-control.Tpo -c -o libspreadsheet_la-workbook-control.lo `test -f 'workbook-control.c' || echo '$(srcdir)/'`workbook-control.c
3179@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libspreadsheet_la-workbook-control.Tpo $(DEPDIR)/libspreadsheet_la-workbook-control.Plo
3180@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='workbook-control.c' object='libspreadsheet_la-workbook-control.lo' libtool=yes @AMDEPBACKSLASH@
3181@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3182@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libspreadsheet_la-workbook-control.lo `test -f 'workbook-control.c' || echo '$(srcdir)/'`workbook-control.c
3183
3184libspreadsheet_la-workbook-view.lo: workbook-view.c
3185@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libspreadsheet_la-workbook-view.lo -MD -MP -MF $(DEPDIR)/libspreadsheet_la-workbook-view.Tpo -c -o libspreadsheet_la-workbook-view.lo `test -f 'workbook-view.c' || echo '$(srcdir)/'`workbook-view.c
3186@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libspreadsheet_la-workbook-view.Tpo $(DEPDIR)/libspreadsheet_la-workbook-view.Plo
3187@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='workbook-view.c' object='libspreadsheet_la-workbook-view.lo' libtool=yes @AMDEPBACKSLASH@
3188@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3189@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libspreadsheet_la-workbook-view.lo `test -f 'workbook-view.c' || echo '$(srcdir)/'`workbook-view.c
3190
3191libspreadsheet_la-workbook.lo: workbook.c
3192@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libspreadsheet_la-workbook.lo -MD -MP -MF $(DEPDIR)/libspreadsheet_la-workbook.Tpo -c -o libspreadsheet_la-workbook.lo `test -f 'workbook.c' || echo '$(srcdir)/'`workbook.c
3193@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libspreadsheet_la-workbook.Tpo $(DEPDIR)/libspreadsheet_la-workbook.Plo
3194@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='workbook.c' object='libspreadsheet_la-workbook.lo' libtool=yes @AMDEPBACKSLASH@
3195@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3196@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libspreadsheet_la-workbook.lo `test -f 'workbook.c' || echo '$(srcdir)/'`workbook.c
3197
3198libspreadsheet_la-xml-sax-read.lo: xml-sax-read.c
3199@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libspreadsheet_la-xml-sax-read.lo -MD -MP -MF $(DEPDIR)/libspreadsheet_la-xml-sax-read.Tpo -c -o libspreadsheet_la-xml-sax-read.lo `test -f 'xml-sax-read.c' || echo '$(srcdir)/'`xml-sax-read.c
3200@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libspreadsheet_la-xml-sax-read.Tpo $(DEPDIR)/libspreadsheet_la-xml-sax-read.Plo
3201@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='xml-sax-read.c' object='libspreadsheet_la-xml-sax-read.lo' libtool=yes @AMDEPBACKSLASH@
3202@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3203@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libspreadsheet_la-xml-sax-read.lo `test -f 'xml-sax-read.c' || echo '$(srcdir)/'`xml-sax-read.c
3204
3205libspreadsheet_la-xml-sax-write.lo: xml-sax-write.c
3206@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libspreadsheet_la-xml-sax-write.lo -MD -MP -MF $(DEPDIR)/libspreadsheet_la-xml-sax-write.Tpo -c -o libspreadsheet_la-xml-sax-write.lo `test -f 'xml-sax-write.c' || echo '$(srcdir)/'`xml-sax-write.c
3207@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libspreadsheet_la-xml-sax-write.Tpo $(DEPDIR)/libspreadsheet_la-xml-sax-write.Plo
3208@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='xml-sax-write.c' object='libspreadsheet_la-xml-sax-write.lo' libtool=yes @AMDEPBACKSLASH@
3209@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3210@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libspreadsheet_la-xml-sax-write.lo `test -f 'xml-sax-write.c' || echo '$(srcdir)/'`xml-sax-write.c
3211
3212dialogs/libspreadsheet_la-dao-gui-utils.lo: dialogs/dao-gui-utils.c
3213@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT dialogs/libspreadsheet_la-dao-gui-utils.lo -MD -MP -MF dialogs/$(DEPDIR)/libspreadsheet_la-dao-gui-utils.Tpo -c -o dialogs/libspreadsheet_la-dao-gui-utils.lo `test -f 'dialogs/dao-gui-utils.c' || echo '$(srcdir)/'`dialogs/dao-gui-utils.c
3214@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) dialogs/$(DEPDIR)/libspreadsheet_la-dao-gui-utils.Tpo dialogs/$(DEPDIR)/libspreadsheet_la-dao-gui-utils.Plo
3215@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='dialogs/dao-gui-utils.c' object='dialogs/libspreadsheet_la-dao-gui-utils.lo' libtool=yes @AMDEPBACKSLASH@
3216@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3217@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o dialogs/libspreadsheet_la-dao-gui-utils.lo `test -f 'dialogs/dao-gui-utils.c' || echo '$(srcdir)/'`dialogs/dao-gui-utils.c
3218
3219dialogs/libspreadsheet_la-dialog-about.lo: dialogs/dialog-about.c
3220@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT dialogs/libspreadsheet_la-dialog-about.lo -MD -MP -MF dialogs/$(DEPDIR)/libspreadsheet_la-dialog-about.Tpo -c -o dialogs/libspreadsheet_la-dialog-about.lo `test -f 'dialogs/dialog-about.c' || echo '$(srcdir)/'`dialogs/dialog-about.c
3221@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) dialogs/$(DEPDIR)/libspreadsheet_la-dialog-about.Tpo dialogs/$(DEPDIR)/libspreadsheet_la-dialog-about.Plo
3222@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='dialogs/dialog-about.c' object='dialogs/libspreadsheet_la-dialog-about.lo' libtool=yes @AMDEPBACKSLASH@
3223@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3224@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o dialogs/libspreadsheet_la-dialog-about.lo `test -f 'dialogs/dialog-about.c' || echo '$(srcdir)/'`dialogs/dialog-about.c
3225
3226dialogs/libspreadsheet_la-dialog-advanced-filter.lo: dialogs/dialog-advanced-filter.c
3227@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT dialogs/libspreadsheet_la-dialog-advanced-filter.lo -MD -MP -MF dialogs/$(DEPDIR)/libspreadsheet_la-dialog-advanced-filter.Tpo -c -o dialogs/libspreadsheet_la-dialog-advanced-filter.lo `test -f 'dialogs/dialog-advanced-filter.c' || echo '$(srcdir)/'`dialogs/dialog-advanced-filter.c
3228@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) dialogs/$(DEPDIR)/libspreadsheet_la-dialog-advanced-filter.Tpo dialogs/$(DEPDIR)/libspreadsheet_la-dialog-advanced-filter.Plo
3229@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='dialogs/dialog-advanced-filter.c' object='dialogs/libspreadsheet_la-dialog-advanced-filter.lo' libtool=yes @AMDEPBACKSLASH@
3230@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3231@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o dialogs/libspreadsheet_la-dialog-advanced-filter.lo `test -f 'dialogs/dialog-advanced-filter.c' || echo '$(srcdir)/'`dialogs/dialog-advanced-filter.c
3232
3233dialogs/libspreadsheet_la-dialog-analysis-tools.lo: dialogs/dialog-analysis-tools.c
3234@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT dialogs/libspreadsheet_la-dialog-analysis-tools.lo -MD -MP -MF dialogs/$(DEPDIR)/libspreadsheet_la-dialog-analysis-tools.Tpo -c -o dialogs/libspreadsheet_la-dialog-analysis-tools.lo `test -f 'dialogs/dialog-analysis-tools.c' || echo '$(srcdir)/'`dialogs/dialog-analysis-tools.c
3235@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) dialogs/$(DEPDIR)/libspreadsheet_la-dialog-analysis-tools.Tpo dialogs/$(DEPDIR)/libspreadsheet_la-dialog-analysis-tools.Plo
3236@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='dialogs/dialog-analysis-tools.c' object='dialogs/libspreadsheet_la-dialog-analysis-tools.lo' libtool=yes @AMDEPBACKSLASH@
3237@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3238@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o dialogs/libspreadsheet_la-dialog-analysis-tools.lo `test -f 'dialogs/dialog-analysis-tools.c' || echo '$(srcdir)/'`dialogs/dialog-analysis-tools.c
3239
3240dialogs/libspreadsheet_la-dialog-analysis-tool-chi-squared.lo: dialogs/dialog-analysis-tool-chi-squared.c
3241@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT dialogs/libspreadsheet_la-dialog-analysis-tool-chi-squared.lo -MD -MP -MF dialogs/$(DEPDIR)/libspreadsheet_la-dialog-analysis-tool-chi-squared.Tpo -c -o dialogs/libspreadsheet_la-dialog-analysis-tool-chi-squared.lo `test -f 'dialogs/dialog-analysis-tool-chi-squared.c' || echo '$(srcdir)/'`dialogs/dialog-analysis-tool-chi-squared.c
3242@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) dialogs/$(DEPDIR)/libspreadsheet_la-dialog-analysis-tool-chi-squared.Tpo dialogs/$(DEPDIR)/libspreadsheet_la-dialog-analysis-tool-chi-squared.Plo
3243@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='dialogs/dialog-analysis-tool-chi-squared.c' object='dialogs/libspreadsheet_la-dialog-analysis-tool-chi-squared.lo' libtool=yes @AMDEPBACKSLASH@
3244@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3245@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o dialogs/libspreadsheet_la-dialog-analysis-tool-chi-squared.lo `test -f 'dialogs/dialog-analysis-tool-chi-squared.c' || echo '$(srcdir)/'`dialogs/dialog-analysis-tool-chi-squared.c
3246
3247dialogs/libspreadsheet_la-dialog-analysis-tool-frequency.lo: dialogs/dialog-analysis-tool-frequency.c
3248@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT dialogs/libspreadsheet_la-dialog-analysis-tool-frequency.lo -MD -MP -MF dialogs/$(DEPDIR)/libspreadsheet_la-dialog-analysis-tool-frequency.Tpo -c -o dialogs/libspreadsheet_la-dialog-analysis-tool-frequency.lo `test -f 'dialogs/dialog-analysis-tool-frequency.c' || echo '$(srcdir)/'`dialogs/dialog-analysis-tool-frequency.c
3249@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) dialogs/$(DEPDIR)/libspreadsheet_la-dialog-analysis-tool-frequency.Tpo dialogs/$(DEPDIR)/libspreadsheet_la-dialog-analysis-tool-frequency.Plo
3250@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='dialogs/dialog-analysis-tool-frequency.c' object='dialogs/libspreadsheet_la-dialog-analysis-tool-frequency.lo' libtool=yes @AMDEPBACKSLASH@
3251@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3252@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o dialogs/libspreadsheet_la-dialog-analysis-tool-frequency.lo `test -f 'dialogs/dialog-analysis-tool-frequency.c' || echo '$(srcdir)/'`dialogs/dialog-analysis-tool-frequency.c
3253
3254dialogs/libspreadsheet_la-dialog-analysis-tool-kaplan-meier.lo: dialogs/dialog-analysis-tool-kaplan-meier.c
3255@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT dialogs/libspreadsheet_la-dialog-analysis-tool-kaplan-meier.lo -MD -MP -MF dialogs/$(DEPDIR)/libspreadsheet_la-dialog-analysis-tool-kaplan-meier.Tpo -c -o dialogs/libspreadsheet_la-dialog-analysis-tool-kaplan-meier.lo `test -f 'dialogs/dialog-analysis-tool-kaplan-meier.c' || echo '$(srcdir)/'`dialogs/dialog-analysis-tool-kaplan-meier.c
3256@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) dialogs/$(DEPDIR)/libspreadsheet_la-dialog-analysis-tool-kaplan-meier.Tpo dialogs/$(DEPDIR)/libspreadsheet_la-dialog-analysis-tool-kaplan-meier.Plo
3257@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='dialogs/dialog-analysis-tool-kaplan-meier.c' object='dialogs/libspreadsheet_la-dialog-analysis-tool-kaplan-meier.lo' libtool=yes @AMDEPBACKSLASH@
3258@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3259@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o dialogs/libspreadsheet_la-dialog-analysis-tool-kaplan-meier.lo `test -f 'dialogs/dialog-analysis-tool-kaplan-meier.c' || echo '$(srcdir)/'`dialogs/dialog-analysis-tool-kaplan-meier.c
3260
3261dialogs/libspreadsheet_la-dialog-analysis-tool-normality.lo: dialogs/dialog-analysis-tool-normality.c
3262@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT dialogs/libspreadsheet_la-dialog-analysis-tool-normality.lo -MD -MP -MF dialogs/$(DEPDIR)/libspreadsheet_la-dialog-analysis-tool-normality.Tpo -c -o dialogs/libspreadsheet_la-dialog-analysis-tool-normality.lo `test -f 'dialogs/dialog-analysis-tool-normality.c' || echo '$(srcdir)/'`dialogs/dialog-analysis-tool-normality.c
3263@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) dialogs/$(DEPDIR)/libspreadsheet_la-dialog-analysis-tool-normality.Tpo dialogs/$(DEPDIR)/libspreadsheet_la-dialog-analysis-tool-normality.Plo
3264@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='dialogs/dialog-analysis-tool-normality.c' object='dialogs/libspreadsheet_la-dialog-analysis-tool-normality.lo' libtool=yes @AMDEPBACKSLASH@
3265@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3266@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o dialogs/libspreadsheet_la-dialog-analysis-tool-normality.lo `test -f 'dialogs/dialog-analysis-tool-normality.c' || echo '$(srcdir)/'`dialogs/dialog-analysis-tool-normality.c
3267
3268dialogs/libspreadsheet_la-dialog-analysis-tool-one-mean.lo: dialogs/dialog-analysis-tool-one-mean.c
3269@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT dialogs/libspreadsheet_la-dialog-analysis-tool-one-mean.lo -MD -MP -MF dialogs/$(DEPDIR)/libspreadsheet_la-dialog-analysis-tool-one-mean.Tpo -c -o dialogs/libspreadsheet_la-dialog-analysis-tool-one-mean.lo `test -f 'dialogs/dialog-analysis-tool-one-mean.c' || echo '$(srcdir)/'`dialogs/dialog-analysis-tool-one-mean.c
3270@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) dialogs/$(DEPDIR)/libspreadsheet_la-dialog-analysis-tool-one-mean.Tpo dialogs/$(DEPDIR)/libspreadsheet_la-dialog-analysis-tool-one-mean.Plo
3271@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='dialogs/dialog-analysis-tool-one-mean.c' object='dialogs/libspreadsheet_la-dialog-analysis-tool-one-mean.lo' libtool=yes @AMDEPBACKSLASH@
3272@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3273@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o dialogs/libspreadsheet_la-dialog-analysis-tool-one-mean.lo `test -f 'dialogs/dialog-analysis-tool-one-mean.c' || echo '$(srcdir)/'`dialogs/dialog-analysis-tool-one-mean.c
3274
3275dialogs/libspreadsheet_la-dialog-analysis-tool-principal-components.lo: dialogs/dialog-analysis-tool-principal-components.c
3276@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT dialogs/libspreadsheet_la-dialog-analysis-tool-principal-components.lo -MD -MP -MF dialogs/$(DEPDIR)/libspreadsheet_la-dialog-analysis-tool-principal-components.Tpo -c -o dialogs/libspreadsheet_la-dialog-analysis-tool-principal-components.lo `test -f 'dialogs/dialog-analysis-tool-principal-components.c' || echo '$(srcdir)/'`dialogs/dialog-analysis-tool-principal-components.c
3277@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) dialogs/$(DEPDIR)/libspreadsheet_la-dialog-analysis-tool-principal-components.Tpo dialogs/$(DEPDIR)/libspreadsheet_la-dialog-analysis-tool-principal-components.Plo
3278@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='dialogs/dialog-analysis-tool-principal-components.c' object='dialogs/libspreadsheet_la-dialog-analysis-tool-principal-components.lo' libtool=yes @AMDEPBACKSLASH@
3279@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3280@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o dialogs/libspreadsheet_la-dialog-analysis-tool-principal-components.lo `test -f 'dialogs/dialog-analysis-tool-principal-components.c' || echo '$(srcdir)/'`dialogs/dialog-analysis-tool-principal-components.c
3281
3282dialogs/libspreadsheet_la-dialog-analysis-tool-sign-test.lo: dialogs/dialog-analysis-tool-sign-test.c
3283@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT dialogs/libspreadsheet_la-dialog-analysis-tool-sign-test.lo -MD -MP -MF dialogs/$(DEPDIR)/libspreadsheet_la-dialog-analysis-tool-sign-test.Tpo -c -o dialogs/libspreadsheet_la-dialog-analysis-tool-sign-test.lo `test -f 'dialogs/dialog-analysis-tool-sign-test.c' || echo '$(srcdir)/'`dialogs/dialog-analysis-tool-sign-test.c
3284@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) dialogs/$(DEPDIR)/libspreadsheet_la-dialog-analysis-tool-sign-test.Tpo dialogs/$(DEPDIR)/libspreadsheet_la-dialog-analysis-tool-sign-test.Plo
3285@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='dialogs/dialog-analysis-tool-sign-test.c' object='dialogs/libspreadsheet_la-dialog-analysis-tool-sign-test.lo' libtool=yes @AMDEPBACKSLASH@
3286@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3287@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o dialogs/libspreadsheet_la-dialog-analysis-tool-sign-test.lo `test -f 'dialogs/dialog-analysis-tool-sign-test.c' || echo '$(srcdir)/'`dialogs/dialog-analysis-tool-sign-test.c
3288
3289dialogs/libspreadsheet_la-dialog-analysis-tool-wilcoxon-mann-whitney.lo: dialogs/dialog-analysis-tool-wilcoxon-mann-whitney.c
3290@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT dialogs/libspreadsheet_la-dialog-analysis-tool-wilcoxon-mann-whitney.lo -MD -MP -MF dialogs/$(DEPDIR)/libspreadsheet_la-dialog-analysis-tool-wilcoxon-mann-whitney.Tpo -c -o dialogs/libspreadsheet_la-dialog-analysis-tool-wilcoxon-mann-whitney.lo `test -f 'dialogs/dialog-analysis-tool-wilcoxon-mann-whitney.c' || echo '$(srcdir)/'`dialogs/dialog-analysis-tool-wilcoxon-mann-whitney.c
3291@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) dialogs/$(DEPDIR)/libspreadsheet_la-dialog-analysis-tool-wilcoxon-mann-whitney.Tpo dialogs/$(DEPDIR)/libspreadsheet_la-dialog-analysis-tool-wilcoxon-mann-whitney.Plo
3292@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='dialogs/dialog-analysis-tool-wilcoxon-mann-whitney.c' object='dialogs/libspreadsheet_la-dialog-analysis-tool-wilcoxon-mann-whitney.lo' libtool=yes @AMDEPBACKSLASH@
3293@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3294@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o dialogs/libspreadsheet_la-dialog-analysis-tool-wilcoxon-mann-whitney.lo `test -f 'dialogs/dialog-analysis-tool-wilcoxon-mann-whitney.c' || echo '$(srcdir)/'`dialogs/dialog-analysis-tool-wilcoxon-mann-whitney.c
3295
3296dialogs/libspreadsheet_la-dialog-autofilter.lo: dialogs/dialog-autofilter.c
3297@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT dialogs/libspreadsheet_la-dialog-autofilter.lo -MD -MP -MF dialogs/$(DEPDIR)/libspreadsheet_la-dialog-autofilter.Tpo -c -o dialogs/libspreadsheet_la-dialog-autofilter.lo `test -f 'dialogs/dialog-autofilter.c' || echo '$(srcdir)/'`dialogs/dialog-autofilter.c
3298@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) dialogs/$(DEPDIR)/libspreadsheet_la-dialog-autofilter.Tpo dialogs/$(DEPDIR)/libspreadsheet_la-dialog-autofilter.Plo
3299@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='dialogs/dialog-autofilter.c' object='dialogs/libspreadsheet_la-dialog-autofilter.lo' libtool=yes @AMDEPBACKSLASH@
3300@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3301@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o dialogs/libspreadsheet_la-dialog-autofilter.lo `test -f 'dialogs/dialog-autofilter.c' || echo '$(srcdir)/'`dialogs/dialog-autofilter.c
3302
3303dialogs/libspreadsheet_la-dialog-autoformat.lo: dialogs/dialog-autoformat.c
3304@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT dialogs/libspreadsheet_la-dialog-autoformat.lo -MD -MP -MF dialogs/$(DEPDIR)/libspreadsheet_la-dialog-autoformat.Tpo -c -o dialogs/libspreadsheet_la-dialog-autoformat.lo `test -f 'dialogs/dialog-autoformat.c' || echo '$(srcdir)/'`dialogs/dialog-autoformat.c
3305@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) dialogs/$(DEPDIR)/libspreadsheet_la-dialog-autoformat.Tpo dialogs/$(DEPDIR)/libspreadsheet_la-dialog-autoformat.Plo
3306@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='dialogs/dialog-autoformat.c' object='dialogs/libspreadsheet_la-dialog-autoformat.lo' libtool=yes @AMDEPBACKSLASH@
3307@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3308@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o dialogs/libspreadsheet_la-dialog-autoformat.lo `test -f 'dialogs/dialog-autoformat.c' || echo '$(srcdir)/'`dialogs/dialog-autoformat.c
3309
3310dialogs/libspreadsheet_la-dialog-autosave.lo: dialogs/dialog-autosave.c
3311@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT dialogs/libspreadsheet_la-dialog-autosave.lo -MD -MP -MF dialogs/$(DEPDIR)/libspreadsheet_la-dialog-autosave.Tpo -c -o dialogs/libspreadsheet_la-dialog-autosave.lo `test -f 'dialogs/dialog-autosave.c' || echo '$(srcdir)/'`dialogs/dialog-autosave.c
3312@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) dialogs/$(DEPDIR)/libspreadsheet_la-dialog-autosave.Tpo dialogs/$(DEPDIR)/libspreadsheet_la-dialog-autosave.Plo
3313@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='dialogs/dialog-autosave.c' object='dialogs/libspreadsheet_la-dialog-autosave.lo' libtool=yes @AMDEPBACKSLASH@
3314@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3315@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o dialogs/libspreadsheet_la-dialog-autosave.lo `test -f 'dialogs/dialog-autosave.c' || echo '$(srcdir)/'`dialogs/dialog-autosave.c
3316
3317dialogs/libspreadsheet_la-dialog-cell-comment.lo: dialogs/dialog-cell-comment.c
3318@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT dialogs/libspreadsheet_la-dialog-cell-comment.lo -MD -MP -MF dialogs/$(DEPDIR)/libspreadsheet_la-dialog-cell-comment.Tpo -c -o dialogs/libspreadsheet_la-dialog-cell-comment.lo `test -f 'dialogs/dialog-cell-comment.c' || echo '$(srcdir)/'`dialogs/dialog-cell-comment.c
3319@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) dialogs/$(DEPDIR)/libspreadsheet_la-dialog-cell-comment.Tpo dialogs/$(DEPDIR)/libspreadsheet_la-dialog-cell-comment.Plo
3320@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='dialogs/dialog-cell-comment.c' object='dialogs/libspreadsheet_la-dialog-cell-comment.lo' libtool=yes @AMDEPBACKSLASH@
3321@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3322@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o dialogs/libspreadsheet_la-dialog-cell-comment.lo `test -f 'dialogs/dialog-cell-comment.c' || echo '$(srcdir)/'`dialogs/dialog-cell-comment.c
3323
3324dialogs/libspreadsheet_la-dialog-cell-format.lo: dialogs/dialog-cell-format.c
3325@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT dialogs/libspreadsheet_la-dialog-cell-format.lo -MD -MP -MF dialogs/$(DEPDIR)/libspreadsheet_la-dialog-cell-format.Tpo -c -o dialogs/libspreadsheet_la-dialog-cell-format.lo `test -f 'dialogs/dialog-cell-format.c' || echo '$(srcdir)/'`dialogs/dialog-cell-format.c
3326@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) dialogs/$(DEPDIR)/libspreadsheet_la-dialog-cell-format.Tpo dialogs/$(DEPDIR)/libspreadsheet_la-dialog-cell-format.Plo
3327@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='dialogs/dialog-cell-format.c' object='dialogs/libspreadsheet_la-dialog-cell-format.lo' libtool=yes @AMDEPBACKSLASH@
3328@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3329@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o dialogs/libspreadsheet_la-dialog-cell-format.lo `test -f 'dialogs/dialog-cell-format.c' || echo '$(srcdir)/'`dialogs/dialog-cell-format.c
3330
3331dialogs/libspreadsheet_la-dialog-cell-format-cond.lo: dialogs/dialog-cell-format-cond.c
3332@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT dialogs/libspreadsheet_la-dialog-cell-format-cond.lo -MD -MP -MF dialogs/$(DEPDIR)/libspreadsheet_la-dialog-cell-format-cond.Tpo -c -o dialogs/libspreadsheet_la-dialog-cell-format-cond.lo `test -f 'dialogs/dialog-cell-format-cond.c' || echo '$(srcdir)/'`dialogs/dialog-cell-format-cond.c
3333@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) dialogs/$(DEPDIR)/libspreadsheet_la-dialog-cell-format-cond.Tpo dialogs/$(DEPDIR)/libspreadsheet_la-dialog-cell-format-cond.Plo
3334@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='dialogs/dialog-cell-format-cond.c' object='dialogs/libspreadsheet_la-dialog-cell-format-cond.lo' libtool=yes @AMDEPBACKSLASH@
3335@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3336@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o dialogs/libspreadsheet_la-dialog-cell-format-cond.lo `test -f 'dialogs/dialog-cell-format-cond.c' || echo '$(srcdir)/'`dialogs/dialog-cell-format-cond.c
3337
3338dialogs/libspreadsheet_la-dialog-cell-sort.lo: dialogs/dialog-cell-sort.c
3339@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT dialogs/libspreadsheet_la-dialog-cell-sort.lo -MD -MP -MF dialogs/$(DEPDIR)/libspreadsheet_la-dialog-cell-sort.Tpo -c -o dialogs/libspreadsheet_la-dialog-cell-sort.lo `test -f 'dialogs/dialog-cell-sort.c' || echo '$(srcdir)/'`dialogs/dialog-cell-sort.c
3340@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) dialogs/$(DEPDIR)/libspreadsheet_la-dialog-cell-sort.Tpo dialogs/$(DEPDIR)/libspreadsheet_la-dialog-cell-sort.Plo
3341@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='dialogs/dialog-cell-sort.c' object='dialogs/libspreadsheet_la-dialog-cell-sort.lo' libtool=yes @AMDEPBACKSLASH@
3342@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3343@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o dialogs/libspreadsheet_la-dialog-cell-sort.lo `test -f 'dialogs/dialog-cell-sort.c' || echo '$(srcdir)/'`dialogs/dialog-cell-sort.c
3344
3345dialogs/libspreadsheet_la-dialog-col-width.lo: dialogs/dialog-col-width.c
3346@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT dialogs/libspreadsheet_la-dialog-col-width.lo -MD -MP -MF dialogs/$(DEPDIR)/libspreadsheet_la-dialog-col-width.Tpo -c -o dialogs/libspreadsheet_la-dialog-col-width.lo `test -f 'dialogs/dialog-col-width.c' || echo '$(srcdir)/'`dialogs/dialog-col-width.c
3347@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) dialogs/$(DEPDIR)/libspreadsheet_la-dialog-col-width.Tpo dialogs/$(DEPDIR)/libspreadsheet_la-dialog-col-width.Plo
3348@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='dialogs/dialog-col-width.c' object='dialogs/libspreadsheet_la-dialog-col-width.lo' libtool=yes @AMDEPBACKSLASH@
3349@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3350@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o dialogs/libspreadsheet_la-dialog-col-width.lo `test -f 'dialogs/dialog-col-width.c' || echo '$(srcdir)/'`dialogs/dialog-col-width.c
3351
3352dialogs/libspreadsheet_la-dialog-col-row.lo: dialogs/dialog-col-row.c
3353@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT dialogs/libspreadsheet_la-dialog-col-row.lo -MD -MP -MF dialogs/$(DEPDIR)/libspreadsheet_la-dialog-col-row.Tpo -c -o dialogs/libspreadsheet_la-dialog-col-row.lo `test -f 'dialogs/dialog-col-row.c' || echo '$(srcdir)/'`dialogs/dialog-col-row.c
3354@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) dialogs/$(DEPDIR)/libspreadsheet_la-dialog-col-row.Tpo dialogs/$(DEPDIR)/libspreadsheet_la-dialog-col-row.Plo
3355@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='dialogs/dialog-col-row.c' object='dialogs/libspreadsheet_la-dialog-col-row.lo' libtool=yes @AMDEPBACKSLASH@
3356@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3357@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o dialogs/libspreadsheet_la-dialog-col-row.lo `test -f 'dialogs/dialog-col-row.c' || echo '$(srcdir)/'`dialogs/dialog-col-row.c
3358
3359dialogs/libspreadsheet_la-dialog-consolidate.lo: dialogs/dialog-consolidate.c
3360@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT dialogs/libspreadsheet_la-dialog-consolidate.lo -MD -MP -MF dialogs/$(DEPDIR)/libspreadsheet_la-dialog-consolidate.Tpo -c -o dialogs/libspreadsheet_la-dialog-consolidate.lo `test -f 'dialogs/dialog-consolidate.c' || echo '$(srcdir)/'`dialogs/dialog-consolidate.c
3361@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) dialogs/$(DEPDIR)/libspreadsheet_la-dialog-consolidate.Tpo dialogs/$(DEPDIR)/libspreadsheet_la-dialog-consolidate.Plo
3362@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='dialogs/dialog-consolidate.c' object='dialogs/libspreadsheet_la-dialog-consolidate.lo' libtool=yes @AMDEPBACKSLASH@
3363@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3364@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o dialogs/libspreadsheet_la-dialog-consolidate.lo `test -f 'dialogs/dialog-consolidate.c' || echo '$(srcdir)/'`dialogs/dialog-consolidate.c
3365
3366dialogs/libspreadsheet_la-dialog-data-slicer.lo: dialogs/dialog-data-slicer.c
3367@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT dialogs/libspreadsheet_la-dialog-data-slicer.lo -MD -MP -MF dialogs/$(DEPDIR)/libspreadsheet_la-dialog-data-slicer.Tpo -c -o dialogs/libspreadsheet_la-dialog-data-slicer.lo `test -f 'dialogs/dialog-data-slicer.c' || echo '$(srcdir)/'`dialogs/dialog-data-slicer.c
3368@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) dialogs/$(DEPDIR)/libspreadsheet_la-dialog-data-slicer.Tpo dialogs/$(DEPDIR)/libspreadsheet_la-dialog-data-slicer.Plo
3369@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='dialogs/dialog-data-slicer.c' object='dialogs/libspreadsheet_la-dialog-data-slicer.lo' libtool=yes @AMDEPBACKSLASH@
3370@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3371@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o dialogs/libspreadsheet_la-dialog-data-slicer.lo `test -f 'dialogs/dialog-data-slicer.c' || echo '$(srcdir)/'`dialogs/dialog-data-slicer.c
3372
3373dialogs/libspreadsheet_la-dialog-data-table.lo: dialogs/dialog-data-table.c
3374@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT dialogs/libspreadsheet_la-dialog-data-table.lo -MD -MP -MF dialogs/$(DEPDIR)/libspreadsheet_la-dialog-data-table.Tpo -c -o dialogs/libspreadsheet_la-dialog-data-table.lo `test -f 'dialogs/dialog-data-table.c' || echo '$(srcdir)/'`dialogs/dialog-data-table.c
3375@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) dialogs/$(DEPDIR)/libspreadsheet_la-dialog-data-table.Tpo dialogs/$(DEPDIR)/libspreadsheet_la-dialog-data-table.Plo
3376@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='dialogs/dialog-data-table.c' object='dialogs/libspreadsheet_la-dialog-data-table.lo' libtool=yes @AMDEPBACKSLASH@
3377@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3378@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o dialogs/libspreadsheet_la-dialog-data-table.lo `test -f 'dialogs/dialog-data-table.c' || echo '$(srcdir)/'`dialogs/dialog-data-table.c
3379
3380dialogs/libspreadsheet_la-dialog-fill-series.lo: dialogs/dialog-fill-series.c
3381@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT dialogs/libspreadsheet_la-dialog-fill-series.lo -MD -MP -MF dialogs/$(DEPDIR)/libspreadsheet_la-dialog-fill-series.Tpo -c -o dialogs/libspreadsheet_la-dialog-fill-series.lo `test -f 'dialogs/dialog-fill-series.c' || echo '$(srcdir)/'`dialogs/dialog-fill-series.c
3382@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) dialogs/$(DEPDIR)/libspreadsheet_la-dialog-fill-series.Tpo dialogs/$(DEPDIR)/libspreadsheet_la-dialog-fill-series.Plo
3383@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='dialogs/dialog-fill-series.c' object='dialogs/libspreadsheet_la-dialog-fill-series.lo' libtool=yes @AMDEPBACKSLASH@
3384@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3385@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o dialogs/libspreadsheet_la-dialog-fill-series.lo `test -f 'dialogs/dialog-fill-series.c' || echo '$(srcdir)/'`dialogs/dialog-fill-series.c
3386
3387dialogs/libspreadsheet_la-dialog-function-select.lo: dialogs/dialog-function-select.c
3388@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT dialogs/libspreadsheet_la-dialog-function-select.lo -MD -MP -MF dialogs/$(DEPDIR)/libspreadsheet_la-dialog-function-select.Tpo -c -o dialogs/libspreadsheet_la-dialog-function-select.lo `test -f 'dialogs/dialog-function-select.c' || echo '$(srcdir)/'`dialogs/dialog-function-select.c
3389@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) dialogs/$(DEPDIR)/libspreadsheet_la-dialog-function-select.Tpo dialogs/$(DEPDIR)/libspreadsheet_la-dialog-function-select.Plo
3390@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='dialogs/dialog-function-select.c' object='dialogs/libspreadsheet_la-dialog-function-select.lo' libtool=yes @AMDEPBACKSLASH@
3391@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3392@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o dialogs/libspreadsheet_la-dialog-function-select.lo `test -f 'dialogs/dialog-function-select.c' || echo '$(srcdir)/'`dialogs/dialog-function-select.c
3393
3394dialogs/libspreadsheet_la-dialog-formula-guru.lo: dialogs/dialog-formula-guru.c
3395@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT dialogs/libspreadsheet_la-dialog-formula-guru.lo -MD -MP -MF dialogs/$(DEPDIR)/libspreadsheet_la-dialog-formula-guru.Tpo -c -o dialogs/libspreadsheet_la-dialog-formula-guru.lo `test -f 'dialogs/dialog-formula-guru.c' || echo '$(srcdir)/'`dialogs/dialog-formula-guru.c
3396@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) dialogs/$(DEPDIR)/libspreadsheet_la-dialog-formula-guru.Tpo dialogs/$(DEPDIR)/libspreadsheet_la-dialog-formula-guru.Plo
3397@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='dialogs/dialog-formula-guru.c' object='dialogs/libspreadsheet_la-dialog-formula-guru.lo' libtool=yes @AMDEPBACKSLASH@
3398@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3399@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o dialogs/libspreadsheet_la-dialog-formula-guru.lo `test -f 'dialogs/dialog-formula-guru.c' || echo '$(srcdir)/'`dialogs/dialog-formula-guru.c
3400
3401dialogs/libspreadsheet_la-dialog-goal-seek.lo: dialogs/dialog-goal-seek.c
3402@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT dialogs/libspreadsheet_la-dialog-goal-seek.lo -MD -MP -MF dialogs/$(DEPDIR)/libspreadsheet_la-dialog-goal-seek.Tpo -c -o dialogs/libspreadsheet_la-dialog-goal-seek.lo `test -f 'dialogs/dialog-goal-seek.c' || echo '$(srcdir)/'`dialogs/dialog-goal-seek.c
3403@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) dialogs/$(DEPDIR)/libspreadsheet_la-dialog-goal-seek.Tpo dialogs/$(DEPDIR)/libspreadsheet_la-dialog-goal-seek.Plo
3404@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='dialogs/dialog-goal-seek.c' object='dialogs/libspreadsheet_la-dialog-goal-seek.lo' libtool=yes @AMDEPBACKSLASH@
3405@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3406@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o dialogs/libspreadsheet_la-dialog-goal-seek.lo `test -f 'dialogs/dialog-goal-seek.c' || echo '$(srcdir)/'`dialogs/dialog-goal-seek.c
3407
3408dialogs/libspreadsheet_la-dialog-goto-cell.lo: dialogs/dialog-goto-cell.c
3409@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT dialogs/libspreadsheet_la-dialog-goto-cell.lo -MD -MP -MF dialogs/$(DEPDIR)/libspreadsheet_la-dialog-goto-cell.Tpo -c -o dialogs/libspreadsheet_la-dialog-goto-cell.lo `test -f 'dialogs/dialog-goto-cell.c' || echo '$(srcdir)/'`dialogs/dialog-goto-cell.c
3410@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) dialogs/$(DEPDIR)/libspreadsheet_la-dialog-goto-cell.Tpo dialogs/$(DEPDIR)/libspreadsheet_la-dialog-goto-cell.Plo
3411@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='dialogs/dialog-goto-cell.c' object='dialogs/libspreadsheet_la-dialog-goto-cell.lo' libtool=yes @AMDEPBACKSLASH@
3412@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3413@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o dialogs/libspreadsheet_la-dialog-goto-cell.lo `test -f 'dialogs/dialog-goto-cell.c' || echo '$(srcdir)/'`dialogs/dialog-goto-cell.c
3414
3415dialogs/libspreadsheet_la-dialog-hyperlink.lo: dialogs/dialog-hyperlink.c
3416@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT dialogs/libspreadsheet_la-dialog-hyperlink.lo -MD -MP -MF dialogs/$(DEPDIR)/libspreadsheet_la-dialog-hyperlink.Tpo -c -o dialogs/libspreadsheet_la-dialog-hyperlink.lo `test -f 'dialogs/dialog-hyperlink.c' || echo '$(srcdir)/'`dialogs/dialog-hyperlink.c
3417@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) dialogs/$(DEPDIR)/libspreadsheet_la-dialog-hyperlink.Tpo dialogs/$(DEPDIR)/libspreadsheet_la-dialog-hyperlink.Plo
3418@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='dialogs/dialog-hyperlink.c' object='dialogs/libspreadsheet_la-dialog-hyperlink.lo' libtool=yes @AMDEPBACKSLASH@
3419@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3420@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o dialogs/libspreadsheet_la-dialog-hyperlink.lo `test -f 'dialogs/dialog-hyperlink.c' || echo '$(srcdir)/'`dialogs/dialog-hyperlink.c
3421
3422dialogs/libspreadsheet_la-dialog-insert-cells.lo: dialogs/dialog-insert-cells.c
3423@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT dialogs/libspreadsheet_la-dialog-insert-cells.lo -MD -MP -MF dialogs/$(DEPDIR)/libspreadsheet_la-dialog-insert-cells.Tpo -c -o dialogs/libspreadsheet_la-dialog-insert-cells.lo `test -f 'dialogs/dialog-insert-cells.c' || echo '$(srcdir)/'`dialogs/dialog-insert-cells.c
3424@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) dialogs/$(DEPDIR)/libspreadsheet_la-dialog-insert-cells.Tpo dialogs/$(DEPDIR)/libspreadsheet_la-dialog-insert-cells.Plo
3425@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='dialogs/dialog-insert-cells.c' object='dialogs/libspreadsheet_la-dialog-insert-cells.lo' libtool=yes @AMDEPBACKSLASH@
3426@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3427@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o dialogs/libspreadsheet_la-dialog-insert-cells.lo `test -f 'dialogs/dialog-insert-cells.c' || echo '$(srcdir)/'`dialogs/dialog-insert-cells.c
3428
3429dialogs/libspreadsheet_la-dialog-define-names.lo: dialogs/dialog-define-names.c
3430@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT dialogs/libspreadsheet_la-dialog-define-names.lo -MD -MP -MF dialogs/$(DEPDIR)/libspreadsheet_la-dialog-define-names.Tpo -c -o dialogs/libspreadsheet_la-dialog-define-names.lo `test -f 'dialogs/dialog-define-names.c' || echo '$(srcdir)/'`dialogs/dialog-define-names.c
3431@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) dialogs/$(DEPDIR)/libspreadsheet_la-dialog-define-names.Tpo dialogs/$(DEPDIR)/libspreadsheet_la-dialog-define-names.Plo
3432@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='dialogs/dialog-define-names.c' object='dialogs/libspreadsheet_la-dialog-define-names.lo' libtool=yes @AMDEPBACKSLASH@
3433@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3434@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o dialogs/libspreadsheet_la-dialog-define-names.lo `test -f 'dialogs/dialog-define-names.c' || echo '$(srcdir)/'`dialogs/dialog-define-names.c
3435
3436dialogs/libspreadsheet_la-dialog-delete-cells.lo: dialogs/dialog-delete-cells.c
3437@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT dialogs/libspreadsheet_la-dialog-delete-cells.lo -MD -MP -MF dialogs/$(DEPDIR)/libspreadsheet_la-dialog-delete-cells.Tpo -c -o dialogs/libspreadsheet_la-dialog-delete-cells.lo `test -f 'dialogs/dialog-delete-cells.c' || echo '$(srcdir)/'`dialogs/dialog-delete-cells.c
3438@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) dialogs/$(DEPDIR)/libspreadsheet_la-dialog-delete-cells.Tpo dialogs/$(DEPDIR)/libspreadsheet_la-dialog-delete-cells.Plo
3439@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='dialogs/dialog-delete-cells.c' object='dialogs/libspreadsheet_la-dialog-delete-cells.lo' libtool=yes @AMDEPBACKSLASH@
3440@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3441@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o dialogs/libspreadsheet_la-dialog-delete-cells.lo `test -f 'dialogs/dialog-delete-cells.c' || echo '$(srcdir)/'`dialogs/dialog-delete-cells.c
3442
3443dialogs/libspreadsheet_la-dialog-merge.lo: dialogs/dialog-merge.c
3444@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT dialogs/libspreadsheet_la-dialog-merge.lo -MD -MP -MF dialogs/$(DEPDIR)/libspreadsheet_la-dialog-merge.Tpo -c -o dialogs/libspreadsheet_la-dialog-merge.lo `test -f 'dialogs/dialog-merge.c' || echo '$(srcdir)/'`dialogs/dialog-merge.c
3445@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) dialogs/$(DEPDIR)/libspreadsheet_la-dialog-merge.Tpo dialogs/$(DEPDIR)/libspreadsheet_la-dialog-merge.Plo
3446@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='dialogs/dialog-merge.c' object='dialogs/libspreadsheet_la-dialog-merge.lo' libtool=yes @AMDEPBACKSLASH@
3447@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3448@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o dialogs/libspreadsheet_la-dialog-merge.lo `test -f 'dialogs/dialog-merge.c' || echo '$(srcdir)/'`dialogs/dialog-merge.c
3449
3450dialogs/libspreadsheet_la-dialog-password.lo: dialogs/dialog-password.c
3451@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT dialogs/libspreadsheet_la-dialog-password.lo -MD -MP -MF dialogs/$(DEPDIR)/libspreadsheet_la-dialog-password.Tpo -c -o dialogs/libspreadsheet_la-dialog-password.lo `test -f 'dialogs/dialog-password.c' || echo '$(srcdir)/'`dialogs/dialog-password.c
3452@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) dialogs/$(DEPDIR)/libspreadsheet_la-dialog-password.Tpo dialogs/$(DEPDIR)/libspreadsheet_la-dialog-password.Plo
3453@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='dialogs/dialog-password.c' object='dialogs/libspreadsheet_la-dialog-password.lo' libtool=yes @AMDEPBACKSLASH@
3454@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3455@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o dialogs/libspreadsheet_la-dialog-password.lo `test -f 'dialogs/dialog-password.c' || echo '$(srcdir)/'`dialogs/dialog-password.c
3456
3457dialogs/libspreadsheet_la-dialog-paste-special.lo: dialogs/dialog-paste-special.c
3458@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT dialogs/libspreadsheet_la-dialog-paste-special.lo -MD -MP -MF dialogs/$(DEPDIR)/libspreadsheet_la-dialog-paste-special.Tpo -c -o dialogs/libspreadsheet_la-dialog-paste-special.lo `test -f 'dialogs/dialog-paste-special.c' || echo '$(srcdir)/'`dialogs/dialog-paste-special.c
3459@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) dialogs/$(DEPDIR)/libspreadsheet_la-dialog-paste-special.Tpo dialogs/$(DEPDIR)/libspreadsheet_la-dialog-paste-special.Plo
3460@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='dialogs/dialog-paste-special.c' object='dialogs/libspreadsheet_la-dialog-paste-special.lo' libtool=yes @AMDEPBACKSLASH@
3461@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3462@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o dialogs/libspreadsheet_la-dialog-paste-special.lo `test -f 'dialogs/dialog-paste-special.c' || echo '$(srcdir)/'`dialogs/dialog-paste-special.c
3463
3464dialogs/libspreadsheet_la-dialog-plugin-manager.lo: dialogs/dialog-plugin-manager.c
3465@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT dialogs/libspreadsheet_la-dialog-plugin-manager.lo -MD -MP -MF dialogs/$(DEPDIR)/libspreadsheet_la-dialog-plugin-manager.Tpo -c -o dialogs/libspreadsheet_la-dialog-plugin-manager.lo `test -f 'dialogs/dialog-plugin-manager.c' || echo '$(srcdir)/'`dialogs/dialog-plugin-manager.c
3466@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) dialogs/$(DEPDIR)/libspreadsheet_la-dialog-plugin-manager.Tpo dialogs/$(DEPDIR)/libspreadsheet_la-dialog-plugin-manager.Plo
3467@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='dialogs/dialog-plugin-manager.c' object='dialogs/libspreadsheet_la-dialog-plugin-manager.lo' libtool=yes @AMDEPBACKSLASH@
3468@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3469@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o dialogs/libspreadsheet_la-dialog-plugin-manager.lo `test -f 'dialogs/dialog-plugin-manager.c' || echo '$(srcdir)/'`dialogs/dialog-plugin-manager.c
3470
3471dialogs/libspreadsheet_la-dialog-preferences.lo: dialogs/dialog-preferences.c
3472@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT dialogs/libspreadsheet_la-dialog-preferences.lo -MD -MP -MF dialogs/$(DEPDIR)/libspreadsheet_la-dialog-preferences.Tpo -c -o dialogs/libspreadsheet_la-dialog-preferences.lo `test -f 'dialogs/dialog-preferences.c' || echo '$(srcdir)/'`dialogs/dialog-preferences.c
3473@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) dialogs/$(DEPDIR)/libspreadsheet_la-dialog-preferences.Tpo dialogs/$(DEPDIR)/libspreadsheet_la-dialog-preferences.Plo
3474@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='dialogs/dialog-preferences.c' object='dialogs/libspreadsheet_la-dialog-preferences.lo' libtool=yes @AMDEPBACKSLASH@
3475@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3476@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o dialogs/libspreadsheet_la-dialog-preferences.lo `test -f 'dialogs/dialog-preferences.c' || echo '$(srcdir)/'`dialogs/dialog-preferences.c
3477
3478dialogs/libspreadsheet_la-dialog-random-generator.lo: dialogs/dialog-random-generator.c
3479@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT dialogs/libspreadsheet_la-dialog-random-generator.lo -MD -MP -MF dialogs/$(DEPDIR)/libspreadsheet_la-dialog-random-generator.Tpo -c -o dialogs/libspreadsheet_la-dialog-random-generator.lo `test -f 'dialogs/dialog-random-generator.c' || echo '$(srcdir)/'`dialogs/dialog-random-generator.c
3480@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) dialogs/$(DEPDIR)/libspreadsheet_la-dialog-random-generator.Tpo dialogs/$(DEPDIR)/libspreadsheet_la-dialog-random-generator.Plo
3481@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='dialogs/dialog-random-generator.c' object='dialogs/libspreadsheet_la-dialog-random-generator.lo' libtool=yes @AMDEPBACKSLASH@
3482@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3483@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o dialogs/libspreadsheet_la-dialog-random-generator.lo `test -f 'dialogs/dialog-random-generator.c' || echo '$(srcdir)/'`dialogs/dialog-random-generator.c
3484
3485dialogs/libspreadsheet_la-dialog-random-generator-cor.lo: dialogs/dialog-random-generator-cor.c
3486@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT dialogs/libspreadsheet_la-dialog-random-generator-cor.lo -MD -MP -MF dialogs/$(DEPDIR)/libspreadsheet_la-dialog-random-generator-cor.Tpo -c -o dialogs/libspreadsheet_la-dialog-random-generator-cor.lo `test -f 'dialogs/dialog-random-generator-cor.c' || echo '$(srcdir)/'`dialogs/dialog-random-generator-cor.c
3487@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) dialogs/$(DEPDIR)/libspreadsheet_la-dialog-random-generator-cor.Tpo dialogs/$(DEPDIR)/libspreadsheet_la-dialog-random-generator-cor.Plo
3488@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='dialogs/dialog-random-generator-cor.c' object='dialogs/libspreadsheet_la-dialog-random-generator-cor.lo' libtool=yes @AMDEPBACKSLASH@
3489@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3490@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o dialogs/libspreadsheet_la-dialog-random-generator-cor.lo `test -f 'dialogs/dialog-random-generator-cor.c' || echo '$(srcdir)/'`dialogs/dialog-random-generator-cor.c
3491
3492dialogs/libspreadsheet_la-dialog-recent.lo: dialogs/dialog-recent.c
3493@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT dialogs/libspreadsheet_la-dialog-recent.lo -MD -MP -MF dialogs/$(DEPDIR)/libspreadsheet_la-dialog-recent.Tpo -c -o dialogs/libspreadsheet_la-dialog-recent.lo `test -f 'dialogs/dialog-recent.c' || echo '$(srcdir)/'`dialogs/dialog-recent.c
3494@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) dialogs/$(DEPDIR)/libspreadsheet_la-dialog-recent.Tpo dialogs/$(DEPDIR)/libspreadsheet_la-dialog-recent.Plo
3495@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='dialogs/dialog-recent.c' object='dialogs/libspreadsheet_la-dialog-recent.lo' libtool=yes @AMDEPBACKSLASH@
3496@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3497@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o dialogs/libspreadsheet_la-dialog-recent.lo `test -f 'dialogs/dialog-recent.c' || echo '$(srcdir)/'`dialogs/dialog-recent.c
3498
3499dialogs/libspreadsheet_la-dialog-row-height.lo: dialogs/dialog-row-height.c
3500@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT dialogs/libspreadsheet_la-dialog-row-height.lo -MD -MP -MF dialogs/$(DEPDIR)/libspreadsheet_la-dialog-row-height.Tpo -c -o dialogs/libspreadsheet_la-dialog-row-height.lo `test -f 'dialogs/dialog-row-height.c' || echo '$(srcdir)/'`dialogs/dialog-row-height.c
3501@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) dialogs/$(DEPDIR)/libspreadsheet_la-dialog-row-height.Tpo dialogs/$(DEPDIR)/libspreadsheet_la-dialog-row-height.Plo
3502@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='dialogs/dialog-row-height.c' object='dialogs/libspreadsheet_la-dialog-row-height.lo' libtool=yes @AMDEPBACKSLASH@
3503@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3504@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o dialogs/libspreadsheet_la-dialog-row-height.lo `test -f 'dialogs/dialog-row-height.c' || echo '$(srcdir)/'`dialogs/dialog-row-height.c
3505
3506dialogs/libspreadsheet_la-dialog-quit.lo: dialogs/dialog-quit.c
3507@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT dialogs/libspreadsheet_la-dialog-quit.lo -MD -MP -MF dialogs/$(DEPDIR)/libspreadsheet_la-dialog-quit.Tpo -c -o dialogs/libspreadsheet_la-dialog-quit.lo `test -f 'dialogs/dialog-quit.c' || echo '$(srcdir)/'`dialogs/dialog-quit.c
3508@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) dialogs/$(DEPDIR)/libspreadsheet_la-dialog-quit.Tpo dialogs/$(DEPDIR)/libspreadsheet_la-dialog-quit.Plo
3509@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='dialogs/dialog-quit.c' object='dialogs/libspreadsheet_la-dialog-quit.lo' libtool=yes @AMDEPBACKSLASH@
3510@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3511@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o dialogs/libspreadsheet_la-dialog-quit.lo `test -f 'dialogs/dialog-quit.c' || echo '$(srcdir)/'`dialogs/dialog-quit.c
3512
3513dialogs/libspreadsheet_la-dialog-scenarios.lo: dialogs/dialog-scenarios.c
3514@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT dialogs/libspreadsheet_la-dialog-scenarios.lo -MD -MP -MF dialogs/$(DEPDIR)/libspreadsheet_la-dialog-scenarios.Tpo -c -o dialogs/libspreadsheet_la-dialog-scenarios.lo `test -f 'dialogs/dialog-scenarios.c' || echo '$(srcdir)/'`dialogs/dialog-scenarios.c
3515@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) dialogs/$(DEPDIR)/libspreadsheet_la-dialog-scenarios.Tpo dialogs/$(DEPDIR)/libspreadsheet_la-dialog-scenarios.Plo
3516@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='dialogs/dialog-scenarios.c' object='dialogs/libspreadsheet_la-dialog-scenarios.lo' libtool=yes @AMDEPBACKSLASH@
3517@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3518@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o dialogs/libspreadsheet_la-dialog-scenarios.lo `test -f 'dialogs/dialog-scenarios.c' || echo '$(srcdir)/'`dialogs/dialog-scenarios.c
3519
3520dialogs/libspreadsheet_la-dialog-search.lo: dialogs/dialog-search.c
3521@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT dialogs/libspreadsheet_la-dialog-search.lo -MD -MP -MF dialogs/$(DEPDIR)/libspreadsheet_la-dialog-search.Tpo -c -o dialogs/libspreadsheet_la-dialog-search.lo `test -f 'dialogs/dialog-search.c' || echo '$(srcdir)/'`dialogs/dialog-search.c
3522@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) dialogs/$(DEPDIR)/libspreadsheet_la-dialog-search.Tpo dialogs/$(DEPDIR)/libspreadsheet_la-dialog-search.Plo
3523@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='dialogs/dialog-search.c' object='dialogs/libspreadsheet_la-dialog-search.lo' libtool=yes @AMDEPBACKSLASH@
3524@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3525@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o dialogs/libspreadsheet_la-dialog-search.lo `test -f 'dialogs/dialog-search.c' || echo '$(srcdir)/'`dialogs/dialog-search.c
3526
3527dialogs/libspreadsheet_la-dialog-search-replace.lo: dialogs/dialog-search-replace.c
3528@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT dialogs/libspreadsheet_la-dialog-search-replace.lo -MD -MP -MF dialogs/$(DEPDIR)/libspreadsheet_la-dialog-search-replace.Tpo -c -o dialogs/libspreadsheet_la-dialog-search-replace.lo `test -f 'dialogs/dialog-search-replace.c' || echo '$(srcdir)/'`dialogs/dialog-search-replace.c
3529@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) dialogs/$(DEPDIR)/libspreadsheet_la-dialog-search-replace.Tpo dialogs/$(DEPDIR)/libspreadsheet_la-dialog-search-replace.Plo
3530@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='dialogs/dialog-search-replace.c' object='dialogs/libspreadsheet_la-dialog-search-replace.lo' libtool=yes @AMDEPBACKSLASH@
3531@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3532@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o dialogs/libspreadsheet_la-dialog-search-replace.lo `test -f 'dialogs/dialog-search-replace.c' || echo '$(srcdir)/'`dialogs/dialog-search-replace.c
3533
3534dialogs/libspreadsheet_la-dialog-sheet-compare.lo: dialogs/dialog-sheet-compare.c
3535@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT dialogs/libspreadsheet_la-dialog-sheet-compare.lo -MD -MP -MF dialogs/$(DEPDIR)/libspreadsheet_la-dialog-sheet-compare.Tpo -c -o dialogs/libspreadsheet_la-dialog-sheet-compare.lo `test -f 'dialogs/dialog-sheet-compare.c' || echo '$(srcdir)/'`dialogs/dialog-sheet-compare.c
3536@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) dialogs/$(DEPDIR)/libspreadsheet_la-dialog-sheet-compare.Tpo dialogs/$(DEPDIR)/libspreadsheet_la-dialog-sheet-compare.Plo
3537@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='dialogs/dialog-sheet-compare.c' object='dialogs/libspreadsheet_la-dialog-sheet-compare.lo' libtool=yes @AMDEPBACKSLASH@
3538@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3539@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o dialogs/libspreadsheet_la-dialog-sheet-compare.lo `test -f 'dialogs/dialog-sheet-compare.c' || echo '$(srcdir)/'`dialogs/dialog-sheet-compare.c
3540
3541dialogs/libspreadsheet_la-dialog-sheet-order.lo: dialogs/dialog-sheet-order.c
3542@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT dialogs/libspreadsheet_la-dialog-sheet-order.lo -MD -MP -MF dialogs/$(DEPDIR)/libspreadsheet_la-dialog-sheet-order.Tpo -c -o dialogs/libspreadsheet_la-dialog-sheet-order.lo `test -f 'dialogs/dialog-sheet-order.c' || echo '$(srcdir)/'`dialogs/dialog-sheet-order.c
3543@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) dialogs/$(DEPDIR)/libspreadsheet_la-dialog-sheet-order.Tpo dialogs/$(DEPDIR)/libspreadsheet_la-dialog-sheet-order.Plo
3544@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='dialogs/dialog-sheet-order.c' object='dialogs/libspreadsheet_la-dialog-sheet-order.lo' libtool=yes @AMDEPBACKSLASH@
3545@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3546@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o dialogs/libspreadsheet_la-dialog-sheet-order.lo `test -f 'dialogs/dialog-sheet-order.c' || echo '$(srcdir)/'`dialogs/dialog-sheet-order.c
3547
3548dialogs/libspreadsheet_la-dialog-sheet-rename.lo: dialogs/dialog-sheet-rename.c
3549@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT dialogs/libspreadsheet_la-dialog-sheet-rename.lo -MD -MP -MF dialogs/$(DEPDIR)/libspreadsheet_la-dialog-sheet-rename.Tpo -c -o dialogs/libspreadsheet_la-dialog-sheet-rename.lo `test -f 'dialogs/dialog-sheet-rename.c' || echo '$(srcdir)/'`dialogs/dialog-sheet-rename.c
3550@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) dialogs/$(DEPDIR)/libspreadsheet_la-dialog-sheet-rename.Tpo dialogs/$(DEPDIR)/libspreadsheet_la-dialog-sheet-rename.Plo
3551@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='dialogs/dialog-sheet-rename.c' object='dialogs/libspreadsheet_la-dialog-sheet-rename.lo' libtool=yes @AMDEPBACKSLASH@
3552@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3553@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o dialogs/libspreadsheet_la-dialog-sheet-rename.lo `test -f 'dialogs/dialog-sheet-rename.c' || echo '$(srcdir)/'`dialogs/dialog-sheet-rename.c
3554
3555dialogs/libspreadsheet_la-dialog-sheet-resize.lo: dialogs/dialog-sheet-resize.c
3556@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT dialogs/libspreadsheet_la-dialog-sheet-resize.lo -MD -MP -MF dialogs/$(DEPDIR)/libspreadsheet_la-dialog-sheet-resize.Tpo -c -o dialogs/libspreadsheet_la-dialog-sheet-resize.lo `test -f 'dialogs/dialog-sheet-resize.c' || echo '$(srcdir)/'`dialogs/dialog-sheet-resize.c
3557@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) dialogs/$(DEPDIR)/libspreadsheet_la-dialog-sheet-resize.Tpo dialogs/$(DEPDIR)/libspreadsheet_la-dialog-sheet-resize.Plo
3558@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='dialogs/dialog-sheet-resize.c' object='dialogs/libspreadsheet_la-dialog-sheet-resize.lo' libtool=yes @AMDEPBACKSLASH@
3559@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3560@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o dialogs/libspreadsheet_la-dialog-sheet-resize.lo `test -f 'dialogs/dialog-sheet-resize.c' || echo '$(srcdir)/'`dialogs/dialog-sheet-resize.c
3561
3562dialogs/libspreadsheet_la-dialog-sheetobject-size.lo: dialogs/dialog-sheetobject-size.c
3563@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT dialogs/libspreadsheet_la-dialog-sheetobject-size.lo -MD -MP -MF dialogs/$(DEPDIR)/libspreadsheet_la-dialog-sheetobject-size.Tpo -c -o dialogs/libspreadsheet_la-dialog-sheetobject-size.lo `test -f 'dialogs/dialog-sheetobject-size.c' || echo '$(srcdir)/'`dialogs/dialog-sheetobject-size.c
3564@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) dialogs/$(DEPDIR)/libspreadsheet_la-dialog-sheetobject-size.Tpo dialogs/$(DEPDIR)/libspreadsheet_la-dialog-sheetobject-size.Plo
3565@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='dialogs/dialog-sheetobject-size.c' object='dialogs/libspreadsheet_la-dialog-sheetobject-size.lo' libtool=yes @AMDEPBACKSLASH@
3566@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3567@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o dialogs/libspreadsheet_la-dialog-sheetobject-size.lo `test -f 'dialogs/dialog-sheetobject-size.c' || echo '$(srcdir)/'`dialogs/dialog-sheetobject-size.c
3568
3569dialogs/libspreadsheet_la-dialog-shuffle.lo: dialogs/dialog-shuffle.c
3570@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT dialogs/libspreadsheet_la-dialog-shuffle.lo -MD -MP -MF dialogs/$(DEPDIR)/libspreadsheet_la-dialog-shuffle.Tpo -c -o dialogs/libspreadsheet_la-dialog-shuffle.lo `test -f 'dialogs/dialog-shuffle.c' || echo '$(srcdir)/'`dialogs/dialog-shuffle.c
3571@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) dialogs/$(DEPDIR)/libspreadsheet_la-dialog-shuffle.Tpo dialogs/$(DEPDIR)/libspreadsheet_la-dialog-shuffle.Plo
3572@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='dialogs/dialog-shuffle.c' object='dialogs/libspreadsheet_la-dialog-shuffle.lo' libtool=yes @AMDEPBACKSLASH@
3573@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3574@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o dialogs/libspreadsheet_la-dialog-shuffle.lo `test -f 'dialogs/dialog-shuffle.c' || echo '$(srcdir)/'`dialogs/dialog-shuffle.c
3575
3576dialogs/libspreadsheet_la-dialog-simulation.lo: dialogs/dialog-simulation.c
3577@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT dialogs/libspreadsheet_la-dialog-simulation.lo -MD -MP -MF dialogs/$(DEPDIR)/libspreadsheet_la-dialog-simulation.Tpo -c -o dialogs/libspreadsheet_la-dialog-simulation.lo `test -f 'dialogs/dialog-simulation.c' || echo '$(srcdir)/'`dialogs/dialog-simulation.c
3578@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) dialogs/$(DEPDIR)/libspreadsheet_la-dialog-simulation.Tpo dialogs/$(DEPDIR)/libspreadsheet_la-dialog-simulation.Plo
3579@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='dialogs/dialog-simulation.c' object='dialogs/libspreadsheet_la-dialog-simulation.lo' libtool=yes @AMDEPBACKSLASH@
3580@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3581@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o dialogs/libspreadsheet_la-dialog-simulation.lo `test -f 'dialogs/dialog-simulation.c' || echo '$(srcdir)/'`dialogs/dialog-simulation.c
3582
3583dialogs/libspreadsheet_la-dialog-so-list.lo: dialogs/dialog-so-list.c
3584@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT dialogs/libspreadsheet_la-dialog-so-list.lo -MD -MP -MF dialogs/$(DEPDIR)/libspreadsheet_la-dialog-so-list.Tpo -c -o dialogs/libspreadsheet_la-dialog-so-list.lo `test -f 'dialogs/dialog-so-list.c' || echo '$(srcdir)/'`dialogs/dialog-so-list.c
3585@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) dialogs/$(DEPDIR)/libspreadsheet_la-dialog-so-list.Tpo dialogs/$(DEPDIR)/libspreadsheet_la-dialog-so-list.Plo
3586@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='dialogs/dialog-so-list.c' object='dialogs/libspreadsheet_la-dialog-so-list.lo' libtool=yes @AMDEPBACKSLASH@
3587@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3588@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o dialogs/libspreadsheet_la-dialog-so-list.lo `test -f 'dialogs/dialog-so-list.c' || echo '$(srcdir)/'`dialogs/dialog-so-list.c
3589
3590dialogs/libspreadsheet_la-dialog-so-styled.lo: dialogs/dialog-so-styled.c
3591@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT dialogs/libspreadsheet_la-dialog-so-styled.lo -MD -MP -MF dialogs/$(DEPDIR)/libspreadsheet_la-dialog-so-styled.Tpo -c -o dialogs/libspreadsheet_la-dialog-so-styled.lo `test -f 'dialogs/dialog-so-styled.c' || echo '$(srcdir)/'`dialogs/dialog-so-styled.c
3592@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) dialogs/$(DEPDIR)/libspreadsheet_la-dialog-so-styled.Tpo dialogs/$(DEPDIR)/libspreadsheet_la-dialog-so-styled.Plo
3593@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='dialogs/dialog-so-styled.c' object='dialogs/libspreadsheet_la-dialog-so-styled.lo' libtool=yes @AMDEPBACKSLASH@
3594@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3595@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o dialogs/libspreadsheet_la-dialog-so-styled.lo `test -f 'dialogs/dialog-so-styled.c' || echo '$(srcdir)/'`dialogs/dialog-so-styled.c
3596
3597dialogs/libspreadsheet_la-dialog-solver.lo: dialogs/dialog-solver.c
3598@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT dialogs/libspreadsheet_la-dialog-solver.lo -MD -MP -MF dialogs/$(DEPDIR)/libspreadsheet_la-dialog-solver.Tpo -c -o dialogs/libspreadsheet_la-dialog-solver.lo `test -f 'dialogs/dialog-solver.c' || echo '$(srcdir)/'`dialogs/dialog-solver.c
3599@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) dialogs/$(DEPDIR)/libspreadsheet_la-dialog-solver.Tpo dialogs/$(DEPDIR)/libspreadsheet_la-dialog-solver.Plo
3600@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='dialogs/dialog-solver.c' object='dialogs/libspreadsheet_la-dialog-solver.lo' libtool=yes @AMDEPBACKSLASH@
3601@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3602@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o dialogs/libspreadsheet_la-dialog-solver.lo `test -f 'dialogs/dialog-solver.c' || echo '$(srcdir)/'`dialogs/dialog-solver.c
3603
3604dialogs/libspreadsheet_la-dialog-stf.lo: dialogs/dialog-stf.c
3605@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT dialogs/libspreadsheet_la-dialog-stf.lo -MD -MP -MF dialogs/$(DEPDIR)/libspreadsheet_la-dialog-stf.Tpo -c -o dialogs/libspreadsheet_la-dialog-stf.lo `test -f 'dialogs/dialog-stf.c' || echo '$(srcdir)/'`dialogs/dialog-stf.c
3606@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) dialogs/$(DEPDIR)/libspreadsheet_la-dialog-stf.Tpo dialogs/$(DEPDIR)/libspreadsheet_la-dialog-stf.Plo
3607@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='dialogs/dialog-stf.c' object='dialogs/libspreadsheet_la-dialog-stf.lo' libtool=yes @AMDEPBACKSLASH@
3608@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3609@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o dialogs/libspreadsheet_la-dialog-stf.lo `test -f 'dialogs/dialog-stf.c' || echo '$(srcdir)/'`dialogs/dialog-stf.c
3610
3611dialogs/libspreadsheet_la-dialog-stf-main-page.lo: dialogs/dialog-stf-main-page.c
3612@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT dialogs/libspreadsheet_la-dialog-stf-main-page.lo -MD -MP -MF dialogs/$(DEPDIR)/libspreadsheet_la-dialog-stf-main-page.Tpo -c -o dialogs/libspreadsheet_la-dialog-stf-main-page.lo `test -f 'dialogs/dialog-stf-main-page.c' || echo '$(srcdir)/'`dialogs/dialog-stf-main-page.c
3613@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) dialogs/$(DEPDIR)/libspreadsheet_la-dialog-stf-main-page.Tpo dialogs/$(DEPDIR)/libspreadsheet_la-dialog-stf-main-page.Plo
3614@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='dialogs/dialog-stf-main-page.c' object='dialogs/libspreadsheet_la-dialog-stf-main-page.lo' libtool=yes @AMDEPBACKSLASH@
3615@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3616@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o dialogs/libspreadsheet_la-dialog-stf-main-page.lo `test -f 'dialogs/dialog-stf-main-page.c' || echo '$(srcdir)/'`dialogs/dialog-stf-main-page.c
3617
3618dialogs/libspreadsheet_la-dialog-stf-csv-page.lo: dialogs/dialog-stf-csv-page.c
3619@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT dialogs/libspreadsheet_la-dialog-stf-csv-page.lo -MD -MP -MF dialogs/$(DEPDIR)/libspreadsheet_la-dialog-stf-csv-page.Tpo -c -o dialogs/libspreadsheet_la-dialog-stf-csv-page.lo `test -f 'dialogs/dialog-stf-csv-page.c' || echo '$(srcdir)/'`dialogs/dialog-stf-csv-page.c
3620@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) dialogs/$(DEPDIR)/libspreadsheet_la-dialog-stf-csv-page.Tpo dialogs/$(DEPDIR)/libspreadsheet_la-dialog-stf-csv-page.Plo
3621@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='dialogs/dialog-stf-csv-page.c' object='dialogs/libspreadsheet_la-dialog-stf-csv-page.lo' libtool=yes @AMDEPBACKSLASH@
3622@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3623@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o dialogs/libspreadsheet_la-dialog-stf-csv-page.lo `test -f 'dialogs/dialog-stf-csv-page.c' || echo '$(srcdir)/'`dialogs/dialog-stf-csv-page.c
3624
3625dialogs/libspreadsheet_la-dialog-stf-fixed-page.lo: dialogs/dialog-stf-fixed-page.c
3626@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT dialogs/libspreadsheet_la-dialog-stf-fixed-page.lo -MD -MP -MF dialogs/$(DEPDIR)/libspreadsheet_la-dialog-stf-fixed-page.Tpo -c -o dialogs/libspreadsheet_la-dialog-stf-fixed-page.lo `test -f 'dialogs/dialog-stf-fixed-page.c' || echo '$(srcdir)/'`dialogs/dialog-stf-fixed-page.c
3627@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) dialogs/$(DEPDIR)/libspreadsheet_la-dialog-stf-fixed-page.Tpo dialogs/$(DEPDIR)/libspreadsheet_la-dialog-stf-fixed-page.Plo
3628@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='dialogs/dialog-stf-fixed-page.c' object='dialogs/libspreadsheet_la-dialog-stf-fixed-page.lo' libtool=yes @AMDEPBACKSLASH@
3629@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3630@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o dialogs/libspreadsheet_la-dialog-stf-fixed-page.lo `test -f 'dialogs/dialog-stf-fixed-page.c' || echo '$(srcdir)/'`dialogs/dialog-stf-fixed-page.c
3631
3632dialogs/libspreadsheet_la-dialog-stf-format-page.lo: dialogs/dialog-stf-format-page.c
3633@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT dialogs/libspreadsheet_la-dialog-stf-format-page.lo -MD -MP -MF dialogs/$(DEPDIR)/libspreadsheet_la-dialog-stf-format-page.Tpo -c -o dialogs/libspreadsheet_la-dialog-stf-format-page.lo `test -f 'dialogs/dialog-stf-format-page.c' || echo '$(srcdir)/'`dialogs/dialog-stf-format-page.c
3634@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) dialogs/$(DEPDIR)/libspreadsheet_la-dialog-stf-format-page.Tpo dialogs/$(DEPDIR)/libspreadsheet_la-dialog-stf-format-page.Plo
3635@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='dialogs/dialog-stf-format-page.c' object='dialogs/libspreadsheet_la-dialog-stf-format-page.lo' libtool=yes @AMDEPBACKSLASH@
3636@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3637@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o dialogs/libspreadsheet_la-dialog-stf-format-page.lo `test -f 'dialogs/dialog-stf-format-page.c' || echo '$(srcdir)/'`dialogs/dialog-stf-format-page.c
3638
3639dialogs/libspreadsheet_la-dialog-stf-preview.lo: dialogs/dialog-stf-preview.c
3640@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT dialogs/libspreadsheet_la-dialog-stf-preview.lo -MD -MP -MF dialogs/$(DEPDIR)/libspreadsheet_la-dialog-stf-preview.Tpo -c -o dialogs/libspreadsheet_la-dialog-stf-preview.lo `test -f 'dialogs/dialog-stf-preview.c' || echo '$(srcdir)/'`dialogs/dialog-stf-preview.c
3641@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) dialogs/$(DEPDIR)/libspreadsheet_la-dialog-stf-preview.Tpo dialogs/$(DEPDIR)/libspreadsheet_la-dialog-stf-preview.Plo
3642@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='dialogs/dialog-stf-preview.c' object='dialogs/libspreadsheet_la-dialog-stf-preview.lo' libtool=yes @AMDEPBACKSLASH@
3643@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3644@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o dialogs/libspreadsheet_la-dialog-stf-preview.lo `test -f 'dialogs/dialog-stf-preview.c' || echo '$(srcdir)/'`dialogs/dialog-stf-preview.c
3645
3646dialogs/libspreadsheet_la-dialog-stf-export.lo: dialogs/dialog-stf-export.c
3647@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT dialogs/libspreadsheet_la-dialog-stf-export.lo -MD -MP -MF dialogs/$(DEPDIR)/libspreadsheet_la-dialog-stf-export.Tpo -c -o dialogs/libspreadsheet_la-dialog-stf-export.lo `test -f 'dialogs/dialog-stf-export.c' || echo '$(srcdir)/'`dialogs/dialog-stf-export.c
3648@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) dialogs/$(DEPDIR)/libspreadsheet_la-dialog-stf-export.Tpo dialogs/$(DEPDIR)/libspreadsheet_la-dialog-stf-export.Plo
3649@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='dialogs/dialog-stf-export.c' object='dialogs/libspreadsheet_la-dialog-stf-export.lo' libtool=yes @AMDEPBACKSLASH@
3650@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3651@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o dialogs/libspreadsheet_la-dialog-stf-export.lo `test -f 'dialogs/dialog-stf-export.c' || echo '$(srcdir)/'`dialogs/dialog-stf-export.c
3652
3653dialogs/libspreadsheet_la-dialog-tabulate.lo: dialogs/dialog-tabulate.c
3654@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT dialogs/libspreadsheet_la-dialog-tabulate.lo -MD -MP -MF dialogs/$(DEPDIR)/libspreadsheet_la-dialog-tabulate.Tpo -c -o dialogs/libspreadsheet_la-dialog-tabulate.lo `test -f 'dialogs/dialog-tabulate.c' || echo '$(srcdir)/'`dialogs/dialog-tabulate.c
3655@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) dialogs/$(DEPDIR)/libspreadsheet_la-dialog-tabulate.Tpo dialogs/$(DEPDIR)/libspreadsheet_la-dialog-tabulate.Plo
3656@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='dialogs/dialog-tabulate.c' object='dialogs/libspreadsheet_la-dialog-tabulate.lo' libtool=yes @AMDEPBACKSLASH@
3657@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3658@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o dialogs/libspreadsheet_la-dialog-tabulate.lo `test -f 'dialogs/dialog-tabulate.c' || echo '$(srcdir)/'`dialogs/dialog-tabulate.c
3659
3660dialogs/libspreadsheet_la-dialog-doc-metadata.lo: dialogs/dialog-doc-metadata.c
3661@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT dialogs/libspreadsheet_la-dialog-doc-metadata.lo -MD -MP -MF dialogs/$(DEPDIR)/libspreadsheet_la-dialog-doc-metadata.Tpo -c -o dialogs/libspreadsheet_la-dialog-doc-metadata.lo `test -f 'dialogs/dialog-doc-metadata.c' || echo '$(srcdir)/'`dialogs/dialog-doc-metadata.c
3662@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) dialogs/$(DEPDIR)/libspreadsheet_la-dialog-doc-metadata.Tpo dialogs/$(DEPDIR)/libspreadsheet_la-dialog-doc-metadata.Plo
3663@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='dialogs/dialog-doc-metadata.c' object='dialogs/libspreadsheet_la-dialog-doc-metadata.lo' libtool=yes @AMDEPBACKSLASH@
3664@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3665@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o dialogs/libspreadsheet_la-dialog-doc-metadata.lo `test -f 'dialogs/dialog-doc-metadata.c' || echo '$(srcdir)/'`dialogs/dialog-doc-metadata.c
3666
3667dialogs/libspreadsheet_la-dialog-view.lo: dialogs/dialog-view.c
3668@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT dialogs/libspreadsheet_la-dialog-view.lo -MD -MP -MF dialogs/$(DEPDIR)/libspreadsheet_la-dialog-view.Tpo -c -o dialogs/libspreadsheet_la-dialog-view.lo `test -f 'dialogs/dialog-view.c' || echo '$(srcdir)/'`dialogs/dialog-view.c
3669@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) dialogs/$(DEPDIR)/libspreadsheet_la-dialog-view.Tpo dialogs/$(DEPDIR)/libspreadsheet_la-dialog-view.Plo
3670@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='dialogs/dialog-view.c' object='dialogs/libspreadsheet_la-dialog-view.lo' libtool=yes @AMDEPBACKSLASH@
3671@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3672@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o dialogs/libspreadsheet_la-dialog-view.lo `test -f 'dialogs/dialog-view.c' || echo '$(srcdir)/'`dialogs/dialog-view.c
3673
3674dialogs/libspreadsheet_la-dialog-workbook-attr.lo: dialogs/dialog-workbook-attr.c
3675@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT dialogs/libspreadsheet_la-dialog-workbook-attr.lo -MD -MP -MF dialogs/$(DEPDIR)/libspreadsheet_la-dialog-workbook-attr.Tpo -c -o dialogs/libspreadsheet_la-dialog-workbook-attr.lo `test -f 'dialogs/dialog-workbook-attr.c' || echo '$(srcdir)/'`dialogs/dialog-workbook-attr.c
3676@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) dialogs/$(DEPDIR)/libspreadsheet_la-dialog-workbook-attr.Tpo dialogs/$(DEPDIR)/libspreadsheet_la-dialog-workbook-attr.Plo
3677@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='dialogs/dialog-workbook-attr.c' object='dialogs/libspreadsheet_la-dialog-workbook-attr.lo' libtool=yes @AMDEPBACKSLASH@
3678@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3679@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o dialogs/libspreadsheet_la-dialog-workbook-attr.lo `test -f 'dialogs/dialog-workbook-attr.c' || echo '$(srcdir)/'`dialogs/dialog-workbook-attr.c
3680
3681dialogs/libspreadsheet_la-dialog-zoom.lo: dialogs/dialog-zoom.c
3682@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT dialogs/libspreadsheet_la-dialog-zoom.lo -MD -MP -MF dialogs/$(DEPDIR)/libspreadsheet_la-dialog-zoom.Tpo -c -o dialogs/libspreadsheet_la-dialog-zoom.lo `test -f 'dialogs/dialog-zoom.c' || echo '$(srcdir)/'`dialogs/dialog-zoom.c
3683@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) dialogs/$(DEPDIR)/libspreadsheet_la-dialog-zoom.Tpo dialogs/$(DEPDIR)/libspreadsheet_la-dialog-zoom.Plo
3684@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='dialogs/dialog-zoom.c' object='dialogs/libspreadsheet_la-dialog-zoom.lo' libtool=yes @AMDEPBACKSLASH@
3685@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3686@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o dialogs/libspreadsheet_la-dialog-zoom.lo `test -f 'dialogs/dialog-zoom.c' || echo '$(srcdir)/'`dialogs/dialog-zoom.c
3687
3688dialogs/libspreadsheet_la-dialog-printer-setup.lo: dialogs/dialog-printer-setup.c
3689@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT dialogs/libspreadsheet_la-dialog-printer-setup.lo -MD -MP -MF dialogs/$(DEPDIR)/libspreadsheet_la-dialog-printer-setup.Tpo -c -o dialogs/libspreadsheet_la-dialog-printer-setup.lo `test -f 'dialogs/dialog-printer-setup.c' || echo '$(srcdir)/'`dialogs/dialog-printer-setup.c
3690@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) dialogs/$(DEPDIR)/libspreadsheet_la-dialog-printer-setup.Tpo dialogs/$(DEPDIR)/libspreadsheet_la-dialog-printer-setup.Plo
3691@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='dialogs/dialog-printer-setup.c' object='dialogs/libspreadsheet_la-dialog-printer-setup.lo' libtool=yes @AMDEPBACKSLASH@
3692@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3693@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o dialogs/libspreadsheet_la-dialog-printer-setup.lo `test -f 'dialogs/dialog-printer-setup.c' || echo '$(srcdir)/'`dialogs/dialog-printer-setup.c
3694
3695tools/libspreadsheet_la-analysis-anova.lo: tools/analysis-anova.c
3696@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tools/libspreadsheet_la-analysis-anova.lo -MD -MP -MF tools/$(DEPDIR)/libspreadsheet_la-analysis-anova.Tpo -c -o tools/libspreadsheet_la-analysis-anova.lo `test -f 'tools/analysis-anova.c' || echo '$(srcdir)/'`tools/analysis-anova.c
3697@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) tools/$(DEPDIR)/libspreadsheet_la-analysis-anova.Tpo tools/$(DEPDIR)/libspreadsheet_la-analysis-anova.Plo
3698@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='tools/analysis-anova.c' object='tools/libspreadsheet_la-analysis-anova.lo' libtool=yes @AMDEPBACKSLASH@
3699@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3700@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tools/libspreadsheet_la-analysis-anova.lo `test -f 'tools/analysis-anova.c' || echo '$(srcdir)/'`tools/analysis-anova.c
3701
3702tools/libspreadsheet_la-analysis-auto-expression.lo: tools/analysis-auto-expression.c
3703@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tools/libspreadsheet_la-analysis-auto-expression.lo -MD -MP -MF tools/$(DEPDIR)/libspreadsheet_la-analysis-auto-expression.Tpo -c -o tools/libspreadsheet_la-analysis-auto-expression.lo `test -f 'tools/analysis-auto-expression.c' || echo '$(srcdir)/'`tools/analysis-auto-expression.c
3704@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) tools/$(DEPDIR)/libspreadsheet_la-analysis-auto-expression.Tpo tools/$(DEPDIR)/libspreadsheet_la-analysis-auto-expression.Plo
3705@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='tools/analysis-auto-expression.c' object='tools/libspreadsheet_la-analysis-auto-expression.lo' libtool=yes @AMDEPBACKSLASH@
3706@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3707@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tools/libspreadsheet_la-analysis-auto-expression.lo `test -f 'tools/analysis-auto-expression.c' || echo '$(srcdir)/'`tools/analysis-auto-expression.c
3708
3709tools/libspreadsheet_la-analysis-chi-squared.lo: tools/analysis-chi-squared.c
3710@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tools/libspreadsheet_la-analysis-chi-squared.lo -MD -MP -MF tools/$(DEPDIR)/libspreadsheet_la-analysis-chi-squared.Tpo -c -o tools/libspreadsheet_la-analysis-chi-squared.lo `test -f 'tools/analysis-chi-squared.c' || echo '$(srcdir)/'`tools/analysis-chi-squared.c
3711@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) tools/$(DEPDIR)/libspreadsheet_la-analysis-chi-squared.Tpo tools/$(DEPDIR)/libspreadsheet_la-analysis-chi-squared.Plo
3712@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='tools/analysis-chi-squared.c' object='tools/libspreadsheet_la-analysis-chi-squared.lo' libtool=yes @AMDEPBACKSLASH@
3713@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3714@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tools/libspreadsheet_la-analysis-chi-squared.lo `test -f 'tools/analysis-chi-squared.c' || echo '$(srcdir)/'`tools/analysis-chi-squared.c
3715
3716tools/libspreadsheet_la-analysis-exp-smoothing.lo: tools/analysis-exp-smoothing.c
3717@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tools/libspreadsheet_la-analysis-exp-smoothing.lo -MD -MP -MF tools/$(DEPDIR)/libspreadsheet_la-analysis-exp-smoothing.Tpo -c -o tools/libspreadsheet_la-analysis-exp-smoothing.lo `test -f 'tools/analysis-exp-smoothing.c' || echo '$(srcdir)/'`tools/analysis-exp-smoothing.c
3718@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) tools/$(DEPDIR)/libspreadsheet_la-analysis-exp-smoothing.Tpo tools/$(DEPDIR)/libspreadsheet_la-analysis-exp-smoothing.Plo
3719@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='tools/analysis-exp-smoothing.c' object='tools/libspreadsheet_la-analysis-exp-smoothing.lo' libtool=yes @AMDEPBACKSLASH@
3720@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3721@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tools/libspreadsheet_la-analysis-exp-smoothing.lo `test -f 'tools/analysis-exp-smoothing.c' || echo '$(srcdir)/'`tools/analysis-exp-smoothing.c
3722
3723tools/libspreadsheet_la-analysis-frequency.lo: tools/analysis-frequency.c
3724@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tools/libspreadsheet_la-analysis-frequency.lo -MD -MP -MF tools/$(DEPDIR)/libspreadsheet_la-analysis-frequency.Tpo -c -o tools/libspreadsheet_la-analysis-frequency.lo `test -f 'tools/analysis-frequency.c' || echo '$(srcdir)/'`tools/analysis-frequency.c
3725@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) tools/$(DEPDIR)/libspreadsheet_la-analysis-frequency.Tpo tools/$(DEPDIR)/libspreadsheet_la-analysis-frequency.Plo
3726@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='tools/analysis-frequency.c' object='tools/libspreadsheet_la-analysis-frequency.lo' libtool=yes @AMDEPBACKSLASH@
3727@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3728@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tools/libspreadsheet_la-analysis-frequency.lo `test -f 'tools/analysis-frequency.c' || echo '$(srcdir)/'`tools/analysis-frequency.c
3729
3730tools/libspreadsheet_la-analysis-histogram.lo: tools/analysis-histogram.c
3731@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tools/libspreadsheet_la-analysis-histogram.lo -MD -MP -MF tools/$(DEPDIR)/libspreadsheet_la-analysis-histogram.Tpo -c -o tools/libspreadsheet_la-analysis-histogram.lo `test -f 'tools/analysis-histogram.c' || echo '$(srcdir)/'`tools/analysis-histogram.c
3732@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) tools/$(DEPDIR)/libspreadsheet_la-analysis-histogram.Tpo tools/$(DEPDIR)/libspreadsheet_la-analysis-histogram.Plo
3733@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='tools/analysis-histogram.c' object='tools/libspreadsheet_la-analysis-histogram.lo' libtool=yes @AMDEPBACKSLASH@
3734@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3735@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tools/libspreadsheet_la-analysis-histogram.lo `test -f 'tools/analysis-histogram.c' || echo '$(srcdir)/'`tools/analysis-histogram.c
3736
3737tools/libspreadsheet_la-analysis-kaplan-meier.lo: tools/analysis-kaplan-meier.c
3738@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tools/libspreadsheet_la-analysis-kaplan-meier.lo -MD -MP -MF tools/$(DEPDIR)/libspreadsheet_la-analysis-kaplan-meier.Tpo -c -o tools/libspreadsheet_la-analysis-kaplan-meier.lo `test -f 'tools/analysis-kaplan-meier.c' || echo '$(srcdir)/'`tools/analysis-kaplan-meier.c
3739@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) tools/$(DEPDIR)/libspreadsheet_la-analysis-kaplan-meier.Tpo tools/$(DEPDIR)/libspreadsheet_la-analysis-kaplan-meier.Plo
3740@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='tools/analysis-kaplan-meier.c' object='tools/libspreadsheet_la-analysis-kaplan-meier.lo' libtool=yes @AMDEPBACKSLASH@
3741@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3742@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tools/libspreadsheet_la-analysis-kaplan-meier.lo `test -f 'tools/analysis-kaplan-meier.c' || echo '$(srcdir)/'`tools/analysis-kaplan-meier.c
3743
3744tools/libspreadsheet_la-analysis-normality.lo: tools/analysis-normality.c
3745@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tools/libspreadsheet_la-analysis-normality.lo -MD -MP -MF tools/$(DEPDIR)/libspreadsheet_la-analysis-normality.Tpo -c -o tools/libspreadsheet_la-analysis-normality.lo `test -f 'tools/analysis-normality.c' || echo '$(srcdir)/'`tools/analysis-normality.c
3746@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) tools/$(DEPDIR)/libspreadsheet_la-analysis-normality.Tpo tools/$(DEPDIR)/libspreadsheet_la-analysis-normality.Plo
3747@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='tools/analysis-normality.c' object='tools/libspreadsheet_la-analysis-normality.lo' libtool=yes @AMDEPBACKSLASH@
3748@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3749@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tools/libspreadsheet_la-analysis-normality.lo `test -f 'tools/analysis-normality.c' || echo '$(srcdir)/'`tools/analysis-normality.c
3750
3751tools/libspreadsheet_la-analysis-one-mean-test.lo: tools/analysis-one-mean-test.c
3752@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tools/libspreadsheet_la-analysis-one-mean-test.lo -MD -MP -MF tools/$(DEPDIR)/libspreadsheet_la-analysis-one-mean-test.Tpo -c -o tools/libspreadsheet_la-analysis-one-mean-test.lo `test -f 'tools/analysis-one-mean-test.c' || echo '$(srcdir)/'`tools/analysis-one-mean-test.c
3753@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) tools/$(DEPDIR)/libspreadsheet_la-analysis-one-mean-test.Tpo tools/$(DEPDIR)/libspreadsheet_la-analysis-one-mean-test.Plo
3754@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='tools/analysis-one-mean-test.c' object='tools/libspreadsheet_la-analysis-one-mean-test.lo' libtool=yes @AMDEPBACKSLASH@
3755@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3756@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tools/libspreadsheet_la-analysis-one-mean-test.lo `test -f 'tools/analysis-one-mean-test.c' || echo '$(srcdir)/'`tools/analysis-one-mean-test.c
3757
3758tools/libspreadsheet_la-analysis-principal-components.lo: tools/analysis-principal-components.c
3759@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tools/libspreadsheet_la-analysis-principal-components.lo -MD -MP -MF tools/$(DEPDIR)/libspreadsheet_la-analysis-principal-components.Tpo -c -o tools/libspreadsheet_la-analysis-principal-components.lo `test -f 'tools/analysis-principal-components.c' || echo '$(srcdir)/'`tools/analysis-principal-components.c
3760@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) tools/$(DEPDIR)/libspreadsheet_la-analysis-principal-components.Tpo tools/$(DEPDIR)/libspreadsheet_la-analysis-principal-components.Plo
3761@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='tools/analysis-principal-components.c' object='tools/libspreadsheet_la-analysis-principal-components.lo' libtool=yes @AMDEPBACKSLASH@
3762@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3763@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tools/libspreadsheet_la-analysis-principal-components.lo `test -f 'tools/analysis-principal-components.c' || echo '$(srcdir)/'`tools/analysis-principal-components.c
3764
3765tools/libspreadsheet_la-analysis-sign-test.lo: tools/analysis-sign-test.c
3766@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tools/libspreadsheet_la-analysis-sign-test.lo -MD -MP -MF tools/$(DEPDIR)/libspreadsheet_la-analysis-sign-test.Tpo -c -o tools/libspreadsheet_la-analysis-sign-test.lo `test -f 'tools/analysis-sign-test.c' || echo '$(srcdir)/'`tools/analysis-sign-test.c
3767@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) tools/$(DEPDIR)/libspreadsheet_la-analysis-sign-test.Tpo tools/$(DEPDIR)/libspreadsheet_la-analysis-sign-test.Plo
3768@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='tools/analysis-sign-test.c' object='tools/libspreadsheet_la-analysis-sign-test.lo' libtool=yes @AMDEPBACKSLASH@
3769@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3770@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tools/libspreadsheet_la-analysis-sign-test.lo `test -f 'tools/analysis-sign-test.c' || echo '$(srcdir)/'`tools/analysis-sign-test.c
3771
3772tools/libspreadsheet_la-analysis-signed-rank-test.lo: tools/analysis-signed-rank-test.c
3773@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tools/libspreadsheet_la-analysis-signed-rank-test.lo -MD -MP -MF tools/$(DEPDIR)/libspreadsheet_la-analysis-signed-rank-test.Tpo -c -o tools/libspreadsheet_la-analysis-signed-rank-test.lo `test -f 'tools/analysis-signed-rank-test.c' || echo '$(srcdir)/'`tools/analysis-signed-rank-test.c
3774@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) tools/$(DEPDIR)/libspreadsheet_la-analysis-signed-rank-test.Tpo tools/$(DEPDIR)/libspreadsheet_la-analysis-signed-rank-test.Plo
3775@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='tools/analysis-signed-rank-test.c' object='tools/libspreadsheet_la-analysis-signed-rank-test.lo' libtool=yes @AMDEPBACKSLASH@
3776@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3777@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tools/libspreadsheet_la-analysis-signed-rank-test.lo `test -f 'tools/analysis-signed-rank-test.c' || echo '$(srcdir)/'`tools/analysis-signed-rank-test.c
3778
3779tools/libspreadsheet_la-analysis-tools.lo: tools/analysis-tools.c
3780@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tools/libspreadsheet_la-analysis-tools.lo -MD -MP -MF tools/$(DEPDIR)/libspreadsheet_la-analysis-tools.Tpo -c -o tools/libspreadsheet_la-analysis-tools.lo `test -f 'tools/analysis-tools.c' || echo '$(srcdir)/'`tools/analysis-tools.c
3781@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) tools/$(DEPDIR)/libspreadsheet_la-analysis-tools.Tpo tools/$(DEPDIR)/libspreadsheet_la-analysis-tools.Plo
3782@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='tools/analysis-tools.c' object='tools/libspreadsheet_la-analysis-tools.lo' libtool=yes @AMDEPBACKSLASH@
3783@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3784@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tools/libspreadsheet_la-analysis-tools.lo `test -f 'tools/analysis-tools.c' || echo '$(srcdir)/'`tools/analysis-tools.c
3785
3786tools/libspreadsheet_la-analysis-wilcoxon-mann-whitney.lo: tools/analysis-wilcoxon-mann-whitney.c
3787@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tools/libspreadsheet_la-analysis-wilcoxon-mann-whitney.lo -MD -MP -MF tools/$(DEPDIR)/libspreadsheet_la-analysis-wilcoxon-mann-whitney.Tpo -c -o tools/libspreadsheet_la-analysis-wilcoxon-mann-whitney.lo `test -f 'tools/analysis-wilcoxon-mann-whitney.c' || echo '$(srcdir)/'`tools/analysis-wilcoxon-mann-whitney.c
3788@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) tools/$(DEPDIR)/libspreadsheet_la-analysis-wilcoxon-mann-whitney.Tpo tools/$(DEPDIR)/libspreadsheet_la-analysis-wilcoxon-mann-whitney.Plo
3789@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='tools/analysis-wilcoxon-mann-whitney.c' object='tools/libspreadsheet_la-analysis-wilcoxon-mann-whitney.lo' libtool=yes @AMDEPBACKSLASH@
3790@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3791@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tools/libspreadsheet_la-analysis-wilcoxon-mann-whitney.lo `test -f 'tools/analysis-wilcoxon-mann-whitney.c' || echo '$(srcdir)/'`tools/analysis-wilcoxon-mann-whitney.c
3792
3793tools/libspreadsheet_la-auto-correct.lo: tools/auto-correct.c
3794@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tools/libspreadsheet_la-auto-correct.lo -MD -MP -MF tools/$(DEPDIR)/libspreadsheet_la-auto-correct.Tpo -c -o tools/libspreadsheet_la-auto-correct.lo `test -f 'tools/auto-correct.c' || echo '$(srcdir)/'`tools/auto-correct.c
3795@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) tools/$(DEPDIR)/libspreadsheet_la-auto-correct.Tpo tools/$(DEPDIR)/libspreadsheet_la-auto-correct.Plo
3796@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='tools/auto-correct.c' object='tools/libspreadsheet_la-auto-correct.lo' libtool=yes @AMDEPBACKSLASH@
3797@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3798@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tools/libspreadsheet_la-auto-correct.lo `test -f 'tools/auto-correct.c' || echo '$(srcdir)/'`tools/auto-correct.c
3799
3800tools/libspreadsheet_la-dao.lo: tools/dao.c
3801@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tools/libspreadsheet_la-dao.lo -MD -MP -MF tools/$(DEPDIR)/libspreadsheet_la-dao.Tpo -c -o tools/libspreadsheet_la-dao.lo `test -f 'tools/dao.c' || echo '$(srcdir)/'`tools/dao.c
3802@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) tools/$(DEPDIR)/libspreadsheet_la-dao.Tpo tools/$(DEPDIR)/libspreadsheet_la-dao.Plo
3803@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='tools/dao.c' object='tools/libspreadsheet_la-dao.lo' libtool=yes @AMDEPBACKSLASH@
3804@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3805@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tools/libspreadsheet_la-dao.lo `test -f 'tools/dao.c' || echo '$(srcdir)/'`tools/dao.c
3806
3807tools/libspreadsheet_la-data-shuffling.lo: tools/data-shuffling.c
3808@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tools/libspreadsheet_la-data-shuffling.lo -MD -MP -MF tools/$(DEPDIR)/libspreadsheet_la-data-shuffling.Tpo -c -o tools/libspreadsheet_la-data-shuffling.lo `test -f 'tools/data-shuffling.c' || echo '$(srcdir)/'`tools/data-shuffling.c
3809@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) tools/$(DEPDIR)/libspreadsheet_la-data-shuffling.Tpo tools/$(DEPDIR)/libspreadsheet_la-data-shuffling.Plo
3810@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='tools/data-shuffling.c' object='tools/libspreadsheet_la-data-shuffling.lo' libtool=yes @AMDEPBACKSLASH@
3811@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3812@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tools/libspreadsheet_la-data-shuffling.lo `test -f 'tools/data-shuffling.c' || echo '$(srcdir)/'`tools/data-shuffling.c
3813
3814tools/libspreadsheet_la-fill-series.lo: tools/fill-series.c
3815@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tools/libspreadsheet_la-fill-series.lo -MD -MP -MF tools/$(DEPDIR)/libspreadsheet_la-fill-series.Tpo -c -o tools/libspreadsheet_la-fill-series.lo `test -f 'tools/fill-series.c' || echo '$(srcdir)/'`tools/fill-series.c
3816@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) tools/$(DEPDIR)/libspreadsheet_la-fill-series.Tpo tools/$(DEPDIR)/libspreadsheet_la-fill-series.Plo
3817@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='tools/fill-series.c' object='tools/libspreadsheet_la-fill-series.lo' libtool=yes @AMDEPBACKSLASH@
3818@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3819@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tools/libspreadsheet_la-fill-series.lo `test -f 'tools/fill-series.c' || echo '$(srcdir)/'`tools/fill-series.c
3820
3821tools/libspreadsheet_la-filter.lo: tools/filter.c
3822@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tools/libspreadsheet_la-filter.lo -MD -MP -MF tools/$(DEPDIR)/libspreadsheet_la-filter.Tpo -c -o tools/libspreadsheet_la-filter.lo `test -f 'tools/filter.c' || echo '$(srcdir)/'`tools/filter.c
3823@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) tools/$(DEPDIR)/libspreadsheet_la-filter.Tpo tools/$(DEPDIR)/libspreadsheet_la-filter.Plo
3824@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='tools/filter.c' object='tools/libspreadsheet_la-filter.lo' libtool=yes @AMDEPBACKSLASH@
3825@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3826@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tools/libspreadsheet_la-filter.lo `test -f 'tools/filter.c' || echo '$(srcdir)/'`tools/filter.c
3827
3828tools/libspreadsheet_la-gnm-solver.lo: tools/gnm-solver.c
3829@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tools/libspreadsheet_la-gnm-solver.lo -MD -MP -MF tools/$(DEPDIR)/libspreadsheet_la-gnm-solver.Tpo -c -o tools/libspreadsheet_la-gnm-solver.lo `test -f 'tools/gnm-solver.c' || echo '$(srcdir)/'`tools/gnm-solver.c
3830@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) tools/$(DEPDIR)/libspreadsheet_la-gnm-solver.Tpo tools/$(DEPDIR)/libspreadsheet_la-gnm-solver.Plo
3831@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='tools/gnm-solver.c' object='tools/libspreadsheet_la-gnm-solver.lo' libtool=yes @AMDEPBACKSLASH@
3832@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3833@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tools/libspreadsheet_la-gnm-solver.lo `test -f 'tools/gnm-solver.c' || echo '$(srcdir)/'`tools/gnm-solver.c
3834
3835tools/libspreadsheet_la-goal-seek.lo: tools/goal-seek.c
3836@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tools/libspreadsheet_la-goal-seek.lo -MD -MP -MF tools/$(DEPDIR)/libspreadsheet_la-goal-seek.Tpo -c -o tools/libspreadsheet_la-goal-seek.lo `test -f 'tools/goal-seek.c' || echo '$(srcdir)/'`tools/goal-seek.c
3837@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) tools/$(DEPDIR)/libspreadsheet_la-goal-seek.Tpo tools/$(DEPDIR)/libspreadsheet_la-goal-seek.Plo
3838@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='tools/goal-seek.c' object='tools/libspreadsheet_la-goal-seek.lo' libtool=yes @AMDEPBACKSLASH@
3839@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3840@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tools/libspreadsheet_la-goal-seek.lo `test -f 'tools/goal-seek.c' || echo '$(srcdir)/'`tools/goal-seek.c
3841
3842tools/libspreadsheet_la-random-generator-cor.lo: tools/random-generator-cor.c
3843@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tools/libspreadsheet_la-random-generator-cor.lo -MD -MP -MF tools/$(DEPDIR)/libspreadsheet_la-random-generator-cor.Tpo -c -o tools/libspreadsheet_la-random-generator-cor.lo `test -f 'tools/random-generator-cor.c' || echo '$(srcdir)/'`tools/random-generator-cor.c
3844@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) tools/$(DEPDIR)/libspreadsheet_la-random-generator-cor.Tpo tools/$(DEPDIR)/libspreadsheet_la-random-generator-cor.Plo
3845@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='tools/random-generator-cor.c' object='tools/libspreadsheet_la-random-generator-cor.lo' libtool=yes @AMDEPBACKSLASH@
3846@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3847@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tools/libspreadsheet_la-random-generator-cor.lo `test -f 'tools/random-generator-cor.c' || echo '$(srcdir)/'`tools/random-generator-cor.c
3848
3849tools/libspreadsheet_la-random-generator.lo: tools/random-generator.c
3850@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tools/libspreadsheet_la-random-generator.lo -MD -MP -MF tools/$(DEPDIR)/libspreadsheet_la-random-generator.Tpo -c -o tools/libspreadsheet_la-random-generator.lo `test -f 'tools/random-generator.c' || echo '$(srcdir)/'`tools/random-generator.c
3851@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) tools/$(DEPDIR)/libspreadsheet_la-random-generator.Tpo tools/$(DEPDIR)/libspreadsheet_la-random-generator.Plo
3852@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='tools/random-generator.c' object='tools/libspreadsheet_la-random-generator.lo' libtool=yes @AMDEPBACKSLASH@
3853@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3854@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tools/libspreadsheet_la-random-generator.lo `test -f 'tools/random-generator.c' || echo '$(srcdir)/'`tools/random-generator.c
3855
3856tools/libspreadsheet_la-scenarios.lo: tools/scenarios.c
3857@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tools/libspreadsheet_la-scenarios.lo -MD -MP -MF tools/$(DEPDIR)/libspreadsheet_la-scenarios.Tpo -c -o tools/libspreadsheet_la-scenarios.lo `test -f 'tools/scenarios.c' || echo '$(srcdir)/'`tools/scenarios.c
3858@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) tools/$(DEPDIR)/libspreadsheet_la-scenarios.Tpo tools/$(DEPDIR)/libspreadsheet_la-scenarios.Plo
3859@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='tools/scenarios.c' object='tools/libspreadsheet_la-scenarios.lo' libtool=yes @AMDEPBACKSLASH@
3860@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3861@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tools/libspreadsheet_la-scenarios.lo `test -f 'tools/scenarios.c' || echo '$(srcdir)/'`tools/scenarios.c
3862
3863tools/libspreadsheet_la-simulation.lo: tools/simulation.c
3864@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tools/libspreadsheet_la-simulation.lo -MD -MP -MF tools/$(DEPDIR)/libspreadsheet_la-simulation.Tpo -c -o tools/libspreadsheet_la-simulation.lo `test -f 'tools/simulation.c' || echo '$(srcdir)/'`tools/simulation.c
3865@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) tools/$(DEPDIR)/libspreadsheet_la-simulation.Tpo tools/$(DEPDIR)/libspreadsheet_la-simulation.Plo
3866@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='tools/simulation.c' object='tools/libspreadsheet_la-simulation.lo' libtool=yes @AMDEPBACKSLASH@
3867@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3868@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tools/libspreadsheet_la-simulation.lo `test -f 'tools/simulation.c' || echo '$(srcdir)/'`tools/simulation.c
3869
3870tools/libspreadsheet_la-tabulate.lo: tools/tabulate.c
3871@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT tools/libspreadsheet_la-tabulate.lo -MD -MP -MF tools/$(DEPDIR)/libspreadsheet_la-tabulate.Tpo -c -o tools/libspreadsheet_la-tabulate.lo `test -f 'tools/tabulate.c' || echo '$(srcdir)/'`tools/tabulate.c
3872@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) tools/$(DEPDIR)/libspreadsheet_la-tabulate.Tpo tools/$(DEPDIR)/libspreadsheet_la-tabulate.Plo
3873@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='tools/tabulate.c' object='tools/libspreadsheet_la-tabulate.lo' libtool=yes @AMDEPBACKSLASH@
3874@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3875@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o tools/libspreadsheet_la-tabulate.lo `test -f 'tools/tabulate.c' || echo '$(srcdir)/'`tools/tabulate.c
3876
3877widgets/libspreadsheet_la-gnm-dao.lo: widgets/gnm-dao.c
3878@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT widgets/libspreadsheet_la-gnm-dao.lo -MD -MP -MF widgets/$(DEPDIR)/libspreadsheet_la-gnm-dao.Tpo -c -o widgets/libspreadsheet_la-gnm-dao.lo `test -f 'widgets/gnm-dao.c' || echo '$(srcdir)/'`widgets/gnm-dao.c
3879@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) widgets/$(DEPDIR)/libspreadsheet_la-gnm-dao.Tpo widgets/$(DEPDIR)/libspreadsheet_la-gnm-dao.Plo
3880@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='widgets/gnm-dao.c' object='widgets/libspreadsheet_la-gnm-dao.lo' libtool=yes @AMDEPBACKSLASH@
3881@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3882@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o widgets/libspreadsheet_la-gnm-dao.lo `test -f 'widgets/gnm-dao.c' || echo '$(srcdir)/'`widgets/gnm-dao.c
3883
3884widgets/libspreadsheet_la-gnm-fontbutton.lo: widgets/gnm-fontbutton.c
3885@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT widgets/libspreadsheet_la-gnm-fontbutton.lo -MD -MP -MF widgets/$(DEPDIR)/libspreadsheet_la-gnm-fontbutton.Tpo -c -o widgets/libspreadsheet_la-gnm-fontbutton.lo `test -f 'widgets/gnm-fontbutton.c' || echo '$(srcdir)/'`widgets/gnm-fontbutton.c
3886@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) widgets/$(DEPDIR)/libspreadsheet_la-gnm-fontbutton.Tpo widgets/$(DEPDIR)/libspreadsheet_la-gnm-fontbutton.Plo
3887@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='widgets/gnm-fontbutton.c' object='widgets/libspreadsheet_la-gnm-fontbutton.lo' libtool=yes @AMDEPBACKSLASH@
3888@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3889@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o widgets/libspreadsheet_la-gnm-fontbutton.lo `test -f 'widgets/gnm-fontbutton.c' || echo '$(srcdir)/'`widgets/gnm-fontbutton.c
3890
3891widgets/libspreadsheet_la-gnm-format-sel.lo: widgets/gnm-format-sel.c
3892@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT widgets/libspreadsheet_la-gnm-format-sel.lo -MD -MP -MF widgets/$(DEPDIR)/libspreadsheet_la-gnm-format-sel.Tpo -c -o widgets/libspreadsheet_la-gnm-format-sel.lo `test -f 'widgets/gnm-format-sel.c' || echo '$(srcdir)/'`widgets/gnm-format-sel.c
3893@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) widgets/$(DEPDIR)/libspreadsheet_la-gnm-format-sel.Tpo widgets/$(DEPDIR)/libspreadsheet_la-gnm-format-sel.Plo
3894@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='widgets/gnm-format-sel.c' object='widgets/libspreadsheet_la-gnm-format-sel.lo' libtool=yes @AMDEPBACKSLASH@
3895@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3896@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o widgets/libspreadsheet_la-gnm-format-sel.lo `test -f 'widgets/gnm-format-sel.c' || echo '$(srcdir)/'`widgets/gnm-format-sel.c
3897
3898widgets/libspreadsheet_la-gnm-notebook.lo: widgets/gnm-notebook.c
3899@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT widgets/libspreadsheet_la-gnm-notebook.lo -MD -MP -MF widgets/$(DEPDIR)/libspreadsheet_la-gnm-notebook.Tpo -c -o widgets/libspreadsheet_la-gnm-notebook.lo `test -f 'widgets/gnm-notebook.c' || echo '$(srcdir)/'`widgets/gnm-notebook.c
3900@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) widgets/$(DEPDIR)/libspreadsheet_la-gnm-notebook.Tpo widgets/$(DEPDIR)/libspreadsheet_la-gnm-notebook.Plo
3901@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='widgets/gnm-notebook.c' object='widgets/libspreadsheet_la-gnm-notebook.lo' libtool=yes @AMDEPBACKSLASH@
3902@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3903@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o widgets/libspreadsheet_la-gnm-notebook.lo `test -f 'widgets/gnm-notebook.c' || echo '$(srcdir)/'`widgets/gnm-notebook.c
3904
3905widgets/libspreadsheet_la-gnm-radiobutton.lo: widgets/gnm-radiobutton.c
3906@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT widgets/libspreadsheet_la-gnm-radiobutton.lo -MD -MP -MF widgets/$(DEPDIR)/libspreadsheet_la-gnm-radiobutton.Tpo -c -o widgets/libspreadsheet_la-gnm-radiobutton.lo `test -f 'widgets/gnm-radiobutton.c' || echo '$(srcdir)/'`widgets/gnm-radiobutton.c
3907@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) widgets/$(DEPDIR)/libspreadsheet_la-gnm-radiobutton.Tpo widgets/$(DEPDIR)/libspreadsheet_la-gnm-radiobutton.Plo
3908@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='widgets/gnm-radiobutton.c' object='widgets/libspreadsheet_la-gnm-radiobutton.lo' libtool=yes @AMDEPBACKSLASH@
3909@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3910@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o widgets/libspreadsheet_la-gnm-radiobutton.lo `test -f 'widgets/gnm-radiobutton.c' || echo '$(srcdir)/'`widgets/gnm-radiobutton.c
3911
3912widgets/libspreadsheet_la-gnm-cell-combo-view.lo: widgets/gnm-cell-combo-view.c
3913@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT widgets/libspreadsheet_la-gnm-cell-combo-view.lo -MD -MP -MF widgets/$(DEPDIR)/libspreadsheet_la-gnm-cell-combo-view.Tpo -c -o widgets/libspreadsheet_la-gnm-cell-combo-view.lo `test -f 'widgets/gnm-cell-combo-view.c' || echo '$(srcdir)/'`widgets/gnm-cell-combo-view.c
3914@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) widgets/$(DEPDIR)/libspreadsheet_la-gnm-cell-combo-view.Tpo widgets/$(DEPDIR)/libspreadsheet_la-gnm-cell-combo-view.Plo
3915@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='widgets/gnm-cell-combo-view.c' object='widgets/libspreadsheet_la-gnm-cell-combo-view.lo' libtool=yes @AMDEPBACKSLASH@
3916@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3917@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o widgets/libspreadsheet_la-gnm-cell-combo-view.lo `test -f 'widgets/gnm-cell-combo-view.c' || echo '$(srcdir)/'`widgets/gnm-cell-combo-view.c
3918
3919widgets/libspreadsheet_la-gnm-filter-combo-view.lo: widgets/gnm-filter-combo-view.c
3920@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT widgets/libspreadsheet_la-gnm-filter-combo-view.lo -MD -MP -MF widgets/$(DEPDIR)/libspreadsheet_la-gnm-filter-combo-view.Tpo -c -o widgets/libspreadsheet_la-gnm-filter-combo-view.lo `test -f 'widgets/gnm-filter-combo-view.c' || echo '$(srcdir)/'`widgets/gnm-filter-combo-view.c
3921@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) widgets/$(DEPDIR)/libspreadsheet_la-gnm-filter-combo-view.Tpo widgets/$(DEPDIR)/libspreadsheet_la-gnm-filter-combo-view.Plo
3922@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='widgets/gnm-filter-combo-view.c' object='widgets/libspreadsheet_la-gnm-filter-combo-view.lo' libtool=yes @AMDEPBACKSLASH@
3923@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3924@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o widgets/libspreadsheet_la-gnm-filter-combo-view.lo `test -f 'widgets/gnm-filter-combo-view.c' || echo '$(srcdir)/'`widgets/gnm-filter-combo-view.c
3925
3926widgets/libspreadsheet_la-gnm-validation-combo-view.lo: widgets/gnm-validation-combo-view.c
3927@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT widgets/libspreadsheet_la-gnm-validation-combo-view.lo -MD -MP -MF widgets/$(DEPDIR)/libspreadsheet_la-gnm-validation-combo-view.Tpo -c -o widgets/libspreadsheet_la-gnm-validation-combo-view.lo `test -f 'widgets/gnm-validation-combo-view.c' || echo '$(srcdir)/'`widgets/gnm-validation-combo-view.c
3928@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) widgets/$(DEPDIR)/libspreadsheet_la-gnm-validation-combo-view.Tpo widgets/$(DEPDIR)/libspreadsheet_la-gnm-validation-combo-view.Plo
3929@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='widgets/gnm-validation-combo-view.c' object='widgets/libspreadsheet_la-gnm-validation-combo-view.lo' libtool=yes @AMDEPBACKSLASH@
3930@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3931@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o widgets/libspreadsheet_la-gnm-validation-combo-view.lo `test -f 'widgets/gnm-validation-combo-view.c' || echo '$(srcdir)/'`widgets/gnm-validation-combo-view.c
3932
3933widgets/libspreadsheet_la-gnm-sheet-sel.lo: widgets/gnm-sheet-sel.c
3934@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT widgets/libspreadsheet_la-gnm-sheet-sel.lo -MD -MP -MF widgets/$(DEPDIR)/libspreadsheet_la-gnm-sheet-sel.Tpo -c -o widgets/libspreadsheet_la-gnm-sheet-sel.lo `test -f 'widgets/gnm-sheet-sel.c' || echo '$(srcdir)/'`widgets/gnm-sheet-sel.c
3935@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) widgets/$(DEPDIR)/libspreadsheet_la-gnm-sheet-sel.Tpo widgets/$(DEPDIR)/libspreadsheet_la-gnm-sheet-sel.Plo
3936@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='widgets/gnm-sheet-sel.c' object='widgets/libspreadsheet_la-gnm-sheet-sel.lo' libtool=yes @AMDEPBACKSLASH@
3937@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3938@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o widgets/libspreadsheet_la-gnm-sheet-sel.lo `test -f 'widgets/gnm-sheet-sel.c' || echo '$(srcdir)/'`widgets/gnm-sheet-sel.c
3939
3940widgets/libspreadsheet_la-gnm-sheet-slicer-combo-view.lo: widgets/gnm-sheet-slicer-combo-view.c
3941@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT widgets/libspreadsheet_la-gnm-sheet-slicer-combo-view.lo -MD -MP -MF widgets/$(DEPDIR)/libspreadsheet_la-gnm-sheet-slicer-combo-view.Tpo -c -o widgets/libspreadsheet_la-gnm-sheet-slicer-combo-view.lo `test -f 'widgets/gnm-sheet-slicer-combo-view.c' || echo '$(srcdir)/'`widgets/gnm-sheet-slicer-combo-view.c
3942@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) widgets/$(DEPDIR)/libspreadsheet_la-gnm-sheet-slicer-combo-view.Tpo widgets/$(DEPDIR)/libspreadsheet_la-gnm-sheet-slicer-combo-view.Plo
3943@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='widgets/gnm-sheet-slicer-combo-view.c' object='widgets/libspreadsheet_la-gnm-sheet-slicer-combo-view.lo' libtool=yes @AMDEPBACKSLASH@
3944@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3945@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o widgets/libspreadsheet_la-gnm-sheet-slicer-combo-view.lo `test -f 'widgets/gnm-sheet-slicer-combo-view.c' || echo '$(srcdir)/'`widgets/gnm-sheet-slicer-combo-view.c
3946
3947widgets/libspreadsheet_la-gnm-so-anchor-mode-chooser.lo: widgets/gnm-so-anchor-mode-chooser.c
3948@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT widgets/libspreadsheet_la-gnm-so-anchor-mode-chooser.lo -MD -MP -MF widgets/$(DEPDIR)/libspreadsheet_la-gnm-so-anchor-mode-chooser.Tpo -c -o widgets/libspreadsheet_la-gnm-so-anchor-mode-chooser.lo `test -f 'widgets/gnm-so-anchor-mode-chooser.c' || echo '$(srcdir)/'`widgets/gnm-so-anchor-mode-chooser.c
3949@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) widgets/$(DEPDIR)/libspreadsheet_la-gnm-so-anchor-mode-chooser.Tpo widgets/$(DEPDIR)/libspreadsheet_la-gnm-so-anchor-mode-chooser.Plo
3950@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='widgets/gnm-so-anchor-mode-chooser.c' object='widgets/libspreadsheet_la-gnm-so-anchor-mode-chooser.lo' libtool=yes @AMDEPBACKSLASH@
3951@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3952@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o widgets/libspreadsheet_la-gnm-so-anchor-mode-chooser.lo `test -f 'widgets/gnm-so-anchor-mode-chooser.c' || echo '$(srcdir)/'`widgets/gnm-so-anchor-mode-chooser.c
3953
3954widgets/libspreadsheet_la-gnm-workbook-sel.lo: widgets/gnm-workbook-sel.c
3955@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT widgets/libspreadsheet_la-gnm-workbook-sel.lo -MD -MP -MF widgets/$(DEPDIR)/libspreadsheet_la-gnm-workbook-sel.Tpo -c -o widgets/libspreadsheet_la-gnm-workbook-sel.lo `test -f 'widgets/gnm-workbook-sel.c' || echo '$(srcdir)/'`widgets/gnm-workbook-sel.c
3956@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) widgets/$(DEPDIR)/libspreadsheet_la-gnm-workbook-sel.Tpo widgets/$(DEPDIR)/libspreadsheet_la-gnm-workbook-sel.Plo
3957@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='widgets/gnm-workbook-sel.c' object='widgets/libspreadsheet_la-gnm-workbook-sel.lo' libtool=yes @AMDEPBACKSLASH@
3958@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3959@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o widgets/libspreadsheet_la-gnm-workbook-sel.lo `test -f 'widgets/gnm-workbook-sel.c' || echo '$(srcdir)/'`widgets/gnm-workbook-sel.c
3960
3961widgets/libspreadsheet_la-gnm-cell-renderer-text.lo: widgets/gnm-cell-renderer-text.c
3962@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT widgets/libspreadsheet_la-gnm-cell-renderer-text.lo -MD -MP -MF widgets/$(DEPDIR)/libspreadsheet_la-gnm-cell-renderer-text.Tpo -c -o widgets/libspreadsheet_la-gnm-cell-renderer-text.lo `test -f 'widgets/gnm-cell-renderer-text.c' || echo '$(srcdir)/'`widgets/gnm-cell-renderer-text.c
3963@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) widgets/$(DEPDIR)/libspreadsheet_la-gnm-cell-renderer-text.Tpo widgets/$(DEPDIR)/libspreadsheet_la-gnm-cell-renderer-text.Plo
3964@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='widgets/gnm-cell-renderer-text.c' object='widgets/libspreadsheet_la-gnm-cell-renderer-text.lo' libtool=yes @AMDEPBACKSLASH@
3965@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3966@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o widgets/libspreadsheet_la-gnm-cell-renderer-text.lo `test -f 'widgets/gnm-cell-renderer-text.c' || echo '$(srcdir)/'`widgets/gnm-cell-renderer-text.c
3967
3968widgets/libspreadsheet_la-gnm-cell-renderer-expr-entry.lo: widgets/gnm-cell-renderer-expr-entry.c
3969@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT widgets/libspreadsheet_la-gnm-cell-renderer-expr-entry.lo -MD -MP -MF widgets/$(DEPDIR)/libspreadsheet_la-gnm-cell-renderer-expr-entry.Tpo -c -o widgets/libspreadsheet_la-gnm-cell-renderer-expr-entry.lo `test -f 'widgets/gnm-cell-renderer-expr-entry.c' || echo '$(srcdir)/'`widgets/gnm-cell-renderer-expr-entry.c
3970@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) widgets/$(DEPDIR)/libspreadsheet_la-gnm-cell-renderer-expr-entry.Tpo widgets/$(DEPDIR)/libspreadsheet_la-gnm-cell-renderer-expr-entry.Plo
3971@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='widgets/gnm-cell-renderer-expr-entry.c' object='widgets/libspreadsheet_la-gnm-cell-renderer-expr-entry.lo' libtool=yes @AMDEPBACKSLASH@
3972@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3973@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o widgets/libspreadsheet_la-gnm-cell-renderer-expr-entry.lo `test -f 'widgets/gnm-cell-renderer-expr-entry.c' || echo '$(srcdir)/'`widgets/gnm-cell-renderer-expr-entry.c
3974
3975widgets/libspreadsheet_la-gnm-cell-renderer-toggle.lo: widgets/gnm-cell-renderer-toggle.c
3976@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT widgets/libspreadsheet_la-gnm-cell-renderer-toggle.lo -MD -MP -MF widgets/$(DEPDIR)/libspreadsheet_la-gnm-cell-renderer-toggle.Tpo -c -o widgets/libspreadsheet_la-gnm-cell-renderer-toggle.lo `test -f 'widgets/gnm-cell-renderer-toggle.c' || echo '$(srcdir)/'`widgets/gnm-cell-renderer-toggle.c
3977@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) widgets/$(DEPDIR)/libspreadsheet_la-gnm-cell-renderer-toggle.Tpo widgets/$(DEPDIR)/libspreadsheet_la-gnm-cell-renderer-toggle.Plo
3978@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='widgets/gnm-cell-renderer-toggle.c' object='widgets/libspreadsheet_la-gnm-cell-renderer-toggle.lo' libtool=yes @AMDEPBACKSLASH@
3979@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3980@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o widgets/libspreadsheet_la-gnm-cell-renderer-toggle.lo `test -f 'widgets/gnm-cell-renderer-toggle.c' || echo '$(srcdir)/'`widgets/gnm-cell-renderer-toggle.c
3981
3982widgets/libspreadsheet_la-gnm-dashed-canvas-line.lo: widgets/gnm-dashed-canvas-line.c
3983@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT widgets/libspreadsheet_la-gnm-dashed-canvas-line.lo -MD -MP -MF widgets/$(DEPDIR)/libspreadsheet_la-gnm-dashed-canvas-line.Tpo -c -o widgets/libspreadsheet_la-gnm-dashed-canvas-line.lo `test -f 'widgets/gnm-dashed-canvas-line.c' || echo '$(srcdir)/'`widgets/gnm-dashed-canvas-line.c
3984@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) widgets/$(DEPDIR)/libspreadsheet_la-gnm-dashed-canvas-line.Tpo widgets/$(DEPDIR)/libspreadsheet_la-gnm-dashed-canvas-line.Plo
3985@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='widgets/gnm-dashed-canvas-line.c' object='widgets/libspreadsheet_la-gnm-dashed-canvas-line.lo' libtool=yes @AMDEPBACKSLASH@
3986@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3987@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o widgets/libspreadsheet_la-gnm-dashed-canvas-line.lo `test -f 'widgets/gnm-dashed-canvas-line.c' || echo '$(srcdir)/'`widgets/gnm-dashed-canvas-line.c
3988
3989widgets/libspreadsheet_la-gnm-expr-entry.lo: widgets/gnm-expr-entry.c
3990@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT widgets/libspreadsheet_la-gnm-expr-entry.lo -MD -MP -MF widgets/$(DEPDIR)/libspreadsheet_la-gnm-expr-entry.Tpo -c -o widgets/libspreadsheet_la-gnm-expr-entry.lo `test -f 'widgets/gnm-expr-entry.c' || echo '$(srcdir)/'`widgets/gnm-expr-entry.c
3991@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) widgets/$(DEPDIR)/libspreadsheet_la-gnm-expr-entry.Tpo widgets/$(DEPDIR)/libspreadsheet_la-gnm-expr-entry.Plo
3992@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='widgets/gnm-expr-entry.c' object='widgets/libspreadsheet_la-gnm-expr-entry.lo' libtool=yes @AMDEPBACKSLASH@
3993@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
3994@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o widgets/libspreadsheet_la-gnm-expr-entry.lo `test -f 'widgets/gnm-expr-entry.c' || echo '$(srcdir)/'`widgets/gnm-expr-entry.c
3995
3996widgets/libspreadsheet_la-gnm-text-view.lo: widgets/gnm-text-view.c
3997@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT widgets/libspreadsheet_la-gnm-text-view.lo -MD -MP -MF widgets/$(DEPDIR)/libspreadsheet_la-gnm-text-view.Tpo -c -o widgets/libspreadsheet_la-gnm-text-view.lo `test -f 'widgets/gnm-text-view.c' || echo '$(srcdir)/'`widgets/gnm-text-view.c
3998@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) widgets/$(DEPDIR)/libspreadsheet_la-gnm-text-view.Tpo widgets/$(DEPDIR)/libspreadsheet_la-gnm-text-view.Plo
3999@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='widgets/gnm-text-view.c' object='widgets/libspreadsheet_la-gnm-text-view.lo' libtool=yes @AMDEPBACKSLASH@
4000@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
4001@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o widgets/libspreadsheet_la-gnm-text-view.lo `test -f 'widgets/gnm-text-view.c' || echo '$(srcdir)/'`widgets/gnm-text-view.c
4002
4003libspreadsheet_la-gnmresources.lo: gnmresources.c
4004@am__fastdepCC_TRUE@	$(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT libspreadsheet_la-gnmresources.lo -MD -MP -MF $(DEPDIR)/libspreadsheet_la-gnmresources.Tpo -c -o libspreadsheet_la-gnmresources.lo `test -f 'gnmresources.c' || echo '$(srcdir)/'`gnmresources.c
4005@am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/libspreadsheet_la-gnmresources.Tpo $(DEPDIR)/libspreadsheet_la-gnmresources.Plo
4006@AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='gnmresources.c' object='libspreadsheet_la-gnmresources.lo' libtool=yes @AMDEPBACKSLASH@
4007@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
4008@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libspreadsheet_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o libspreadsheet_la-gnmresources.lo `test -f 'gnmresources.c' || echo '$(srcdir)/'`gnmresources.c
4009
4010.y.c:
4011	$(AM_V_YACC)$(am__skipyacc) $(SHELL) $(YLWRAP) $< y.tab.c $@ y.tab.h `echo $@ | $(am__yacc_c2h)` y.output $*.output -- $(YACCCOMPILE)
4012
4013mostlyclean-libtool:
4014	-rm -f *.lo
4015
4016clean-libtool:
4017	-rm -rf .libs _libs
4018	-rm -rf dialogs/.libs dialogs/_libs
4019	-rm -rf tools/.libs tools/_libs
4020	-rm -rf widgets/.libs widgets/_libs
4021install-girDATA: $(gir_DATA)
4022	@$(NORMAL_INSTALL)
4023	@list='$(gir_DATA)'; test -n "$(girdir)" || list=; \
4024	if test -n "$$list"; then \
4025	  echo " $(MKDIR_P) '$(DESTDIR)$(girdir)'"; \
4026	  $(MKDIR_P) "$(DESTDIR)$(girdir)" || exit 1; \
4027	fi; \
4028	for p in $$list; do \
4029	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
4030	  echo "$$d$$p"; \
4031	done | $(am__base_list) | \
4032	while read files; do \
4033	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(girdir)'"; \
4034	  $(INSTALL_DATA) $$files "$(DESTDIR)$(girdir)" || exit $$?; \
4035	done
4036
4037uninstall-girDATA:
4038	@$(NORMAL_UNINSTALL)
4039	@list='$(gir_DATA)'; test -n "$(girdir)" || list=; \
4040	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
4041	dir='$(DESTDIR)$(girdir)'; $(am__uninstall_files_from_dir)
4042install-typelibsDATA: $(typelibs_DATA)
4043	@$(NORMAL_INSTALL)
4044	@list='$(typelibs_DATA)'; test -n "$(typelibsdir)" || list=; \
4045	if test -n "$$list"; then \
4046	  echo " $(MKDIR_P) '$(DESTDIR)$(typelibsdir)'"; \
4047	  $(MKDIR_P) "$(DESTDIR)$(typelibsdir)" || exit 1; \
4048	fi; \
4049	for p in $$list; do \
4050	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
4051	  echo "$$d$$p"; \
4052	done | $(am__base_list) | \
4053	while read files; do \
4054	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(typelibsdir)'"; \
4055	  $(INSTALL_DATA) $$files "$(DESTDIR)$(typelibsdir)" || exit $$?; \
4056	done
4057
4058uninstall-typelibsDATA:
4059	@$(NORMAL_UNINSTALL)
4060	@list='$(typelibs_DATA)'; test -n "$(typelibsdir)" || list=; \
4061	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
4062	dir='$(DESTDIR)$(typelibsdir)'; $(am__uninstall_files_from_dir)
4063install-libspreadsheet_includeHEADERS: $(libspreadsheet_include_HEADERS)
4064	@$(NORMAL_INSTALL)
4065	@list='$(libspreadsheet_include_HEADERS)'; test -n "$(libspreadsheet_includedir)" || list=; \
4066	if test -n "$$list"; then \
4067	  echo " $(MKDIR_P) '$(DESTDIR)$(libspreadsheet_includedir)'"; \
4068	  $(MKDIR_P) "$(DESTDIR)$(libspreadsheet_includedir)" || exit 1; \
4069	fi; \
4070	for p in $$list; do \
4071	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
4072	  echo "$$d$$p"; \
4073	done | $(am__base_list) | \
4074	while read files; do \
4075	  echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(libspreadsheet_includedir)'"; \
4076	  $(INSTALL_HEADER) $$files "$(DESTDIR)$(libspreadsheet_includedir)" || exit $$?; \
4077	done
4078
4079uninstall-libspreadsheet_includeHEADERS:
4080	@$(NORMAL_UNINSTALL)
4081	@list='$(libspreadsheet_include_HEADERS)'; test -n "$(libspreadsheet_includedir)" || list=; \
4082	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
4083	dir='$(DESTDIR)$(libspreadsheet_includedir)'; $(am__uninstall_files_from_dir)
4084install-toolsHEADERS: $(tools_HEADERS)
4085	@$(NORMAL_INSTALL)
4086	@list='$(tools_HEADERS)'; test -n "$(toolsdir)" || list=; \
4087	if test -n "$$list"; then \
4088	  echo " $(MKDIR_P) '$(DESTDIR)$(toolsdir)'"; \
4089	  $(MKDIR_P) "$(DESTDIR)$(toolsdir)" || exit 1; \
4090	fi; \
4091	for p in $$list; do \
4092	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
4093	  echo "$$d$$p"; \
4094	done | $(am__base_list) | \
4095	while read files; do \
4096	  echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(toolsdir)'"; \
4097	  $(INSTALL_HEADER) $$files "$(DESTDIR)$(toolsdir)" || exit $$?; \
4098	done
4099
4100uninstall-toolsHEADERS:
4101	@$(NORMAL_UNINSTALL)
4102	@list='$(tools_HEADERS)'; test -n "$(toolsdir)" || list=; \
4103	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
4104	dir='$(DESTDIR)$(toolsdir)'; $(am__uninstall_files_from_dir)
4105install-widgetsHEADERS: $(widgets_HEADERS)
4106	@$(NORMAL_INSTALL)
4107	@list='$(widgets_HEADERS)'; test -n "$(widgetsdir)" || list=; \
4108	if test -n "$$list"; then \
4109	  echo " $(MKDIR_P) '$(DESTDIR)$(widgetsdir)'"; \
4110	  $(MKDIR_P) "$(DESTDIR)$(widgetsdir)" || exit 1; \
4111	fi; \
4112	for p in $$list; do \
4113	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
4114	  echo "$$d$$p"; \
4115	done | $(am__base_list) | \
4116	while read files; do \
4117	  echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(widgetsdir)'"; \
4118	  $(INSTALL_HEADER) $$files "$(DESTDIR)$(widgetsdir)" || exit $$?; \
4119	done
4120
4121uninstall-widgetsHEADERS:
4122	@$(NORMAL_UNINSTALL)
4123	@list='$(widgets_HEADERS)'; test -n "$(widgetsdir)" || list=; \
4124	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
4125	dir='$(DESTDIR)$(widgetsdir)'; $(am__uninstall_files_from_dir)
4126
4127ID: $(am__tagged_files)
4128	$(am__define_uniq_tagged_files); mkid -fID $$unique
4129tags: tags-am
4130TAGS: tags
4131
4132tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
4133	set x; \
4134	here=`pwd`; \
4135	$(am__define_uniq_tagged_files); \
4136	shift; \
4137	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
4138	  test -n "$$unique" || unique=$$empty_fix; \
4139	  if test $$# -gt 0; then \
4140	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
4141	      "$$@" $$unique; \
4142	  else \
4143	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
4144	      $$unique; \
4145	  fi; \
4146	fi
4147ctags: ctags-am
4148
4149CTAGS: ctags
4150ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
4151	$(am__define_uniq_tagged_files); \
4152	test -z "$(CTAGS_ARGS)$$unique" \
4153	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
4154	     $$unique
4155
4156GTAGS:
4157	here=`$(am__cd) $(top_builddir) && pwd` \
4158	  && $(am__cd) $(top_srcdir) \
4159	  && gtags -i $(GTAGS_ARGS) "$$here"
4160cscopelist: cscopelist-am
4161
4162cscopelist-am: $(am__tagged_files)
4163	list='$(am__tagged_files)'; \
4164	case "$(srcdir)" in \
4165	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
4166	  *) sdir=$(subdir)/$(srcdir) ;; \
4167	esac; \
4168	for i in $$list; do \
4169	  if test -f "$$i"; then \
4170	    echo "$(subdir)/$$i"; \
4171	  else \
4172	    echo "$$sdir/$$i"; \
4173	  fi; \
4174	done >> $(top_builddir)/cscope.files
4175
4176distclean-tags:
4177	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
4178
4179distdir: $(BUILT_SOURCES)
4180	$(MAKE) $(AM_MAKEFLAGS) distdir-am
4181
4182distdir-am: $(DISTFILES)
4183	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
4184	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
4185	list='$(DISTFILES)'; \
4186	  dist_files=`for file in $$list; do echo $$file; done | \
4187	  sed -e "s|^$$srcdirstrip/||;t" \
4188	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
4189	case $$dist_files in \
4190	  */*) $(MKDIR_P) `echo "$$dist_files" | \
4191			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
4192			   sort -u` ;; \
4193	esac; \
4194	for file in $$dist_files; do \
4195	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
4196	  if test -d $$d/$$file; then \
4197	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
4198	    if test -d "$(distdir)/$$file"; then \
4199	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
4200	    fi; \
4201	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
4202	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
4203	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
4204	    fi; \
4205	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
4206	  else \
4207	    test -f "$(distdir)/$$file" \
4208	    || cp -p $$d/$$file "$(distdir)/$$file" \
4209	    || exit 1; \
4210	  fi; \
4211	done
4212check-am: all-am
4213	$(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS)
4214check: $(BUILT_SOURCES)
4215	$(MAKE) $(AM_MAKEFLAGS) check-am
4216all-am: Makefile $(PROGRAMS) $(LTLIBRARIES) $(DATA) $(HEADERS)
4217install-binPROGRAMS: install-libLTLIBRARIES
4218
4219installdirs:
4220	for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(libdir)" "$(DESTDIR)$(girdir)" "$(DESTDIR)$(typelibsdir)" "$(DESTDIR)$(libspreadsheet_includedir)" "$(DESTDIR)$(toolsdir)" "$(DESTDIR)$(widgetsdir)"; do \
4221	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
4222	done
4223install: $(BUILT_SOURCES)
4224	$(MAKE) $(AM_MAKEFLAGS) install-am
4225install-exec: install-exec-am
4226install-data: install-data-am
4227uninstall: uninstall-am
4228
4229install-am: all-am
4230	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
4231
4232installcheck: installcheck-am
4233install-strip:
4234	if test -z '$(STRIP)'; then \
4235	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
4236	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
4237	      install; \
4238	else \
4239	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
4240	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
4241	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
4242	fi
4243mostlyclean-generic:
4244
4245clean-generic:
4246	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
4247
4248distclean-generic:
4249	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
4250	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
4251	-rm -f dialogs/$(DEPDIR)/$(am__dirstamp)
4252	-rm -f dialogs/$(am__dirstamp)
4253	-rm -f tools/$(DEPDIR)/$(am__dirstamp)
4254	-rm -f tools/$(am__dirstamp)
4255	-rm -f widgets/$(DEPDIR)/$(am__dirstamp)
4256	-rm -f widgets/$(am__dirstamp)
4257
4258maintainer-clean-generic:
4259	@echo "This command is intended for maintainers to use"
4260	@echo "it deletes files that may require special tools to rebuild."
4261	-rm -f parser.c
4262	-test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
4263clean: clean-am
4264
4265clean-am: clean-binPROGRAMS clean-checkPROGRAMS clean-generic \
4266	clean-libLTLIBRARIES clean-libtool clean-noinstPROGRAMS \
4267	mostlyclean-am
4268
4269distclean: distclean-am
4270		-rm -f ./$(DEPDIR)/io-context-gtk.Po
4271	-rm -f ./$(DEPDIR)/libspreadsheet_la-application.Plo
4272	-rm -f ./$(DEPDIR)/libspreadsheet_la-auto-format.Plo
4273	-rm -f ./$(DEPDIR)/libspreadsheet_la-cell-draw.Plo
4274	-rm -f ./$(DEPDIR)/libspreadsheet_la-cell.Plo
4275	-rm -f ./$(DEPDIR)/libspreadsheet_la-cellspan.Plo
4276	-rm -f ./$(DEPDIR)/libspreadsheet_la-clipboard.Plo
4277	-rm -f ./$(DEPDIR)/libspreadsheet_la-cmd-edit.Plo
4278	-rm -f ./$(DEPDIR)/libspreadsheet_la-collect.Plo
4279	-rm -f ./$(DEPDIR)/libspreadsheet_la-colrow.Plo
4280	-rm -f ./$(DEPDIR)/libspreadsheet_la-command-context-stderr.Plo
4281	-rm -f ./$(DEPDIR)/libspreadsheet_la-command-context.Plo
4282	-rm -f ./$(DEPDIR)/libspreadsheet_la-commands.Plo
4283	-rm -f ./$(DEPDIR)/libspreadsheet_la-complete-sheet.Plo
4284	-rm -f ./$(DEPDIR)/libspreadsheet_la-complete.Plo
4285	-rm -f ./$(DEPDIR)/libspreadsheet_la-complex.Plo
4286	-rm -f ./$(DEPDIR)/libspreadsheet_la-consolidate.Plo
4287	-rm -f ./$(DEPDIR)/libspreadsheet_la-criteria.Plo
4288	-rm -f ./$(DEPDIR)/libspreadsheet_la-dependent.Plo
4289	-rm -f ./$(DEPDIR)/libspreadsheet_la-expr-deriv.Plo
4290	-rm -f ./$(DEPDIR)/libspreadsheet_la-expr-name.Plo
4291	-rm -f ./$(DEPDIR)/libspreadsheet_la-expr.Plo
4292	-rm -f ./$(DEPDIR)/libspreadsheet_la-file-autoft.Plo
4293	-rm -f ./$(DEPDIR)/libspreadsheet_la-format-template.Plo
4294	-rm -f ./$(DEPDIR)/libspreadsheet_la-func-builtin.Plo
4295	-rm -f ./$(DEPDIR)/libspreadsheet_la-func.Plo
4296	-rm -f ./$(DEPDIR)/libspreadsheet_la-gnm-cell-combo.Plo
4297	-rm -f ./$(DEPDIR)/libspreadsheet_la-gnm-commands-slicer.Plo
4298	-rm -f ./$(DEPDIR)/libspreadsheet_la-gnm-data-cache-source.Plo
4299	-rm -f ./$(DEPDIR)/libspreadsheet_la-gnm-datetime.Plo
4300	-rm -f ./$(DEPDIR)/libspreadsheet_la-gnm-format.Plo
4301	-rm -f ./$(DEPDIR)/libspreadsheet_la-gnm-graph-window.Plo
4302	-rm -f ./$(DEPDIR)/libspreadsheet_la-gnm-marshalers.Plo
4303	-rm -f ./$(DEPDIR)/libspreadsheet_la-gnm-pane.Plo
4304	-rm -f ./$(DEPDIR)/libspreadsheet_la-gnm-plugin.Plo
4305	-rm -f ./$(DEPDIR)/libspreadsheet_la-gnm-random.Plo
4306	-rm -f ./$(DEPDIR)/libspreadsheet_la-gnm-sheet-slicer-combo.Plo
4307	-rm -f ./$(DEPDIR)/libspreadsheet_la-gnm-sheet-slicer.Plo
4308	-rm -f ./$(DEPDIR)/libspreadsheet_la-gnm-so-filled.Plo
4309	-rm -f ./$(DEPDIR)/libspreadsheet_la-gnm-so-line.Plo
4310	-rm -f ./$(DEPDIR)/libspreadsheet_la-gnm-so-path.Plo
4311	-rm -f ./$(DEPDIR)/libspreadsheet_la-gnm-so-polygon.Plo
4312	-rm -f ./$(DEPDIR)/libspreadsheet_la-gnmresources.Plo
4313	-rm -f ./$(DEPDIR)/libspreadsheet_la-gnumeric-conf.Plo
4314	-rm -f ./$(DEPDIR)/libspreadsheet_la-gnumeric-simple-canvas.Plo
4315	-rm -f ./$(DEPDIR)/libspreadsheet_la-go-data-cache-field.Plo
4316	-rm -f ./$(DEPDIR)/libspreadsheet_la-go-data-cache-source.Plo
4317	-rm -f ./$(DEPDIR)/libspreadsheet_la-go-data-cache.Plo
4318	-rm -f ./$(DEPDIR)/libspreadsheet_la-go-data-slicer-field.Plo
4319	-rm -f ./$(DEPDIR)/libspreadsheet_la-go-data-slicer.Plo
4320	-rm -f ./$(DEPDIR)/libspreadsheet_la-go-val.Plo
4321	-rm -f ./$(DEPDIR)/libspreadsheet_la-graph.Plo
4322	-rm -f ./$(DEPDIR)/libspreadsheet_la-gui-clipboard.Plo
4323	-rm -f ./$(DEPDIR)/libspreadsheet_la-gui-file.Plo
4324	-rm -f ./$(DEPDIR)/libspreadsheet_la-gui-util.Plo
4325	-rm -f ./$(DEPDIR)/libspreadsheet_la-gutils.Plo
4326	-rm -f ./$(DEPDIR)/libspreadsheet_la-history.Plo
4327	-rm -f ./$(DEPDIR)/libspreadsheet_la-hlink.Plo
4328	-rm -f ./$(DEPDIR)/libspreadsheet_la-input-msg.Plo
4329	-rm -f ./$(DEPDIR)/libspreadsheet_la-item-bar.Plo
4330	-rm -f ./$(DEPDIR)/libspreadsheet_la-item-cursor.Plo
4331	-rm -f ./$(DEPDIR)/libspreadsheet_la-item-edit.Plo
4332	-rm -f ./$(DEPDIR)/libspreadsheet_la-item-grid.Plo
4333	-rm -f ./$(DEPDIR)/libspreadsheet_la-libgnumeric.Plo
4334	-rm -f ./$(DEPDIR)/libspreadsheet_la-mathfunc.Plo
4335	-rm -f ./$(DEPDIR)/libspreadsheet_la-mstyle.Plo
4336	-rm -f ./$(DEPDIR)/libspreadsheet_la-number-match.Plo
4337	-rm -f ./$(DEPDIR)/libspreadsheet_la-outoflinedocs.Plo
4338	-rm -f ./$(DEPDIR)/libspreadsheet_la-parse-util.Plo
4339	-rm -f ./$(DEPDIR)/libspreadsheet_la-parser.Plo
4340	-rm -f ./$(DEPDIR)/libspreadsheet_la-pattern.Plo
4341	-rm -f ./$(DEPDIR)/libspreadsheet_la-position.Plo
4342	-rm -f ./$(DEPDIR)/libspreadsheet_la-preview-grid.Plo
4343	-rm -f ./$(DEPDIR)/libspreadsheet_la-print-cell.Plo
4344	-rm -f ./$(DEPDIR)/libspreadsheet_la-print-info.Plo
4345	-rm -f ./$(DEPDIR)/libspreadsheet_la-print.Plo
4346	-rm -f ./$(DEPDIR)/libspreadsheet_la-rangefunc-strings.Plo
4347	-rm -f ./$(DEPDIR)/libspreadsheet_la-rangefunc.Plo
4348	-rm -f ./$(DEPDIR)/libspreadsheet_la-ranges.Plo
4349	-rm -f ./$(DEPDIR)/libspreadsheet_la-rendered-value.Plo
4350	-rm -f ./$(DEPDIR)/libspreadsheet_la-search.Plo
4351	-rm -f ./$(DEPDIR)/libspreadsheet_la-selection.Plo
4352	-rm -f ./$(DEPDIR)/libspreadsheet_la-session.Plo
4353	-rm -f ./$(DEPDIR)/libspreadsheet_la-sf-bessel.Plo
4354	-rm -f ./$(DEPDIR)/libspreadsheet_la-sf-dpq.Plo
4355	-rm -f ./$(DEPDIR)/libspreadsheet_la-sf-gamma.Plo
4356	-rm -f ./$(DEPDIR)/libspreadsheet_la-sf-trig.Plo
4357	-rm -f ./$(DEPDIR)/libspreadsheet_la-sheet-autofill.Plo
4358	-rm -f ./$(DEPDIR)/libspreadsheet_la-sheet-conditions.Plo
4359	-rm -f ./$(DEPDIR)/libspreadsheet_la-sheet-control-gui.Plo
4360	-rm -f ./$(DEPDIR)/libspreadsheet_la-sheet-control.Plo
4361	-rm -f ./$(DEPDIR)/libspreadsheet_la-sheet-diff.Plo
4362	-rm -f ./$(DEPDIR)/libspreadsheet_la-sheet-filter.Plo
4363	-rm -f ./$(DEPDIR)/libspreadsheet_la-sheet-merge.Plo
4364	-rm -f ./$(DEPDIR)/libspreadsheet_la-sheet-object-cell-comment.Plo
4365	-rm -f ./$(DEPDIR)/libspreadsheet_la-sheet-object-component.Plo
4366	-rm -f ./$(DEPDIR)/libspreadsheet_la-sheet-object-graph.Plo
4367	-rm -f ./$(DEPDIR)/libspreadsheet_la-sheet-object-image.Plo
4368	-rm -f ./$(DEPDIR)/libspreadsheet_la-sheet-object-widget.Plo
4369	-rm -f ./$(DEPDIR)/libspreadsheet_la-sheet-object.Plo
4370	-rm -f ./$(DEPDIR)/libspreadsheet_la-sheet-style.Plo
4371	-rm -f ./$(DEPDIR)/libspreadsheet_la-sheet-utils.Plo
4372	-rm -f ./$(DEPDIR)/libspreadsheet_la-sheet-view.Plo
4373	-rm -f ./$(DEPDIR)/libspreadsheet_la-sheet.Plo
4374	-rm -f ./$(DEPDIR)/libspreadsheet_la-sort.Plo
4375	-rm -f ./$(DEPDIR)/libspreadsheet_la-stf-export.Plo
4376	-rm -f ./$(DEPDIR)/libspreadsheet_la-stf-parse.Plo
4377	-rm -f ./$(DEPDIR)/libspreadsheet_la-stf.Plo
4378	-rm -f ./$(DEPDIR)/libspreadsheet_la-style-border.Plo
4379	-rm -f ./$(DEPDIR)/libspreadsheet_la-style-color.Plo
4380	-rm -f ./$(DEPDIR)/libspreadsheet_la-style-conditions.Plo
4381	-rm -f ./$(DEPDIR)/libspreadsheet_la-style.Plo
4382	-rm -f ./$(DEPDIR)/libspreadsheet_la-undo.Plo
4383	-rm -f ./$(DEPDIR)/libspreadsheet_la-validation.Plo
4384	-rm -f ./$(DEPDIR)/libspreadsheet_la-value-sheet.Plo
4385	-rm -f ./$(DEPDIR)/libspreadsheet_la-value.Plo
4386	-rm -f ./$(DEPDIR)/libspreadsheet_la-wbc-gtk-actions.Plo
4387	-rm -f ./$(DEPDIR)/libspreadsheet_la-wbc-gtk-edit.Plo
4388	-rm -f ./$(DEPDIR)/libspreadsheet_la-wbc-gtk.Plo
4389	-rm -f ./$(DEPDIR)/libspreadsheet_la-workbook-cmd-format.Plo
4390	-rm -f ./$(DEPDIR)/libspreadsheet_la-workbook-control.Plo
4391	-rm -f ./$(DEPDIR)/libspreadsheet_la-workbook-view.Plo
4392	-rm -f ./$(DEPDIR)/libspreadsheet_la-workbook.Plo
4393	-rm -f ./$(DEPDIR)/libspreadsheet_la-xml-sax-read.Plo
4394	-rm -f ./$(DEPDIR)/libspreadsheet_la-xml-sax-write.Plo
4395	-rm -f ./$(DEPDIR)/main-application.Po
4396	-rm -f ./$(DEPDIR)/ssconvert.Po
4397	-rm -f ./$(DEPDIR)/ssdiff.Po
4398	-rm -f ./$(DEPDIR)/ssgrep.Po
4399	-rm -f ./$(DEPDIR)/ssindex.Po
4400	-rm -f ./$(DEPDIR)/sstest.Po
4401	-rm -f dialogs/$(DEPDIR)/libspreadsheet_la-dao-gui-utils.Plo
4402	-rm -f dialogs/$(DEPDIR)/libspreadsheet_la-dialog-about.Plo
4403	-rm -f dialogs/$(DEPDIR)/libspreadsheet_la-dialog-advanced-filter.Plo
4404	-rm -f dialogs/$(DEPDIR)/libspreadsheet_la-dialog-analysis-tool-chi-squared.Plo
4405	-rm -f dialogs/$(DEPDIR)/libspreadsheet_la-dialog-analysis-tool-frequency.Plo
4406	-rm -f dialogs/$(DEPDIR)/libspreadsheet_la-dialog-analysis-tool-kaplan-meier.Plo
4407	-rm -f dialogs/$(DEPDIR)/libspreadsheet_la-dialog-analysis-tool-normality.Plo
4408	-rm -f dialogs/$(DEPDIR)/libspreadsheet_la-dialog-analysis-tool-one-mean.Plo
4409	-rm -f dialogs/$(DEPDIR)/libspreadsheet_la-dialog-analysis-tool-principal-components.Plo
4410	-rm -f dialogs/$(DEPDIR)/libspreadsheet_la-dialog-analysis-tool-sign-test.Plo
4411	-rm -f dialogs/$(DEPDIR)/libspreadsheet_la-dialog-analysis-tool-wilcoxon-mann-whitney.Plo
4412	-rm -f dialogs/$(DEPDIR)/libspreadsheet_la-dialog-analysis-tools.Plo
4413	-rm -f dialogs/$(DEPDIR)/libspreadsheet_la-dialog-autofilter.Plo
4414	-rm -f dialogs/$(DEPDIR)/libspreadsheet_la-dialog-autoformat.Plo
4415	-rm -f dialogs/$(DEPDIR)/libspreadsheet_la-dialog-autosave.Plo
4416	-rm -f dialogs/$(DEPDIR)/libspreadsheet_la-dialog-cell-comment.Plo
4417	-rm -f dialogs/$(DEPDIR)/libspreadsheet_la-dialog-cell-format-cond.Plo
4418	-rm -f dialogs/$(DEPDIR)/libspreadsheet_la-dialog-cell-format.Plo
4419	-rm -f dialogs/$(DEPDIR)/libspreadsheet_la-dialog-cell-sort.Plo
4420	-rm -f dialogs/$(DEPDIR)/libspreadsheet_la-dialog-col-row.Plo
4421	-rm -f dialogs/$(DEPDIR)/libspreadsheet_la-dialog-col-width.Plo
4422	-rm -f dialogs/$(DEPDIR)/libspreadsheet_la-dialog-consolidate.Plo
4423	-rm -f dialogs/$(DEPDIR)/libspreadsheet_la-dialog-data-slicer.Plo
4424	-rm -f dialogs/$(DEPDIR)/libspreadsheet_la-dialog-data-table.Plo
4425	-rm -f dialogs/$(DEPDIR)/libspreadsheet_la-dialog-define-names.Plo
4426	-rm -f dialogs/$(DEPDIR)/libspreadsheet_la-dialog-delete-cells.Plo
4427	-rm -f dialogs/$(DEPDIR)/libspreadsheet_la-dialog-doc-metadata.Plo
4428	-rm -f dialogs/$(DEPDIR)/libspreadsheet_la-dialog-fill-series.Plo
4429	-rm -f dialogs/$(DEPDIR)/libspreadsheet_la-dialog-formula-guru.Plo
4430	-rm -f dialogs/$(DEPDIR)/libspreadsheet_la-dialog-function-select.Plo
4431	-rm -f dialogs/$(DEPDIR)/libspreadsheet_la-dialog-goal-seek.Plo
4432	-rm -f dialogs/$(DEPDIR)/libspreadsheet_la-dialog-goto-cell.Plo
4433	-rm -f dialogs/$(DEPDIR)/libspreadsheet_la-dialog-hyperlink.Plo
4434	-rm -f dialogs/$(DEPDIR)/libspreadsheet_la-dialog-insert-cells.Plo
4435	-rm -f dialogs/$(DEPDIR)/libspreadsheet_la-dialog-merge.Plo
4436	-rm -f dialogs/$(DEPDIR)/libspreadsheet_la-dialog-password.Plo
4437	-rm -f dialogs/$(DEPDIR)/libspreadsheet_la-dialog-paste-special.Plo
4438	-rm -f dialogs/$(DEPDIR)/libspreadsheet_la-dialog-plugin-manager.Plo
4439	-rm -f dialogs/$(DEPDIR)/libspreadsheet_la-dialog-preferences.Plo
4440	-rm -f dialogs/$(DEPDIR)/libspreadsheet_la-dialog-printer-setup.Plo
4441	-rm -f dialogs/$(DEPDIR)/libspreadsheet_la-dialog-quit.Plo
4442	-rm -f dialogs/$(DEPDIR)/libspreadsheet_la-dialog-random-generator-cor.Plo
4443	-rm -f dialogs/$(DEPDIR)/libspreadsheet_la-dialog-random-generator.Plo
4444	-rm -f dialogs/$(DEPDIR)/libspreadsheet_la-dialog-recent.Plo
4445	-rm -f dialogs/$(DEPDIR)/libspreadsheet_la-dialog-row-height.Plo
4446	-rm -f dialogs/$(DEPDIR)/libspreadsheet_la-dialog-scenarios.Plo
4447	-rm -f dialogs/$(DEPDIR)/libspreadsheet_la-dialog-search-replace.Plo
4448	-rm -f dialogs/$(DEPDIR)/libspreadsheet_la-dialog-search.Plo
4449	-rm -f dialogs/$(DEPDIR)/libspreadsheet_la-dialog-sheet-compare.Plo
4450	-rm -f dialogs/$(DEPDIR)/libspreadsheet_la-dialog-sheet-order.Plo
4451	-rm -f dialogs/$(DEPDIR)/libspreadsheet_la-dialog-sheet-rename.Plo
4452	-rm -f dialogs/$(DEPDIR)/libspreadsheet_la-dialog-sheet-resize.Plo
4453	-rm -f dialogs/$(DEPDIR)/libspreadsheet_la-dialog-sheetobject-size.Plo
4454	-rm -f dialogs/$(DEPDIR)/libspreadsheet_la-dialog-shuffle.Plo
4455	-rm -f dialogs/$(DEPDIR)/libspreadsheet_la-dialog-simulation.Plo
4456	-rm -f dialogs/$(DEPDIR)/libspreadsheet_la-dialog-so-list.Plo
4457	-rm -f dialogs/$(DEPDIR)/libspreadsheet_la-dialog-so-styled.Plo
4458	-rm -f dialogs/$(DEPDIR)/libspreadsheet_la-dialog-solver.Plo
4459	-rm -f dialogs/$(DEPDIR)/libspreadsheet_la-dialog-stf-csv-page.Plo
4460	-rm -f dialogs/$(DEPDIR)/libspreadsheet_la-dialog-stf-export.Plo
4461	-rm -f dialogs/$(DEPDIR)/libspreadsheet_la-dialog-stf-fixed-page.Plo
4462	-rm -f dialogs/$(DEPDIR)/libspreadsheet_la-dialog-stf-format-page.Plo
4463	-rm -f dialogs/$(DEPDIR)/libspreadsheet_la-dialog-stf-main-page.Plo
4464	-rm -f dialogs/$(DEPDIR)/libspreadsheet_la-dialog-stf-preview.Plo
4465	-rm -f dialogs/$(DEPDIR)/libspreadsheet_la-dialog-stf.Plo
4466	-rm -f dialogs/$(DEPDIR)/libspreadsheet_la-dialog-tabulate.Plo
4467	-rm -f dialogs/$(DEPDIR)/libspreadsheet_la-dialog-view.Plo
4468	-rm -f dialogs/$(DEPDIR)/libspreadsheet_la-dialog-workbook-attr.Plo
4469	-rm -f dialogs/$(DEPDIR)/libspreadsheet_la-dialog-zoom.Plo
4470	-rm -f tools/$(DEPDIR)/libspreadsheet_la-analysis-anova.Plo
4471	-rm -f tools/$(DEPDIR)/libspreadsheet_la-analysis-auto-expression.Plo
4472	-rm -f tools/$(DEPDIR)/libspreadsheet_la-analysis-chi-squared.Plo
4473	-rm -f tools/$(DEPDIR)/libspreadsheet_la-analysis-exp-smoothing.Plo
4474	-rm -f tools/$(DEPDIR)/libspreadsheet_la-analysis-frequency.Plo
4475	-rm -f tools/$(DEPDIR)/libspreadsheet_la-analysis-histogram.Plo
4476	-rm -f tools/$(DEPDIR)/libspreadsheet_la-analysis-kaplan-meier.Plo
4477	-rm -f tools/$(DEPDIR)/libspreadsheet_la-analysis-normality.Plo
4478	-rm -f tools/$(DEPDIR)/libspreadsheet_la-analysis-one-mean-test.Plo
4479	-rm -f tools/$(DEPDIR)/libspreadsheet_la-analysis-principal-components.Plo
4480	-rm -f tools/$(DEPDIR)/libspreadsheet_la-analysis-sign-test.Plo
4481	-rm -f tools/$(DEPDIR)/libspreadsheet_la-analysis-signed-rank-test.Plo
4482	-rm -f tools/$(DEPDIR)/libspreadsheet_la-analysis-tools.Plo
4483	-rm -f tools/$(DEPDIR)/libspreadsheet_la-analysis-wilcoxon-mann-whitney.Plo
4484	-rm -f tools/$(DEPDIR)/libspreadsheet_la-auto-correct.Plo
4485	-rm -f tools/$(DEPDIR)/libspreadsheet_la-dao.Plo
4486	-rm -f tools/$(DEPDIR)/libspreadsheet_la-data-shuffling.Plo
4487	-rm -f tools/$(DEPDIR)/libspreadsheet_la-fill-series.Plo
4488	-rm -f tools/$(DEPDIR)/libspreadsheet_la-filter.Plo
4489	-rm -f tools/$(DEPDIR)/libspreadsheet_la-gnm-solver.Plo
4490	-rm -f tools/$(DEPDIR)/libspreadsheet_la-goal-seek.Plo
4491	-rm -f tools/$(DEPDIR)/libspreadsheet_la-random-generator-cor.Plo
4492	-rm -f tools/$(DEPDIR)/libspreadsheet_la-random-generator.Plo
4493	-rm -f tools/$(DEPDIR)/libspreadsheet_la-scenarios.Plo
4494	-rm -f tools/$(DEPDIR)/libspreadsheet_la-simulation.Plo
4495	-rm -f tools/$(DEPDIR)/libspreadsheet_la-tabulate.Plo
4496	-rm -f widgets/$(DEPDIR)/libspreadsheet_la-gnm-cell-combo-view.Plo
4497	-rm -f widgets/$(DEPDIR)/libspreadsheet_la-gnm-cell-renderer-expr-entry.Plo
4498	-rm -f widgets/$(DEPDIR)/libspreadsheet_la-gnm-cell-renderer-text.Plo
4499	-rm -f widgets/$(DEPDIR)/libspreadsheet_la-gnm-cell-renderer-toggle.Plo
4500	-rm -f widgets/$(DEPDIR)/libspreadsheet_la-gnm-dao.Plo
4501	-rm -f widgets/$(DEPDIR)/libspreadsheet_la-gnm-dashed-canvas-line.Plo
4502	-rm -f widgets/$(DEPDIR)/libspreadsheet_la-gnm-expr-entry.Plo
4503	-rm -f widgets/$(DEPDIR)/libspreadsheet_la-gnm-filter-combo-view.Plo
4504	-rm -f widgets/$(DEPDIR)/libspreadsheet_la-gnm-fontbutton.Plo
4505	-rm -f widgets/$(DEPDIR)/libspreadsheet_la-gnm-format-sel.Plo
4506	-rm -f widgets/$(DEPDIR)/libspreadsheet_la-gnm-notebook.Plo
4507	-rm -f widgets/$(DEPDIR)/libspreadsheet_la-gnm-radiobutton.Plo
4508	-rm -f widgets/$(DEPDIR)/libspreadsheet_la-gnm-sheet-sel.Plo
4509	-rm -f widgets/$(DEPDIR)/libspreadsheet_la-gnm-sheet-slicer-combo-view.Plo
4510	-rm -f widgets/$(DEPDIR)/libspreadsheet_la-gnm-so-anchor-mode-chooser.Plo
4511	-rm -f widgets/$(DEPDIR)/libspreadsheet_la-gnm-text-view.Plo
4512	-rm -f widgets/$(DEPDIR)/libspreadsheet_la-gnm-validation-combo-view.Plo
4513	-rm -f widgets/$(DEPDIR)/libspreadsheet_la-gnm-workbook-sel.Plo
4514	-rm -f Makefile
4515distclean-am: clean-am distclean-compile distclean-generic \
4516	distclean-tags
4517
4518dvi: dvi-am
4519
4520dvi-am:
4521
4522html: html-am
4523
4524html-am:
4525
4526info: info-am
4527
4528info-am:
4529
4530install-data-am: install-girDATA install-libspreadsheet_includeHEADERS \
4531	install-toolsHEADERS install-typelibsDATA \
4532	install-widgetsHEADERS
4533
4534install-dvi: install-dvi-am
4535
4536install-dvi-am:
4537
4538install-exec-am: install-binPROGRAMS install-libLTLIBRARIES
4539	@$(NORMAL_INSTALL)
4540	$(MAKE) $(AM_MAKEFLAGS) install-exec-hook
4541install-html: install-html-am
4542
4543install-html-am:
4544
4545install-info: install-info-am
4546
4547install-info-am:
4548
4549install-man:
4550
4551install-pdf: install-pdf-am
4552
4553install-pdf-am:
4554
4555install-ps: install-ps-am
4556
4557install-ps-am:
4558
4559installcheck-am:
4560
4561maintainer-clean: maintainer-clean-am
4562		-rm -f ./$(DEPDIR)/io-context-gtk.Po
4563	-rm -f ./$(DEPDIR)/libspreadsheet_la-application.Plo
4564	-rm -f ./$(DEPDIR)/libspreadsheet_la-auto-format.Plo
4565	-rm -f ./$(DEPDIR)/libspreadsheet_la-cell-draw.Plo
4566	-rm -f ./$(DEPDIR)/libspreadsheet_la-cell.Plo
4567	-rm -f ./$(DEPDIR)/libspreadsheet_la-cellspan.Plo
4568	-rm -f ./$(DEPDIR)/libspreadsheet_la-clipboard.Plo
4569	-rm -f ./$(DEPDIR)/libspreadsheet_la-cmd-edit.Plo
4570	-rm -f ./$(DEPDIR)/libspreadsheet_la-collect.Plo
4571	-rm -f ./$(DEPDIR)/libspreadsheet_la-colrow.Plo
4572	-rm -f ./$(DEPDIR)/libspreadsheet_la-command-context-stderr.Plo
4573	-rm -f ./$(DEPDIR)/libspreadsheet_la-command-context.Plo
4574	-rm -f ./$(DEPDIR)/libspreadsheet_la-commands.Plo
4575	-rm -f ./$(DEPDIR)/libspreadsheet_la-complete-sheet.Plo
4576	-rm -f ./$(DEPDIR)/libspreadsheet_la-complete.Plo
4577	-rm -f ./$(DEPDIR)/libspreadsheet_la-complex.Plo
4578	-rm -f ./$(DEPDIR)/libspreadsheet_la-consolidate.Plo
4579	-rm -f ./$(DEPDIR)/libspreadsheet_la-criteria.Plo
4580	-rm -f ./$(DEPDIR)/libspreadsheet_la-dependent.Plo
4581	-rm -f ./$(DEPDIR)/libspreadsheet_la-expr-deriv.Plo
4582	-rm -f ./$(DEPDIR)/libspreadsheet_la-expr-name.Plo
4583	-rm -f ./$(DEPDIR)/libspreadsheet_la-expr.Plo
4584	-rm -f ./$(DEPDIR)/libspreadsheet_la-file-autoft.Plo
4585	-rm -f ./$(DEPDIR)/libspreadsheet_la-format-template.Plo
4586	-rm -f ./$(DEPDIR)/libspreadsheet_la-func-builtin.Plo
4587	-rm -f ./$(DEPDIR)/libspreadsheet_la-func.Plo
4588	-rm -f ./$(DEPDIR)/libspreadsheet_la-gnm-cell-combo.Plo
4589	-rm -f ./$(DEPDIR)/libspreadsheet_la-gnm-commands-slicer.Plo
4590	-rm -f ./$(DEPDIR)/libspreadsheet_la-gnm-data-cache-source.Plo
4591	-rm -f ./$(DEPDIR)/libspreadsheet_la-gnm-datetime.Plo
4592	-rm -f ./$(DEPDIR)/libspreadsheet_la-gnm-format.Plo
4593	-rm -f ./$(DEPDIR)/libspreadsheet_la-gnm-graph-window.Plo
4594	-rm -f ./$(DEPDIR)/libspreadsheet_la-gnm-marshalers.Plo
4595	-rm -f ./$(DEPDIR)/libspreadsheet_la-gnm-pane.Plo
4596	-rm -f ./$(DEPDIR)/libspreadsheet_la-gnm-plugin.Plo
4597	-rm -f ./$(DEPDIR)/libspreadsheet_la-gnm-random.Plo
4598	-rm -f ./$(DEPDIR)/libspreadsheet_la-gnm-sheet-slicer-combo.Plo
4599	-rm -f ./$(DEPDIR)/libspreadsheet_la-gnm-sheet-slicer.Plo
4600	-rm -f ./$(DEPDIR)/libspreadsheet_la-gnm-so-filled.Plo
4601	-rm -f ./$(DEPDIR)/libspreadsheet_la-gnm-so-line.Plo
4602	-rm -f ./$(DEPDIR)/libspreadsheet_la-gnm-so-path.Plo
4603	-rm -f ./$(DEPDIR)/libspreadsheet_la-gnm-so-polygon.Plo
4604	-rm -f ./$(DEPDIR)/libspreadsheet_la-gnmresources.Plo
4605	-rm -f ./$(DEPDIR)/libspreadsheet_la-gnumeric-conf.Plo
4606	-rm -f ./$(DEPDIR)/libspreadsheet_la-gnumeric-simple-canvas.Plo
4607	-rm -f ./$(DEPDIR)/libspreadsheet_la-go-data-cache-field.Plo
4608	-rm -f ./$(DEPDIR)/libspreadsheet_la-go-data-cache-source.Plo
4609	-rm -f ./$(DEPDIR)/libspreadsheet_la-go-data-cache.Plo
4610	-rm -f ./$(DEPDIR)/libspreadsheet_la-go-data-slicer-field.Plo
4611	-rm -f ./$(DEPDIR)/libspreadsheet_la-go-data-slicer.Plo
4612	-rm -f ./$(DEPDIR)/libspreadsheet_la-go-val.Plo
4613	-rm -f ./$(DEPDIR)/libspreadsheet_la-graph.Plo
4614	-rm -f ./$(DEPDIR)/libspreadsheet_la-gui-clipboard.Plo
4615	-rm -f ./$(DEPDIR)/libspreadsheet_la-gui-file.Plo
4616	-rm -f ./$(DEPDIR)/libspreadsheet_la-gui-util.Plo
4617	-rm -f ./$(DEPDIR)/libspreadsheet_la-gutils.Plo
4618	-rm -f ./$(DEPDIR)/libspreadsheet_la-history.Plo
4619	-rm -f ./$(DEPDIR)/libspreadsheet_la-hlink.Plo
4620	-rm -f ./$(DEPDIR)/libspreadsheet_la-input-msg.Plo
4621	-rm -f ./$(DEPDIR)/libspreadsheet_la-item-bar.Plo
4622	-rm -f ./$(DEPDIR)/libspreadsheet_la-item-cursor.Plo
4623	-rm -f ./$(DEPDIR)/libspreadsheet_la-item-edit.Plo
4624	-rm -f ./$(DEPDIR)/libspreadsheet_la-item-grid.Plo
4625	-rm -f ./$(DEPDIR)/libspreadsheet_la-libgnumeric.Plo
4626	-rm -f ./$(DEPDIR)/libspreadsheet_la-mathfunc.Plo
4627	-rm -f ./$(DEPDIR)/libspreadsheet_la-mstyle.Plo
4628	-rm -f ./$(DEPDIR)/libspreadsheet_la-number-match.Plo
4629	-rm -f ./$(DEPDIR)/libspreadsheet_la-outoflinedocs.Plo
4630	-rm -f ./$(DEPDIR)/libspreadsheet_la-parse-util.Plo
4631	-rm -f ./$(DEPDIR)/libspreadsheet_la-parser.Plo
4632	-rm -f ./$(DEPDIR)/libspreadsheet_la-pattern.Plo
4633	-rm -f ./$(DEPDIR)/libspreadsheet_la-position.Plo
4634	-rm -f ./$(DEPDIR)/libspreadsheet_la-preview-grid.Plo
4635	-rm -f ./$(DEPDIR)/libspreadsheet_la-print-cell.Plo
4636	-rm -f ./$(DEPDIR)/libspreadsheet_la-print-info.Plo
4637	-rm -f ./$(DEPDIR)/libspreadsheet_la-print.Plo
4638	-rm -f ./$(DEPDIR)/libspreadsheet_la-rangefunc-strings.Plo
4639	-rm -f ./$(DEPDIR)/libspreadsheet_la-rangefunc.Plo
4640	-rm -f ./$(DEPDIR)/libspreadsheet_la-ranges.Plo
4641	-rm -f ./$(DEPDIR)/libspreadsheet_la-rendered-value.Plo
4642	-rm -f ./$(DEPDIR)/libspreadsheet_la-search.Plo
4643	-rm -f ./$(DEPDIR)/libspreadsheet_la-selection.Plo
4644	-rm -f ./$(DEPDIR)/libspreadsheet_la-session.Plo
4645	-rm -f ./$(DEPDIR)/libspreadsheet_la-sf-bessel.Plo
4646	-rm -f ./$(DEPDIR)/libspreadsheet_la-sf-dpq.Plo
4647	-rm -f ./$(DEPDIR)/libspreadsheet_la-sf-gamma.Plo
4648	-rm -f ./$(DEPDIR)/libspreadsheet_la-sf-trig.Plo
4649	-rm -f ./$(DEPDIR)/libspreadsheet_la-sheet-autofill.Plo
4650	-rm -f ./$(DEPDIR)/libspreadsheet_la-sheet-conditions.Plo
4651	-rm -f ./$(DEPDIR)/libspreadsheet_la-sheet-control-gui.Plo
4652	-rm -f ./$(DEPDIR)/libspreadsheet_la-sheet-control.Plo
4653	-rm -f ./$(DEPDIR)/libspreadsheet_la-sheet-diff.Plo
4654	-rm -f ./$(DEPDIR)/libspreadsheet_la-sheet-filter.Plo
4655	-rm -f ./$(DEPDIR)/libspreadsheet_la-sheet-merge.Plo
4656	-rm -f ./$(DEPDIR)/libspreadsheet_la-sheet-object-cell-comment.Plo
4657	-rm -f ./$(DEPDIR)/libspreadsheet_la-sheet-object-component.Plo
4658	-rm -f ./$(DEPDIR)/libspreadsheet_la-sheet-object-graph.Plo
4659	-rm -f ./$(DEPDIR)/libspreadsheet_la-sheet-object-image.Plo
4660	-rm -f ./$(DEPDIR)/libspreadsheet_la-sheet-object-widget.Plo
4661	-rm -f ./$(DEPDIR)/libspreadsheet_la-sheet-object.Plo
4662	-rm -f ./$(DEPDIR)/libspreadsheet_la-sheet-style.Plo
4663	-rm -f ./$(DEPDIR)/libspreadsheet_la-sheet-utils.Plo
4664	-rm -f ./$(DEPDIR)/libspreadsheet_la-sheet-view.Plo
4665	-rm -f ./$(DEPDIR)/libspreadsheet_la-sheet.Plo
4666	-rm -f ./$(DEPDIR)/libspreadsheet_la-sort.Plo
4667	-rm -f ./$(DEPDIR)/libspreadsheet_la-stf-export.Plo
4668	-rm -f ./$(DEPDIR)/libspreadsheet_la-stf-parse.Plo
4669	-rm -f ./$(DEPDIR)/libspreadsheet_la-stf.Plo
4670	-rm -f ./$(DEPDIR)/libspreadsheet_la-style-border.Plo
4671	-rm -f ./$(DEPDIR)/libspreadsheet_la-style-color.Plo
4672	-rm -f ./$(DEPDIR)/libspreadsheet_la-style-conditions.Plo
4673	-rm -f ./$(DEPDIR)/libspreadsheet_la-style.Plo
4674	-rm -f ./$(DEPDIR)/libspreadsheet_la-undo.Plo
4675	-rm -f ./$(DEPDIR)/libspreadsheet_la-validation.Plo
4676	-rm -f ./$(DEPDIR)/libspreadsheet_la-value-sheet.Plo
4677	-rm -f ./$(DEPDIR)/libspreadsheet_la-value.Plo
4678	-rm -f ./$(DEPDIR)/libspreadsheet_la-wbc-gtk-actions.Plo
4679	-rm -f ./$(DEPDIR)/libspreadsheet_la-wbc-gtk-edit.Plo
4680	-rm -f ./$(DEPDIR)/libspreadsheet_la-wbc-gtk.Plo
4681	-rm -f ./$(DEPDIR)/libspreadsheet_la-workbook-cmd-format.Plo
4682	-rm -f ./$(DEPDIR)/libspreadsheet_la-workbook-control.Plo
4683	-rm -f ./$(DEPDIR)/libspreadsheet_la-workbook-view.Plo
4684	-rm -f ./$(DEPDIR)/libspreadsheet_la-workbook.Plo
4685	-rm -f ./$(DEPDIR)/libspreadsheet_la-xml-sax-read.Plo
4686	-rm -f ./$(DEPDIR)/libspreadsheet_la-xml-sax-write.Plo
4687	-rm -f ./$(DEPDIR)/main-application.Po
4688	-rm -f ./$(DEPDIR)/ssconvert.Po
4689	-rm -f ./$(DEPDIR)/ssdiff.Po
4690	-rm -f ./$(DEPDIR)/ssgrep.Po
4691	-rm -f ./$(DEPDIR)/ssindex.Po
4692	-rm -f ./$(DEPDIR)/sstest.Po
4693	-rm -f dialogs/$(DEPDIR)/libspreadsheet_la-dao-gui-utils.Plo
4694	-rm -f dialogs/$(DEPDIR)/libspreadsheet_la-dialog-about.Plo
4695	-rm -f dialogs/$(DEPDIR)/libspreadsheet_la-dialog-advanced-filter.Plo
4696	-rm -f dialogs/$(DEPDIR)/libspreadsheet_la-dialog-analysis-tool-chi-squared.Plo
4697	-rm -f dialogs/$(DEPDIR)/libspreadsheet_la-dialog-analysis-tool-frequency.Plo
4698	-rm -f dialogs/$(DEPDIR)/libspreadsheet_la-dialog-analysis-tool-kaplan-meier.Plo
4699	-rm -f dialogs/$(DEPDIR)/libspreadsheet_la-dialog-analysis-tool-normality.Plo
4700	-rm -f dialogs/$(DEPDIR)/libspreadsheet_la-dialog-analysis-tool-one-mean.Plo
4701	-rm -f dialogs/$(DEPDIR)/libspreadsheet_la-dialog-analysis-tool-principal-components.Plo
4702	-rm -f dialogs/$(DEPDIR)/libspreadsheet_la-dialog-analysis-tool-sign-test.Plo
4703	-rm -f dialogs/$(DEPDIR)/libspreadsheet_la-dialog-analysis-tool-wilcoxon-mann-whitney.Plo
4704	-rm -f dialogs/$(DEPDIR)/libspreadsheet_la-dialog-analysis-tools.Plo
4705	-rm -f dialogs/$(DEPDIR)/libspreadsheet_la-dialog-autofilter.Plo
4706	-rm -f dialogs/$(DEPDIR)/libspreadsheet_la-dialog-autoformat.Plo
4707	-rm -f dialogs/$(DEPDIR)/libspreadsheet_la-dialog-autosave.Plo
4708	-rm -f dialogs/$(DEPDIR)/libspreadsheet_la-dialog-cell-comment.Plo
4709	-rm -f dialogs/$(DEPDIR)/libspreadsheet_la-dialog-cell-format-cond.Plo
4710	-rm -f dialogs/$(DEPDIR)/libspreadsheet_la-dialog-cell-format.Plo
4711	-rm -f dialogs/$(DEPDIR)/libspreadsheet_la-dialog-cell-sort.Plo
4712	-rm -f dialogs/$(DEPDIR)/libspreadsheet_la-dialog-col-row.Plo
4713	-rm -f dialogs/$(DEPDIR)/libspreadsheet_la-dialog-col-width.Plo
4714	-rm -f dialogs/$(DEPDIR)/libspreadsheet_la-dialog-consolidate.Plo
4715	-rm -f dialogs/$(DEPDIR)/libspreadsheet_la-dialog-data-slicer.Plo
4716	-rm -f dialogs/$(DEPDIR)/libspreadsheet_la-dialog-data-table.Plo
4717	-rm -f dialogs/$(DEPDIR)/libspreadsheet_la-dialog-define-names.Plo
4718	-rm -f dialogs/$(DEPDIR)/libspreadsheet_la-dialog-delete-cells.Plo
4719	-rm -f dialogs/$(DEPDIR)/libspreadsheet_la-dialog-doc-metadata.Plo
4720	-rm -f dialogs/$(DEPDIR)/libspreadsheet_la-dialog-fill-series.Plo
4721	-rm -f dialogs/$(DEPDIR)/libspreadsheet_la-dialog-formula-guru.Plo
4722	-rm -f dialogs/$(DEPDIR)/libspreadsheet_la-dialog-function-select.Plo
4723	-rm -f dialogs/$(DEPDIR)/libspreadsheet_la-dialog-goal-seek.Plo
4724	-rm -f dialogs/$(DEPDIR)/libspreadsheet_la-dialog-goto-cell.Plo
4725	-rm -f dialogs/$(DEPDIR)/libspreadsheet_la-dialog-hyperlink.Plo
4726	-rm -f dialogs/$(DEPDIR)/libspreadsheet_la-dialog-insert-cells.Plo
4727	-rm -f dialogs/$(DEPDIR)/libspreadsheet_la-dialog-merge.Plo
4728	-rm -f dialogs/$(DEPDIR)/libspreadsheet_la-dialog-password.Plo
4729	-rm -f dialogs/$(DEPDIR)/libspreadsheet_la-dialog-paste-special.Plo
4730	-rm -f dialogs/$(DEPDIR)/libspreadsheet_la-dialog-plugin-manager.Plo
4731	-rm -f dialogs/$(DEPDIR)/libspreadsheet_la-dialog-preferences.Plo
4732	-rm -f dialogs/$(DEPDIR)/libspreadsheet_la-dialog-printer-setup.Plo
4733	-rm -f dialogs/$(DEPDIR)/libspreadsheet_la-dialog-quit.Plo
4734	-rm -f dialogs/$(DEPDIR)/libspreadsheet_la-dialog-random-generator-cor.Plo
4735	-rm -f dialogs/$(DEPDIR)/libspreadsheet_la-dialog-random-generator.Plo
4736	-rm -f dialogs/$(DEPDIR)/libspreadsheet_la-dialog-recent.Plo
4737	-rm -f dialogs/$(DEPDIR)/libspreadsheet_la-dialog-row-height.Plo
4738	-rm -f dialogs/$(DEPDIR)/libspreadsheet_la-dialog-scenarios.Plo
4739	-rm -f dialogs/$(DEPDIR)/libspreadsheet_la-dialog-search-replace.Plo
4740	-rm -f dialogs/$(DEPDIR)/libspreadsheet_la-dialog-search.Plo
4741	-rm -f dialogs/$(DEPDIR)/libspreadsheet_la-dialog-sheet-compare.Plo
4742	-rm -f dialogs/$(DEPDIR)/libspreadsheet_la-dialog-sheet-order.Plo
4743	-rm -f dialogs/$(DEPDIR)/libspreadsheet_la-dialog-sheet-rename.Plo
4744	-rm -f dialogs/$(DEPDIR)/libspreadsheet_la-dialog-sheet-resize.Plo
4745	-rm -f dialogs/$(DEPDIR)/libspreadsheet_la-dialog-sheetobject-size.Plo
4746	-rm -f dialogs/$(DEPDIR)/libspreadsheet_la-dialog-shuffle.Plo
4747	-rm -f dialogs/$(DEPDIR)/libspreadsheet_la-dialog-simulation.Plo
4748	-rm -f dialogs/$(DEPDIR)/libspreadsheet_la-dialog-so-list.Plo
4749	-rm -f dialogs/$(DEPDIR)/libspreadsheet_la-dialog-so-styled.Plo
4750	-rm -f dialogs/$(DEPDIR)/libspreadsheet_la-dialog-solver.Plo
4751	-rm -f dialogs/$(DEPDIR)/libspreadsheet_la-dialog-stf-csv-page.Plo
4752	-rm -f dialogs/$(DEPDIR)/libspreadsheet_la-dialog-stf-export.Plo
4753	-rm -f dialogs/$(DEPDIR)/libspreadsheet_la-dialog-stf-fixed-page.Plo
4754	-rm -f dialogs/$(DEPDIR)/libspreadsheet_la-dialog-stf-format-page.Plo
4755	-rm -f dialogs/$(DEPDIR)/libspreadsheet_la-dialog-stf-main-page.Plo
4756	-rm -f dialogs/$(DEPDIR)/libspreadsheet_la-dialog-stf-preview.Plo
4757	-rm -f dialogs/$(DEPDIR)/libspreadsheet_la-dialog-stf.Plo
4758	-rm -f dialogs/$(DEPDIR)/libspreadsheet_la-dialog-tabulate.Plo
4759	-rm -f dialogs/$(DEPDIR)/libspreadsheet_la-dialog-view.Plo
4760	-rm -f dialogs/$(DEPDIR)/libspreadsheet_la-dialog-workbook-attr.Plo
4761	-rm -f dialogs/$(DEPDIR)/libspreadsheet_la-dialog-zoom.Plo
4762	-rm -f tools/$(DEPDIR)/libspreadsheet_la-analysis-anova.Plo
4763	-rm -f tools/$(DEPDIR)/libspreadsheet_la-analysis-auto-expression.Plo
4764	-rm -f tools/$(DEPDIR)/libspreadsheet_la-analysis-chi-squared.Plo
4765	-rm -f tools/$(DEPDIR)/libspreadsheet_la-analysis-exp-smoothing.Plo
4766	-rm -f tools/$(DEPDIR)/libspreadsheet_la-analysis-frequency.Plo
4767	-rm -f tools/$(DEPDIR)/libspreadsheet_la-analysis-histogram.Plo
4768	-rm -f tools/$(DEPDIR)/libspreadsheet_la-analysis-kaplan-meier.Plo
4769	-rm -f tools/$(DEPDIR)/libspreadsheet_la-analysis-normality.Plo
4770	-rm -f tools/$(DEPDIR)/libspreadsheet_la-analysis-one-mean-test.Plo
4771	-rm -f tools/$(DEPDIR)/libspreadsheet_la-analysis-principal-components.Plo
4772	-rm -f tools/$(DEPDIR)/libspreadsheet_la-analysis-sign-test.Plo
4773	-rm -f tools/$(DEPDIR)/libspreadsheet_la-analysis-signed-rank-test.Plo
4774	-rm -f tools/$(DEPDIR)/libspreadsheet_la-analysis-tools.Plo
4775	-rm -f tools/$(DEPDIR)/libspreadsheet_la-analysis-wilcoxon-mann-whitney.Plo
4776	-rm -f tools/$(DEPDIR)/libspreadsheet_la-auto-correct.Plo
4777	-rm -f tools/$(DEPDIR)/libspreadsheet_la-dao.Plo
4778	-rm -f tools/$(DEPDIR)/libspreadsheet_la-data-shuffling.Plo
4779	-rm -f tools/$(DEPDIR)/libspreadsheet_la-fill-series.Plo
4780	-rm -f tools/$(DEPDIR)/libspreadsheet_la-filter.Plo
4781	-rm -f tools/$(DEPDIR)/libspreadsheet_la-gnm-solver.Plo
4782	-rm -f tools/$(DEPDIR)/libspreadsheet_la-goal-seek.Plo
4783	-rm -f tools/$(DEPDIR)/libspreadsheet_la-random-generator-cor.Plo
4784	-rm -f tools/$(DEPDIR)/libspreadsheet_la-random-generator.Plo
4785	-rm -f tools/$(DEPDIR)/libspreadsheet_la-scenarios.Plo
4786	-rm -f tools/$(DEPDIR)/libspreadsheet_la-simulation.Plo
4787	-rm -f tools/$(DEPDIR)/libspreadsheet_la-tabulate.Plo
4788	-rm -f widgets/$(DEPDIR)/libspreadsheet_la-gnm-cell-combo-view.Plo
4789	-rm -f widgets/$(DEPDIR)/libspreadsheet_la-gnm-cell-renderer-expr-entry.Plo
4790	-rm -f widgets/$(DEPDIR)/libspreadsheet_la-gnm-cell-renderer-text.Plo
4791	-rm -f widgets/$(DEPDIR)/libspreadsheet_la-gnm-cell-renderer-toggle.Plo
4792	-rm -f widgets/$(DEPDIR)/libspreadsheet_la-gnm-dao.Plo
4793	-rm -f widgets/$(DEPDIR)/libspreadsheet_la-gnm-dashed-canvas-line.Plo
4794	-rm -f widgets/$(DEPDIR)/libspreadsheet_la-gnm-expr-entry.Plo
4795	-rm -f widgets/$(DEPDIR)/libspreadsheet_la-gnm-filter-combo-view.Plo
4796	-rm -f widgets/$(DEPDIR)/libspreadsheet_la-gnm-fontbutton.Plo
4797	-rm -f widgets/$(DEPDIR)/libspreadsheet_la-gnm-format-sel.Plo
4798	-rm -f widgets/$(DEPDIR)/libspreadsheet_la-gnm-notebook.Plo
4799	-rm -f widgets/$(DEPDIR)/libspreadsheet_la-gnm-radiobutton.Plo
4800	-rm -f widgets/$(DEPDIR)/libspreadsheet_la-gnm-sheet-sel.Plo
4801	-rm -f widgets/$(DEPDIR)/libspreadsheet_la-gnm-sheet-slicer-combo-view.Plo
4802	-rm -f widgets/$(DEPDIR)/libspreadsheet_la-gnm-so-anchor-mode-chooser.Plo
4803	-rm -f widgets/$(DEPDIR)/libspreadsheet_la-gnm-text-view.Plo
4804	-rm -f widgets/$(DEPDIR)/libspreadsheet_la-gnm-validation-combo-view.Plo
4805	-rm -f widgets/$(DEPDIR)/libspreadsheet_la-gnm-workbook-sel.Plo
4806	-rm -f Makefile
4807maintainer-clean-am: distclean-am maintainer-clean-generic
4808
4809mostlyclean: mostlyclean-am
4810
4811mostlyclean-am: mostlyclean-compile mostlyclean-generic \
4812	mostlyclean-libtool
4813
4814pdf: pdf-am
4815
4816pdf-am:
4817
4818ps: ps-am
4819
4820ps-am:
4821
4822uninstall-am: uninstall-binPROGRAMS uninstall-girDATA \
4823	uninstall-libLTLIBRARIES \
4824	uninstall-libspreadsheet_includeHEADERS uninstall-toolsHEADERS \
4825	uninstall-typelibsDATA uninstall-widgetsHEADERS
4826	@$(NORMAL_INSTALL)
4827	$(MAKE) $(AM_MAKEFLAGS) uninstall-hook
4828.MAKE: all check check-am install install-am install-exec-am \
4829	install-strip uninstall-am
4830
4831.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \
4832	clean-binPROGRAMS clean-checkPROGRAMS clean-generic \
4833	clean-libLTLIBRARIES clean-libtool clean-noinstPROGRAMS \
4834	cscopelist-am ctags ctags-am distclean distclean-compile \
4835	distclean-generic distclean-libtool distclean-tags distdir dvi \
4836	dvi-am html html-am info info-am install install-am \
4837	install-binPROGRAMS install-data install-data-am install-dvi \
4838	install-dvi-am install-exec install-exec-am install-exec-hook \
4839	install-girDATA install-html install-html-am install-info \
4840	install-info-am install-libLTLIBRARIES \
4841	install-libspreadsheet_includeHEADERS install-man install-pdf \
4842	install-pdf-am install-ps install-ps-am install-strip \
4843	install-toolsHEADERS install-typelibsDATA \
4844	install-widgetsHEADERS installcheck installcheck-am \
4845	installdirs maintainer-clean maintainer-clean-generic \
4846	mostlyclean mostlyclean-compile mostlyclean-generic \
4847	mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
4848	uninstall-am uninstall-binPROGRAMS uninstall-girDATA \
4849	uninstall-hook uninstall-libLTLIBRARIES \
4850	uninstall-libspreadsheet_includeHEADERS uninstall-toolsHEADERS \
4851	uninstall-typelibsDATA uninstall-widgetsHEADERS
4852
4853.PRECIOUS: Makefile
4854
4855
4856-include $(INTROSPECTION_MAKEFILE)
4857
4858# Another hint, see bugs #172211 and #172212:
4859non-intermediate: gnm-marshalers.c gnmresources.c
4860
4861gnmresources.h: gnm.gresource.xml
4862	$(AM_V_GEN) $(GLIB_COMPILE_RESOURCES) $< \
4863		--target=$@ --sourcedir=$(top_srcdir) --c-name _gnm --generate-header --manual-register
4864gnmresources.c: gnm.gresource.xml $(resource_files) Makefile
4865	$(AM_V_GEN) $(GLIB_COMPILE_RESOURCES) $< \
4866		--target=$@ --sourcedir=$(top_srcdir) --c-name _gnm --generate-source --manual-register
4867
4868@WITH_WIN32_TRUE@libspreadsheet.def: local.def
4869@WITH_WIN32_TRUE@	echo EXPORTS > $@ && \
4870@WITH_WIN32_TRUE@	cat $^ | sort >> $@
4871
4872@WITH_WIN32_TRUE@local.def: stamp-local.def
4873@WITH_WIN32_TRUE@	@true
4874
4875@WITH_WIN32_TRUE@stamp-local.def: $(libspreadsheet_include_HEADERS) Makefile $(top_srcdir)/tools/dumpdef.pl
4876@WITH_WIN32_TRUE@	hdrs='$(libspreadsheet_include_HEADERS) dialogs/dialogs.h dialogs/tool-dialogs.h tools/dao.h tools/goal-seek.h tools/analysis-tools.h tools/gnm-solver.h widgets/gnm-expr-entry.h'; \
4877@WITH_WIN32_TRUE@	hdrs_list=''; \
4878@WITH_WIN32_TRUE@	for hdr in $$hdrs; do \
4879@WITH_WIN32_TRUE@	  if test -f $(srcdir)/$$hdr; then \
4880@WITH_WIN32_TRUE@	    hdrs_list="$$hdrs_list $(srcdir)/$$hdr"; \
4881@WITH_WIN32_TRUE@	  else \
4882@WITH_WIN32_TRUE@	    hdrs_list="$$hdrs_list $$hdr"; \
4883@WITH_WIN32_TRUE@	  fi; \
4884@WITH_WIN32_TRUE@	done; \
4885@WITH_WIN32_TRUE@	cat $(top_builddir)/gnumeric-config.h $$hdrs_list | \
4886@WITH_WIN32_TRUE@		sed -e 's/^#[ \t]*include[ \t]\+.*$$//g' | \
4887@WITH_WIN32_TRUE@		$(CPP) $(AM_CPPFLAGS) "-DGNM_VAR_DECL=__declspec(dllexport)" -P - > xgen-localdef.1 && \
4888@WITH_WIN32_TRUE@	perl $(top_srcdir)/tools/dumpdef.pl \
4889@WITH_WIN32_TRUE@		xgen-localdef.1 > xgen-localdef.2 \
4890@WITH_WIN32_TRUE@	&& (cmp -s xgen-localdef.2 local.def || \
4891@WITH_WIN32_TRUE@		cp xgen-localdef.2 local.def) \
4892@WITH_WIN32_TRUE@	&& rm -f xgen-localdef.1 xgen-localdef.2 \
4893@WITH_WIN32_TRUE@	&& echo timestamp > $@
4894
4895.list.h:
4896	$(GENMARSHAL_COMMAND) --header $< >$@
4897
4898.list.c:
4899	(echo '/* This file has been automatically generated.  Do not edit. */' && \
4900	echo '#include <$*.h>' && \
4901	$(GENMARSHAL_COMMAND) --body $< ) >$@
4902
4903# Depends on this Makefile, because it uses make variables.
4904gnumeric-paths.h: Makefile
4905	@echo 'creating $@'
4906	@( \
4907	echo '/* This file has been automatically generated.  Do not edit. */'; \
4908	echo ''; \
4909	echo '#ifndef GNUMERIC_PATHS_H'; \
4910	echo '#define GNUMERIC_PATHS_H'; \
4911	echo ''; \
4912	echo '#define GNUMERIC_PREFIX		"$(prefix)"'; \
4913	echo '#define GNUMERIC_SYSCONFDIR	"$(sysconfdir)"'; \
4914	echo '#define GNUMERIC_DATADIR		"$(gnumeric_datadir)"'; \
4915	echo '#define GNUMERIC_LIBDIR		"$(gnumeric_libdir)"'; \
4916	echo '#define GNUMERIC_LOCALEDIR	"$(gnumeric_localedir)"'; \
4917	echo '#define GNUMERIC_EXTERNPLUGINDIR		"$(gnumeric_externplugindir)"'; \
4918	echo ''; \
4919	echo '#endif /* GNUMERIC_PATHS_H */'; \
4920	) >$@
4921
4922update-gnumeric-conf:
4923	make -C ${top_srcdir}/schemas
4924	rm -f gnumeric-conf.c.tmp
4925	@PERL@ -pe 'if (/AUTOMATICALLY GENERATED CODE BELOW/) { print; print "\n"; last; }' <gnumeric-conf.c >gnumeric-conf.c.tmp
4926	@PERL@ ${top_srcdir}/tools/handle-conf-options --cfile ${top_srcdir}/schemas/org.gnome.gnumeric*.gschema.xml.in >>gnumeric-conf.c.tmp
4927	if cmp gnumeric-conf.c gnumeric-conf.c.tmp; then \
4928	  rm gnumeric-conf.c.tmp; \
4929	else \
4930	  mv gnumeric-conf.c.tmp gnumeric-conf.c; \
4931	fi
4932	rm -f gnumeric-conf.h.tmp
4933	@PERL@ -pe 'if (/AUTOMATICALLY GENERATED CODE BELOW/) { print; print "\n"; last; }' <gnumeric-conf.h >gnumeric-conf.h.tmp
4934	@PERL@ ${top_srcdir}/tools/handle-conf-options --hfile ${top_srcdir}/schemas/org.gnome.gnumeric*.gschema.xml.in >>gnumeric-conf.h.tmp
4935	echo '' >>gnumeric-conf.h.tmp
4936	@PERL@ -ne '$$p=1 if (/AUTOMATICALLY GENERATED CODE ABOVE/); print if $$p;' <gnumeric-conf.h >>gnumeric-conf.h.tmp
4937	if cmp gnumeric-conf.h gnumeric-conf.h.tmp; then \
4938	  rm gnumeric-conf.h.tmp; \
4939	else \
4940	  mv gnumeric-conf.h.tmp gnumeric-conf.h; \
4941	fi
4942
4943@WITH_NATIVE_WIN32_TRUE@gnumeric_rc.o: gnumeric.rc ../gnumeric-config.h
4944@WITH_NATIVE_WIN32_TRUE@	$(WINDRES) -DVERSION=$(VERSION) -DVERSION_NUMBER=`echo $(VERSION).0.0.0 | sed 's/\([0-9]*\)[^.]*\.*\([0-9]*\)[^.]*\.*\([0-9]*\)[^.]*\.*\([0-9]*\).*/\1,\2,\3,\4/'` --include-dir $(srcdir) -i $< -o $@
4945@WITH_NATIVE_WIN32_TRUE@install-exec-hook:
4946@WITH_NATIVE_WIN32_FALSE@install-exec-hook:
4947@WITH_NATIVE_WIN32_FALSE@	cd $(DESTDIR)$(bindir) && \
4948@WITH_NATIVE_WIN32_FALSE@	mv -f gnumeric$(EXEEXT) gnumeric-$(VERSION)$(EXEEXT) && \
4949@WITH_NATIVE_WIN32_FALSE@	$(LN_S) gnumeric-$(VERSION)$(EXEEXT) gnumeric$(EXEEXT)
4950
4951uninstall-hook:
4952	-cd $(DESTDIR)$(bindir) && \
4953	rm -f gnumeric-$(VERSION)$(EXEEXT)
4954
4955@HAVE_INTROSPECTION_TRUE@Gnm-@GNUMERIC_API_VER@.gir: $(INTROSPECTION_SCANNER) libspreadsheet.la Makefile
4956
4957# Tell versions [3.59,3.63) of GNU make to not export all variables.
4958# Otherwise a system limit (for SysV at least) may be exceeded.
4959.NOEXPORT:
4960