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