Makefile.in 27 KB

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