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 = gdk
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 = gdk-sharp.dll.config
101CONFIG_CLEAN_VPATH_FILES =
102AM_V_P = $(am__v_P_@AM_V@)
103am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
104am__v_P_0 = false
105am__v_P_1 = :
106AM_V_GEN = $(am__v_GEN_@AM_V@)
107am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
108am__v_GEN_0 = @echo "  GEN     " $@;
109am__v_GEN_1 =
110AM_V_at = $(am__v_at_@AM_V@)
111am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
112am__v_at_0 = @
113am__v_at_1 =
114SOURCES =
115DIST_SOURCES =
116RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
117	ctags-recursive dvi-recursive html-recursive info-recursive \
118	install-data-recursive install-dvi-recursive \
119	install-exec-recursive install-html-recursive \
120	install-info-recursive install-pdf-recursive \
121	install-ps-recursive install-recursive installcheck-recursive \
122	installdirs-recursive pdf-recursive ps-recursive \
123	tags-recursive uninstall-recursive
124am__can_run_installinfo = \
125  case $$AM_UPDATE_INFO_DIR in \
126    n|no|NO) false;; \
127    *) (install-info --version) >/dev/null 2>&1;; \
128  esac
129am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
130am__vpath_adj = case $$p in \
131    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
132    *) f=$$p;; \
133  esac;
134am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
135am__install_max = 40
136am__nobase_strip_setup = \
137  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
138am__nobase_strip = \
139  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
140am__nobase_list = $(am__nobase_strip_setup); \
141  for p in $$list; do echo "$$p $$p"; done | \
142  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
143  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
144    if (++n[$$2] == $(am__install_max)) \
145      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
146    END { for (dir in files) print dir, files[dir] }'
147am__base_list = \
148  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
149  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
150am__uninstall_files_from_dir = { \
151  test -z "$$files" \
152    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
153    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
154         $(am__cd) "$$dir" && rm -f $$files; }; \
155  }
156am__installdirs = "$(DESTDIR)$(gapidir)"
157DATA = $(gapi_DATA) $(noinst_DATA)
158RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
159  distclean-recursive maintainer-clean-recursive
160am__recursive_targets = \
161  $(RECURSIVE_TARGETS) \
162  $(RECURSIVE_CLEAN_TARGETS) \
163  $(am__extra_recursive_targets)
164AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
165	distdir
166am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
167# Read a list of newline-separated strings from the standard input,
168# and print each of them once, without duplicates.  Input order is
169# *not* preserved.
170am__uniquify_input = $(AWK) '\
171  BEGIN { nonempty = 0; } \
172  { items[$$0] = 1; nonempty = 1; } \
173  END { if (nonempty) { for (i in items) print i; }; } \
174'
175# Make sure the list of sources is unique.  This is necessary because,
176# e.g., the same source file might be shared among _SOURCES variables
177# for different programs/libraries.
178am__define_uniq_tagged_files = \
179  list='$(am__tagged_files)'; \
180  unique=`for i in $$list; do \
181    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
182  done | $(am__uniquify_input)`
183ETAGS = etags
184CTAGS = ctags
185DIST_SUBDIRS = $(SUBDIRS)
186am__DIST_COMMON = $(srcdir)/Makefile.in \
187	$(srcdir)/gdk-sharp.dll.config.in \
188	$(top_srcdir)/Makefile.include
189DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
190am__relativize = \
191  dir0=`pwd`; \
192  sed_first='s,^\([^/]*\)/.*$$,\1,'; \
193  sed_rest='s,^[^/]*/*,,'; \
194  sed_last='s,^.*/\([^/]*\)$$,\1,'; \
195  sed_butlast='s,/*[^/]*$$,,'; \
196  while test -n "$$dir1"; do \
197    first=`echo "$$dir1" | sed -e "$$sed_first"`; \
198    if test "$$first" != "."; then \
199      if test "$$first" = ".."; then \
200        dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
201        dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
202      else \
203        first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
204        if test "$$first2" = "$$first"; then \
205          dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
206        else \
207          dir2="../$$dir2"; \
208        fi; \
209        dir0="$$dir0"/"$$first"; \
210      fi; \
211    fi; \
212    dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
213  done; \
214  reldir="$$dir2"
215ACLOCAL = @ACLOCAL@
216AL = @AL@
217AMTAR = @AMTAR@
218AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
219API_VERSION = @API_VERSION@
220AR = @AR@
221AS = @AS@
222ATK_CFLAGS = @ATK_CFLAGS@
223ATK_LIBS = @ATK_LIBS@
224AUTOCONF = @AUTOCONF@
225AUTOHEADER = @AUTOHEADER@
226AUTOMAKE = @AUTOMAKE@
227AWK = @AWK@
228BUILD_EXEEXT = @BUILD_EXEEXT@
229BUILD_GTK_CFLAGS = @BUILD_GTK_CFLAGS@
230BUILD_GTK_LIBS = @BUILD_GTK_LIBS@
231CC = @CC@
232CCDEPMODE = @CCDEPMODE@
233CC_FOR_BUILD = @CC_FOR_BUILD@
234CFLAGS = @CFLAGS@
235CPP = @CPP@
236CPPFLAGS = @CPPFLAGS@
237CSC = @CSC@
238CSFLAGS = @CSFLAGS@
239CYGPATH_W = @CYGPATH_W@
240DEFS = @DEFS@
241DEPDIR = @DEPDIR@
242DLLTOOL = @DLLTOOL@
243DSYMUTIL = @DSYMUTIL@
244DUMPBIN = @DUMPBIN@
245ECHO_C = @ECHO_C@
246ECHO_N = @ECHO_N@
247ECHO_T = @ECHO_T@
248EGREP = @EGREP@
249EXEEXT = @EXEEXT@
250FGREP = @FGREP@
251GACUTIL = @GACUTIL@
252GACUTIL_FLAGS = @GACUTIL_FLAGS@
253GDK_BACKEND = @GDK_BACKEND@
254GENERATED_SOURCES = @GENERATED_SOURCES@
255GLADE_CFLAGS = @GLADE_CFLAGS@
256GLADE_LIBS = @GLADE_LIBS@
257GLIB_2_31_CFLAGS = @GLIB_2_31_CFLAGS@
258GLIB_2_31_LIBS = @GLIB_2_31_LIBS@
259GLIB_CFLAGS = @GLIB_CFLAGS@
260GLIB_LIBS = @GLIB_LIBS@
261GREP = @GREP@
262GTK_CFLAGS = @GTK_CFLAGS@
263GTK_LIBS = @GTK_LIBS@
264GTK_SHARP_VERSION_CFLAGS = @GTK_SHARP_VERSION_CFLAGS@
265HOST_CC = @HOST_CC@
266INSTALL = @INSTALL@
267INSTALL_DATA = @INSTALL_DATA@
268INSTALL_PROGRAM = @INSTALL_PROGRAM@
269INSTALL_SCRIPT = @INSTALL_SCRIPT@
270INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
271LD = @LD@
272LDFLAGS = @LDFLAGS@
273LIBOBJS = @LIBOBJS@
274LIBS = @LIBS@
275LIBTOOL = @LIBTOOL@
276LIB_PREFIX = @LIB_PREFIX@
277LIB_SUFFIX = @LIB_SUFFIX@
278LIPO = @LIPO@
279LN_S = @LN_S@
280LTLIBOBJS = @LTLIBOBJS@
281LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
282MAINT = @MAINT@
283MAKEINFO = @MAKEINFO@
284MANIFEST_TOOL = @MANIFEST_TOOL@
285MDASSEMBLER = @MDASSEMBLER@
286MKDIR_P = @MKDIR_P@
287MONODOCER = @MONODOCER@
288MONO_CAIRO_CFLAGS = @MONO_CAIRO_CFLAGS@
289MONO_CAIRO_LIBS = @MONO_CAIRO_LIBS@
290MONO_DEPENDENCY_CFLAGS = @MONO_DEPENDENCY_CFLAGS@
291MONO_DEPENDENCY_LIBS = @MONO_DEPENDENCY_LIBS@
292NM = @NM@
293NMEDIT = @NMEDIT@
294OBJDUMP = @OBJDUMP@
295OBJEXT = @OBJEXT@
296OFF_T_FLAGS = @OFF_T_FLAGS@
297OTOOL = @OTOOL@
298OTOOL64 = @OTOOL64@
299PACKAGE = @PACKAGE@
300PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
301PACKAGE_NAME = @PACKAGE_NAME@
302PACKAGE_STRING = @PACKAGE_STRING@
303PACKAGE_TARNAME = @PACKAGE_TARNAME@
304PACKAGE_URL = @PACKAGE_URL@
305PACKAGE_VERSION = @PACKAGE_VERSION@
306PANGO_CFLAGS = @PANGO_CFLAGS@
307PANGO_LIBS = @PANGO_LIBS@
308PATH_SEPARATOR = @PATH_SEPARATOR@
309PKG_CONFIG = @PKG_CONFIG@
310PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
311PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
312POLICY_VERSIONS = @POLICY_VERSIONS@
313RANLIB = @RANLIB@
314RUNTIME = @RUNTIME@
315SED = @SED@
316SET_MAKE = @SET_MAKE@
317SHELL = @SHELL@
318STRIP = @STRIP@
319VERSION = @VERSION@
320WIX = @WIX@
321abs_builddir = @abs_builddir@
322abs_srcdir = @abs_srcdir@
323abs_top_builddir = @abs_top_builddir@
324abs_top_srcdir = @abs_top_srcdir@
325ac_ct_AR = @ac_ct_AR@
326ac_ct_CC = @ac_ct_CC@
327ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
328am__include = @am__include@
329am__leading_dot = @am__leading_dot@
330am__quote = @am__quote@
331am__tar = @am__tar@
332am__untar = @am__untar@
333bindir = @bindir@
334build = @build@
335build_alias = @build_alias@
336build_cpu = @build_cpu@
337build_os = @build_os@
338build_vendor = @build_vendor@
339builddir = @builddir@
340datadir = @datadir@
341datarootdir = @datarootdir@
342docdir = @docdir@
343dvidir = @dvidir@
344exec_prefix = @exec_prefix@
345host = @host@
346host_alias = @host_alias@
347host_cpu = @host_cpu@
348host_os = @host_os@
349host_vendor = @host_vendor@
350htmldir = @htmldir@
351includedir = @includedir@
352infodir = @infodir@
353install_sh = @install_sh@
354libdir = @libdir@
355libexecdir = @libexecdir@
356localedir = @localedir@
357localstatedir = @localstatedir@
358mandir = @mandir@
359mkdir_p = @mkdir_p@
360oldincludedir = @oldincludedir@
361pdfdir = @pdfdir@
362prefix = @prefix@
363program_transform_name = @program_transform_name@
364psdir = @psdir@
365runstatedir = @runstatedir@
366sbindir = @sbindir@
367sharedstatedir = @sharedstatedir@
368srcdir = @srcdir@
369sysconfdir = @sysconfdir@
370target = @target@
371target_alias = @target_alias@
372target_cpu = @target_cpu@
373target_os = @target_os@
374target_vendor = @target_vendor@
375top_build_prefix = @top_build_prefix@
376top_builddir = @top_builddir@
377top_srcdir = @top_srcdir@
378SUBDIRS = . glue
379@ENABLE_MONO_CAIRO_FALSE@local_mono_cairo =
380@ENABLE_MONO_CAIRO_TRUE@local_mono_cairo = $(top_builddir)/cairo/Mono.Cairo.dll
381pkg = gdk
382SYMBOLS = gdk-symbols.xml
383INCLUDE_API = $(top_srcdir)/glib/glib-api.xml $(top_builddir)/pango/pango-api.xml
384METADATA = Gdk.metadata
385references = $(top_builddir)/glib/glib-sharp.dll $(top_builddir)/pango/pango-sharp.dll $(local_mono_cairo)
386glue_includes = gdk/gdk.h
387sources = \
388	EventButton.cs		\
389	EventClient.cs		\
390	EventConfigure.cs	\
391	EventCrossing.cs	\
392	Event.cs		\
393	EventDND.cs		\
394	EventExpose.cs		\
395	EventFocus.cs		\
396	EventGrabBroken.cs	\
397	EventKey.cs		\
398	EventMotion.cs		\
399	EventOwnerChange.cs	\
400	EventProperty.cs	\
401	EventProximity.cs	\
402	EventScroll.cs		\
403	EventSelection.cs	\
404	EventSetting.cs		\
405	EventVisibility.cs	\
406	EventWindowState.cs	\
407	Key.cs			\
408	Size.cs			\
409	TextProperty.cs
410
411customs = \
412	Atom.custom		\
413	Color.custom		\
414	Device.custom		\
415	DeviceAxis.custom	\
416	Display.custom		\
417	DisplayManager.custom	\
418	DragContext.custom	\
419	Drawable.custom		\
420	EdgeTable.custom	\
421	EventHelper.custom	\
422	GCValues.custom		\
423	Global.custom		\
424	Input.custom		\
425	Keymap.custom		\
426	PangoAttrEmbossed.custom\
427	PangoAttrEmbossColor.custom	\
428	PangoAttrStipple.custom \
429	Pixmap.custom		\
430	Pixbuf.custom		\
431	PixbufAnimation.custom	\
432	PixbufFrame.custom	\
433	PixbufLoader.custom	\
434	Pixdata.custom		\
435	Point.custom		\
436	Property.custom		\
437	Rectangle.custom	\
438	Region.custom		\
439	RgbCmap.custom		\
440	Screen.custom		\
441	Selection.custom	\
442	WindowAttr.custom	\
443	Window.custom
444
445add_dist =
446SNK = gtk-sharp.snk
447API = $(pkg)-api.xml
448RAW_API = $(pkg)-api.raw
449ASSEMBLY_NAME = $(pkg)-sharp
450ASSEMBLY = $(ASSEMBLY_NAME).dll
451TARGET = $(pkg:=-sharp.dll) $(pkg:=-sharp.dll.config) $(POLICY_ASSEMBLIES)
452noinst_DATA = $(TARGET)
453TARGET_API = $(pkg:=-api.xml)
454gapidir = $(datadir)/gapi-2.0
455gapi_DATA = $(TARGET_API)
456CLEANFILES = $(ASSEMBLY) $(ASSEMBLY).mdb $(POLICY_ASSEMBLIES) generated-stamp generated/*.cs $(API) glue/generated.c $(SNK) AssemblyInfo.cs $(POLICY_CONFIGS)
457DISTCLEANFILES = $(ASSEMBLY).config
458POLICY_ASSEMBLIES = $(addsuffix .$(ASSEMBLY), $(addprefix policy., $(POLICY_VERSIONS)))
459POLICY_CONFIGS = $(addsuffix .config, $(addprefix policy., $(POLICY_VERSIONS)))
460EXTRA_DIST = $(RAW_API) $(SYMBOLS) $(ASSEMBLY).config.in $(METADATA) $(customs) $(sources) $(add_dist)
461build_symbols = $(addprefix --symbols=$(srcdir)/, $(SYMBOLS))
462build_customs = $(addprefix $(srcdir)/, $(customs))
463api_includes = $(addprefix -I:, $(INCLUDE_API))
464build_sources = $(addprefix $(srcdir)/, $(sources)) AssemblyInfo.cs
465build_references = $(addprefix -r:, $(references)) $(MONO_CAIRO_LIBS)
466all: all-recursive
467
468.SUFFIXES:
469$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/Makefile.include $(am__configure_deps)
470	@for dep in $?; do \
471	  case '$(am__configure_deps)' in \
472	    *$$dep*) \
473	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
474	        && { if test -f $@; then exit 0; else break; fi; }; \
475	      exit 1;; \
476	  esac; \
477	done; \
478	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign gdk/Makefile'; \
479	$(am__cd) $(top_srcdir) && \
480	  $(AUTOMAKE) --foreign gdk/Makefile
481Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
482	@case '$?' in \
483	  *config.status*) \
484	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
485	  *) \
486	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
487	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
488	esac;
489$(top_srcdir)/Makefile.include $(am__empty):
490
491$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
492	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
493
494$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
495	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
496$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
497	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
498$(am__aclocal_m4_deps):
499gdk-sharp.dll.config: $(top_builddir)/config.status $(srcdir)/gdk-sharp.dll.config.in
500	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
501
502mostlyclean-libtool:
503	-rm -f *.lo
504
505clean-libtool:
506	-rm -rf .libs _libs
507install-gapiDATA: $(gapi_DATA)
508	@$(NORMAL_INSTALL)
509	@list='$(gapi_DATA)'; test -n "$(gapidir)" || list=; \
510	if test -n "$$list"; then \
511	  echo " $(MKDIR_P) '$(DESTDIR)$(gapidir)'"; \
512	  $(MKDIR_P) "$(DESTDIR)$(gapidir)" || exit 1; \
513	fi; \
514	for p in $$list; do \
515	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
516	  echo "$$d$$p"; \
517	done | $(am__base_list) | \
518	while read files; do \
519	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(gapidir)'"; \
520	  $(INSTALL_DATA) $$files "$(DESTDIR)$(gapidir)" || exit $$?; \
521	done
522
523uninstall-gapiDATA:
524	@$(NORMAL_UNINSTALL)
525	@list='$(gapi_DATA)'; test -n "$(gapidir)" || list=; \
526	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
527	dir='$(DESTDIR)$(gapidir)'; $(am__uninstall_files_from_dir)
528
529# This directory's subdirectories are mostly independent; you can cd
530# into them and run 'make' without going through this Makefile.
531# To change the values of 'make' variables: instead of editing Makefiles,
532# (1) if the variable is set in 'config.status', edit 'config.status'
533#     (which will cause the Makefiles to be regenerated when you run 'make');
534# (2) otherwise, pass the desired values on the 'make' command line.
535$(am__recursive_targets):
536	@fail=; \
537	if $(am__make_keepgoing); then \
538	  failcom='fail=yes'; \
539	else \
540	  failcom='exit 1'; \
541	fi; \
542	dot_seen=no; \
543	target=`echo $@ | sed s/-recursive//`; \
544	case "$@" in \
545	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
546	  *) list='$(SUBDIRS)' ;; \
547	esac; \
548	for subdir in $$list; do \
549	  echo "Making $$target in $$subdir"; \
550	  if test "$$subdir" = "."; then \
551	    dot_seen=yes; \
552	    local_target="$$target-am"; \
553	  else \
554	    local_target="$$target"; \
555	  fi; \
556	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
557	  || eval $$failcom; \
558	done; \
559	if test "$$dot_seen" = "no"; then \
560	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
561	fi; test -z "$$fail"
562
563ID: $(am__tagged_files)
564	$(am__define_uniq_tagged_files); mkid -fID $$unique
565tags: tags-recursive
566TAGS: tags
567
568tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
569	set x; \
570	here=`pwd`; \
571	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
572	  include_option=--etags-include; \
573	  empty_fix=.; \
574	else \
575	  include_option=--include; \
576	  empty_fix=; \
577	fi; \
578	list='$(SUBDIRS)'; for subdir in $$list; do \
579	  if test "$$subdir" = .; then :; else \
580	    test ! -f $$subdir/TAGS || \
581	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
582	  fi; \
583	done; \
584	$(am__define_uniq_tagged_files); \
585	shift; \
586	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
587	  test -n "$$unique" || unique=$$empty_fix; \
588	  if test $$# -gt 0; then \
589	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
590	      "$$@" $$unique; \
591	  else \
592	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
593	      $$unique; \
594	  fi; \
595	fi
596ctags: ctags-recursive
597
598CTAGS: ctags
599ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
600	$(am__define_uniq_tagged_files); \
601	test -z "$(CTAGS_ARGS)$$unique" \
602	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
603	     $$unique
604
605GTAGS:
606	here=`$(am__cd) $(top_builddir) && pwd` \
607	  && $(am__cd) $(top_srcdir) \
608	  && gtags -i $(GTAGS_ARGS) "$$here"
609cscopelist: cscopelist-recursive
610
611cscopelist-am: $(am__tagged_files)
612	list='$(am__tagged_files)'; \
613	case "$(srcdir)" in \
614	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
615	  *) sdir=$(subdir)/$(srcdir) ;; \
616	esac; \
617	for i in $$list; do \
618	  if test -f "$$i"; then \
619	    echo "$(subdir)/$$i"; \
620	  else \
621	    echo "$$sdir/$$i"; \
622	  fi; \
623	done >> $(top_builddir)/cscope.files
624
625distclean-tags:
626	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
627
628distdir: $(DISTFILES)
629	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
630	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
631	list='$(DISTFILES)'; \
632	  dist_files=`for file in $$list; do echo $$file; done | \
633	  sed -e "s|^$$srcdirstrip/||;t" \
634	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
635	case $$dist_files in \
636	  */*) $(MKDIR_P) `echo "$$dist_files" | \
637			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
638			   sort -u` ;; \
639	esac; \
640	for file in $$dist_files; do \
641	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
642	  if test -d $$d/$$file; then \
643	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
644	    if test -d "$(distdir)/$$file"; then \
645	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
646	    fi; \
647	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
648	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
649	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
650	    fi; \
651	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
652	  else \
653	    test -f "$(distdir)/$$file" \
654	    || cp -p $$d/$$file "$(distdir)/$$file" \
655	    || exit 1; \
656	  fi; \
657	done
658	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
659	  if test "$$subdir" = .; then :; else \
660	    $(am__make_dryrun) \
661	      || test -d "$(distdir)/$$subdir" \
662	      || $(MKDIR_P) "$(distdir)/$$subdir" \
663	      || exit 1; \
664	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
665	    $(am__relativize); \
666	    new_distdir=$$reldir; \
667	    dir1=$$subdir; dir2="$(top_distdir)"; \
668	    $(am__relativize); \
669	    new_top_distdir=$$reldir; \
670	    echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
671	    echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
672	    ($(am__cd) $$subdir && \
673	      $(MAKE) $(AM_MAKEFLAGS) \
674	        top_distdir="$$new_top_distdir" \
675	        distdir="$$new_distdir" \
676		am__remove_distdir=: \
677		am__skip_length_check=: \
678		am__skip_mode_fix=: \
679	        distdir) \
680	      || exit 1; \
681	  fi; \
682	done
683check-am: all-am
684check: check-recursive
685all-am: Makefile $(DATA)
686installdirs: installdirs-recursive
687installdirs-am:
688	for dir in "$(DESTDIR)$(gapidir)"; do \
689	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
690	done
691install: install-recursive
692install-exec: install-exec-recursive
693install-data: install-data-recursive
694uninstall: uninstall-recursive
695
696install-am: all-am
697	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
698
699installcheck: installcheck-recursive
700install-strip:
701	if test -z '$(STRIP)'; then \
702	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
703	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
704	      install; \
705	else \
706	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
707	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
708	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
709	fi
710mostlyclean-generic:
711
712clean-generic:
713	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
714
715distclean-generic:
716	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
717	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
718	-test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
719
720maintainer-clean-generic:
721	@echo "This command is intended for maintainers to use"
722	@echo "it deletes files that may require special tools to rebuild."
723clean: clean-recursive
724
725clean-am: clean-generic clean-libtool mostlyclean-am
726
727distclean: distclean-recursive
728	-rm -f Makefile
729distclean-am: clean-am distclean-generic distclean-tags
730
731dvi: dvi-recursive
732
733dvi-am:
734
735html: html-recursive
736
737html-am:
738
739info: info-recursive
740
741info-am:
742
743install-data-am: install-data-local install-gapiDATA
744
745install-dvi: install-dvi-recursive
746
747install-dvi-am:
748
749install-exec-am:
750
751install-html: install-html-recursive
752
753install-html-am:
754
755install-info: install-info-recursive
756
757install-info-am:
758
759install-man:
760
761install-pdf: install-pdf-recursive
762
763install-pdf-am:
764
765install-ps: install-ps-recursive
766
767install-ps-am:
768
769installcheck-am:
770
771maintainer-clean: maintainer-clean-recursive
772	-rm -f Makefile
773maintainer-clean-am: distclean-am maintainer-clean-generic
774
775mostlyclean: mostlyclean-recursive
776
777mostlyclean-am: mostlyclean-generic mostlyclean-libtool
778
779pdf: pdf-recursive
780
781pdf-am:
782
783ps: ps-recursive
784
785ps-am:
786
787uninstall-am: uninstall-gapiDATA uninstall-local
788
789.MAKE: $(am__recursive_targets) install-am install-strip
790
791.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
792	check-am clean clean-generic clean-libtool cscopelist-am ctags \
793	ctags-am distclean distclean-generic distclean-libtool \
794	distclean-tags distdir dvi dvi-am html html-am info info-am \
795	install install-am install-data install-data-am \
796	install-data-local install-dvi install-dvi-am install-exec \
797	install-exec-am install-gapiDATA install-html install-html-am \
798	install-info install-info-am install-man install-pdf \
799	install-pdf-am install-ps install-ps-am install-strip \
800	installcheck installcheck-am installdirs installdirs-am \
801	maintainer-clean maintainer-clean-generic mostlyclean \
802	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
803	tags tags-am uninstall uninstall-am uninstall-gapiDATA \
804	uninstall-local
805
806.PRECIOUS: Makefile
807
808
809$(API): $(METADATA) $(RAW_API) $(SYMBOLS) $(top_builddir)/parser/gapi-fixup.exe
810	cp $(srcdir)/$(RAW_API) $(API)
811	chmod u+w $(API)
812	@if test -n '$(METADATA)'; then		\
813		echo "$(RUNTIME) $(top_builddir)/parser/gapi-fixup.exe --api=$(API) --metadata=$(srcdir)/$(METADATA) $(build_symbols)";	\
814		$(RUNTIME) $(top_builddir)/parser/gapi-fixup.exe --api=$(API) --metadata=$(srcdir)/$(METADATA) $(build_symbols); \
815	fi
816
817generated-stamp: $(API) $(INCLUDE_API) $(top_builddir)/generator/gapi_codegen.exe $(build_customs)
818	rm -f generated/* &&	\
819	$(RUNTIME) $(top_builddir)/generator/gapi_codegen.exe --generate $(API) \
820	$(api_includes)	\
821	--outdir=generated --customdir=$(srcdir) --assembly-name=$(ASSEMBLY_NAME)	\
822	--gluelib-name=$(pkg)sharpglue-2 --glue-filename=glue/generated.c		\
823	--glue-includes=$(glue_includes)						\
824	&& touch generated-stamp
825
826$(SNK): $(top_srcdir)/$(SNK)
827	cp $(top_srcdir)/$(SNK) .
828
829AssemblyInfo.cs: $(top_builddir)/AssemblyInfo.cs
830	cp $(top_builddir)/AssemblyInfo.cs .
831
832policy.%.config: $(top_builddir)/policy.config
833	sed -e "s/@ASSEMBLY_NAME@/$(ASSEMBLY_NAME)/" -e "s/@POLICY@/$*/" $(top_builddir)/policy.config > $@
834
835$(POLICY_ASSEMBLIES) : policy.%.$(ASSEMBLY): policy.%.config $(SNK)
836	$(AL) -link:policy.$*.config -version:$* -out:$@ -keyfile:$(SNK)
837
838$(ASSEMBLY): generated-stamp $(SNK) $(build_sources) $(references)
839	@rm -f $(ASSEMBLY).mdb
840	$(CSC) $(CSFLAGS) -nowarn:0169,0612,0618 -unsafe -out:$(ASSEMBLY) -target:library $(build_references) $(GENERATED_SOURCES) $(build_sources)
841
842install-data-local:
843	@if test -n '$(pkg)'; then							\
844	  echo "$(GACUTIL) -i $(ASSEMBLY) -f $(GACUTIL_FLAGS)";				\
845	  $(GACUTIL) -i $(ASSEMBLY) -f $(GACUTIL_FLAGS) || exit 1;			\
846	  if test -n '$(POLICY_VERSIONS)'; then						\
847	    for i in $(POLICY_VERSIONS); do						\
848	      echo "$(GACUTIL) -i policy.$$i.$(ASSEMBLY) -f $(GACUTIL_FLAGS)";		\
849	      $(GACUTIL) -i policy.$$i.$(ASSEMBLY) -f $(GACUTIL_FLAGS) || exit 1;	\
850	    done									\
851	  fi										\
852	fi
853
854uninstall-local:
855	@if test -n '$(pkg)'; then							\
856	  echo "$(GACUTIL) -u $(ASSEMBLY_NAME) $(GACUTIL_FLAGS)";			\
857	  $(GACUTIL) -u $(ASSEMBLY_NAME) $(GACUTIL_FLAGS) || exit 1;			\
858	  if test -n '$(POLICY_VERSIONS)'; then						\
859	    for i in $(POLICY_VERSIONS); do						\
860	      echo "$(GACUTIL) -u policy.$$i.$(ASSEMBLY_NAME) $(GACUTIL_FLAGS)";	\
861	      $(GACUTIL) -u policy.$$i.$(ASSEMBLY_NAME) $(GACUTIL_FLAGS) || exit 1;	\
862	    done									\
863	  fi										\
864	fi
865
866# Tell versions [3.59,3.63) of GNU make to not export all variables.
867# Otherwise a system limit (for SysV at least) may be exceeded.
868.NOEXPORT:
869