Makefile.in 28 KB

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