Imported Upstream version 1.49.1
[platform/upstream/gobject-introspection.git] / build / win32 / vs14 / Makefile.in
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
17 # Centralized autotools file
18 # Create the Visual Studio 2012/2013/2015 project files
19 # from the Visual Studio 2010 project files
20
21 # This autotools file, from GLib, can be used in other projects
22 # that have Visual Studio build support, and is copied into
23 # $(srcroot)/build/.
24
25 # Author: Fan, Chun-wei
26 # November 05, 2012
27
28 # MSVC_VER_LONG: Long Version of Visual Studio (2012, 2013, 14 and so on)
29 # MSVC_VER: Short Version of Visual Studio (11 for 2012, 12 for 2013, 14 for 2015 and so on)
30 # MSVC_FORMAT_VER: Use 12 for MSVC 2012 through 2015
31 VPATH = @srcdir@
32 am__is_gnu_make = { \
33   if test -z '$(MAKELEVEL)'; then \
34     false; \
35   elif test -n '$(MAKE_HOST)'; then \
36     true; \
37   elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
38     true; \
39   else \
40     false; \
41   fi; \
42 }
43 am__make_running_with_option = \
44   case $${target_option-} in \
45       ?) ;; \
46       *) echo "am__make_running_with_option: internal error: invalid" \
47               "target option '$${target_option-}' specified" >&2; \
48          exit 1;; \
49   esac; \
50   has_opt=no; \
51   sane_makeflags=$$MAKEFLAGS; \
52   if $(am__is_gnu_make); then \
53     sane_makeflags=$$MFLAGS; \
54   else \
55     case $$MAKEFLAGS in \
56       *\\[\ \   ]*) \
57         bs=\\; \
58         sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
59           | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
60     esac; \
61   fi; \
62   skip_next=no; \
63   strip_trailopt () \
64   { \
65     flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
66   }; \
67   for flg in $$sane_makeflags; do \
68     test $$skip_next = yes && { skip_next=no; continue; }; \
69     case $$flg in \
70       *=*|--*) continue;; \
71         -*I) strip_trailopt 'I'; skip_next=yes;; \
72       -*I?*) strip_trailopt 'I';; \
73         -*O) strip_trailopt 'O'; skip_next=yes;; \
74       -*O?*) strip_trailopt 'O';; \
75         -*l) strip_trailopt 'l'; skip_next=yes;; \
76       -*l?*) strip_trailopt 'l';; \
77       -[dEDm]) skip_next=yes;; \
78       -[JT]) skip_next=yes;; \
79     esac; \
80     case $$flg in \
81       *$$target_option*) has_opt=yes; break;; \
82     esac; \
83   done; \
84   test $$has_opt = yes
85 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
86 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
87 pkgdatadir = $(datadir)/@PACKAGE@
88 pkgincludedir = $(includedir)/@PACKAGE@
89 pkglibdir = $(libdir)/@PACKAGE@
90 pkglibexecdir = $(libexecdir)/@PACKAGE@
91 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
92 install_sh_DATA = $(install_sh) -c -m 644
93 install_sh_PROGRAM = $(install_sh) -c
94 install_sh_SCRIPT = $(install_sh) -c
95 INSTALL_HEADER = $(INSTALL_DATA)
96 transform = $(program_transform_name)
97 NORMAL_INSTALL = :
98 PRE_INSTALL = :
99 POST_INSTALL = :
100 NORMAL_UNINSTALL = :
101 PRE_UNINSTALL = :
102 POST_UNINSTALL = :
103 build_triplet = @build@
104 host_triplet = @host@
105 subdir = build/win32/vs14
106 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
107 am__aclocal_m4_deps = $(top_srcdir)/m4/gtk-doc.m4 \
108         $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
109         $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
110         $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/python.m4 \
111         $(top_srcdir)/acinclude.m4 $(top_srcdir)/configure.ac
112 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
113         $(ACLOCAL_M4)
114 DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
115 mkinstalldirs = $(install_sh) -d
116 CONFIG_HEADER = $(top_builddir)/config.h
117 CONFIG_CLEAN_FILES =
118 CONFIG_CLEAN_VPATH_FILES =
119 AM_V_P = $(am__v_P_@AM_V@)
120 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
121 am__v_P_0 = false
122 am__v_P_1 = :
123 AM_V_GEN = $(am__v_GEN_@AM_V@)
124 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
125 am__v_GEN_0 = @echo "  GEN     " $@;
126 am__v_GEN_1 = 
127 AM_V_at = $(am__v_at_@AM_V@)
128 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
129 am__v_at_0 = @
130 am__v_at_1 = 
131 SOURCES =
132 DIST_SOURCES =
133 am__can_run_installinfo = \
134   case $$AM_UPDATE_INFO_DIR in \
135     n|no|NO) false;; \
136     *) (install-info --version) >/dev/null 2>&1;; \
137   esac
138 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
139 am__DIST_COMMON = $(srcdir)/Makefile.in \
140         $(top_srcdir)/build/Makefile-newvs.am
141 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
142 ACLOCAL = @ACLOCAL@
143 AMTAR = @AMTAR@
144 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
145 AR = @AR@
146 AUTOCONF = @AUTOCONF@
147 AUTOHEADER = @AUTOHEADER@
148 AUTOMAKE = @AUTOMAKE@
149 AWK = @AWK@
150 CAIRO_CFLAGS = @CAIRO_CFLAGS@
151 CAIRO_GIR_PACKAGE = @CAIRO_GIR_PACKAGE@
152 CAIRO_LIBS = @CAIRO_LIBS@
153 CAIRO_SHARED_LIBRARY = @CAIRO_SHARED_LIBRARY@
154 CC = @CC@
155 CCDEPMODE = @CCDEPMODE@
156 CFLAGS = @CFLAGS@
157 CPP = @CPP@
158 CPPFLAGS = @CPPFLAGS@
159 CYGPATH_W = @CYGPATH_W@
160 DEFS = @DEFS@
161 DEPDIR = @DEPDIR@
162 DLLTOOL = @DLLTOOL@
163 DSYMUTIL = @DSYMUTIL@
164 DUMPBIN = @DUMPBIN@
165 ECHO_C = @ECHO_C@
166 ECHO_N = @ECHO_N@
167 ECHO_T = @ECHO_T@
168 EGREP = @EGREP@
169 EXEEXT = @EXEEXT@
170 EXPANDED_BINDIR = @EXPANDED_BINDIR@
171 EXPANDED_DATADIR = @EXPANDED_DATADIR@
172 EXPANDED_LIBDIR = @EXPANDED_LIBDIR@
173 EXPANDED_LIBEXECDIR = @EXPANDED_LIBEXECDIR@
174 EXPANDED_LOCALSTATEDIR = @EXPANDED_LOCALSTATEDIR@
175 EXPANDED_SYSCONFDIR = @EXPANDED_SYSCONFDIR@
176 EXTRA_LINK_FLAGS = @EXTRA_LINK_FLAGS@
177 FFI_CFLAGS = @FFI_CFLAGS@
178 FFI_LIBS = @FFI_LIBS@
179 FFI_PC_CFLAGS = @FFI_PC_CFLAGS@
180 FFI_PC_LIBS = @FFI_PC_LIBS@
181 FFI_PC_PACKAGES = @FFI_PC_PACKAGES@
182 FGREP = @FGREP@
183 GIO_CFLAGS = @GIO_CFLAGS@
184 GIO_LIBS = @GIO_LIBS@
185 GIO_UNIX_CFLAGS = @GIO_UNIX_CFLAGS@
186 GIO_UNIX_LIBS = @GIO_UNIX_LIBS@
187 GIREPO_CFLAGS = @GIREPO_CFLAGS@
188 GIREPO_LIBS = @GIREPO_LIBS@
189 GIR_DIR = @GIR_DIR@
190 GIR_SUFFIX = @GIR_SUFFIX@
191 GI_HIDDEN_VISIBILITY_CFLAGS = @GI_HIDDEN_VISIBILITY_CFLAGS@
192 GI_VERSION = @GI_VERSION@
193 GLIBSRC = @GLIBSRC@
194 GLIB_CFLAGS = @GLIB_CFLAGS@
195 GLIB_LIBS = @GLIB_LIBS@
196 GMODULE_CFLAGS = @GMODULE_CFLAGS@
197 GMODULE_LIBS = @GMODULE_LIBS@
198 GOBJECT_CFLAGS = @GOBJECT_CFLAGS@
199 GOBJECT_INTROSPECTION_LIBDIR = @GOBJECT_INTROSPECTION_LIBDIR@
200 GOBJECT_LIBS = @GOBJECT_LIBS@
201 GREP = @GREP@
202 GTKDOC_CHECK = @GTKDOC_CHECK@
203 GTKDOC_CHECK_PATH = @GTKDOC_CHECK_PATH@
204 GTKDOC_DEPS_CFLAGS = @GTKDOC_DEPS_CFLAGS@
205 GTKDOC_DEPS_LIBS = @GTKDOC_DEPS_LIBS@
206 GTKDOC_MKPDF = @GTKDOC_MKPDF@
207 GTKDOC_REBASE = @GTKDOC_REBASE@
208 HTML_DIR = @HTML_DIR@
209 INSTALL = @INSTALL@
210 INSTALL_DATA = @INSTALL_DATA@
211 INSTALL_PROGRAM = @INSTALL_PROGRAM@
212 INSTALL_SCRIPT = @INSTALL_SCRIPT@
213 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
214 LD = @LD@
215 LDFLAGS = @LDFLAGS@
216 LEX = @LEX@
217 LEXLIB = @LEXLIB@
218 LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
219 LIBOBJS = @LIBOBJS@
220 LIBS = @LIBS@
221 LIBTOOL = @LIBTOOL@
222 LIPO = @LIPO@
223 LN_S = @LN_S@
224 LTLIBOBJS = @LTLIBOBJS@
225 LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
226 MAINT = @MAINT@
227 MAKEINFO = @MAKEINFO@
228 MANIFEST_TOOL = @MANIFEST_TOOL@
229 MKDIR_P = @MKDIR_P@
230 NM = @NM@
231 NMEDIT = @NMEDIT@
232 OBJDUMP = @OBJDUMP@
233 OBJEXT = @OBJEXT@
234 OTOOL = @OTOOL@
235 OTOOL64 = @OTOOL64@
236 PACKAGE = @PACKAGE@
237 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
238 PACKAGE_NAME = @PACKAGE_NAME@
239 PACKAGE_STRING = @PACKAGE_STRING@
240 PACKAGE_TARNAME = @PACKAGE_TARNAME@
241 PACKAGE_URL = @PACKAGE_URL@
242 PACKAGE_VERSION = @PACKAGE_VERSION@
243 PATH_SEPARATOR = @PATH_SEPARATOR@
244 PKG_CONFIG = @PKG_CONFIG@
245 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
246 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
247 POW_LIB = @POW_LIB@
248 PYTHON = @PYTHON@
249 PYTHON_EXEC_PREFIX = @PYTHON_EXEC_PREFIX@
250 PYTHON_INCLUDES = @PYTHON_INCLUDES@
251 PYTHON_LIBS = @PYTHON_LIBS@
252 PYTHON_PLATFORM = @PYTHON_PLATFORM@
253 PYTHON_PREFIX = @PYTHON_PREFIX@
254 PYTHON_VERSION = @PYTHON_VERSION@
255 RANLIB = @RANLIB@
256 SCANNER_CFLAGS = @SCANNER_CFLAGS@
257 SCANNER_LIBS = @SCANNER_LIBS@
258 SED = @SED@
259 SET_MAKE = @SET_MAKE@
260 SHELL = @SHELL@
261 STRIP = @STRIP@
262 VERSION = @VERSION@
263 YACC = @YACC@
264 abs_builddir = @abs_builddir@
265 abs_srcdir = @abs_srcdir@
266 abs_top_builddir = @abs_top_builddir@
267 abs_top_srcdir = @abs_top_srcdir@
268 ac_ct_AR = @ac_ct_AR@
269 ac_ct_CC = @ac_ct_CC@
270 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
271 am__include = @am__include@
272 am__leading_dot = @am__leading_dot@
273 am__quote = @am__quote@
274 am__tar = @am__tar@
275 am__untar = @am__untar@
276 bindir = @bindir@
277 build = @build@
278 build_alias = @build_alias@
279 build_cpu = @build_cpu@
280 build_os = @build_os@
281 build_vendor = @build_vendor@
282 builddir = @builddir@
283 datadir = @datadir@
284 datarootdir = @datarootdir@
285 docdir = @docdir@
286 dvidir = @dvidir@
287 exec_prefix = @exec_prefix@
288 host = @host@
289 host_alias = @host_alias@
290 host_cpu = @host_cpu@
291 host_os = @host_os@
292 host_vendor = @host_vendor@
293 htmldir = @htmldir@
294 includedir = @includedir@
295 infodir = @infodir@
296 install_sh = @install_sh@
297 libdir = @libdir@
298 libexecdir = @libexecdir@
299 localedir = @localedir@
300 localstatedir = @localstatedir@
301 mandir = @mandir@
302 mkdir_p = @mkdir_p@
303 oldincludedir = @oldincludedir@
304 pdfdir = @pdfdir@
305 pkgpyexecdir = @pkgpyexecdir@
306 pkgpythondir = @pkgpythondir@
307 prefix = @prefix@
308 program_transform_name = @program_transform_name@
309 psdir = @psdir@
310 pyexecdir = @pyexecdir@
311 pythondir = @pythondir@
312 sbindir = @sbindir@
313 sharedstatedir = @sharedstatedir@
314 srcdir = @srcdir@
315 sysconfdir = @sysconfdir@
316 target_alias = @target_alias@
317 top_build_prefix = @top_build_prefix@
318 top_builddir = @top_builddir@
319 top_srcdir = @top_srcdir@
320 EXTRA_DIST = \
321         gobject-introspection.sln       \
322         gi-build-defines.props  \
323         gi-gen-srcs.props       \
324         gi-install.props        \
325         gi-version-paths.props  \
326         gi-prebuild.vcxproj     \
327         girepository.vcxproj    \
328         girepository.vcxproj.filters    \
329         cmph-bdz-test.vcxproj   \
330         cmph-bdz-test.vcxproj.filters   \
331         cmph.vcxproj    \
332         cmph.vcxproj.filters    \
333         g-ir-compiler.vcxproj   \
334         g-ir-compiler.vcxproj.filters   \
335         g-ir-generate.vcxproj   \
336         g-ir-generate.vcxproj.filters   \
337         glib-print.vcxproj      \
338         glib-print.vcxproj.filters      \
339         _giscanner.vcxproj      \
340         _giscanner.vcxproj.filters      \
341         gi-install.vcxproj      \
342         gi-install.vcxproj.filters      \
343         gi-introspect.vcxproj   \
344         README.txt
345
346 DISTCLEANFILES = $(EXTRA_DIST)
347 MSVC_VER = 14
348 MSVC_FORMAT_VER = 12
349 MSVC_VER_LONG = 14
350 all: all-am
351
352 .SUFFIXES:
353 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(top_srcdir)/build/Makefile-newvs.am $(am__configure_deps)
354         @for dep in $?; do \
355           case '$(am__configure_deps)' in \
356             *$$dep*) \
357               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
358                 && { if test -f $@; then exit 0; else break; fi; }; \
359               exit 1;; \
360           esac; \
361         done; \
362         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign build/win32/vs14/Makefile'; \
363         $(am__cd) $(top_srcdir) && \
364           $(AUTOMAKE) --foreign build/win32/vs14/Makefile
365 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
366         @case '$?' in \
367           *config.status*) \
368             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
369           *) \
370             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
371             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
372         esac;
373 $(top_srcdir)/build/Makefile-newvs.am $(am__empty):
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
384 mostlyclean-libtool:
385         -rm -f *.lo
386
387 clean-libtool:
388         -rm -rf .libs _libs
389 tags TAGS:
390
391 ctags CTAGS:
392
393 cscope cscopelist:
394
395
396 distdir: $(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
426 check-am: all-am
427 check: check-am
428 all-am: Makefile
429 installdirs:
430 install: install-am
431 install-exec: install-exec-am
432 install-data: install-data-am
433 uninstall: uninstall-am
434
435 install-am: all-am
436         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
437
438 installcheck: installcheck-am
439 install-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
449 mostlyclean-generic:
450
451 clean-generic:
452
453 distclean-generic:
454         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
455         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
456         -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
457
458 maintainer-clean-generic:
459         @echo "This command is intended for maintainers to use"
460         @echo "it deletes files that may require special tools to rebuild."
461 clean: clean-am
462
463 clean-am: clean-generic clean-libtool mostlyclean-am
464
465 distclean: distclean-am
466         -rm -f Makefile
467 distclean-am: clean-am distclean-generic
468
469 dvi: dvi-am
470
471 dvi-am:
472
473 html: html-am
474
475 html-am:
476
477 info: info-am
478
479 info-am:
480
481 install-data-am:
482
483 install-dvi: install-dvi-am
484
485 install-dvi-am:
486
487 install-exec-am:
488
489 install-html: install-html-am
490
491 install-html-am:
492
493 install-info: install-info-am
494
495 install-info-am:
496
497 install-man:
498
499 install-pdf: install-pdf-am
500
501 install-pdf-am:
502
503 install-ps: install-ps-am
504
505 install-ps-am:
506
507 installcheck-am:
508
509 maintainer-clean: maintainer-clean-am
510         -rm -f Makefile
511 maintainer-clean-am: distclean-am maintainer-clean-generic
512
513 mostlyclean: mostlyclean-am
514
515 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
516
517 pdf: pdf-am
518
519 pdf-am:
520
521 ps: ps-am
522
523 ps-am:
524
525 uninstall-am:
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 install-dvi \
533         install-dvi-am install-exec install-exec-am install-html \
534         install-html-am install-info install-info-am install-man \
535         install-pdf install-pdf-am install-ps install-ps-am \
536         install-strip installcheck installcheck-am installdirs \
537         maintainer-clean maintainer-clean-generic mostlyclean \
538         mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
539         tags-am uninstall uninstall-am
540
541 .PRECIOUS: Makefile
542
543
544 %.sln:
545         sed 's/11\.00/$(MSVC_FORMAT_VER)\.00/g' < $(top_srcdir)/build/win32/vs10/$@ > $(top_builddir)/build/win32/vs$(MSVC_VER)/$@.tmp
546         sed 's/2010/$(MSVC_VER_LONG)/g' < $(top_builddir)/build/win32/vs$(MSVC_VER)/$@.tmp > $(top_builddir)/build/win32/vs$(MSVC_VER)/$@
547         rm $(top_builddir)/build/win32/vs$(MSVC_VER)/$@.tmp
548
549 %.txt:
550         sed 's/vs10/vs$(MSVC_VER)/g' < $(top_srcdir)/build/win32/vs10/$@ > $(top_builddir)/build/win32/vs$(MSVC_VER)/$@.tmp
551         sed 's/VS10/VS$(MSVC_VER)/g' < $(top_builddir)/build/win32/vs$(MSVC_VER)/$@.tmp > $(top_builddir)/build/win32/vs$(MSVC_VER)/$@
552         rm $(top_builddir)/build/win32/vs$(MSVC_VER)/$@.tmp
553
554 %.vcxproj:
555         if test -e $(top_srcdir)/build/win32/vs10/$@; then \
556                 sed 's/v100/v$(MSVC_VER)0/g' < $(top_srcdir)/build/win32/vs10/$@ > $(top_builddir)/build/win32/vs$(MSVC_VER)/$@; \
557         else \
558                 sed 's/v100/v$(MSVC_VER)0/g' < $(top_builddir)/build/win32/vs10/$@ > $(top_builddir)/build/win32/vs$(MSVC_VER)/$@; \
559         fi
560
561 %.props:
562         if test -e $(top_srcdir)/build/win32/vs10/$@; then \
563                 sed 's/<VSVer>10<\/VSVer>/<VSVer>$(MSVC_VER)<\/VSVer>/g' < $(top_srcdir)/build/win32/vs10/$@ > $(top_builddir)/build/win32/vs$(MSVC_VER)/$@; \
564         else \
565                 sed 's/<VSVer>10<\/VSVer>/<VSVer>$(MSVC_VER)<\/VSVer>/g' < $(top_builddir)/build/win32/vs10/$@ > $(top_builddir)/build/win32/vs$(MSVC_VER)/$@; \
566         fi
567
568 %.vcxproj.filters:
569         if test -e $(top_srcdir)/build/win32/vs10/$@; then \
570                 cp $(top_srcdir)/build/win32/vs10/$@ $(top_builddir)/build/win32/vs$(MSVC_VER)/$@; \
571         else \
572                 cp $(top_builddir)/build/win32/vs10/$@ $(top_builddir)/build/win32/vs$(MSVC_VER)/$@; \
573         fi
574
575 # Tell versions [3.59,3.63) of GNU make to not export all variables.
576 # Otherwise a system limit (for SysV at least) may be exceeded.
577 .NOEXPORT: