1# Makefile.in generated by automake 1.14.1 from Makefile.am.
2# @configure_input@
3
4# Copyright (C) 1994-2013 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
17VPATH = @srcdir@
18am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
19am__make_running_with_option = \
20  case $${target_option-} in \
21      ?) ;; \
22      *) echo "am__make_running_with_option: internal error: invalid" \
23              "target option '$${target_option-}' specified" >&2; \
24         exit 1;; \
25  esac; \
26  has_opt=no; \
27  sane_makeflags=$$MAKEFLAGS; \
28  if $(am__is_gnu_make); then \
29    sane_makeflags=$$MFLAGS; \
30  else \
31    case $$MAKEFLAGS in \
32      *\\[\ \	]*) \
33        bs=\\; \
34        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
35          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
36    esac; \
37  fi; \
38  skip_next=no; \
39  strip_trailopt () \
40  { \
41    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
42  }; \
43  for flg in $$sane_makeflags; do \
44    test $$skip_next = yes && { skip_next=no; continue; }; \
45    case $$flg in \
46      *=*|--*) continue;; \
47        -*I) strip_trailopt 'I'; skip_next=yes;; \
48      -*I?*) strip_trailopt 'I';; \
49        -*O) strip_trailopt 'O'; skip_next=yes;; \
50      -*O?*) strip_trailopt 'O';; \
51        -*l) strip_trailopt 'l'; skip_next=yes;; \
52      -*l?*) strip_trailopt 'l';; \
53      -[dEDm]) skip_next=yes;; \
54      -[JT]) skip_next=yes;; \
55    esac; \
56    case $$flg in \
57      *$$target_option*) has_opt=yes; break;; \
58    esac; \
59  done; \
60  test $$has_opt = yes
61am__make_dryrun = (target_option=n; $(am__make_running_with_option))
62am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
63pkgdatadir = $(datadir)/@PACKAGE@
64pkgincludedir = $(includedir)/@PACKAGE@
65pkglibdir = $(libdir)/@PACKAGE@
66pkglibexecdir = $(libexecdir)/@PACKAGE@
67am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
68install_sh_DATA = $(install_sh) -c -m 644
69install_sh_PROGRAM = $(install_sh) -c
70install_sh_SCRIPT = $(install_sh) -c
71INSTALL_HEADER = $(INSTALL_DATA)
72transform = $(program_transform_name)
73NORMAL_INSTALL = :
74PRE_INSTALL = :
75POST_INSTALL = :
76NORMAL_UNINSTALL = :
77PRE_UNINSTALL = :
78POST_UNINSTALL = :
79build_triplet = @build@
80host_triplet = @host@
81subdir = sample
82DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am
83ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
84am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
85	$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
86	$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
87	$(top_srcdir)/configure.ac
88am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
89	$(ACLOCAL_M4)
90mkinstalldirs = $(install_sh) -d
91CONFIG_HEADER = $(top_builddir)/config.h
92CONFIG_CLEAN_FILES =
93CONFIG_CLEAN_VPATH_FILES =
94SCRIPTS = $(noinst_SCRIPTS)
95AM_V_P = $(am__v_P_@AM_V@)
96am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
97am__v_P_0 = false
98am__v_P_1 = :
99AM_V_GEN = $(am__v_GEN_@AM_V@)
100am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
101am__v_GEN_0 = @echo "  GEN     " $@;
102am__v_GEN_1 =
103AM_V_at = $(am__v_at_@AM_V@)
104am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
105am__v_at_0 = @
106am__v_at_1 =
107SOURCES =
108DIST_SOURCES =
109RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
110	ctags-recursive dvi-recursive html-recursive info-recursive \
111	install-data-recursive install-dvi-recursive \
112	install-exec-recursive install-html-recursive \
113	install-info-recursive install-pdf-recursive \
114	install-ps-recursive install-recursive installcheck-recursive \
115	installdirs-recursive pdf-recursive ps-recursive \
116	tags-recursive uninstall-recursive
117am__can_run_installinfo = \
118  case $$AM_UPDATE_INFO_DIR in \
119    n|no|NO) false;; \
120    *) (install-info --version) >/dev/null 2>&1;; \
121  esac
122RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
123  distclean-recursive maintainer-clean-recursive
124am__recursive_targets = \
125  $(RECURSIVE_TARGETS) \
126  $(RECURSIVE_CLEAN_TARGETS) \
127  $(am__extra_recursive_targets)
128AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
129	distdir
130am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
131# Read a list of newline-separated strings from the standard input,
132# and print each of them once, without duplicates.  Input order is
133# *not* preserved.
134am__uniquify_input = $(AWK) '\
135  BEGIN { nonempty = 0; } \
136  { items[$$0] = 1; nonempty = 1; } \
137  END { if (nonempty) { for (i in items) print i; }; } \
138'
139# Make sure the list of sources is unique.  This is necessary because,
140# e.g., the same source file might be shared among _SOURCES variables
141# for different programs/libraries.
142am__define_uniq_tagged_files = \
143  list='$(am__tagged_files)'; \
144  unique=`for i in $$list; do \
145    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
146  done | $(am__uniquify_input)`
147ETAGS = etags
148CTAGS = ctags
149DIST_SUBDIRS = $(SUBDIRS)
150DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
151am__relativize = \
152  dir0=`pwd`; \
153  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
154  sed_rest='s,^[^/]*/*,,'; \
155  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
156  sed_butlast='s,/*[^/]*$$,,'; \
157  while test -n "$$dir1"; do \
158    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
159    if test "$$first" != "."; then \
160      if test "$$first" = ".."; then \
161        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
162        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
163      else \
164        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
165        if test "$$first2" = "$$first"; then \
166          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
167        else \
168          dir2="../$$dir2"; \
169        fi; \
170        dir0="$$dir0"/"$$first"; \
171      fi; \
172    fi; \
173    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
174  done; \
175  reldir="$$dir2"
176ACLOCAL = @ACLOCAL@
177AL = @AL@
178AMTAR = @AMTAR@
179AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
180API_VERSION = @API_VERSION@
181AR = @AR@
182AS = @AS@
183ASSEMBLYINFO = @ASSEMBLYINFO@
184ATK_CFLAGS = @ATK_CFLAGS@
185ATK_LIBS = @ATK_LIBS@
186AUTOCONF = @AUTOCONF@
187AUTOHEADER = @AUTOHEADER@
188AUTOMAKE = @AUTOMAKE@
189AWK = @AWK@
190BUILD_EXEEXT = @BUILD_EXEEXT@
191CAIRO_API_VERSION = @CAIRO_API_VERSION@
192CC = @CC@
193CCDEPMODE = @CCDEPMODE@
194CC_FOR_BUILD = @CC_FOR_BUILD@
195CFLAGS = @CFLAGS@
196CPP = @CPP@
197CPPFLAGS = @CPPFLAGS@
198CSC = @CSC@
199CSFLAGS = @CSFLAGS@
200CYGPATH_W = @CYGPATH_W@
201DEFS = @DEFS@
202DEPDIR = @DEPDIR@
203DLLTOOL = @DLLTOOL@
204DSYMUTIL = @DSYMUTIL@
205DUMPBIN = @DUMPBIN@
206ECHO_C = @ECHO_C@
207ECHO_N = @ECHO_N@
208ECHO_T = @ECHO_T@
209EGREP = @EGREP@
210EXEEXT = @EXEEXT@
211FGREP = @FGREP@
212GACUTIL = @GACUTIL@
213GACUTIL_FLAGS = @GACUTIL_FLAGS@
214GENERATED_SOURCES_FILES = @GENERATED_SOURCES_FILES@
215GENERATED_SOURCES_OPTION = @GENERATED_SOURCES_OPTION@
216GIO_CFLAGS = @GIO_CFLAGS@
217GIO_LIBS = @GIO_LIBS@
218GLIB_2_31_CFLAGS = @GLIB_2_31_CFLAGS@
219GLIB_2_31_LIBS = @GLIB_2_31_LIBS@
220GLIB_CFLAGS = @GLIB_CFLAGS@
221GLIB_LIBS = @GLIB_LIBS@
222GREP = @GREP@
223GTK_CFLAGS = @GTK_CFLAGS@
224GTK_LIBS = @GTK_LIBS@
225HOST_CC = @HOST_CC@
226INSTALL = @INSTALL@
227INSTALL_DATA = @INSTALL_DATA@
228INSTALL_PROGRAM = @INSTALL_PROGRAM@
229INSTALL_SCRIPT = @INSTALL_SCRIPT@
230INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
231LD = @LD@
232LDFLAGS = @LDFLAGS@
233LIBOBJS = @LIBOBJS@
234LIBS = @LIBS@
235LIBTOOL = @LIBTOOL@
236LIB_PREFIX = @LIB_PREFIX@
237LIB_SUFFIX = @LIB_SUFFIX@
238LIPO = @LIPO@
239LN_S = @LN_S@
240LTLIBOBJS = @LTLIBOBJS@
241MAINT = @MAINT@
242MAKEINFO = @MAKEINFO@
243MANIFEST_TOOL = @MANIFEST_TOOL@
244MDOC = @MDOC@
245MKDIR_P = @MKDIR_P@
246MONO_DEPENDENCY_CFLAGS = @MONO_DEPENDENCY_CFLAGS@
247MONO_DEPENDENCY_LIBS = @MONO_DEPENDENCY_LIBS@
248NM = @NM@
249NMEDIT = @NMEDIT@
250OBJDUMP = @OBJDUMP@
251OBJEXT = @OBJEXT@
252OFF_T_FLAGS = @OFF_T_FLAGS@
253OTOOL = @OTOOL@
254OTOOL64 = @OTOOL64@
255PACKAGE = @PACKAGE@
256PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
257PACKAGE_NAME = @PACKAGE_NAME@
258PACKAGE_STRING = @PACKAGE_STRING@
259PACKAGE_TARNAME = @PACKAGE_TARNAME@
260PACKAGE_URL = @PACKAGE_URL@
261PACKAGE_VERSION = @PACKAGE_VERSION@
262PANGO_CFLAGS = @PANGO_CFLAGS@
263PANGO_LIBS = @PANGO_LIBS@
264PATH_SEPARATOR = @PATH_SEPARATOR@
265PKG_CONFIG = @PKG_CONFIG@
266PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
267PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
268POLICY_VERSIONS = @POLICY_VERSIONS@
269PROFILER_CFLAGS = @PROFILER_CFLAGS@
270PROFILER_LIBS = @PROFILER_LIBS@
271RANLIB = @RANLIB@
272RUNTIME = @RUNTIME@
273SED = @SED@
274SET_MAKE = @SET_MAKE@
275SHELL = @SHELL@
276STRIP = @STRIP@
277VERSION = @VERSION@
278WIX = @WIX@
279abs_builddir = @abs_builddir@
280abs_srcdir = @abs_srcdir@
281abs_top_builddir = @abs_top_builddir@
282abs_top_srcdir = @abs_top_srcdir@
283ac_ct_AR = @ac_ct_AR@
284ac_ct_CC = @ac_ct_CC@
285ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
286am__include = @am__include@
287am__leading_dot = @am__leading_dot@
288am__quote = @am__quote@
289am__tar = @am__tar@
290am__untar = @am__untar@
291bindir = @bindir@
292build = @build@
293build_alias = @build_alias@
294build_cpu = @build_cpu@
295build_os = @build_os@
296build_vendor = @build_vendor@
297builddir = @builddir@
298datadir = @datadir@
299datarootdir = @datarootdir@
300docdir = @docdir@
301dvidir = @dvidir@
302exec_prefix = @exec_prefix@
303host = @host@
304host_alias = @host_alias@
305host_cpu = @host_cpu@
306host_os = @host_os@
307host_vendor = @host_vendor@
308htmldir = @htmldir@
309includedir = @includedir@
310infodir = @infodir@
311install_sh = @install_sh@
312libdir = @libdir@
313libexecdir = @libexecdir@
314localedir = @localedir@
315localstatedir = @localstatedir@
316mandir = @mandir@
317mkdir_p = @mkdir_p@
318oldincludedir = @oldincludedir@
319pdfdir = @pdfdir@
320prefix = @prefix@
321program_transform_name = @program_transform_name@
322psdir = @psdir@
323sbindir = @sbindir@
324sharedstatedir = @sharedstatedir@
325srcdir = @srcdir@
326sysconfdir = @sysconfdir@
327target_alias = @target_alias@
328top_build_prefix = @top_build_prefix@
329top_builddir = @top_builddir@
330top_srcdir = @top_srcdir@
331SUBDIRS = test GtkDemo pixmaps valtest opaquetest gio gtk-gio
332@ENABLE_DOTNET_FALSE@DOTNET_TARGETS =
333@ENABLE_DOTNET_TRUE@DOTNET_TARGETS = drawing-sample.exe
334@ENABLE_DOTNET_FALSE@DOTNET_ASSEMBLY =
335@ENABLE_DOTNET_TRUE@DOTNET_ASSEMBLY = ../gtkdotnet/gtk-dotnet.dll
336TARGETS = gtk-hello-world.exe async-sample.exe button.exe calendar.exe subclass.exe menu.exe treeviewdemo.exe managedtreeviewdemo.exe nodeviewdemo.exe treemodeldemo.exe actions.exe spawn.exe assistant.exe registerprop.exe gexceptiontest.exe native-instantiation.exe polarfixed.exe cairo-sample.exe scribble.exe testdnd.exe custom-cellrenderer.exe custom-widget.exe custom-scrollable.exe cairo-png.exe #scribble-xinput.exe $(DOTNET_TARGETS)
337DEBUGS = $(addsuffix .mdb, $(TARGETS))
338assemblies = \
339	$(top_builddir)/glib/glib-sharp.dll 	\
340	$(top_builddir)/gio/gio-sharp.dll 	\
341	$(top_builddir)/cairo/cairo-sharp.dll 	\
342	$(top_builddir)/pango/pango-sharp.dll 	\
343	$(top_builddir)/atk/atk-sharp.dll 	\
344	$(top_builddir)/gdk/gdk-sharp.dll 	\
345	$(top_builddir)/gtk/gtk-sharp.dll
346
347references = $(addprefix -r:, $(assemblies))
348noinst_SCRIPTS = $(TARGETS)
349CLEANFILES = $(TARGETS) $(DEBUGS)
350dotnet_references = $(references) $(addprefix -r:, $(DOTNET_ASSEMBLY)) -r:System.Drawing.dll
351EXTRA_DIST = \
352	HelloWorld.cs			\
353	Assistant.cs			\
354	AsyncSample.cs			\
355	ButtonApp.cs			\
356	CalendarApp.cs			\
357	Subclass.cs			\
358	Menu.cs				\
359	Scribble.cs			\
360	ScribbleXInput.cs		\
361	SpawnTests.cs			\
362	TreeModelDemo.cs		\
363	TreeViewDemo.cs			\
364	ManagedTreeViewDemo.cs		\
365	NativeInstantiationTest.cs	\
366	NodeViewDemo.cs			\
367	GExceptionTest.cs		\
368	CairoPng.cs				\
369	CairoSample.cs			\
370	TestDnd.cs			\
371	CustomCellRenderer.cs		\
372	DrawingSample.cs		\
373	CustomWidget.cs			\
374	CustomScrollableWidget.cs	\
375	Actions.cs			\
376	PropertyRegistration.cs		\
377	PolarFixed.cs
378
379all: all-recursive
380
381.SUFFIXES:
382$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
383	@for dep in $?; do \
384	  case '$(am__configure_deps)' in \
385	    *$$dep*) \
386	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
387	        && { if test -f $@; then exit 0; else break; fi; }; \
388	      exit 1;; \
389	  esac; \
390	done; \
391	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign sample/Makefile'; \
392	$(am__cd) $(top_srcdir) && \
393	  $(AUTOMAKE) --foreign sample/Makefile
394.PRECIOUS: Makefile
395Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
396	@case '$?' in \
397	  *config.status*) \
398	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
399	  *) \
400	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
401	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
402	esac;
403
404$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
405	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
406
407$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
408	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
409$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
410	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
411$(am__aclocal_m4_deps):
412
413mostlyclean-libtool:
414	-rm -f *.lo
415
416clean-libtool:
417	-rm -rf .libs _libs
418
419# This directory's subdirectories are mostly independent; you can cd
420# into them and run 'make' without going through this Makefile.
421# To change the values of 'make' variables: instead of editing Makefiles,
422# (1) if the variable is set in 'config.status', edit 'config.status'
423#     (which will cause the Makefiles to be regenerated when you run 'make');
424# (2) otherwise, pass the desired values on the 'make' command line.
425$(am__recursive_targets):
426	@fail=; \
427	if $(am__make_keepgoing); then \
428	  failcom='fail=yes'; \
429	else \
430	  failcom='exit 1'; \
431	fi; \
432	dot_seen=no; \
433	target=`echo $@ | sed s/-recursive//`; \
434	case "$@" in \
435	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
436	  *) list='$(SUBDIRS)' ;; \
437	esac; \
438	for subdir in $$list; do \
439	  echo "Making $$target in $$subdir"; \
440	  if test "$$subdir" = "."; then \
441	    dot_seen=yes; \
442	    local_target="$$target-am"; \
443	  else \
444	    local_target="$$target"; \
445	  fi; \
446	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
447	  || eval $$failcom; \
448	done; \
449	if test "$$dot_seen" = "no"; then \
450	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
451	fi; test -z "$$fail"
452
453ID: $(am__tagged_files)
454	$(am__define_uniq_tagged_files); mkid -fID $$unique
455tags: tags-recursive
456TAGS: tags
457
458tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
459	set x; \
460	here=`pwd`; \
461	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
462	  include_option=--etags-include; \
463	  empty_fix=.; \
464	else \
465	  include_option=--include; \
466	  empty_fix=; \
467	fi; \
468	list='$(SUBDIRS)'; for subdir in $$list; do \
469	  if test "$$subdir" = .; then :; else \
470	    test ! -f $$subdir/TAGS || \
471	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
472	  fi; \
473	done; \
474	$(am__define_uniq_tagged_files); \
475	shift; \
476	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
477	  test -n "$$unique" || unique=$$empty_fix; \
478	  if test $$# -gt 0; then \
479	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
480	      "$$@" $$unique; \
481	  else \
482	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
483	      $$unique; \
484	  fi; \
485	fi
486ctags: ctags-recursive
487
488CTAGS: ctags
489ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
490	$(am__define_uniq_tagged_files); \
491	test -z "$(CTAGS_ARGS)$$unique" \
492	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
493	     $$unique
494
495GTAGS:
496	here=`$(am__cd) $(top_builddir) && pwd` \
497	  && $(am__cd) $(top_srcdir) \
498	  && gtags -i $(GTAGS_ARGS) "$$here"
499cscopelist: cscopelist-recursive
500
501cscopelist-am: $(am__tagged_files)
502	list='$(am__tagged_files)'; \
503	case "$(srcdir)" in \
504	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
505	  *) sdir=$(subdir)/$(srcdir) ;; \
506	esac; \
507	for i in $$list; do \
508	  if test -f "$$i"; then \
509	    echo "$(subdir)/$$i"; \
510	  else \
511	    echo "$$sdir/$$i"; \
512	  fi; \
513	done >> $(top_builddir)/cscope.files
514
515distclean-tags:
516	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
517
518distdir: $(DISTFILES)
519	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
520	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
521	list='$(DISTFILES)'; \
522	  dist_files=`for file in $$list; do echo $$file; done | \
523	  sed -e "s|^$$srcdirstrip/||;t" \
524	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
525	case $$dist_files in \
526	  */*) $(MKDIR_P) `echo "$$dist_files" | \
527			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
528			   sort -u` ;; \
529	esac; \
530	for file in $$dist_files; do \
531	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
532	  if test -d $$d/$$file; then \
533	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
534	    if test -d "$(distdir)/$$file"; then \
535	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
536	    fi; \
537	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
538	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
539	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
540	    fi; \
541	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
542	  else \
543	    test -f "$(distdir)/$$file" \
544	    || cp -p $$d/$$file "$(distdir)/$$file" \
545	    || exit 1; \
546	  fi; \
547	done
548	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
549	  if test "$$subdir" = .; then :; else \
550	    $(am__make_dryrun) \
551	      || test -d "$(distdir)/$$subdir" \
552	      || $(MKDIR_P) "$(distdir)/$$subdir" \
553	      || exit 1; \
554	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
555	    $(am__relativize); \
556	    new_distdir=$$reldir; \
557	    dir1=$$subdir; dir2="$(top_distdir)"; \
558	    $(am__relativize); \
559	    new_top_distdir=$$reldir; \
560	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
561	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
562	    ($(am__cd) $$subdir && \
563	      $(MAKE) $(AM_MAKEFLAGS) \
564	        top_distdir="$$new_top_distdir" \
565	        distdir="$$new_distdir" \
566		am__remove_distdir=: \
567		am__skip_length_check=: \
568		am__skip_mode_fix=: \
569	        distdir) \
570	      || exit 1; \
571	  fi; \
572	done
573check-am: all-am
574check: check-recursive
575all-am: Makefile $(SCRIPTS)
576installdirs: installdirs-recursive
577installdirs-am:
578install: install-recursive
579install-exec: install-exec-recursive
580install-data: install-data-recursive
581uninstall: uninstall-recursive
582
583install-am: all-am
584	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
585
586installcheck: installcheck-recursive
587install-strip:
588	if test -z '$(STRIP)'; then \
589	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
590	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
591	      install; \
592	else \
593	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
594	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
595	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
596	fi
597mostlyclean-generic:
598
599clean-generic:
600	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
601
602distclean-generic:
603	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
604	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
605
606maintainer-clean-generic:
607	@echo "This command is intended for maintainers to use"
608	@echo "it deletes files that may require special tools to rebuild."
609clean: clean-recursive
610
611clean-am: clean-generic clean-libtool mostlyclean-am
612
613distclean: distclean-recursive
614	-rm -f Makefile
615distclean-am: clean-am distclean-generic distclean-tags
616
617dvi: dvi-recursive
618
619dvi-am:
620
621html: html-recursive
622
623html-am:
624
625info: info-recursive
626
627info-am:
628
629install-data-am:
630
631install-dvi: install-dvi-recursive
632
633install-dvi-am:
634
635install-exec-am:
636
637install-html: install-html-recursive
638
639install-html-am:
640
641install-info: install-info-recursive
642
643install-info-am:
644
645install-man:
646
647install-pdf: install-pdf-recursive
648
649install-pdf-am:
650
651install-ps: install-ps-recursive
652
653install-ps-am:
654
655installcheck-am:
656
657maintainer-clean: maintainer-clean-recursive
658	-rm -f Makefile
659maintainer-clean-am: distclean-am maintainer-clean-generic
660
661mostlyclean: mostlyclean-recursive
662
663mostlyclean-am: mostlyclean-generic mostlyclean-libtool
664
665pdf: pdf-recursive
666
667pdf-am:
668
669ps: ps-recursive
670
671ps-am:
672
673uninstall-am:
674
675.MAKE: $(am__recursive_targets) install-am install-strip
676
677.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
678	check-am clean clean-generic clean-libtool cscopelist-am ctags \
679	ctags-am distclean distclean-generic distclean-libtool \
680	distclean-tags distdir dvi dvi-am html html-am info info-am \
681	install install-am install-data install-data-am install-dvi \
682	install-dvi-am install-exec install-exec-am install-html \
683	install-html-am install-info install-info-am install-man \
684	install-pdf install-pdf-am install-ps install-ps-am \
685	install-strip installcheck installcheck-am installdirs \
686	installdirs-am maintainer-clean maintainer-clean-generic \
687	mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
688	ps ps-am tags tags-am uninstall uninstall-am
689
690
691gtk-hello-world.exe: $(srcdir)/HelloWorld.cs $(assemblies)
692	$(CSC) $(CSFLAGS) -out:gtk-hello-world.exe $(references) $(srcdir)/HelloWorld.cs
693
694async-sample.exe: $(srcdir)/AsyncSample.cs $(assemblies)
695	$(CSC) $(CSFLAGS) -out:async-sample.exe $(references) $(srcdir)/AsyncSample.cs
696
697button.exe: $(srcdir)/ButtonApp.cs $(assemblies)
698	$(CSC) $(CSFLAGS) -out:button.exe $(references) $(srcdir)/ButtonApp.cs
699
700calendar.exe: $(srcdir)/CalendarApp.cs $(assemblies)
701	$(CSC) $(CSFLAGS) -out:calendar.exe $(references) $(srcdir)/CalendarApp.cs
702
703subclass.exe: $(srcdir)/Subclass.cs $(assemblies)
704	$(CSC) $(CSFLAGS) -out:subclass.exe $(references) $(srcdir)/Subclass.cs
705
706menu.exe: $(srcdir)/Menu.cs $(assemblies)
707	$(CSC) $(CSFLAGS) -out:menu.exe $(references) $(srcdir)/Menu.cs
708
709native-instantiation.exe: $(srcdir)/NativeInstantiationTest.cs $(assemblies)
710	$(CSC) $(CSFLAGS) -out:native-instantiation.exe $(references) $(srcdir)/NativeInstantiationTest.cs
711
712scribble.exe: $(srcdir)/Scribble.cs $(assemblies)
713	$(CSC) $(CSFLAGS) -out:scribble.exe $(references) $(srcdir)/Scribble.cs
714
715scribble-xinput.exe: $(srcdir)/ScribbleXInput.cs $(assemblies)
716	$(CSC) $(CSFLAGS) -out:scribble-xinput.exe $(references) $(srcdir)/ScribbleXInput.cs
717
718treeviewdemo.exe: $(srcdir)/TreeViewDemo.cs $(assemblies)
719	$(CSC) $(CSFLAGS) -out:treeviewdemo.exe $(references) $(srcdir)/TreeViewDemo.cs
720
721managedtreeviewdemo.exe: $(srcdir)/ManagedTreeViewDemo.cs $(assemblies)
722	$(CSC) $(CSFLAGS) -out:managedtreeviewdemo.exe $(references) $(srcdir)/ManagedTreeViewDemo.cs
723
724nodeviewdemo.exe: $(srcdir)/NodeViewDemo.cs $(assemblies)
725	$(CSC) $(CSFLAGS) -out:nodeviewdemo.exe $(references) $(srcdir)/NodeViewDemo.cs
726
727treemodeldemo.exe: $(srcdir)/TreeModelDemo.cs $(assemblies)
728	$(CSC) $(CSFLAGS) -out:treemodeldemo.exe $(references) $(srcdir)/TreeModelDemo.cs
729
730cairo-sample.exe: $(srcdir)/CairoSample.cs $(assemblies)
731	$(CSC) $(CSFLAGS) -out:cairo-sample.exe $(references) $(srcdir)/CairoSample.cs
732
733testdnd.exe: $(srcdir)/TestDnd.cs $(assemblies)
734	$(CSC) $(CSFLAGS) -unsafe -out:testdnd.exe $(references) $(srcdir)/TestDnd.cs
735
736custom-cellrenderer.exe: $(srcdir)/CustomCellRenderer.cs $(assemblies)
737	$(CSC) $(CSFLAGS) -out:custom-cellrenderer.exe $(references) $(srcdir)/CustomCellRenderer.cs
738
739drawing-sample.exe: $(srcdir)/DrawingSample.cs $(assemblies) $(DOTNET_ASSEMBLIES)
740	$(CSC) $(CSFLAGS) -out:drawing-sample.exe $(dotnet_references) $(srcdir)/DrawingSample.cs
741
742custom-widget.exe: $(srcdir)/CustomWidget.cs $(assemblies)
743	$(CSC) $(CSFLAGS) -out:custom-widget.exe $(references) $(srcdir)/CustomWidget.cs
744
745custom-scrollable.exe: $(srcdir)/CustomScrollableWidget.cs $(assemblies)
746	$(CSC) $(CSFLAGS) -out:custom-scrollable.exe $(references) $(srcdir)/CustomScrollableWidget.cs
747
748actions.exe: $(srcdir)/Actions.cs
749	$(CSC) $(CSFLAGS) -unsafe -out:actions.exe $(references) $(srcdir)/Actions.cs
750
751polarfixed.exe: $(srcdir)/PolarFixed.cs $(assemblies)
752	$(CSC) $(CSFLAGS) -out:polarfixed.exe $(references) $(srcdir)/PolarFixed.cs
753
754spawn.exe: $(srcdir)/SpawnTests.cs $(assemblies)
755	$(CSC) $(CSFLAGS) -out:spawn.exe $(references) $(srcdir)/SpawnTests.cs
756
757assistant.exe: $(srcdir)/Assistant.cs $(assemblies)
758	$(CSC) $(CSFLAGS) -out:assistant.exe $(references) $(srcdir)/Assistant.cs
759
760registerprop.exe: $(srcdir)/PropertyRegistration.cs $(assemblies)
761	$(CSC) $(CSFLAGS) -out:registerprop.exe $(references) $(srcdir)/PropertyRegistration.cs
762
763gexceptiontest.exe: $(srcdir)/GExceptionTest.cs $(assemblies)
764	$(CSC) $(CSFLAGS) -out:gexceptiontest.exe $(references) $(srcdir)/GExceptionTest.cs
765
766cairo-png.exe: $(srcdir)/CairoPng.cs $(top_builddir)/cairo/cairo-sharp.dll
767	$(CSC) $(CSFLAGS) -out:cairo-png.exe -r:$(top_builddir)/cairo/cairo-sharp.dll $(srcdir)/CairoPng.cs
768
769# Tell versions [3.59,3.63) of GNU make to not export all variables.
770# Otherwise a system limit (for SysV at least) may be exceeded.
771.NOEXPORT:
772