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.

516 lines
15 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 = .
  75. DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
  76. $(top_srcdir)/configure $(am__configure_deps)
  77. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  78. am__aclocal_m4_deps = $(top_srcdir)/configure.ac
  79. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  80. $(ACLOCAL_M4)
  81. am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
  82. configure.lineno config.status.lineno
  83. mkinstalldirs = $(install_sh) -d
  84. CONFIG_CLEAN_FILES =
  85. CONFIG_CLEAN_VPATH_FILES =
  86. AM_V_P = $(am__v_P_@AM_V@)
  87. am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
  88. am__v_P_0 = false
  89. am__v_P_1 = :
  90. AM_V_GEN = $(am__v_GEN_@AM_V@)
  91. am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
  92. am__v_GEN_0 = @echo " GEN " $@;
  93. am__v_GEN_1 =
  94. AM_V_at = $(am__v_at_@AM_V@)
  95. am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
  96. am__v_at_0 = @
  97. am__v_at_1 =
  98. depcomp =
  99. am__depfiles_maybe =
  100. SOURCES =
  101. RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
  102. ctags-recursive dvi-recursive html-recursive info-recursive \
  103. install-data-recursive install-dvi-recursive \
  104. install-exec-recursive install-html-recursive \
  105. install-info-recursive install-pdf-recursive \
  106. install-ps-recursive install-recursive installcheck-recursive \
  107. installdirs-recursive pdf-recursive ps-recursive \
  108. tags-recursive uninstall-recursive
  109. am__can_run_installinfo = \
  110. case $$AM_UPDATE_INFO_DIR in \
  111. n|no|NO) false;; \
  112. *) (install-info --version) >/dev/null 2>&1;; \
  113. esac
  114. RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
  115. distclean-recursive maintainer-clean-recursive
  116. am__recursive_targets = \
  117. $(RECURSIVE_TARGETS) \
  118. $(RECURSIVE_CLEAN_TARGETS) \
  119. $(am__extra_recursive_targets)
  120. AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
  121. cscope
  122. am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
  123. # Read a list of newline-separated strings from the standard input,
  124. # and print each of them once, without duplicates. Input order is
  125. # *not* preserved.
  126. am__uniquify_input = $(AWK) '\
  127. BEGIN { nonempty = 0; } \
  128. { items[$$0] = 1; nonempty = 1; } \
  129. END { if (nonempty) { for (i in items) print i; }; } \
  130. '
  131. # Make sure the list of sources is unique. This is necessary because,
  132. # e.g., the same source file might be shared among _SOURCES variables
  133. # for different programs/libraries.
  134. am__define_uniq_tagged_files = \
  135. list='$(am__tagged_files)'; \
  136. unique=`for i in $$list; do \
  137. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  138. done | $(am__uniquify_input)`
  139. ETAGS = etags
  140. CTAGS = ctags
  141. CSCOPE = cscope
  142. DIST_SUBDIRS = $(SUBDIRS)
  143. ACLOCAL = @ACLOCAL@
  144. AMTAR = @AMTAR@
  145. AM_CFLAGS = @AM_CFLAGS@
  146. AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
  147. AM_LDFLAGS = @AM_LDFLAGS@
  148. AR = @AR@
  149. AUTOCONF = @AUTOCONF@
  150. AUTOHEADER = @AUTOHEADER@
  151. AUTOMAKE = @AUTOMAKE@
  152. AWK = @AWK@
  153. CC = @CC@
  154. CFLAGS = @CFLAGS@
  155. CPPFLAGS = @CPPFLAGS@
  156. CYGPATH_W = @CYGPATH_W@
  157. DEFS = @DEFS@
  158. ECHO_C = @ECHO_C@
  159. ECHO_N = @ECHO_N@
  160. ECHO_T = @ECHO_T@
  161. EXEEXT = @EXEEXT@
  162. INSTALL = @INSTALL@
  163. INSTALL_DATA = @INSTALL_DATA@
  164. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  165. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  166. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  167. LDFLAGS = @LDFLAGS@
  168. LIBOBJS = @LIBOBJS@
  169. LIBS = @LIBS@
  170. LTLIBOBJS = @LTLIBOBJS@
  171. MAKEINFO = @MAKEINFO@
  172. MKDIR_P = @MKDIR_P@
  173. OBJEXT = @OBJEXT@
  174. PACKAGE = @PACKAGE@
  175. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  176. PACKAGE_NAME = @PACKAGE_NAME@
  177. PACKAGE_STRING = @PACKAGE_STRING@
  178. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  179. PACKAGE_URL = @PACKAGE_URL@
  180. PACKAGE_VERSION = @PACKAGE_VERSION@
  181. PATH_SEPARATOR = @PATH_SEPARATOR@
  182. RANLIB = @RANLIB@
  183. RM = @RM@
  184. SED = @SED@
  185. SET_MAKE = @SET_MAKE@
  186. SHELL = @SHELL@
  187. STRIP = @STRIP@
  188. SUFFIX = @SUFFIX@
  189. VERSION = @VERSION@
  190. VISIBILITY_CFLAGS = @VISIBILITY_CFLAGS@
  191. WINDRES = @WINDRES@
  192. abs_builddir = @abs_builddir@
  193. abs_srcdir = @abs_srcdir@
  194. abs_top_builddir = @abs_top_builddir@
  195. abs_top_srcdir = @abs_top_srcdir@
  196. ac_ct_CC = @ac_ct_CC@
  197. am__leading_dot = @am__leading_dot@
  198. am__tar = @am__tar@
  199. am__untar = @am__untar@
  200. bindir = @bindir@
  201. build_alias = @build_alias@
  202. builddir = @builddir@
  203. datadir = @datadir@
  204. datarootdir = @datarootdir@
  205. docdir = @docdir@
  206. dvidir = @dvidir@
  207. exec_prefix = @exec_prefix@
  208. host_alias = @host_alias@
  209. htmldir = @htmldir@
  210. includedir = @includedir@
  211. infodir = @infodir@
  212. install_sh = @install_sh@
  213. libdir = @libdir@
  214. libexecdir = @libexecdir@
  215. localedir = @localedir@
  216. localstatedir = @localstatedir@
  217. mandir = @mandir@
  218. mkdir_p = @mkdir_p@
  219. oldincludedir = @oldincludedir@
  220. pdfdir = @pdfdir@
  221. prefix = @prefix@
  222. program_transform_name = @program_transform_name@
  223. psdir = @psdir@
  224. runstatedir = @runstatedir@
  225. sbindir = @sbindir@
  226. sharedstatedir = @sharedstatedir@
  227. srcdir = @srcdir@
  228. sysconfdir = @sysconfdir@
  229. target_alias = @target_alias@
  230. top_build_prefix = @top_build_prefix@
  231. top_builddir = @top_builddir@
  232. top_srcdir = @top_srcdir@
  233. SUBDIRS = src
  234. TARGET = rufus
  235. TAGVER = $(shell git log --oneline | wc -l)
  236. SEDCMD = s/^\([ \t]*\)Version="\([0-9]*\)\.\([0-9]*\)\.[0-9]*\.\([0-9]*\)"\(.*\)/\1Version="\2.\3.@@TAGVER@@.\4"\5/
  237. all: all-recursive
  238. .SUFFIXES:
  239. am--refresh: Makefile
  240. @:
  241. $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
  242. @for dep in $?; do \
  243. case '$(am__configure_deps)' in \
  244. *$$dep*) \
  245. echo ' cd $(srcdir) && $(AUTOMAKE) --foreign --ignore-deps'; \
  246. $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign --ignore-deps \
  247. && exit 0; \
  248. exit 1;; \
  249. esac; \
  250. done; \
  251. echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign --ignore-deps Makefile'; \
  252. $(am__cd) $(top_srcdir) && \
  253. $(AUTOMAKE) --foreign --ignore-deps Makefile
  254. .PRECIOUS: Makefile
  255. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  256. @case '$?' in \
  257. *config.status*) \
  258. echo ' $(SHELL) ./config.status'; \
  259. $(SHELL) ./config.status;; \
  260. *) \
  261. echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
  262. cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
  263. esac;
  264. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  265. $(SHELL) ./config.status --recheck
  266. $(top_srcdir)/configure: $(am__configure_deps)
  267. $(am__cd) $(srcdir) && $(AUTOCONF)
  268. $(ACLOCAL_M4): $(am__aclocal_m4_deps)
  269. $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
  270. $(am__aclocal_m4_deps):
  271. # This directory's subdirectories are mostly independent; you can cd
  272. # into them and run 'make' without going through this Makefile.
  273. # To change the values of 'make' variables: instead of editing Makefiles,
  274. # (1) if the variable is set in 'config.status', edit 'config.status'
  275. # (which will cause the Makefiles to be regenerated when you run 'make');
  276. # (2) otherwise, pass the desired values on the 'make' command line.
  277. $(am__recursive_targets):
  278. @fail=; \
  279. if $(am__make_keepgoing); then \
  280. failcom='fail=yes'; \
  281. else \
  282. failcom='exit 1'; \
  283. fi; \
  284. dot_seen=no; \
  285. target=`echo $@ | sed s/-recursive//`; \
  286. case "$@" in \
  287. distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
  288. *) list='$(SUBDIRS)' ;; \
  289. esac; \
  290. for subdir in $$list; do \
  291. echo "Making $$target in $$subdir"; \
  292. if test "$$subdir" = "."; then \
  293. dot_seen=yes; \
  294. local_target="$$target-am"; \
  295. else \
  296. local_target="$$target"; \
  297. fi; \
  298. ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  299. || eval $$failcom; \
  300. done; \
  301. if test "$$dot_seen" = "no"; then \
  302. $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
  303. fi; test -z "$$fail"
  304. ID: $(am__tagged_files)
  305. $(am__define_uniq_tagged_files); mkid -fID $$unique
  306. tags: tags-recursive
  307. TAGS: tags
  308. tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  309. set x; \
  310. here=`pwd`; \
  311. if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
  312. include_option=--etags-include; \
  313. empty_fix=.; \
  314. else \
  315. include_option=--include; \
  316. empty_fix=; \
  317. fi; \
  318. list='$(SUBDIRS)'; for subdir in $$list; do \
  319. if test "$$subdir" = .; then :; else \
  320. test ! -f $$subdir/TAGS || \
  321. set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
  322. fi; \
  323. done; \
  324. $(am__define_uniq_tagged_files); \
  325. shift; \
  326. if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
  327. test -n "$$unique" || unique=$$empty_fix; \
  328. if test $$# -gt 0; then \
  329. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  330. "$$@" $$unique; \
  331. else \
  332. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  333. $$unique; \
  334. fi; \
  335. fi
  336. ctags: ctags-recursive
  337. CTAGS: ctags
  338. ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  339. $(am__define_uniq_tagged_files); \
  340. test -z "$(CTAGS_ARGS)$$unique" \
  341. || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  342. $$unique
  343. GTAGS:
  344. here=`$(am__cd) $(top_builddir) && pwd` \
  345. && $(am__cd) $(top_srcdir) \
  346. && gtags -i $(GTAGS_ARGS) "$$here"
  347. cscope: cscope.files
  348. test ! -s cscope.files \
  349. || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
  350. clean-cscope:
  351. -rm -f cscope.files
  352. cscope.files: clean-cscope cscopelist
  353. cscopelist: cscopelist-recursive
  354. cscopelist-am: $(am__tagged_files)
  355. list='$(am__tagged_files)'; \
  356. case "$(srcdir)" in \
  357. [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
  358. *) sdir=$(subdir)/$(srcdir) ;; \
  359. esac; \
  360. for i in $$list; do \
  361. if test -f "$$i"; then \
  362. echo "$(subdir)/$$i"; \
  363. else \
  364. echo "$$sdir/$$i"; \
  365. fi; \
  366. done >> $(top_builddir)/cscope.files
  367. distclean-tags:
  368. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  369. -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
  370. check-am: all-am
  371. check: check-recursive
  372. all-am: Makefile
  373. installdirs: installdirs-recursive
  374. installdirs-am:
  375. install: install-recursive
  376. install-exec: install-exec-recursive
  377. install-data: install-data-recursive
  378. uninstall: uninstall-recursive
  379. install-am: all-am
  380. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  381. installcheck: installcheck-recursive
  382. install-strip:
  383. if test -z '$(STRIP)'; then \
  384. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  385. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  386. install; \
  387. else \
  388. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  389. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  390. "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
  391. fi
  392. mostlyclean-generic:
  393. clean-generic:
  394. distclean-generic:
  395. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  396. -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  397. maintainer-clean-generic:
  398. @echo "This command is intended for maintainers to use"
  399. @echo "it deletes files that may require special tools to rebuild."
  400. clean: clean-recursive
  401. clean-am: clean-generic mostlyclean-am
  402. distclean: distclean-recursive
  403. -rm -f $(am__CONFIG_DISTCLEAN_FILES)
  404. -rm -f Makefile
  405. distclean-am: clean-am distclean-generic distclean-tags
  406. dvi: dvi-recursive
  407. dvi-am:
  408. html: html-recursive
  409. html-am:
  410. info: info-recursive
  411. info-am:
  412. install-data-am:
  413. install-dvi: install-dvi-recursive
  414. install-dvi-am:
  415. install-exec-am:
  416. install-html: install-html-recursive
  417. install-html-am:
  418. install-info: install-info-recursive
  419. install-info-am:
  420. install-man:
  421. install-pdf: install-pdf-recursive
  422. install-pdf-am:
  423. install-ps: install-ps-recursive
  424. install-ps-am:
  425. installcheck-am:
  426. maintainer-clean: maintainer-clean-recursive
  427. -rm -f $(am__CONFIG_DISTCLEAN_FILES)
  428. -rm -rf $(top_srcdir)/autom4te.cache
  429. -rm -f Makefile
  430. maintainer-clean-am: distclean-am maintainer-clean-generic
  431. mostlyclean: mostlyclean-recursive
  432. mostlyclean-am: mostlyclean-generic
  433. pdf: pdf-recursive
  434. pdf-am:
  435. ps: ps-recursive
  436. ps-am:
  437. uninstall-am:
  438. .MAKE: $(am__recursive_targets) install-am install-strip
  439. .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
  440. am--refresh check check-am clean clean-cscope clean-generic \
  441. cscope cscopelist-am ctags ctags-am distclean \
  442. distclean-generic distclean-tags dvi dvi-am html html-am info \
  443. info-am install install-am install-data install-data-am \
  444. install-dvi install-dvi-am install-exec install-exec-am \
  445. install-html install-html-am install-info install-info-am \
  446. install-man install-pdf install-pdf-am install-ps \
  447. install-ps-am install-strip installcheck installcheck-am \
  448. installdirs installdirs-am maintainer-clean \
  449. maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
  450. pdf-am ps ps-am tags tags-am uninstall uninstall-am
  451. # This step produces the UPX compressed and signed releases that are made available for public download
  452. # NB: UPX v3.09 or later is needed for LZMA compression (http://upx.sourceforge.net/)
  453. release: all
  454. @mv src/$(TARGET)$(EXEEXT) .
  455. @sleep 1
  456. @$(STRIP) $(TARGET)$(EXEEXT)
  457. @upx --lzma --best $(TARGET)$(EXEEXT)
  458. @mv $(TARGET)$(EXEEXT) $(TARGET)-$(VERSION)$(SUFFIX)$(EXEEXT)
  459. @cmd.exe //c _sign.cmd $(TARGET)-$(VERSION)$(SUFFIX)$(EXEEXT)
  460. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  461. # Otherwise a system limit (for SysV at least) may be exceeded.
  462. .NOEXPORT: