You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

383 lines
10 KiB

  1. # Makefile.in generated by automake 1.14.1 from Makefile.am.
  2. # @configure_input@
  3. # Copyright (C) 1994-2013 Free Software Foundation, Inc.
  4. # This Makefile.in is free software; the Free Software Foundation
  5. # gives unlimited permission to copy and/or distribute it,
  6. # with or without modifications, as long as this notice is preserved.
  7. # This program is distributed in the hope that it will be useful,
  8. # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
  9. # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
  10. # PARTICULAR PURPOSE.
  11. @SET_MAKE@
  12. VPATH = @srcdir@
  13. am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
  14. am__make_running_with_option = \
  15. case $${target_option-} in \
  16. ?) ;; \
  17. *) echo "am__make_running_with_option: internal error: invalid" \
  18. "target option '$${target_option-}' specified" >&2; \
  19. exit 1;; \
  20. esac; \
  21. has_opt=no; \
  22. sane_makeflags=$$MAKEFLAGS; \
  23. if $(am__is_gnu_make); then \
  24. sane_makeflags=$$MFLAGS; \
  25. else \
  26. case $$MAKEFLAGS in \
  27. *\\[\ \ ]*) \
  28. bs=\\; \
  29. sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
  30. | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
  31. esac; \
  32. fi; \
  33. skip_next=no; \
  34. strip_trailopt () \
  35. { \
  36. flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
  37. }; \
  38. for flg in $$sane_makeflags; do \
  39. test $$skip_next = yes && { skip_next=no; continue; }; \
  40. case $$flg in \
  41. *=*|--*) continue;; \
  42. -*I) strip_trailopt 'I'; skip_next=yes;; \
  43. -*I?*) strip_trailopt 'I';; \
  44. -*O) strip_trailopt 'O'; skip_next=yes;; \
  45. -*O?*) strip_trailopt 'O';; \
  46. -*l) strip_trailopt 'l'; skip_next=yes;; \
  47. -*l?*) strip_trailopt 'l';; \
  48. -[dEDm]) skip_next=yes;; \
  49. -[JT]) skip_next=yes;; \
  50. esac; \
  51. case $$flg in \
  52. *$$target_option*) has_opt=yes; break;; \
  53. esac; \
  54. done; \
  55. test $$has_opt = yes
  56. am__make_dryrun = (target_option=n; $(am__make_running_with_option))
  57. am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
  58. pkgdatadir = $(datadir)/@PACKAGE@
  59. pkgincludedir = $(includedir)/@PACKAGE@
  60. pkglibdir = $(libdir)/@PACKAGE@
  61. pkglibexecdir = $(libexecdir)/@PACKAGE@
  62. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
  63. install_sh_DATA = $(install_sh) -c -m 644
  64. install_sh_PROGRAM = $(install_sh) -c
  65. install_sh_SCRIPT = $(install_sh) -c
  66. INSTALL_HEADER = $(INSTALL_DATA)
  67. transform = $(program_transform_name)
  68. NORMAL_INSTALL = :
  69. PRE_INSTALL = :
  70. POST_INSTALL = :
  71. NORMAL_UNINSTALL = :
  72. PRE_UNINSTALL = :
  73. POST_UNINSTALL = :
  74. subdir = .mingw
  75. DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am
  76. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  77. am__aclocal_m4_deps = $(top_srcdir)/configure.ac
  78. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  79. $(ACLOCAL_M4)
  80. mkinstalldirs = $(install_sh) -d
  81. CONFIG_CLEAN_FILES =
  82. CONFIG_CLEAN_VPATH_FILES =
  83. AM_V_P = $(am__v_P_@AM_V@)
  84. am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
  85. am__v_P_0 = false
  86. am__v_P_1 = :
  87. AM_V_GEN = $(am__v_GEN_@AM_V@)
  88. am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
  89. am__v_GEN_0 = @echo " GEN " $@;
  90. am__v_GEN_1 =
  91. AM_V_at = $(am__v_at_@AM_V@)
  92. am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
  93. am__v_at_0 = @
  94. am__v_at_1 =
  95. depcomp =
  96. am__depfiles_maybe =
  97. SOURCES =
  98. am__can_run_installinfo = \
  99. case $$AM_UPDATE_INFO_DIR in \
  100. n|no|NO) false;; \
  101. *) (install-info --version) >/dev/null 2>&1;; \
  102. esac
  103. am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
  104. ACLOCAL = @ACLOCAL@
  105. AMTAR = @AMTAR@
  106. AM_CFLAGS = @AM_CFLAGS@
  107. AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
  108. AM_LDFLAGS = @AM_LDFLAGS@
  109. AR = @AR@
  110. AUTOCONF = @AUTOCONF@
  111. AUTOHEADER = @AUTOHEADER@
  112. AUTOMAKE = @AUTOMAKE@
  113. AWK = @AWK@
  114. CC = @CC@
  115. CFLAGS = @CFLAGS@
  116. CPPFLAGS = @CPPFLAGS@
  117. CYGPATH_W = @CYGPATH_W@
  118. DEFS = @DEFS@
  119. DLLTOOL = @DLLTOOL@
  120. ECHO_C = @ECHO_C@
  121. ECHO_N = @ECHO_N@
  122. ECHO_T = @ECHO_T@
  123. EXEEXT = @EXEEXT@
  124. INSTALL = @INSTALL@
  125. INSTALL_DATA = @INSTALL_DATA@
  126. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  127. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  128. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  129. LDFLAGS = @LDFLAGS@
  130. LIBOBJS = @LIBOBJS@
  131. LIBS = @LIBS@
  132. LTLIBOBJS = @LTLIBOBJS@
  133. MAKEINFO = @MAKEINFO@
  134. MKDIR_P = @MKDIR_P@
  135. OBJEXT = @OBJEXT@
  136. PACKAGE = @PACKAGE@
  137. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  138. PACKAGE_NAME = @PACKAGE_NAME@
  139. PACKAGE_STRING = @PACKAGE_STRING@
  140. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  141. PACKAGE_URL = @PACKAGE_URL@
  142. PACKAGE_VERSION = @PACKAGE_VERSION@
  143. PATH_SEPARATOR = @PATH_SEPARATOR@
  144. RANLIB = @RANLIB@
  145. RM = @RM@
  146. SED = @SED@
  147. SET_MAKE = @SET_MAKE@
  148. SHELL = @SHELL@
  149. STRIP = @STRIP@
  150. SUFFIX = @SUFFIX@
  151. VERSION = @VERSION@
  152. VISIBILITY_CFLAGS = @VISIBILITY_CFLAGS@
  153. WINDRES = @WINDRES@
  154. abs_builddir = @abs_builddir@
  155. abs_srcdir = @abs_srcdir@
  156. abs_top_builddir = @abs_top_builddir@
  157. abs_top_srcdir = @abs_top_srcdir@
  158. ac_ct_CC = @ac_ct_CC@
  159. am__leading_dot = @am__leading_dot@
  160. am__tar = @am__tar@
  161. am__untar = @am__untar@
  162. bindir = @bindir@
  163. build_alias = @build_alias@
  164. builddir = @builddir@
  165. datadir = @datadir@
  166. datarootdir = @datarootdir@
  167. docdir = @docdir@
  168. dvidir = @dvidir@
  169. exec_prefix = @exec_prefix@
  170. host_alias = @host_alias@
  171. htmldir = @htmldir@
  172. includedir = @includedir@
  173. infodir = @infodir@
  174. install_sh = @install_sh@
  175. libdir = @libdir@
  176. libexecdir = @libexecdir@
  177. localedir = @localedir@
  178. localstatedir = @localstatedir@
  179. mandir = @mandir@
  180. mkdir_p = @mkdir_p@
  181. oldincludedir = @oldincludedir@
  182. pdfdir = @pdfdir@
  183. prefix = @prefix@
  184. program_transform_name = @program_transform_name@
  185. psdir = @psdir@
  186. runstatedir = @runstatedir@
  187. sbindir = @sbindir@
  188. sharedstatedir = @sharedstatedir@
  189. srcdir = @srcdir@
  190. sysconfdir = @sysconfdir@
  191. target_alias = @target_alias@
  192. top_build_prefix = @top_build_prefix@
  193. top_builddir = @top_builddir@
  194. top_srcdir = @top_srcdir@
  195. # Create delay-loaded libraries from a DLL, that aren't vulnerable to side-loading
  196. AM_V_DLLTOOL_0 = @echo " LIB $@";$(DLLTOOL)
  197. AM_V_DLLTOOL_1 = $(DLLTOOL)
  198. AM_V_DLLTOOL_ = $(AM_V_DLLTOOL_$(AM_DEFAULT_VERBOSITY))
  199. AM_V_DLLTOOL = $(AM_V_DLLTOOL_$(V))
  200. AM_V_SED_0 = @echo " SED $<";$(SED)
  201. AM_V_SED_1 = $(SED)
  202. AM_V_SED_ = $(AM_V_SED_$(AM_DEFAULT_VERBOSITY))
  203. AM_V_SED = $(AM_V_SED_$(V))
  204. # Ah the joys of Windows DLL calling conventions, that require an @## suffix in the .def
  205. # for x86_32 and but no @## for x86_64, thereby forcing us to strip stuff according to the
  206. # target arch. Oh, and we can't use 'target_cpu' or AC definitions on account that we are
  207. # switching archs when building on our local machine, and don't want to have to go though
  208. # a costly reconf each time when we can simply issue a 'make clean'.
  209. TUPLE := $(shell $(CC) -dumpmachine)
  210. TARGET := $(word 1,$(subst -, ,$(TUPLE)))
  211. DEF_SUFFIX := $(if $(TARGET:x86_64=),.def,.def64)
  212. all: all-am
  213. .SUFFIXES:
  214. $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
  215. @for dep in $?; do \
  216. case '$(am__configure_deps)' in \
  217. *$$dep*) \
  218. ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
  219. && { if test -f $@; then exit 0; else break; fi; }; \
  220. exit 1;; \
  221. esac; \
  222. done; \
  223. echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign --ignore-deps .mingw/Makefile'; \
  224. $(am__cd) $(top_srcdir) && \
  225. $(AUTOMAKE) --foreign --ignore-deps .mingw/Makefile
  226. .PRECIOUS: Makefile
  227. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  228. @case '$?' in \
  229. *config.status*) \
  230. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  231. *) \
  232. echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
  233. cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
  234. esac;
  235. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  236. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  237. $(top_srcdir)/configure: $(am__configure_deps)
  238. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  239. $(ACLOCAL_M4): $(am__aclocal_m4_deps)
  240. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  241. $(am__aclocal_m4_deps):
  242. tags TAGS:
  243. ctags CTAGS:
  244. cscope cscopelist:
  245. check-am: all-am
  246. check: check-am
  247. all-am: Makefile
  248. installdirs:
  249. install: install-am
  250. install-exec: install-exec-am
  251. install-data: install-data-am
  252. uninstall: uninstall-am
  253. install-am: all-am
  254. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  255. installcheck: installcheck-am
  256. install-strip:
  257. if test -z '$(STRIP)'; then \
  258. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  259. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  260. install; \
  261. else \
  262. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  263. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  264. "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
  265. fi
  266. mostlyclean-generic:
  267. clean-generic:
  268. distclean-generic:
  269. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  270. -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  271. maintainer-clean-generic:
  272. @echo "This command is intended for maintainers to use"
  273. @echo "it deletes files that may require special tools to rebuild."
  274. clean-am: clean-generic mostlyclean-am
  275. distclean: distclean-am
  276. -rm -f Makefile
  277. distclean-am: clean-am distclean-generic
  278. dvi: dvi-am
  279. dvi-am:
  280. html: html-am
  281. html-am:
  282. info: info-am
  283. info-am:
  284. install-data-am:
  285. install-dvi: install-dvi-am
  286. install-dvi-am:
  287. install-exec-am:
  288. install-html: install-html-am
  289. install-html-am:
  290. install-info: install-info-am
  291. install-info-am:
  292. install-man:
  293. install-pdf: install-pdf-am
  294. install-pdf-am:
  295. install-ps: install-ps-am
  296. install-ps-am:
  297. installcheck-am:
  298. maintainer-clean: maintainer-clean-am
  299. -rm -f Makefile
  300. maintainer-clean-am: distclean-am maintainer-clean-generic
  301. mostlyclean: mostlyclean-am
  302. mostlyclean-am: mostlyclean-generic
  303. pdf: pdf-am
  304. pdf-am:
  305. ps: ps-am
  306. ps-am:
  307. uninstall-am:
  308. .MAKE: install-am install-strip
  309. .PHONY: all all-am check check-am clean clean-generic cscopelist-am \
  310. ctags-am distclean distclean-generic dvi dvi-am html html-am \
  311. info info-am install install-am install-data install-data-am \
  312. install-dvi install-dvi-am install-exec install-exec-am \
  313. install-html install-html-am install-info install-info-am \
  314. install-man install-pdf install-pdf-am install-ps \
  315. install-ps-am install-strip installcheck installcheck-am \
  316. installdirs maintainer-clean maintainer-clean-generic \
  317. mostlyclean mostlyclean-generic pdf pdf-am ps ps-am tags-am \
  318. uninstall uninstall-am
  319. .PHONY: all
  320. all: dwmapi-delaylib.lib version-delaylib.lib wintrust-delaylib.lib
  321. %.def64: %.def
  322. $(AM_V_SED) "s/@.*//" $< >$@
  323. %-delaylib.lib: %$(DEF_SUFFIX)
  324. $(AM_V_DLLTOOL) --input-def $< --output-delaylib $@ --dllname $(basename $<).dll
  325. clean:
  326. $(RM) -rf *.lib
  327. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  328. # Otherwise a system limit (for SysV at least) may be exceeded.
  329. .NOEXPORT: