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