Makefile 29 KB

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