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 = gtkdotnet
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 = gtk-dotnet.dll.config gtk-dotnet-2.0.pc
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 =
116am__can_run_installinfo = \
117  case $$AM_UPDATE_INFO_DIR in \
118    n|no|NO) false;; \
119    *) (install-info --version) >/dev/null 2>&1;; \
120  esac
121am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
122am__vpath_adj = case $$p in \
123    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
124    *) f=$$p;; \
125  esac;
126am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
127am__install_max = 40
128am__nobase_strip_setup = \
129  srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
130am__nobase_strip = \
131  for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
132am__nobase_list = $(am__nobase_strip_setup); \
133  for p in $$list; do echo "$$p $$p"; done | \
134  sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
135  $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
136    if (++n[$$2] == $(am__install_max)) \
137      { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
138    END { for (dir in files) print dir, files[dir] }'
139am__base_list = \
140  sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
141  sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
142am__uninstall_files_from_dir = { \
143  test -z "$$files" \
144    || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
145    || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
146         $(am__cd) "$$dir" && rm -f $$files; }; \
147  }
148am__installdirs = "$(DESTDIR)$(pkgconfigdir)"
149DATA = $(noinst_DATA) $(pkgconfig_DATA)
150am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
151am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/gtk-dotnet-2.0.pc.in \
152	$(srcdir)/gtk-dotnet.dll.config.in
153DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
154ACLOCAL = @ACLOCAL@
155AL = @AL@
156AMTAR = @AMTAR@
157AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
158API_VERSION = @API_VERSION@
159AR = @AR@
160AS = @AS@
161ATK_CFLAGS = @ATK_CFLAGS@
162ATK_LIBS = @ATK_LIBS@
163AUTOCONF = @AUTOCONF@
164AUTOHEADER = @AUTOHEADER@
165AUTOMAKE = @AUTOMAKE@
166AWK = @AWK@
167BUILD_EXEEXT = @BUILD_EXEEXT@
168BUILD_GTK_CFLAGS = @BUILD_GTK_CFLAGS@
169BUILD_GTK_LIBS = @BUILD_GTK_LIBS@
170CC = @CC@
171CCDEPMODE = @CCDEPMODE@
172CC_FOR_BUILD = @CC_FOR_BUILD@
173CFLAGS = @CFLAGS@
174CPP = @CPP@
175CPPFLAGS = @CPPFLAGS@
176CSC = @CSC@
177CSFLAGS = @CSFLAGS@
178CYGPATH_W = @CYGPATH_W@
179DEFS = @DEFS@
180DEPDIR = @DEPDIR@
181DLLTOOL = @DLLTOOL@
182DSYMUTIL = @DSYMUTIL@
183DUMPBIN = @DUMPBIN@
184ECHO_C = @ECHO_C@
185ECHO_N = @ECHO_N@
186ECHO_T = @ECHO_T@
187EGREP = @EGREP@
188EXEEXT = @EXEEXT@
189FGREP = @FGREP@
190GACUTIL = @GACUTIL@
191GACUTIL_FLAGS = @GACUTIL_FLAGS@
192GDK_BACKEND = @GDK_BACKEND@
193GENERATED_SOURCES = @GENERATED_SOURCES@
194GLADE_CFLAGS = @GLADE_CFLAGS@
195GLADE_LIBS = @GLADE_LIBS@
196GLIB_2_31_CFLAGS = @GLIB_2_31_CFLAGS@
197GLIB_2_31_LIBS = @GLIB_2_31_LIBS@
198GLIB_CFLAGS = @GLIB_CFLAGS@
199GLIB_LIBS = @GLIB_LIBS@
200GREP = @GREP@
201GTK_CFLAGS = @GTK_CFLAGS@
202GTK_LIBS = @GTK_LIBS@
203GTK_SHARP_VERSION_CFLAGS = @GTK_SHARP_VERSION_CFLAGS@
204HOST_CC = @HOST_CC@
205INSTALL = @INSTALL@
206INSTALL_DATA = @INSTALL_DATA@
207INSTALL_PROGRAM = @INSTALL_PROGRAM@
208INSTALL_SCRIPT = @INSTALL_SCRIPT@
209INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
210LD = @LD@
211LDFLAGS = @LDFLAGS@
212LIBOBJS = @LIBOBJS@
213LIBS = @LIBS@
214LIBTOOL = @LIBTOOL@
215LIB_PREFIX = @LIB_PREFIX@
216LIB_SUFFIX = @LIB_SUFFIX@
217LIPO = @LIPO@
218LN_S = @LN_S@
219LTLIBOBJS = @LTLIBOBJS@
220LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
221MAINT = @MAINT@
222MAKEINFO = @MAKEINFO@
223MANIFEST_TOOL = @MANIFEST_TOOL@
224MDASSEMBLER = @MDASSEMBLER@
225MKDIR_P = @MKDIR_P@
226MONODOCER = @MONODOCER@
227MONO_CAIRO_CFLAGS = @MONO_CAIRO_CFLAGS@
228MONO_CAIRO_LIBS = @MONO_CAIRO_LIBS@
229MONO_DEPENDENCY_CFLAGS = @MONO_DEPENDENCY_CFLAGS@
230MONO_DEPENDENCY_LIBS = @MONO_DEPENDENCY_LIBS@
231NM = @NM@
232NMEDIT = @NMEDIT@
233OBJDUMP = @OBJDUMP@
234OBJEXT = @OBJEXT@
235OFF_T_FLAGS = @OFF_T_FLAGS@
236OTOOL = @OTOOL@
237OTOOL64 = @OTOOL64@
238PACKAGE = @PACKAGE@
239PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
240PACKAGE_NAME = @PACKAGE_NAME@
241PACKAGE_STRING = @PACKAGE_STRING@
242PACKAGE_TARNAME = @PACKAGE_TARNAME@
243PACKAGE_URL = @PACKAGE_URL@
244PACKAGE_VERSION = @PACKAGE_VERSION@
245PANGO_CFLAGS = @PANGO_CFLAGS@
246PANGO_LIBS = @PANGO_LIBS@
247PATH_SEPARATOR = @PATH_SEPARATOR@
248PKG_CONFIG = @PKG_CONFIG@
249PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
250PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
251POLICY_VERSIONS = @POLICY_VERSIONS@
252RANLIB = @RANLIB@
253RUNTIME = @RUNTIME@
254SED = @SED@
255SET_MAKE = @SET_MAKE@
256SHELL = @SHELL@
257STRIP = @STRIP@
258VERSION = @VERSION@
259WIX = @WIX@
260abs_builddir = @abs_builddir@
261abs_srcdir = @abs_srcdir@
262abs_top_builddir = @abs_top_builddir@
263abs_top_srcdir = @abs_top_srcdir@
264ac_ct_AR = @ac_ct_AR@
265ac_ct_CC = @ac_ct_CC@
266ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
267am__include = @am__include@
268am__leading_dot = @am__leading_dot@
269am__quote = @am__quote@
270am__tar = @am__tar@
271am__untar = @am__untar@
272bindir = @bindir@
273build = @build@
274build_alias = @build_alias@
275build_cpu = @build_cpu@
276build_os = @build_os@
277build_vendor = @build_vendor@
278builddir = @builddir@
279datadir = @datadir@
280datarootdir = @datarootdir@
281docdir = @docdir@
282dvidir = @dvidir@
283exec_prefix = @exec_prefix@
284host = @host@
285host_alias = @host_alias@
286host_cpu = @host_cpu@
287host_os = @host_os@
288host_vendor = @host_vendor@
289htmldir = @htmldir@
290includedir = @includedir@
291infodir = @infodir@
292install_sh = @install_sh@
293libdir = @libdir@
294libexecdir = @libexecdir@
295localedir = @localedir@
296localstatedir = @localstatedir@
297mandir = @mandir@
298mkdir_p = @mkdir_p@
299oldincludedir = @oldincludedir@
300pdfdir = @pdfdir@
301prefix = @prefix@
302program_transform_name = @program_transform_name@
303psdir = @psdir@
304runstatedir = @runstatedir@
305sbindir = @sbindir@
306sharedstatedir = @sharedstatedir@
307srcdir = @srcdir@
308sysconfdir = @sysconfdir@
309target = @target@
310target_alias = @target_alias@
311target_cpu = @target_cpu@
312target_os = @target_os@
313target_vendor = @target_vendor@
314top_build_prefix = @top_build_prefix@
315top_builddir = @top_builddir@
316top_srcdir = @top_srcdir@
317@ENABLE_DOTNET_FALSE@TARGET =
318@ENABLE_DOTNET_TRUE@TARGET = $(ASSEMBLY) $(ASSEMBLY).config
319@ENABLE_DOTNET_TRUE@pkgconfigdir = $(prefix)/libdata/pkgconfig
320@ENABLE_DOTNET_TRUE@pkgconfig_DATA = gtk-dotnet-2.0.pc
321ASSEMBLY = $(ASSEMBLY_NAME).dll
322ASSEMBLY_NAME = gtk-dotnet
323noinst_DATA = $(ASSEMBLY) $(POLICY_ASSEMBLIES)
324CLEANFILES = $(ASSEMBLY) $(ASSEMBLY).mdb gtk-sharp.snk AssemblyInfo.cs $(POLICY_ASSEMBLIES) $(POLICY_CONFIGS)
325DISTCLEANFILES = $(ASSEMBLY).config
326POLICY_ASSEMBLIES = $(addsuffix .$(ASSEMBLY), $(addprefix policy., $(POLICY_VERSIONS)))
327POLICY_CONFIGS = $(addsuffix .config, $(addprefix policy., $(POLICY_VERSIONS)))
328references = $(top_builddir)/glib/glib-sharp.dll $(top_builddir)/pango/pango-sharp.dll $(top_builddir)/gdk/gdk-sharp.dll
329build_references = $(addprefix -r:, $(references)) -r:System.Drawing.dll
330sources = \
331	Graphics.cs
332
333build_sources = $(addprefix $(srcdir)/, $(sources)) AssemblyInfo.cs
334EXTRA_DIST = \
335	$(sources)			\
336	$(ASSEMBLY).config.in		\
337	gtk-dotnet-2.0.pc.in
338
339all: all-am
340
341.SUFFIXES:
342$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
343	@for dep in $?; do \
344	  case '$(am__configure_deps)' in \
345	    *$$dep*) \
346	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
347	        && { if test -f $@; then exit 0; else break; fi; }; \
348	      exit 1;; \
349	  esac; \
350	done; \
351	echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign gtkdotnet/Makefile'; \
352	$(am__cd) $(top_srcdir) && \
353	  $(AUTOMAKE) --foreign gtkdotnet/Makefile
354Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
355	@case '$?' in \
356	  *config.status*) \
357	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
358	  *) \
359	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
360	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
361	esac;
362
363$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
364	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
365
366$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
367	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
368$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
369	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
370$(am__aclocal_m4_deps):
371gtk-dotnet.dll.config: $(top_builddir)/config.status $(srcdir)/gtk-dotnet.dll.config.in
372	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
373gtk-dotnet-2.0.pc: $(top_builddir)/config.status $(srcdir)/gtk-dotnet-2.0.pc.in
374	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
375
376mostlyclean-libtool:
377	-rm -f *.lo
378
379clean-libtool:
380	-rm -rf .libs _libs
381install-pkgconfigDATA: $(pkgconfig_DATA)
382	@$(NORMAL_INSTALL)
383	@list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
384	if test -n "$$list"; then \
385	  echo " $(MKDIR_P) '$(DESTDIR)$(pkgconfigdir)'"; \
386	  $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)" || exit 1; \
387	fi; \
388	for p in $$list; do \
389	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
390	  echo "$$d$$p"; \
391	done | $(am__base_list) | \
392	while read files; do \
393	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(pkgconfigdir)'"; \
394	  $(INSTALL_DATA) $$files "$(DESTDIR)$(pkgconfigdir)" || exit $$?; \
395	done
396
397uninstall-pkgconfigDATA:
398	@$(NORMAL_UNINSTALL)
399	@list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
400	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
401	dir='$(DESTDIR)$(pkgconfigdir)'; $(am__uninstall_files_from_dir)
402tags TAGS:
403
404ctags CTAGS:
405
406cscope cscopelist:
407
408
409distdir: $(DISTFILES)
410	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
411	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
412	list='$(DISTFILES)'; \
413	  dist_files=`for file in $$list; do echo $$file; done | \
414	  sed -e "s|^$$srcdirstrip/||;t" \
415	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
416	case $$dist_files in \
417	  */*) $(MKDIR_P) `echo "$$dist_files" | \
418			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
419			   sort -u` ;; \
420	esac; \
421	for file in $$dist_files; do \
422	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
423	  if test -d $$d/$$file; then \
424	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
425	    if test -d "$(distdir)/$$file"; then \
426	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
427	    fi; \
428	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
429	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
430	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
431	    fi; \
432	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
433	  else \
434	    test -f "$(distdir)/$$file" \
435	    || cp -p $$d/$$file "$(distdir)/$$file" \
436	    || exit 1; \
437	  fi; \
438	done
439check-am: all-am
440check: check-am
441all-am: Makefile $(DATA)
442installdirs:
443	for dir in "$(DESTDIR)$(pkgconfigdir)"; do \
444	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
445	done
446install: install-am
447install-exec: install-exec-am
448install-data: install-data-am
449uninstall: uninstall-am
450
451install-am: all-am
452	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
453
454installcheck: installcheck-am
455install-strip:
456	if test -z '$(STRIP)'; then \
457	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
458	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
459	      install; \
460	else \
461	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
462	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
463	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
464	fi
465mostlyclean-generic:
466
467clean-generic:
468	-test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
469
470distclean-generic:
471	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
472	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
473	-test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
474
475maintainer-clean-generic:
476	@echo "This command is intended for maintainers to use"
477	@echo "it deletes files that may require special tools to rebuild."
478clean: clean-am
479
480clean-am: clean-generic clean-libtool mostlyclean-am
481
482distclean: distclean-am
483	-rm -f Makefile
484distclean-am: clean-am distclean-generic
485
486dvi: dvi-am
487
488dvi-am:
489
490html: html-am
491
492html-am:
493
494info: info-am
495
496info-am:
497
498install-data-am: install-data-local install-pkgconfigDATA
499
500install-dvi: install-dvi-am
501
502install-dvi-am:
503
504install-exec-am:
505
506install-html: install-html-am
507
508install-html-am:
509
510install-info: install-info-am
511
512install-info-am:
513
514install-man:
515
516install-pdf: install-pdf-am
517
518install-pdf-am:
519
520install-ps: install-ps-am
521
522install-ps-am:
523
524installcheck-am:
525
526maintainer-clean: maintainer-clean-am
527	-rm -f Makefile
528maintainer-clean-am: distclean-am maintainer-clean-generic
529
530mostlyclean: mostlyclean-am
531
532mostlyclean-am: mostlyclean-generic mostlyclean-libtool
533
534pdf: pdf-am
535
536pdf-am:
537
538ps: ps-am
539
540ps-am:
541
542uninstall-am: uninstall-local uninstall-pkgconfigDATA
543
544.MAKE: install-am install-strip
545
546.PHONY: all all-am check check-am clean clean-generic clean-libtool \
547	cscopelist-am ctags-am distclean distclean-generic \
548	distclean-libtool distdir dvi dvi-am html html-am info info-am \
549	install install-am install-data install-data-am \
550	install-data-local install-dvi install-dvi-am install-exec \
551	install-exec-am install-html install-html-am install-info \
552	install-info-am install-man install-pdf install-pdf-am \
553	install-pkgconfigDATA install-ps install-ps-am install-strip \
554	installcheck installcheck-am installdirs maintainer-clean \
555	maintainer-clean-generic mostlyclean mostlyclean-generic \
556	mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \
557	uninstall-am uninstall-local uninstall-pkgconfigDATA
558
559.PRECIOUS: Makefile
560
561
562gtk-sharp.snk: $(top_srcdir)/gtk-sharp.snk
563	cp $(top_srcdir)/gtk-sharp.snk .
564
565AssemblyInfo.cs: $(top_builddir)/AssemblyInfo.cs
566	cp $(top_builddir)/AssemblyInfo.cs .
567
568$(ASSEMBLY): $(build_sources) $(references) gtk-sharp.snk AssemblyInfo.cs
569	@rm -f $(ASSEMBLY).mdb
570	$(CSC) $(CSFLAGS) -nowarn:0169,0612,0618 -out:$(ASSEMBLY) -target:library $(build_references) $(build_sources)
571	$(GAPI_CDECL_INSERT)
572
573policy.%.config: $(top_builddir)/policy.config
574	sed -e "s/@ASSEMBLY_NAME@/$(ASSEMBLY_NAME)/" -e "s/@POLICY@/$*/" $(top_builddir)/policy.config > $@
575
576$(POLICY_ASSEMBLIES) : policy.%.$(ASSEMBLY): policy.%.config gtk-sharp.snk
577	$(AL) -link:policy.$*.config -version:$* -out:$@ -keyfile:gtk-sharp.snk
578
579install-data-local:
580	@if test -n '$(TARGET)'; then							\
581	  echo "$(GACUTIL) -i $(ASSEMBLY) -f $(GACUTIL_FLAGS)";				\
582	  $(GACUTIL) -i $(ASSEMBLY) -f $(GACUTIL_FLAGS) || exit 1;			\
583	  if test -n '$(POLICY_VERSIONS)'; then						\
584	    for i in $(POLICY_VERSIONS); do						\
585	      echo "$(GACUTIL) -i policy.$$i.$(ASSEMBLY) -f $(GACUTIL_FLAGS)";		\
586	      $(GACUTIL) -i policy.$$i.$(ASSEMBLY) -f $(GACUTIL_FLAGS) || exit 1;	\
587	    done									\
588	  fi										\
589	fi
590
591uninstall-local:
592	@if test -n '$(TARGET)'; then							\
593	  echo "$(GACUTIL) -u $(ASSEMBLY_NAME) $(GACUTIL_FLAGS)";			\
594	  $(GACUTIL) -u $(ASSEMBLY_NAME) $(GACUTIL_FLAGS) || exit 1;			\
595	  if test -n '$(POLICY_VERSIONS)'; then						\
596	    for i in $(POLICY_VERSIONS); do						\
597	      echo "$(GACUTIL) -u policy.$$i.$(ASSEMBLY_NAME) $(GACUTIL_FLAGS)";	\
598	      $(GACUTIL) -u policy.$$i.$(ASSEMBLY_NAME) $(GACUTIL_FLAGS) || exit 1;	\
599	    done									\
600	  fi										\
601	fi
602
603# Tell versions [3.59,3.63) of GNU make to not export all variables.
604# Otherwise a system limit (for SysV at least) may be exceeded.
605.NOEXPORT:
606