Makefile.in 28 KB

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