1# Makefile.in generated by automake 1.11.1 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
6# Inc.
7# This Makefile.in is free software; the Free Software Foundation
8# gives unlimited permission to copy and/or distribute it,
9# with or without modifications, as long as this notice is preserved.
10
11# This program is distributed in the hope that it will be useful,
12# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14# PARTICULAR PURPOSE.
15
16@SET_MAKE@
17
18VPATH = @srcdir@
19pkgdatadir = $(datadir)/@PACKAGE@
20pkgincludedir = $(includedir)/@PACKAGE@
21pkglibdir = $(libdir)/@PACKAGE@
22pkglibexecdir = $(libexecdir)/@PACKAGE@
23am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
24install_sh_DATA = $(install_sh) -c -m 644
25install_sh_PROGRAM = $(install_sh) -c
26install_sh_SCRIPT = $(install_sh) -c
27INSTALL_HEADER = $(INSTALL_DATA)
28transform = $(program_transform_name)
29NORMAL_INSTALL = :
30PRE_INSTALL = :
31POST_INSTALL = :
32NORMAL_UNINSTALL = :
33PRE_UNINSTALL = :
34POST_UNINSTALL = :
35build_triplet = @build@
36host_triplet = @host@
37subdir = src
38DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
39ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
40am__aclocal_m4_deps = $(top_srcdir)/configure.ac
41am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
42	$(ACLOCAL_M4)
43mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
44CONFIG_HEADER = $(top_builddir)/config.h
45CONFIG_CLEAN_FILES =
46CONFIG_CLEAN_VPATH_FILES =
47am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
48am__vpath_adj = case $$p in \
49    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
50    *) f=$$p;; \
51  esac;
52am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
53am__install_max = 40
54am__nobase_strip_setup = \
55  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
56am__nobase_strip = \
57  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
58am__nobase_list = $(am__nobase_strip_setup); \
59  for p in $$list; do echo "$$p $$p"; done | \
60  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
61  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
62    if (++n[$$2] == $(am__install_max)) \
63      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
64    END { for (dir in files) print dir, files[dir] }'
65am__base_list = \
66  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
67  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
68am__installdirs = "$(DESTDIR)$(libdir)"
69LTLIBRARIES = $(lib_LTLIBRARIES)
70libvdk_@VDK_VERSION_MAJOR@_la_LIBADD =
71am_libvdk_@VDK_VERSION_MAJOR@_la_OBJECTS = gtksourcebuffer.lo \
72	gtktextsearch.lo gtksourcetag.lo gtksourceview.lo \
73	gtkundomanager.lo gtksourceview-marshal.lo gtktextregion.lo \
74	vdkeditor.lo gtkdatabox.lo gtkdataboxmarshal.lo \
75	abstract_button.lo application.lo boxes.lo button.lo canvas.lo \
76	checkbutton.lo colors.lo entry.lo filedlg.lo fixed.lo forms.lo \
77	frame.lo handlebox.lo image.lo label.lo menu.lo msgdialog.lo \
78	notebook.lo numentry.lo paned.lo pixdata.lo pixmaps.lo \
79	progressbar.lo radiobtngroup.lo rawobj.lo rawpixbuf.lo \
80	rawpixmap.lo scrolled.lo separator.lo slider.lo spins.lo \
81	statusbar.lo tables.lo timer.lo toolbar.lo tooltips.lo \
82	vdkcalendar.lo vdkcomboentry.lo vdkclist.lo vdkcsortlist.lo \
83	vdkctree.lo vdkcustom.lo vdkcustombutton.lo vdkdate.lo \
84	vdkdatabox.lo vdkdrawarea.lo vdkdnd.lo vdkfilechooser.lo \
85	vdkinchannel.lo vdkfont.lo vdkhlbutton.lo vdkhlbuttonbar.lo \
86	vdkobj.lo vdkstring.lo vdkustring.lo vdktextview.lo \
87	vdktreeview.lo vdkthread.lo widcontain.lo eventbox.lo \
88	vdkdockable.lo FileDialog.lo FileSaveAsDialog.lo chart.lo \
89	combo.lo panelbar.lo
90libvdk_@VDK_VERSION_MAJOR@_la_OBJECTS =  \
91	$(am_libvdk_@VDK_VERSION_MAJOR@_la_OBJECTS)
92libvdk_@VDK_VERSION_MAJOR@_la_LINK = $(LIBTOOL) --tag=CXX \
93	$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \
94	$(AM_CXXFLAGS) $(CXXFLAGS) \
95	$(libvdk_@VDK_VERSION_MAJOR@_la_LDFLAGS) $(LDFLAGS) -o $@
96DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
97depcomp = $(SHELL) $(top_srcdir)/depcomp
98am__depfiles_maybe = depfiles
99am__mv = mv -f
100COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
101	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
102LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
103	--mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
104	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
105CCLD = $(CC)
106LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
107	--mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
108	$(LDFLAGS) -o $@
109CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
110	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
111LTCXXCOMPILE = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
112	--mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
113	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
114CXXLD = $(CXX)
115CXXLINK = $(LIBTOOL) --tag=CXX $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
116	--mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) \
117	$(LDFLAGS) -o $@
118SOURCES = $(libvdk_@VDK_VERSION_MAJOR@_la_SOURCES)
119DIST_SOURCES = $(libvdk_@VDK_VERSION_MAJOR@_la_SOURCES)
120ETAGS = etags
121CTAGS = ctags
122DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
123ACLOCAL = @ACLOCAL@
124AMTAR = @AMTAR@
125AR = @AR@
126AUTOCONF = @AUTOCONF@
127AUTOHEADER = @AUTOHEADER@
128AUTOMAKE = @AUTOMAKE@
129AWK = @AWK@
130CC = @CC@
131CCDEPMODE = @CCDEPMODE@
132CFLAGS = @CFLAGS@
133CPP = @CPP@
134CPPFLAGS = @CPPFLAGS@
135CXX = @CXX@
136CXXCPP = @CXXCPP@
137CXXDEPMODE = @CXXDEPMODE@
138CXXFLAGS = @CXXFLAGS@
139CYGPATH_W = @CYGPATH_W@
140DEFS = @DEFS@
141DEPDIR = @DEPDIR@
142DOXYGEN = @DOXYGEN@
143DSYMUTIL = @DSYMUTIL@
144DUMPBIN = @DUMPBIN@
145ECHO_C = @ECHO_C@
146ECHO_N = @ECHO_N@
147ECHO_T = @ECHO_T@
148EGREP = @EGREP@
149EXEEXT = @EXEEXT@
150FGREP = @FGREP@
151GENERATE_HTML = @GENERATE_HTML@
152GENERATE_LATEX = @GENERATE_LATEX@
153GENERATE_MAN = @GENERATE_MAN@
154GNOMEDEFINE = @GNOMEDEFINE@
155GNOME_CFLAGS = @GNOME_CFLAGS@
156GNOME_LIBS = @GNOME_LIBS@
157GNOME_VDK = @GNOME_VDK@
158GREP = @GREP@
159GTK_CFLAGS = @GTK_CFLAGS@
160GTK_LIBS = @GTK_LIBS@
161INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/include/vdk @INCLUDES@
162INSTALL = @INSTALL@
163INSTALL_DATA = @INSTALL_DATA@
164INSTALL_PROGRAM = @INSTALL_PROGRAM@
165INSTALL_SCRIPT = @INSTALL_SCRIPT@
166INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
167LD = @LD@
168LDFLAGS = @LDFLAGS@
169LIBOBJS = @LIBOBJS@
170LIBS = $(GTK_LIBS)
171LIBTOOL = @LIBTOOL@
172LIPO = @LIPO@
173LN_S = @LN_S@
174LTLIBOBJS = @LTLIBOBJS@
175LT_VDK_AGE = @LT_VDK_AGE@
176LT_VDK_CURRENT = @LT_VDK_CURRENT@
177LT_VDK_RELEASE = @LT_VDK_RELEASE@
178LT_VDK_REVISION = @LT_VDK_REVISION@
179MAINT = @MAINT@
180MAKEINFO = @MAKEINFO@
181MKDIR_P = @MKDIR_P@
182NM = @NM@
183NMEDIT = @NMEDIT@
184OBJDUMP = @OBJDUMP@
185OBJEXT = @OBJEXT@
186OTOOL = @OTOOL@
187OTOOL64 = @OTOOL64@
188PACKAGE = @PACKAGE@
189PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
190PACKAGE_NAME = @PACKAGE_NAME@
191PACKAGE_STRING = @PACKAGE_STRING@
192PACKAGE_TARNAME = @PACKAGE_TARNAME@
193PACKAGE_URL = @PACKAGE_URL@
194PACKAGE_VERSION = @PACKAGE_VERSION@
195PATH_SEPARATOR = @PATH_SEPARATOR@
196PERL = @PERL@
197PKG_CONFIG = @PKG_CONFIG@
198RANLIB = @RANLIB@
199SED = @SED@
200SET_MAKE = @SET_MAKE@
201SHELL = @SHELL@
202STRIP = @STRIP@
203TAG_SIGC = @TAG_SIGC@
204TESTVDK = @TESTVDK@
205VDK_RELEASE_DATE = @VDK_RELEASE_DATE@
206VDK_VERSION = @VDK_VERSION@
207VDK_VERSION_MAJOR = @VDK_VERSION_MAJOR@
208VDK_VERSION_MICRO = @VDK_VERSION_MICRO@
209VDK_VERSION_MINOR = @VDK_VERSION_MINOR@
210VERSION = @VERSION@
211abs_builddir = @abs_builddir@
212abs_srcdir = @abs_srcdir@
213abs_top_builddir = @abs_top_builddir@
214abs_top_srcdir = @abs_top_srcdir@
215ac_ct_CC = @ac_ct_CC@
216ac_ct_CXX = @ac_ct_CXX@
217ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
218am__include = @am__include@
219am__leading_dot = @am__leading_dot@
220am__quote = @am__quote@
221am__tar = @am__tar@
222am__untar = @am__untar@
223bindir = @bindir@
224build = @build@
225build_alias = @build_alias@
226build_cpu = @build_cpu@
227build_os = @build_os@
228build_vendor = @build_vendor@
229builddir = @builddir@
230datadir = @datadir@
231datarootdir = @datarootdir@
232docdir = @docdir@
233dvidir = @dvidir@
234exec_prefix = @exec_prefix@
235host = @host@
236host_alias = @host_alias@
237host_cpu = @host_cpu@
238host_os = @host_os@
239host_vendor = @host_vendor@
240htmldir = @htmldir@
241includedir = @includedir@
242infodir = @infodir@
243install_sh = @install_sh@
244libdir = @libdir@
245libexecdir = @libexecdir@
246localedir = @localedir@
247localstatedir = @localstatedir@
248lt_ECHO = @lt_ECHO@
249mandir = @mandir@
250mkdir_p = @mkdir_p@
251oldincludedir = @oldincludedir@
252pdfdir = @pdfdir@
253prefix = @prefix@
254program_transform_name = @program_transform_name@
255psdir = @psdir@
256sbindir = @sbindir@
257sharedstatedir = @sharedstatedir@
258srcdir = @srcdir@
259sysconfdir = @sysconfdir@
260target_alias = @target_alias@
261top_build_prefix = @top_build_prefix@
262top_builddir = @top_builddir@
263top_srcdir = @top_srcdir@
264lib_LTLIBRARIES = libvdk-@VDK_VERSION_MAJOR@.la
265vdkincludedir = $(includedir)/vdk-@VDK_VERSION_MAJOR@
266libvdk_@VDK_VERSION_MAJOR@_la_SOURCES = \
267	gtksourcebuffer.c\
268	gtktextsearch.c \
269	gtksourcetag.c\
270	gtksourceview.c\
271	gtkundomanager.c \
272	gtksourceview-marshal.c\
273	gtktextregion.c\
274	vdkeditor.cc\
275	gtkdatabox.c\
276	gtkdataboxmarshal.c\
277	abstract_button.cc\
278	application.cc\
279	boxes.cc\
280	button.cc\
281	canvas.cc\
282	checkbutton.cc\
283	colors.cc\
284	entry.cc\
285	filedlg.cc\
286	fixed.cc\
287	forms.cc\
288	frame.cc\
289	handlebox.cc\
290	image.cc\
291	label.cc\
292	menu.cc\
293	msgdialog.cc \
294	notebook.cc\
295	numentry.cc\
296	paned.cc\
297	pixdata.cc\
298	pixmaps.cc\
299	progressbar.cc\
300	radiobtngroup.cc\
301	rawobj.cc\
302	rawpixbuf.cc\
303	rawpixmap.cc\
304	scrolled.cc\
305	separator.cc\
306	slider.cc\
307	spins.cc\
308	statusbar.cc\
309	tables.cc\
310	timer.cc\
311	toolbar.cc\
312	tooltips.cc\
313	vdkcalendar.cc\
314	vdkcomboentry.cc\
315	vdkclist.cc\
316	vdkcsortlist.cc\
317	vdkctree.cc\
318	vdkcustom.cc\
319	vdkcustombutton.cc\
320	vdkdate.cc\
321	vdkdatabox.cc\
322	vdkdrawarea.cc\
323	vdkdnd.cc\
324	vdkfilechooser.cc\
325	vdkinchannel.cc\
326	vdkfont.cc\
327	vdkhlbutton.cc\
328	vdkhlbuttonbar.cc\
329	vdkobj.cc\
330	vdkstring.cc\
331	vdkustring.cc\
332	vdktextview.cc\
333	vdktreeview.cc\
334	vdkthread.cc\
335	widcontain.cc\
336	eventbox.cc\
337	vdkdockable.cc\
338	FileDialog.cc\
339	FileSaveAsDialog.cc\
340	chart.cc\
341	combo.cc\
342	folder_collapsed.xpm\
343	folder_expanded.xpm\
344	panelbar.cc
345
346libvdk_@VDK_VERSION_MAJOR@_la_LDFLAGS = \
347		-version-info $(LT_VDK_CURRENT):$(LT_VDK_REVISION):$(LT_VDK_AGE)
348
349AM_LDFLAGS = $(GTK_CFLAGS)
350EXTRA_DIST = rgb.cc
351all: all-am
352
353.SUFFIXES:
354.SUFFIXES: .c .cc .lo .o .obj
355$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
356	@for dep in $?; do \
357	  case '$(am__configure_deps)' in \
358	    *$$dep*) \
359	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
360	        && { if test -f $@; then exit 0; else break; fi; }; \
361	      exit 1;; \
362	  esac; \
363	done; \
364	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/Makefile'; \
365	$(am__cd) $(top_srcdir) && \
366	  $(AUTOMAKE) --gnu src/Makefile
367.PRECIOUS: Makefile
368Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
369	@case '$?' in \
370	  *config.status*) \
371	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
372	  *) \
373	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
374	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
375	esac;
376
377$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
378	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
379
380$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
381	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
382$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
383	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
384$(am__aclocal_m4_deps):
385install-libLTLIBRARIES: $(lib_LTLIBRARIES)
386	@$(NORMAL_INSTALL)
387	test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
388	@list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
389	list2=; for p in $$list; do \
390	  if test -f $$p; then \
391	    list2="$$list2 $$p"; \
392	  else :; fi; \
393	done; \
394	test -z "$$list2" || { \
395	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
396	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
397	}
398
399uninstall-libLTLIBRARIES:
400	@$(NORMAL_UNINSTALL)
401	@list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
402	for p in $$list; do \
403	  $(am__strip_dir) \
404	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
405	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
406	done
407
408clean-libLTLIBRARIES:
409	-test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
410	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
411	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
412	  test "$$dir" != "$$p" || dir=.; \
413	  echo "rm -f \"$${dir}/so_locations\""; \
414	  rm -f "$${dir}/so_locations"; \
415	done
416libvdk-@VDK_VERSION_MAJOR@.la: $(libvdk_@VDK_VERSION_MAJOR@_la_OBJECTS) $(libvdk_@VDK_VERSION_MAJOR@_la_DEPENDENCIES)
417	$(libvdk_@VDK_VERSION_MAJOR@_la_LINK) -rpath $(libdir) $(libvdk_@VDK_VERSION_MAJOR@_la_OBJECTS) $(libvdk_@VDK_VERSION_MAJOR@_la_LIBADD) $(LIBS)
418
419mostlyclean-compile:
420	-rm -f *.$(OBJEXT)
421
422distclean-compile:
423	-rm -f *.tab.c
424
425@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/FileDialog.Plo@am__quote@
426@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/FileSaveAsDialog.Plo@am__quote@
427@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/abstract_button.Plo@am__quote@
428@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/application.Plo@am__quote@
429@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/boxes.Plo@am__quote@
430@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/button.Plo@am__quote@
431@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/canvas.Plo@am__quote@
432@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/chart.Plo@am__quote@
433@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/checkbutton.Plo@am__quote@
434@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/colors.Plo@am__quote@
435@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/combo.Plo@am__quote@
436@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/entry.Plo@am__quote@
437@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eventbox.Plo@am__quote@
438@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/filedlg.Plo@am__quote@
439@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fixed.Plo@am__quote@
440@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/forms.Plo@am__quote@
441@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/frame.Plo@am__quote@
442@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtkdatabox.Plo@am__quote@
443@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtkdataboxmarshal.Plo@am__quote@
444@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtksourcebuffer.Plo@am__quote@
445@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtksourcetag.Plo@am__quote@
446@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtksourceview-marshal.Plo@am__quote@
447@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtksourceview.Plo@am__quote@
448@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtktextregion.Plo@am__quote@
449@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtktextsearch.Plo@am__quote@
450@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gtkundomanager.Plo@am__quote@
451@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/handlebox.Plo@am__quote@
452@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/image.Plo@am__quote@
453@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/label.Plo@am__quote@
454@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/menu.Plo@am__quote@
455@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/msgdialog.Plo@am__quote@
456@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/notebook.Plo@am__quote@
457@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/numentry.Plo@am__quote@
458@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/paned.Plo@am__quote@
459@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/panelbar.Plo@am__quote@
460@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pixdata.Plo@am__quote@
461@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pixmaps.Plo@am__quote@
462@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/progressbar.Plo@am__quote@
463@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/radiobtngroup.Plo@am__quote@
464@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rawobj.Plo@am__quote@
465@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rawpixbuf.Plo@am__quote@
466@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rawpixmap.Plo@am__quote@
467@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/scrolled.Plo@am__quote@
468@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/separator.Plo@am__quote@
469@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/slider.Plo@am__quote@
470@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/spins.Plo@am__quote@
471@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/statusbar.Plo@am__quote@
472@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tables.Plo@am__quote@
473@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/timer.Plo@am__quote@
474@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/toolbar.Plo@am__quote@
475@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tooltips.Plo@am__quote@
476@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vdkcalendar.Plo@am__quote@
477@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vdkclist.Plo@am__quote@
478@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vdkcomboentry.Plo@am__quote@
479@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vdkcsortlist.Plo@am__quote@
480@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vdkctree.Plo@am__quote@
481@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vdkcustom.Plo@am__quote@
482@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vdkcustombutton.Plo@am__quote@
483@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vdkdatabox.Plo@am__quote@
484@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vdkdate.Plo@am__quote@
485@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vdkdnd.Plo@am__quote@
486@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vdkdockable.Plo@am__quote@
487@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vdkdrawarea.Plo@am__quote@
488@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vdkeditor.Plo@am__quote@
489@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vdkfilechooser.Plo@am__quote@
490@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vdkfont.Plo@am__quote@
491@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vdkhlbutton.Plo@am__quote@
492@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vdkhlbuttonbar.Plo@am__quote@
493@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vdkinchannel.Plo@am__quote@
494@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vdkobj.Plo@am__quote@
495@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vdkstring.Plo@am__quote@
496@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vdktextview.Plo@am__quote@
497@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vdkthread.Plo@am__quote@
498@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vdktreeview.Plo@am__quote@
499@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/vdkustring.Plo@am__quote@
500@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/widcontain.Plo@am__quote@
501
502.c.o:
503@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
504@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
505@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
506@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
507@am__fastdepCC_FALSE@	$(COMPILE) -c $<
508
509.c.obj:
510@am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
511@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
512@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
513@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
514@am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
515
516.c.lo:
517@am__fastdepCC_TRUE@	$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
518@am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
519@AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
520@AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
521@am__fastdepCC_FALSE@	$(LTCOMPILE) -c -o $@ $<
522
523.cc.o:
524@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
525@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
526@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
527@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
528@am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ $<
529
530.cc.obj:
531@am__fastdepCXX_TRUE@	$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
532@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
533@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
534@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
535@am__fastdepCXX_FALSE@	$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
536
537.cc.lo:
538@am__fastdepCXX_TRUE@	$(LTCXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
539@am__fastdepCXX_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
540@AMDEP_TRUE@@am__fastdepCXX_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
541@AMDEP_TRUE@@am__fastdepCXX_FALSE@	DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
542@am__fastdepCXX_FALSE@	$(LTCXXCOMPILE) -c -o $@ $<
543
544mostlyclean-libtool:
545	-rm -f *.lo
546
547clean-libtool:
548	-rm -rf .libs _libs
549
550ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
551	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
552	unique=`for i in $$list; do \
553	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
554	  done | \
555	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
556	      END { if (nonempty) { for (i in files) print i; }; }'`; \
557	mkid -fID $$unique
558tags: TAGS
559
560TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
561		$(TAGS_FILES) $(LISP)
562	set x; \
563	here=`pwd`; \
564	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
565	unique=`for i in $$list; do \
566	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
567	  done | \
568	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
569	      END { if (nonempty) { for (i in files) print i; }; }'`; \
570	shift; \
571	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
572	  test -n "$$unique" || unique=$$empty_fix; \
573	  if test $$# -gt 0; then \
574	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
575	      "$$@" $$unique; \
576	  else \
577	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
578	      $$unique; \
579	  fi; \
580	fi
581ctags: CTAGS
582CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
583		$(TAGS_FILES) $(LISP)
584	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
585	unique=`for i in $$list; do \
586	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
587	  done | \
588	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
589	      END { if (nonempty) { for (i in files) print i; }; }'`; \
590	test -z "$(CTAGS_ARGS)$$unique" \
591	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
592	     $$unique
593
594GTAGS:
595	here=`$(am__cd) $(top_builddir) && pwd` \
596	  && $(am__cd) $(top_srcdir) \
597	  && gtags -i $(GTAGS_ARGS) "$$here"
598
599distclean-tags:
600	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
601
602distdir: $(DISTFILES)
603	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
604	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
605	list='$(DISTFILES)'; \
606	  dist_files=`for file in $$list; do echo $$file; done | \
607	  sed -e "s|^$$srcdirstrip/||;t" \
608	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
609	case $$dist_files in \
610	  */*) $(MKDIR_P) `echo "$$dist_files" | \
611			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
612			   sort -u` ;; \
613	esac; \
614	for file in $$dist_files; do \
615	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
616	  if test -d $$d/$$file; then \
617	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
618	    if test -d "$(distdir)/$$file"; then \
619	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
620	    fi; \
621	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
622	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
623	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
624	    fi; \
625	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
626	  else \
627	    test -f "$(distdir)/$$file" \
628	    || cp -p $$d/$$file "$(distdir)/$$file" \
629	    || exit 1; \
630	  fi; \
631	done
632check-am: all-am
633check: check-am
634all-am: Makefile $(LTLIBRARIES)
635installdirs:
636	for dir in "$(DESTDIR)$(libdir)"; do \
637	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
638	done
639install: install-am
640install-exec: install-exec-am
641install-data: install-data-am
642uninstall: uninstall-am
643
644install-am: all-am
645	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
646
647installcheck: installcheck-am
648install-strip:
649	$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
650	  install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
651	  `test -z '$(STRIP)' || \
652	    echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
653mostlyclean-generic:
654
655clean-generic:
656
657distclean-generic:
658	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
659	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
660
661maintainer-clean-generic:
662	@echo "This command is intended for maintainers to use"
663	@echo "it deletes files that may require special tools to rebuild."
664clean: clean-am
665
666clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
667	mostlyclean-am
668
669distclean: distclean-am
670	-rm -rf ./$(DEPDIR)
671	-rm -f Makefile
672distclean-am: clean-am distclean-compile distclean-generic \
673	distclean-tags
674
675dvi: dvi-am
676
677dvi-am:
678
679html: html-am
680
681html-am:
682
683info: info-am
684
685info-am:
686
687install-data-am:
688
689install-dvi: install-dvi-am
690
691install-dvi-am:
692
693install-exec-am: install-libLTLIBRARIES
694
695install-html: install-html-am
696
697install-html-am:
698
699install-info: install-info-am
700
701install-info-am:
702
703install-man:
704
705install-pdf: install-pdf-am
706
707install-pdf-am:
708
709install-ps: install-ps-am
710
711install-ps-am:
712
713installcheck-am:
714
715maintainer-clean: maintainer-clean-am
716	-rm -rf ./$(DEPDIR)
717	-rm -f Makefile
718maintainer-clean-am: distclean-am maintainer-clean-generic
719
720mostlyclean: mostlyclean-am
721
722mostlyclean-am: mostlyclean-compile mostlyclean-generic \
723	mostlyclean-libtool
724
725pdf: pdf-am
726
727pdf-am:
728
729ps: ps-am
730
731ps-am:
732
733uninstall-am: uninstall-libLTLIBRARIES
734
735.MAKE: install-am install-strip
736
737.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
738	clean-libLTLIBRARIES clean-libtool ctags distclean \
739	distclean-compile distclean-generic distclean-libtool \
740	distclean-tags distdir dvi dvi-am html html-am info info-am \
741	install install-am install-data install-data-am install-dvi \
742	install-dvi-am install-exec install-exec-am install-html \
743	install-html-am install-info install-info-am \
744	install-libLTLIBRARIES install-man install-pdf install-pdf-am \
745	install-ps install-ps-am install-strip installcheck \
746	installcheck-am installdirs maintainer-clean \
747	maintainer-clean-generic mostlyclean mostlyclean-compile \
748	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
749	tags uninstall uninstall-am uninstall-libLTLIBRARIES
750
751
752# Tell versions [3.59,3.63) of GNU make to not export all variables.
753# Otherwise a system limit (for SysV at least) may be exceeded.
754.NOEXPORT:
755