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