Makefile 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424
  1. # Makefile.in generated automatically by automake 1.4-p5 from Makefile.am
  2. # Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
  3. # This Makefile.in is free software; the Free Software Foundation
  4. # gives unlimited permission to copy and/or distribute it,
  5. # with or without modifications, as long as this notice is preserved.
  6. # This program is distributed in the hope that it will be useful,
  7. # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
  8. # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
  9. # PARTICULAR PURPOSE.
  10. # not a GNU package. You can remove this line, if
  11. # have all needed files, that a GNU package needs
  12. SHELL = /bin/sh
  13. srcdir = .
  14. top_srcdir = .
  15. prefix = /usr/local
  16. exec_prefix = ${prefix}
  17. bindir = ${exec_prefix}/bin
  18. sbindir = ${exec_prefix}/sbin
  19. libexecdir = ${exec_prefix}/libexec
  20. datadir = ${prefix}/share
  21. sysconfdir = ${prefix}/etc
  22. sharedstatedir = ${prefix}/com
  23. localstatedir = ${prefix}/var
  24. libdir = ${exec_prefix}/lib
  25. infodir = ${prefix}/info
  26. mandir = ${prefix}/man
  27. includedir = ${prefix}/include
  28. oldincludedir = /usr/include
  29. DESTDIR =
  30. pkgdatadir = $(datadir)/libftdi
  31. pkglibdir = $(libdir)/libftdi
  32. pkgincludedir = $(includedir)/libftdi
  33. top_builddir = .
  34. ACLOCAL = aclocal
  35. AUTOCONF = autoconf
  36. AUTOMAKE = automake
  37. AUTOHEADER = autoheader
  38. INSTALL = /usr/bin/install -c
  39. INSTALL_PROGRAM = ${INSTALL} $(AM_INSTALL_PROGRAM_FLAGS)
  40. INSTALL_DATA = ${INSTALL} -m 644
  41. INSTALL_SCRIPT = ${INSTALL}
  42. transform = s,x,x,
  43. NORMAL_INSTALL = :
  44. PRE_INSTALL = :
  45. POST_INSTALL = :
  46. NORMAL_UNINSTALL = :
  47. PRE_UNINSTALL = :
  48. POST_UNINSTALL = :
  49. host_alias =
  50. host_triplet = i386-apple-darwin9.6.0
  51. AS = @AS@
  52. CC = gcc
  53. DLLTOOL = @DLLTOOL@
  54. ECHO = echo
  55. EXEEXT =
  56. HAVELIBUSB = /opt/local/bin/libusb-config
  57. LIBTOOL = $(SHELL) $(top_builddir)/libtool
  58. LN_S = ln -s
  59. MAKEINFO = makeinfo
  60. OBJDUMP = @OBJDUMP@
  61. OBJEXT = o
  62. PACKAGE = libftdi
  63. RANLIB = ranlib
  64. STRIP = strip
  65. VERSION = 0.7
  66. AUTOMAKE_OPTIONS = foreign 1.4
  67. SUBDIRS = src
  68. EXTRA_DIST = libftdi.spec COPYING.LIB README ChangeLog libftdi-config.in
  69. bin_SCRIPTS = libftdi-config
  70. # Install the pkg-config file:
  71. pkgconfigdir = $(libdir)/pkgconfig
  72. pkgconfig_DATA = libftdi.pc
  73. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  74. mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
  75. CONFIG_HEADER = config.h
  76. CONFIG_CLEAN_FILES = libftdi-config libftdi.pc
  77. SCRIPTS = $(bin_SCRIPTS)
  78. DATA = $(pkgconfig_DATA)
  79. DIST_COMMON = README ./stamp-h.in COPYING.LIB ChangeLog Makefile.am \
  80. Makefile.in aclocal.m4 config.guess config.h.in config.sub configure \
  81. configure.in install-sh libftdi-config.in libftdi.pc.in ltmain.sh \
  82. missing mkinstalldirs
  83. DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
  84. TAR = gtar
  85. GZIP_ENV = --best
  86. all: all-redirect
  87. .SUFFIXES:
  88. $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
  89. cd $(top_srcdir) && $(AUTOMAKE) --foreign --include-deps Makefile
  90. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  91. cd $(top_builddir) \
  92. && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
  93. $(ACLOCAL_M4): configure.in
  94. cd $(srcdir) && $(ACLOCAL)
  95. config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  96. $(SHELL) ./config.status --recheck
  97. $(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
  98. cd $(srcdir) && $(AUTOCONF)
  99. config.h: stamp-h
  100. @if test ! -f $@; then \
  101. rm -f stamp-h; \
  102. $(MAKE) stamp-h; \
  103. else :; fi
  104. stamp-h: $(srcdir)/config.h.in $(top_builddir)/config.status
  105. cd $(top_builddir) \
  106. && CONFIG_FILES= CONFIG_HEADERS=config.h \
  107. $(SHELL) ./config.status
  108. @echo timestamp > stamp-h 2> /dev/null
  109. $(srcdir)/config.h.in: $(srcdir)/stamp-h.in
  110. @if test ! -f $@; then \
  111. rm -f $(srcdir)/stamp-h.in; \
  112. $(MAKE) $(srcdir)/stamp-h.in; \
  113. else :; fi
  114. $(srcdir)/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4)
  115. cd $(top_srcdir) && $(AUTOHEADER)
  116. @echo timestamp > $(srcdir)/stamp-h.in 2> /dev/null
  117. mostlyclean-hdr:
  118. clean-hdr:
  119. distclean-hdr:
  120. -rm -f config.h
  121. maintainer-clean-hdr:
  122. libftdi-config: $(top_builddir)/config.status libftdi-config.in
  123. cd $(top_builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
  124. libftdi.pc: $(top_builddir)/config.status libftdi.pc.in
  125. cd $(top_builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
  126. install-binSCRIPTS: $(bin_SCRIPTS)
  127. @$(NORMAL_INSTALL)
  128. $(mkinstalldirs) $(DESTDIR)$(bindir)
  129. @list='$(bin_SCRIPTS)'; for p in $$list; do \
  130. if test -f $$p; then \
  131. echo " $(INSTALL_SCRIPT) $$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`"; \
  132. $(INSTALL_SCRIPT) $$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`; \
  133. else if test -f $(srcdir)/$$p; then \
  134. echo " $(INSTALL_SCRIPT) $(srcdir)/$$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`"; \
  135. $(INSTALL_SCRIPT) $(srcdir)/$$p $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`; \
  136. else :; fi; fi; \
  137. done
  138. uninstall-binSCRIPTS:
  139. @$(NORMAL_UNINSTALL)
  140. list='$(bin_SCRIPTS)'; for p in $$list; do \
  141. rm -f $(DESTDIR)$(bindir)/`echo $$p|sed '$(transform)'`; \
  142. done
  143. install-pkgconfigDATA: $(pkgconfig_DATA)
  144. @$(NORMAL_INSTALL)
  145. $(mkinstalldirs) $(DESTDIR)$(pkgconfigdir)
  146. @list='$(pkgconfig_DATA)'; for p in $$list; do \
  147. if test -f $(srcdir)/$$p; then \
  148. echo " $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(pkgconfigdir)/$$p"; \
  149. $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(pkgconfigdir)/$$p; \
  150. else if test -f $$p; then \
  151. echo " $(INSTALL_DATA) $$p $(DESTDIR)$(pkgconfigdir)/$$p"; \
  152. $(INSTALL_DATA) $$p $(DESTDIR)$(pkgconfigdir)/$$p; \
  153. fi; fi; \
  154. done
  155. uninstall-pkgconfigDATA:
  156. @$(NORMAL_UNINSTALL)
  157. list='$(pkgconfig_DATA)'; for p in $$list; do \
  158. rm -f $(DESTDIR)$(pkgconfigdir)/$$p; \
  159. done
  160. # This directory's subdirectories are mostly independent; you can cd
  161. # into them and run `make' without going through this Makefile.
  162. # To change the values of `make' variables: instead of editing Makefiles,
  163. # (1) if the variable is set in `config.status', edit `config.status'
  164. # (which will cause the Makefiles to be regenerated when you run `make');
  165. # (2) otherwise, pass the desired values on the `make' command line.
  166. all-recursive install-data-recursive install-exec-recursive \
  167. installdirs-recursive install-recursive uninstall-recursive \
  168. check-recursive installcheck-recursive info-recursive dvi-recursive:
  169. @set fnord $(MAKEFLAGS); amf=$$2; \
  170. dot_seen=no; \
  171. target=`echo $@ | sed s/-recursive//`; \
  172. list='$(SUBDIRS)'; for subdir in $$list; do \
  173. echo "Making $$target in $$subdir"; \
  174. if test "$$subdir" = "."; then \
  175. dot_seen=yes; \
  176. local_target="$$target-am"; \
  177. else \
  178. local_target="$$target"; \
  179. fi; \
  180. (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  181. || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
  182. done; \
  183. if test "$$dot_seen" = "no"; then \
  184. $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
  185. fi; test -z "$$fail"
  186. mostlyclean-recursive clean-recursive distclean-recursive \
  187. maintainer-clean-recursive:
  188. @set fnord $(MAKEFLAGS); amf=$$2; \
  189. dot_seen=no; \
  190. rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
  191. rev="$$subdir $$rev"; \
  192. test "$$subdir" != "." || dot_seen=yes; \
  193. done; \
  194. test "$$dot_seen" = "no" && rev=". $$rev"; \
  195. target=`echo $@ | sed s/-recursive//`; \
  196. for subdir in $$rev; do \
  197. echo "Making $$target in $$subdir"; \
  198. if test "$$subdir" = "."; then \
  199. local_target="$$target-am"; \
  200. else \
  201. local_target="$$target"; \
  202. fi; \
  203. (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  204. || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
  205. done && test -z "$$fail"
  206. tags-recursive:
  207. list='$(SUBDIRS)'; for subdir in $$list; do \
  208. test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
  209. done
  210. tags: TAGS
  211. ID: $(HEADERS) $(SOURCES) $(LISP)
  212. list='$(SOURCES) $(HEADERS)'; \
  213. unique=`for i in $$list; do echo $$i; done | \
  214. awk ' { files[$$0] = 1; } \
  215. END { for (i in files) print i; }'`; \
  216. here=`pwd` && cd $(srcdir) \
  217. && mkid -f$$here/ID $$unique $(LISP)
  218. TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) $(LISP)
  219. tags=; \
  220. here=`pwd`; \
  221. list='$(SUBDIRS)'; for subdir in $$list; do \
  222. if test "$$subdir" = .; then :; else \
  223. test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
  224. fi; \
  225. done; \
  226. list='$(SOURCES) $(HEADERS)'; \
  227. unique=`for i in $$list; do echo $$i; done | \
  228. awk ' { files[$$0] = 1; } \
  229. END { for (i in files) print i; }'`; \
  230. test -z "$(ETAGS_ARGS)config.h.in$$unique$(LISP)$$tags" \
  231. || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags config.h.in $$unique $(LISP) -o $$here/TAGS)
  232. mostlyclean-tags:
  233. clean-tags:
  234. distclean-tags:
  235. -rm -f TAGS ID
  236. maintainer-clean-tags:
  237. distdir = $(PACKAGE)-$(VERSION)
  238. top_distdir = $(distdir)
  239. # This target untars the dist file and tries a VPATH configuration. Then
  240. # it guarantees that the distribution is self-contained by making another
  241. # tarfile.
  242. distcheck: dist
  243. -rm -rf $(distdir)
  244. GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
  245. mkdir $(distdir)/=build
  246. mkdir $(distdir)/=inst
  247. dc_install_base=`cd $(distdir)/=inst && pwd`; \
  248. cd $(distdir)/=build \
  249. && ../configure --srcdir=.. --prefix=$$dc_install_base \
  250. && $(MAKE) $(AM_MAKEFLAGS) \
  251. && $(MAKE) $(AM_MAKEFLAGS) dvi \
  252. && $(MAKE) $(AM_MAKEFLAGS) check \
  253. && $(MAKE) $(AM_MAKEFLAGS) install \
  254. && $(MAKE) $(AM_MAKEFLAGS) installcheck \
  255. && $(MAKE) $(AM_MAKEFLAGS) dist
  256. -rm -rf $(distdir)
  257. @banner="$(distdir).tar.gz is ready for distribution"; \
  258. dashes=`echo "$$banner" | sed s/./=/g`; \
  259. echo "$$dashes"; \
  260. echo "$$banner"; \
  261. echo "$$dashes"
  262. dist: distdir
  263. -chmod -R a+r $(distdir)
  264. GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
  265. -rm -rf $(distdir)
  266. dist-all: distdir
  267. -chmod -R a+r $(distdir)
  268. GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
  269. -rm -rf $(distdir)
  270. distdir: $(DISTFILES)
  271. -rm -rf $(distdir)
  272. mkdir $(distdir)
  273. -chmod 777 $(distdir)
  274. @for file in $(DISTFILES); do \
  275. d=$(srcdir); \
  276. if test -d $$d/$$file; then \
  277. cp -pr $$d/$$file $(distdir)/$$file; \
  278. else \
  279. test -f $(distdir)/$$file \
  280. || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
  281. || cp -p $$d/$$file $(distdir)/$$file || :; \
  282. fi; \
  283. done
  284. for subdir in $(SUBDIRS); do \
  285. if test "$$subdir" = .; then :; else \
  286. test -d $(distdir)/$$subdir \
  287. || mkdir $(distdir)/$$subdir \
  288. || exit 1; \
  289. chmod 777 $(distdir)/$$subdir; \
  290. (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(distdir) distdir=../$(distdir)/$$subdir distdir) \
  291. || exit 1; \
  292. fi; \
  293. done
  294. info-am:
  295. info: info-recursive
  296. dvi-am:
  297. dvi: dvi-recursive
  298. check-am: all-am
  299. check: check-recursive
  300. installcheck-am:
  301. installcheck: installcheck-recursive
  302. all-recursive-am: config.h
  303. $(MAKE) $(AM_MAKEFLAGS) all-recursive
  304. install-exec-am: install-binSCRIPTS
  305. install-exec: install-exec-recursive
  306. install-data-am: install-pkgconfigDATA
  307. install-data: install-data-recursive
  308. install-am: all-am
  309. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  310. install: install-recursive
  311. uninstall-am: uninstall-binSCRIPTS uninstall-pkgconfigDATA
  312. uninstall: uninstall-recursive
  313. all-am: Makefile $(SCRIPTS) $(DATA) config.h
  314. all-redirect: all-recursive-am
  315. install-strip:
  316. $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
  317. installdirs: installdirs-recursive
  318. installdirs-am:
  319. $(mkinstalldirs) $(DESTDIR)$(bindir) $(DESTDIR)$(pkgconfigdir)
  320. mostlyclean-generic:
  321. clean-generic:
  322. distclean-generic:
  323. -rm -f Makefile $(CONFIG_CLEAN_FILES)
  324. -rm -f config.cache config.log stamp-h stamp-h[0-9]*
  325. maintainer-clean-generic:
  326. mostlyclean-am: mostlyclean-hdr mostlyclean-tags mostlyclean-generic
  327. mostlyclean: mostlyclean-recursive
  328. clean-am: clean-hdr clean-tags clean-generic mostlyclean-am
  329. clean: clean-recursive
  330. distclean-am: distclean-hdr distclean-tags distclean-generic clean-am
  331. -rm -f libtool
  332. distclean: distclean-recursive
  333. -rm -f config.status
  334. maintainer-clean-am: maintainer-clean-hdr maintainer-clean-tags \
  335. maintainer-clean-generic distclean-am
  336. @echo "This command is intended for maintainers to use;"
  337. @echo "it deletes files that may require special tools to rebuild."
  338. maintainer-clean: maintainer-clean-recursive
  339. -rm -f config.status
  340. .PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \
  341. uninstall-binSCRIPTS install-binSCRIPTS uninstall-pkgconfigDATA \
  342. install-pkgconfigDATA install-data-recursive uninstall-data-recursive \
  343. install-exec-recursive uninstall-exec-recursive installdirs-recursive \
  344. uninstalldirs-recursive all-recursive check-recursive \
  345. installcheck-recursive info-recursive dvi-recursive \
  346. mostlyclean-recursive distclean-recursive clean-recursive \
  347. maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
  348. distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
  349. dvi-am dvi check check-am installcheck-am installcheck all-recursive-am \
  350. install-exec-am install-exec install-data-am install-data install-am \
  351. install uninstall-am uninstall all-redirect all-am all installdirs-am \
  352. installdirs mostlyclean-generic distclean-generic clean-generic \
  353. maintainer-clean-generic clean mostlyclean distclean maintainer-clean
  354. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  355. # Otherwise a system limit (for SysV at least) may be exceeded.
  356. .NOEXPORT: