Makefile.in 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823
  1. # Makefile.in generated by automake 1.13.4 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. build_triplet = @build@
  75. host_triplet = @host@
  76. subdir = .
  77. DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
  78. $(top_srcdir)/configure $(am__configure_deps) \
  79. $(srcdir)/config.h.in AUTHORS NEWS README compile config.guess \
  80. config.sub depcomp install-sh missing ltmain.sh
  81. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  82. am__aclocal_m4_deps = $(top_srcdir)/m4/as-compiler-flag.m4 \
  83. $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
  84. $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
  85. $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac
  86. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  87. $(ACLOCAL_M4)
  88. am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
  89. configure.lineno config.status.lineno
  90. mkinstalldirs = $(install_sh) -d
  91. CONFIG_HEADER = config.h
  92. CONFIG_CLEAN_FILES =
  93. CONFIG_CLEAN_VPATH_FILES =
  94. AM_V_P = $(am__v_P_@AM_V@)
  95. am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
  96. am__v_P_0 = false
  97. am__v_P_1 = :
  98. AM_V_GEN = $(am__v_GEN_@AM_V@)
  99. am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
  100. am__v_GEN_0 = @echo " GEN " $@;
  101. am__v_GEN_1 =
  102. AM_V_at = $(am__v_at_@AM_V@)
  103. am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
  104. am__v_at_0 = @
  105. am__v_at_1 =
  106. SOURCES =
  107. DIST_SOURCES =
  108. RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
  109. ctags-recursive dvi-recursive html-recursive info-recursive \
  110. install-data-recursive install-dvi-recursive \
  111. install-exec-recursive install-html-recursive \
  112. install-info-recursive install-pdf-recursive \
  113. install-ps-recursive install-recursive installcheck-recursive \
  114. installdirs-recursive pdf-recursive ps-recursive \
  115. tags-recursive uninstall-recursive
  116. am__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
  121. RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
  122. distclean-recursive maintainer-clean-recursive
  123. am__recursive_targets = \
  124. $(RECURSIVE_TARGETS) \
  125. $(RECURSIVE_CLEAN_TARGETS) \
  126. $(am__extra_recursive_targets)
  127. AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
  128. cscope distdir dist dist-all distcheck
  129. am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
  130. $(LISP)config.h.in
  131. # Read a list of newline-separated strings from the standard input,
  132. # and print each of them once, without duplicates. Input order is
  133. # *not* preserved.
  134. am__uniquify_input = $(AWK) '\
  135. BEGIN { nonempty = 0; } \
  136. { items[$$0] = 1; nonempty = 1; } \
  137. END { if (nonempty) { for (i in items) print i; }; } \
  138. '
  139. # Make sure the list of sources is unique. This is necessary because,
  140. # e.g., the same source file might be shared among _SOURCES variables
  141. # for different programs/libraries.
  142. am__define_uniq_tagged_files = \
  143. list='$(am__tagged_files)'; \
  144. unique=`for i in $$list; do \
  145. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  146. done | $(am__uniquify_input)`
  147. ETAGS = etags
  148. CTAGS = ctags
  149. CSCOPE = cscope
  150. DIST_SUBDIRS = $(SUBDIRS)
  151. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  152. distdir = $(PACKAGE)-$(VERSION)
  153. top_distdir = $(distdir)
  154. am__remove_distdir = \
  155. if test -d "$(distdir)"; then \
  156. find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
  157. && rm -rf "$(distdir)" \
  158. || { sleep 5 && rm -rf "$(distdir)"; }; \
  159. else :; fi
  160. am__post_remove_distdir = $(am__remove_distdir)
  161. am__relativize = \
  162. dir0=`pwd`; \
  163. sed_first='s,^\([^/]*\)/.*$$,\1,'; \
  164. sed_rest='s,^[^/]*/*,,'; \
  165. sed_last='s,^.*/\([^/]*\)$$,\1,'; \
  166. sed_butlast='s,/*[^/]*$$,,'; \
  167. while test -n "$$dir1"; do \
  168. first=`echo "$$dir1" | sed -e "$$sed_first"`; \
  169. if test "$$first" != "."; then \
  170. if test "$$first" = ".."; then \
  171. dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
  172. dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
  173. else \
  174. first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
  175. if test "$$first2" = "$$first"; then \
  176. dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
  177. else \
  178. dir2="../$$dir2"; \
  179. fi; \
  180. dir0="$$dir0"/"$$first"; \
  181. fi; \
  182. fi; \
  183. dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
  184. done; \
  185. reldir="$$dir2"
  186. GZIP_ENV = --best
  187. DIST_ARCHIVES = $(distdir).tar.bz2
  188. DIST_TARGETS = dist-bzip2
  189. distuninstallcheck_listfiles = find . -type f -print
  190. am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
  191. | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
  192. distcleancheck_listfiles = find . -type f -print
  193. ACLOCAL = @ACLOCAL@
  194. AMTAR = @AMTAR@
  195. AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
  196. AR = @AR@
  197. AUTOCONF = @AUTOCONF@
  198. AUTOHEADER = @AUTOHEADER@
  199. AUTOMAKE = @AUTOMAKE@
  200. AWK = @AWK@
  201. CC = @CC@
  202. CCDEPMODE = @CCDEPMODE@
  203. CFLAGS = @CFLAGS@
  204. CPP = @CPP@
  205. CPPFLAGS = @CPPFLAGS@
  206. CXX = @CXX@
  207. CXXCPP = @CXXCPP@
  208. CXXDEPMODE = @CXXDEPMODE@
  209. CXXFLAGS = @CXXFLAGS@
  210. CYGPATH_W = @CYGPATH_W@
  211. DEFS = @DEFS@
  212. DEPDIR = @DEPDIR@
  213. DLLTOOL = @DLLTOOL@
  214. DSYMUTIL = @DSYMUTIL@
  215. DUMPBIN = @DUMPBIN@
  216. ECHO_C = @ECHO_C@
  217. ECHO_N = @ECHO_N@
  218. ECHO_T = @ECHO_T@
  219. EGREP = @EGREP@
  220. EXEEXT = @EXEEXT@
  221. FGREP = @FGREP@
  222. GLOBAL_CFLAGS = @GLOBAL_CFLAGS@
  223. GREP = @GREP@
  224. INSTALL = @INSTALL@
  225. INSTALL_DATA = @INSTALL_DATA@
  226. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  227. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  228. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  229. LD = @LD@
  230. LDFLAGS = @LDFLAGS@
  231. LIBOBJS = @LIBOBJS@
  232. LIBS = @LIBS@
  233. LIBTOOL = @LIBTOOL@
  234. LIPO = @LIPO@
  235. LN_S = @LN_S@
  236. LTLIBOBJS = @LTLIBOBJS@
  237. MAKEINFO = @MAKEINFO@
  238. MANIFEST_TOOL = @MANIFEST_TOOL@
  239. MKDIR_P = @MKDIR_P@
  240. NM = @NM@
  241. NMEDIT = @NMEDIT@
  242. OBJDUMP = @OBJDUMP@
  243. OBJEXT = @OBJEXT@
  244. OTOOL = @OTOOL@
  245. OTOOL64 = @OTOOL64@
  246. PACKAGE = @PACKAGE@
  247. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  248. PACKAGE_NAME = @PACKAGE_NAME@
  249. PACKAGE_STRING = @PACKAGE_STRING@
  250. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  251. PACKAGE_URL = @PACKAGE_URL@
  252. PACKAGE_VERSION = @PACKAGE_VERSION@
  253. PATH_SEPARATOR = @PATH_SEPARATOR@
  254. PKG_CONFIG = @PKG_CONFIG@
  255. PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
  256. PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
  257. RANLIB = @RANLIB@
  258. SED = @SED@
  259. SET_MAKE = @SET_MAKE@
  260. SHELL = @SHELL@
  261. STRIP = @STRIP@
  262. SYSTEMD_SUB = @SYSTEMD_SUB@
  263. UDEV_SUB = @UDEV_SUB@
  264. VERSION = @VERSION@
  265. WINDRES = @WINDRES@
  266. abs_builddir = @abs_builddir@
  267. abs_srcdir = @abs_srcdir@
  268. abs_top_builddir = @abs_top_builddir@
  269. abs_top_srcdir = @abs_top_srcdir@
  270. ac_ct_AR = @ac_ct_AR@
  271. ac_ct_CC = @ac_ct_CC@
  272. ac_ct_CXX = @ac_ct_CXX@
  273. ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
  274. am__include = @am__include@
  275. am__leading_dot = @am__leading_dot@
  276. am__quote = @am__quote@
  277. am__tar = @am__tar@
  278. am__untar = @am__untar@
  279. bindir = @bindir@
  280. build = @build@
  281. build_alias = @build_alias@
  282. build_cpu = @build_cpu@
  283. build_os = @build_os@
  284. build_vendor = @build_vendor@
  285. builddir = @builddir@
  286. datadir = @datadir@
  287. datarootdir = @datarootdir@
  288. docdir = @docdir@
  289. dvidir = @dvidir@
  290. exec_prefix = @exec_prefix@
  291. host = @host@
  292. host_alias = @host_alias@
  293. host_cpu = @host_cpu@
  294. host_os = @host_os@
  295. host_vendor = @host_vendor@
  296. htmldir = @htmldir@
  297. includedir = @includedir@
  298. infodir = @infodir@
  299. install_sh = @install_sh@
  300. libdir = @libdir@
  301. libexecdir = @libexecdir@
  302. libimobiledevice_CFLAGS = @libimobiledevice_CFLAGS@
  303. libimobiledevice_LIBS = @libimobiledevice_LIBS@
  304. libplist_CFLAGS = @libplist_CFLAGS@
  305. libplist_LIBS = @libplist_LIBS@
  306. libpthread_LIBS = @libpthread_LIBS@
  307. libusb_CFLAGS = @libusb_CFLAGS@
  308. libusb_LIBS = @libusb_LIBS@
  309. localedir = @localedir@
  310. localstatedir = @localstatedir@
  311. mandir = @mandir@
  312. mkdir_p = @mkdir_p@
  313. oldincludedir = @oldincludedir@
  314. pdfdir = @pdfdir@
  315. prefix = @prefix@
  316. program_transform_name = @program_transform_name@
  317. psdir = @psdir@
  318. sbindir = @sbindir@
  319. sharedstatedir = @sharedstatedir@
  320. srcdir = @srcdir@
  321. sysconfdir = @sysconfdir@
  322. systemdsystemunitdir = @systemdsystemunitdir@
  323. target_alias = @target_alias@
  324. top_build_prefix = @top_build_prefix@
  325. top_builddir = @top_builddir@
  326. top_srcdir = @top_srcdir@
  327. udev_activation_rule = @udev_activation_rule@
  328. udevrulesdir = @udevrulesdir@
  329. AUTOMAKE_OPTIONS = foreign
  330. ACLOCAL_AMFLAGS = -I m4
  331. SUBDIRS = src $(UDEV_SUB) $(SYSTEMD_SUB) docs
  332. EXTRA_DIST = docs COPYING.GPLv2 COPYING.GPLv3
  333. DISTCHECK_CONFIGURE_FLAGS = \
  334. --with-udevrulesdir=$$dc_install_base/$(udevrulesdir) \
  335. --with-systemdsystemunitdir=$$dc_install_base/$(systemdsystemunitdir)
  336. all: config.h
  337. $(MAKE) $(AM_MAKEFLAGS) all-recursive
  338. .SUFFIXES:
  339. am--refresh: Makefile
  340. @:
  341. $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
  342. @for dep in $?; do \
  343. case '$(am__configure_deps)' in \
  344. *$$dep*) \
  345. echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
  346. $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
  347. && exit 0; \
  348. exit 1;; \
  349. esac; \
  350. done; \
  351. echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
  352. $(am__cd) $(top_srcdir) && \
  353. $(AUTOMAKE) --foreign Makefile
  354. .PRECIOUS: Makefile
  355. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  356. @case '$?' in \
  357. *config.status*) \
  358. echo ' $(SHELL) ./config.status'; \
  359. $(SHELL) ./config.status;; \
  360. *) \
  361. echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
  362. cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
  363. esac;
  364. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  365. $(SHELL) ./config.status --recheck
  366. $(top_srcdir)/configure: $(am__configure_deps)
  367. $(am__cd) $(srcdir) && $(AUTOCONF)
  368. $(ACLOCAL_M4): $(am__aclocal_m4_deps)
  369. $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
  370. $(am__aclocal_m4_deps):
  371. config.h: stamp-h1
  372. @if test ! -f $@; then rm -f stamp-h1; else :; fi
  373. @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h1; else :; fi
  374. stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
  375. @rm -f stamp-h1
  376. cd $(top_builddir) && $(SHELL) ./config.status config.h
  377. $(srcdir)/config.h.in: $(am__configure_deps)
  378. ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
  379. rm -f stamp-h1
  380. touch $@
  381. distclean-hdr:
  382. -rm -f config.h stamp-h1
  383. mostlyclean-libtool:
  384. -rm -f *.lo
  385. clean-libtool:
  386. -rm -rf .libs _libs
  387. distclean-libtool:
  388. -rm -f libtool config.lt
  389. # This directory's subdirectories are mostly independent; you can cd
  390. # into them and run 'make' without going through this Makefile.
  391. # To change the values of 'make' variables: instead of editing Makefiles,
  392. # (1) if the variable is set in 'config.status', edit 'config.status'
  393. # (which will cause the Makefiles to be regenerated when you run 'make');
  394. # (2) otherwise, pass the desired values on the 'make' command line.
  395. $(am__recursive_targets):
  396. @fail=; \
  397. if $(am__make_keepgoing); then \
  398. failcom='fail=yes'; \
  399. else \
  400. failcom='exit 1'; \
  401. fi; \
  402. dot_seen=no; \
  403. target=`echo $@ | sed s/-recursive//`; \
  404. case "$@" in \
  405. distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
  406. *) list='$(SUBDIRS)' ;; \
  407. esac; \
  408. for subdir in $$list; do \
  409. echo "Making $$target in $$subdir"; \
  410. if test "$$subdir" = "."; then \
  411. dot_seen=yes; \
  412. local_target="$$target-am"; \
  413. else \
  414. local_target="$$target"; \
  415. fi; \
  416. ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  417. || eval $$failcom; \
  418. done; \
  419. if test "$$dot_seen" = "no"; then \
  420. $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
  421. fi; test -z "$$fail"
  422. ID: $(am__tagged_files)
  423. $(am__define_uniq_tagged_files); mkid -fID $$unique
  424. tags: tags-recursive
  425. TAGS: tags
  426. tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  427. set x; \
  428. here=`pwd`; \
  429. if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
  430. include_option=--etags-include; \
  431. empty_fix=.; \
  432. else \
  433. include_option=--include; \
  434. empty_fix=; \
  435. fi; \
  436. list='$(SUBDIRS)'; for subdir in $$list; do \
  437. if test "$$subdir" = .; then :; else \
  438. test ! -f $$subdir/TAGS || \
  439. set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
  440. fi; \
  441. done; \
  442. $(am__define_uniq_tagged_files); \
  443. shift; \
  444. if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
  445. test -n "$$unique" || unique=$$empty_fix; \
  446. if test $$# -gt 0; then \
  447. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  448. "$$@" $$unique; \
  449. else \
  450. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  451. $$unique; \
  452. fi; \
  453. fi
  454. ctags: ctags-recursive
  455. CTAGS: ctags
  456. ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  457. $(am__define_uniq_tagged_files); \
  458. test -z "$(CTAGS_ARGS)$$unique" \
  459. || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  460. $$unique
  461. GTAGS:
  462. here=`$(am__cd) $(top_builddir) && pwd` \
  463. && $(am__cd) $(top_srcdir) \
  464. && gtags -i $(GTAGS_ARGS) "$$here"
  465. cscope: cscope.files
  466. test ! -s cscope.files \
  467. || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
  468. clean-cscope:
  469. -rm -f cscope.files
  470. cscope.files: clean-cscope cscopelist
  471. cscopelist: cscopelist-recursive
  472. cscopelist-am: $(am__tagged_files)
  473. list='$(am__tagged_files)'; \
  474. case "$(srcdir)" in \
  475. [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
  476. *) sdir=$(subdir)/$(srcdir) ;; \
  477. esac; \
  478. for i in $$list; do \
  479. if test -f "$$i"; then \
  480. echo "$(subdir)/$$i"; \
  481. else \
  482. echo "$$sdir/$$i"; \
  483. fi; \
  484. done >> $(top_builddir)/cscope.files
  485. distclean-tags:
  486. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  487. -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
  488. distdir: $(DISTFILES)
  489. @case `sed 15q $(srcdir)/NEWS` in \
  490. *"$(VERSION)"*) : ;; \
  491. *) \
  492. echo "NEWS not updated; not releasing" 1>&2; \
  493. exit 1;; \
  494. esac
  495. $(am__remove_distdir)
  496. test -d "$(distdir)" || mkdir "$(distdir)"
  497. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  498. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  499. list='$(DISTFILES)'; \
  500. dist_files=`for file in $$list; do echo $$file; done | \
  501. sed -e "s|^$$srcdirstrip/||;t" \
  502. -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  503. case $$dist_files in \
  504. */*) $(MKDIR_P) `echo "$$dist_files" | \
  505. sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  506. sort -u` ;; \
  507. esac; \
  508. for file in $$dist_files; do \
  509. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  510. if test -d $$d/$$file; then \
  511. dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  512. if test -d "$(distdir)/$$file"; then \
  513. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  514. fi; \
  515. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  516. cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  517. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  518. fi; \
  519. cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  520. else \
  521. test -f "$(distdir)/$$file" \
  522. || cp -p $$d/$$file "$(distdir)/$$file" \
  523. || exit 1; \
  524. fi; \
  525. done
  526. @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
  527. if test "$$subdir" = .; then :; else \
  528. $(am__make_dryrun) \
  529. || test -d "$(distdir)/$$subdir" \
  530. || $(MKDIR_P) "$(distdir)/$$subdir" \
  531. || exit 1; \
  532. dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
  533. $(am__relativize); \
  534. new_distdir=$$reldir; \
  535. dir1=$$subdir; dir2="$(top_distdir)"; \
  536. $(am__relativize); \
  537. new_top_distdir=$$reldir; \
  538. echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
  539. echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
  540. ($(am__cd) $$subdir && \
  541. $(MAKE) $(AM_MAKEFLAGS) \
  542. top_distdir="$$new_top_distdir" \
  543. distdir="$$new_distdir" \
  544. am__remove_distdir=: \
  545. am__skip_length_check=: \
  546. am__skip_mode_fix=: \
  547. distdir) \
  548. || exit 1; \
  549. fi; \
  550. done
  551. -test -n "$(am__skip_mode_fix)" \
  552. || find "$(distdir)" -type d ! -perm -755 \
  553. -exec chmod u+rwx,go+rx {} \; -o \
  554. ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
  555. ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
  556. ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
  557. || chmod -R a+r "$(distdir)"
  558. dist-gzip: distdir
  559. tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
  560. $(am__post_remove_distdir)
  561. dist-bzip2: distdir
  562. tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
  563. $(am__post_remove_distdir)
  564. dist-lzip: distdir
  565. tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
  566. $(am__post_remove_distdir)
  567. dist-xz: distdir
  568. tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
  569. $(am__post_remove_distdir)
  570. dist-tarZ: distdir
  571. tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
  572. $(am__post_remove_distdir)
  573. dist-shar: distdir
  574. shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
  575. $(am__post_remove_distdir)
  576. dist-zip: distdir
  577. -rm -f $(distdir).zip
  578. zip -rq $(distdir).zip $(distdir)
  579. $(am__post_remove_distdir)
  580. dist dist-all:
  581. $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
  582. $(am__post_remove_distdir)
  583. # This target untars the dist file and tries a VPATH configuration. Then
  584. # it guarantees that the distribution is self-contained by making another
  585. # tarfile.
  586. distcheck: dist
  587. case '$(DIST_ARCHIVES)' in \
  588. *.tar.gz*) \
  589. GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
  590. *.tar.bz2*) \
  591. bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
  592. *.tar.lz*) \
  593. lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
  594. *.tar.xz*) \
  595. xz -dc $(distdir).tar.xz | $(am__untar) ;;\
  596. *.tar.Z*) \
  597. uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
  598. *.shar.gz*) \
  599. GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
  600. *.zip*) \
  601. unzip $(distdir).zip ;;\
  602. esac
  603. chmod -R a-w $(distdir)
  604. chmod u+w $(distdir)
  605. mkdir $(distdir)/_build $(distdir)/_inst
  606. chmod a-w $(distdir)
  607. test -d $(distdir)/_build || exit 0; \
  608. dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
  609. && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
  610. && am__cwd=`pwd` \
  611. && $(am__cd) $(distdir)/_build \
  612. && ../configure --srcdir=.. --prefix="$$dc_install_base" \
  613. $(AM_DISTCHECK_CONFIGURE_FLAGS) \
  614. $(DISTCHECK_CONFIGURE_FLAGS) \
  615. && $(MAKE) $(AM_MAKEFLAGS) \
  616. && $(MAKE) $(AM_MAKEFLAGS) dvi \
  617. && $(MAKE) $(AM_MAKEFLAGS) check \
  618. && $(MAKE) $(AM_MAKEFLAGS) install \
  619. && $(MAKE) $(AM_MAKEFLAGS) installcheck \
  620. && $(MAKE) $(AM_MAKEFLAGS) uninstall \
  621. && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
  622. distuninstallcheck \
  623. && chmod -R a-w "$$dc_install_base" \
  624. && ({ \
  625. (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
  626. && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
  627. && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
  628. && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
  629. distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
  630. } || { rm -rf "$$dc_destdir"; exit 1; }) \
  631. && rm -rf "$$dc_destdir" \
  632. && $(MAKE) $(AM_MAKEFLAGS) dist \
  633. && rm -rf $(DIST_ARCHIVES) \
  634. && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
  635. && cd "$$am__cwd" \
  636. || exit 1
  637. $(am__post_remove_distdir)
  638. @(echo "$(distdir) archives ready for distribution: "; \
  639. list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
  640. sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
  641. distuninstallcheck:
  642. @test -n '$(distuninstallcheck_dir)' || { \
  643. echo 'ERROR: trying to run $@ with an empty' \
  644. '$$(distuninstallcheck_dir)' >&2; \
  645. exit 1; \
  646. }; \
  647. $(am__cd) '$(distuninstallcheck_dir)' || { \
  648. echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
  649. exit 1; \
  650. }; \
  651. test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
  652. || { echo "ERROR: files left after uninstall:" ; \
  653. if test -n "$(DESTDIR)"; then \
  654. echo " (check DESTDIR support)"; \
  655. fi ; \
  656. $(distuninstallcheck_listfiles) ; \
  657. exit 1; } >&2
  658. distcleancheck: distclean
  659. @if test '$(srcdir)' = . ; then \
  660. echo "ERROR: distcleancheck can only run from a VPATH build" ; \
  661. exit 1 ; \
  662. fi
  663. @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
  664. || { echo "ERROR: files left in build directory after distclean:" ; \
  665. $(distcleancheck_listfiles) ; \
  666. exit 1; } >&2
  667. check-am: all-am
  668. check: check-recursive
  669. all-am: Makefile config.h
  670. installdirs: installdirs-recursive
  671. installdirs-am:
  672. install: install-recursive
  673. install-exec: install-exec-recursive
  674. install-data: install-data-recursive
  675. uninstall: uninstall-recursive
  676. install-am: all-am
  677. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  678. installcheck: installcheck-recursive
  679. install-strip:
  680. if test -z '$(STRIP)'; then \
  681. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  682. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  683. install; \
  684. else \
  685. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  686. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  687. "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
  688. fi
  689. mostlyclean-generic:
  690. clean-generic:
  691. distclean-generic:
  692. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  693. -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  694. maintainer-clean-generic:
  695. @echo "This command is intended for maintainers to use"
  696. @echo "it deletes files that may require special tools to rebuild."
  697. clean: clean-recursive
  698. clean-am: clean-generic clean-libtool mostlyclean-am
  699. distclean: distclean-recursive
  700. -rm -f $(am__CONFIG_DISTCLEAN_FILES)
  701. -rm -f Makefile
  702. distclean-am: clean-am distclean-generic distclean-hdr \
  703. distclean-libtool distclean-tags
  704. dvi: dvi-recursive
  705. dvi-am:
  706. html: html-recursive
  707. html-am:
  708. info: info-recursive
  709. info-am:
  710. install-data-am:
  711. install-dvi: install-dvi-recursive
  712. install-dvi-am:
  713. install-exec-am:
  714. install-html: install-html-recursive
  715. install-html-am:
  716. install-info: install-info-recursive
  717. install-info-am:
  718. install-man:
  719. install-pdf: install-pdf-recursive
  720. install-pdf-am:
  721. install-ps: install-ps-recursive
  722. install-ps-am:
  723. installcheck-am:
  724. maintainer-clean: maintainer-clean-recursive
  725. -rm -f $(am__CONFIG_DISTCLEAN_FILES)
  726. -rm -rf $(top_srcdir)/autom4te.cache
  727. -rm -f Makefile
  728. maintainer-clean-am: distclean-am maintainer-clean-generic
  729. mostlyclean: mostlyclean-recursive
  730. mostlyclean-am: mostlyclean-generic mostlyclean-libtool
  731. pdf: pdf-recursive
  732. pdf-am:
  733. ps: ps-recursive
  734. ps-am:
  735. uninstall-am:
  736. .MAKE: $(am__recursive_targets) all install-am install-strip
  737. .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
  738. am--refresh check check-am clean clean-cscope clean-generic \
  739. clean-libtool cscope cscopelist-am ctags ctags-am dist \
  740. dist-all dist-bzip2 dist-gzip dist-lzip dist-shar dist-tarZ \
  741. dist-xz dist-zip distcheck distclean distclean-generic \
  742. distclean-hdr distclean-libtool distclean-tags distcleancheck \
  743. distdir distuninstallcheck dvi dvi-am html html-am info \
  744. info-am install install-am install-data install-data-am \
  745. install-dvi install-dvi-am install-exec install-exec-am \
  746. install-html install-html-am install-info install-info-am \
  747. install-man install-pdf install-pdf-am install-ps \
  748. install-ps-am install-strip installcheck installcheck-am \
  749. installdirs installdirs-am maintainer-clean \
  750. maintainer-clean-generic mostlyclean mostlyclean-generic \
  751. mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
  752. uninstall-am
  753. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  754. # Otherwise a system limit (for SysV at least) may be exceeded.
  755. .NOEXPORT: