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