Makefile.in 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348
  1. # Makefile.in generated by automake 1.11.1 from Makefile.am.
  2. # @configure_input@
  3. # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
  4. # 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
  5. # Inc.
  6. # This Makefile.in is free software; the Free Software Foundation
  7. # gives unlimited permission to copy and/or distribute it,
  8. # with or without modifications, as long as this notice is preserved.
  9. # This program is distributed in the hope that it will be useful,
  10. # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
  11. # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
  12. # PARTICULAR PURPOSE.
  13. @SET_MAKE@
  14. #
  15. # Copyright (C) 2008 by egnite Software GmbH. All rights reserved.
  16. #
  17. # Redistribution and use in source and binary forms, with or without
  18. # modification, are permitted provided that the following conditions
  19. # are met:
  20. #
  21. # 1. Redistributions of source code must retain the above copyright
  22. # notice, this list of conditions and the following disclaimer.
  23. # 2. Redistributions in binary form must reproduce the above copyright
  24. # notice, this list of conditions and the following disclaimer in the
  25. # documentation and/or other materials provided with the distribution.
  26. # 3. Neither the name of the copyright holders nor the names of
  27. # contributors may be used to endorse or promote products derived
  28. # from this software without specific prior written permission.
  29. #
  30. # THIS SOFTWARE IS PROVIDED BY EGNITE SOFTWARE GMBH AND CONTRIBUTORS
  31. # ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
  32. # LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
  33. # FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL EGNITE
  34. # SOFTWARE GMBH OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
  35. # INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
  36. # BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
  37. # OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
  38. # AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
  39. # OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF
  40. # THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  41. # SUCH DAMAGE.
  42. #
  43. # For additional information see http://www.ethernut.de/
  44. #
  45. #
  46. # $Id: Makefile.am 2382 2009-01-10 20:13:30Z haraldkipp $
  47. #
  48. VPATH = @srcdir@
  49. pkgdatadir = $(datadir)/@PACKAGE@
  50. pkgincludedir = $(includedir)/@PACKAGE@
  51. pkglibdir = $(libdir)/@PACKAGE@
  52. pkglibexecdir = $(libexecdir)/@PACKAGE@
  53. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
  54. install_sh_DATA = $(install_sh) -c -m 644
  55. install_sh_PROGRAM = $(install_sh) -c
  56. install_sh_SCRIPT = $(install_sh) -c
  57. INSTALL_HEADER = $(INSTALL_DATA)
  58. transform = $(program_transform_name)
  59. NORMAL_INSTALL = :
  60. PRE_INSTALL = :
  61. POST_INSTALL = :
  62. NORMAL_UNINSTALL = :
  63. PRE_UNINSTALL = :
  64. POST_UNINSTALL = :
  65. subdir = nut/tools/linux
  66. DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in
  67. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  68. am__aclocal_m4_deps = $(top_srcdir)/configure.ac
  69. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  70. $(ACLOCAL_M4)
  71. mkinstalldirs = $(install_sh) -d
  72. CONFIG_HEADER = $(top_builddir)/config.h
  73. CONFIG_CLEAN_FILES =
  74. CONFIG_CLEAN_VPATH_FILES =
  75. AM_V_GEN = $(am__v_GEN_$(V))
  76. am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
  77. am__v_GEN_0 = @echo " GEN " $@;
  78. AM_V_at = $(am__v_at_$(V))
  79. am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
  80. am__v_at_0 = @
  81. SOURCES =
  82. DIST_SOURCES =
  83. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  84. ACLOCAL = @ACLOCAL@
  85. AMTAR = @AMTAR@
  86. AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
  87. AUTOCONF = @AUTOCONF@
  88. AUTOHEADER = @AUTOHEADER@
  89. AUTOMAKE = @AUTOMAKE@
  90. AWK = @AWK@
  91. CYGPATH_W = @CYGPATH_W@
  92. DEFS = @DEFS@
  93. ECHO_C = @ECHO_C@
  94. ECHO_N = @ECHO_N@
  95. ECHO_T = @ECHO_T@
  96. HAVE_DOXYGEN = @HAVE_DOXYGEN@
  97. HAVE_GRAPHVIZ = @HAVE_GRAPHVIZ@
  98. INSTALL = @INSTALL@
  99. INSTALL_DATA = @INSTALL_DATA@
  100. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  101. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  102. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  103. LIBOBJS = @LIBOBJS@
  104. LIBS = @LIBS@
  105. LTLIBOBJS = @LTLIBOBJS@
  106. MAKEINFO = @MAKEINFO@
  107. MKDIR_P = @MKDIR_P@
  108. PACKAGE = @PACKAGE@
  109. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  110. PACKAGE_NAME = @PACKAGE_NAME@
  111. PACKAGE_STRING = @PACKAGE_STRING@
  112. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  113. PACKAGE_URL = @PACKAGE_URL@
  114. PACKAGE_VERSION = @PACKAGE_VERSION@
  115. PATH_SEPARATOR = @PATH_SEPARATOR@
  116. SET_MAKE = @SET_MAKE@
  117. SHELL = @SHELL@
  118. STRIP = @STRIP@
  119. VERSION = @VERSION@
  120. abs_builddir = @abs_builddir@
  121. abs_srcdir = @abs_srcdir@
  122. abs_top_builddir = @abs_top_builddir@
  123. abs_top_srcdir = @abs_top_srcdir@
  124. am__leading_dot = @am__leading_dot@
  125. am__tar = @am__tar@
  126. am__untar = @am__untar@
  127. bindir = @bindir@
  128. build_alias = @build_alias@
  129. builddir = @builddir@
  130. datadir = @datadir@
  131. datarootdir = @datarootdir@
  132. docdir = @docdir@
  133. dvidir = @dvidir@
  134. exec_prefix = @exec_prefix@
  135. host_alias = @host_alias@
  136. htmldir = @htmldir@
  137. includedir = @includedir@
  138. infodir = @infodir@
  139. install_sh = @install_sh@
  140. libdir = @libdir@
  141. libexecdir = @libexecdir@
  142. localedir = @localedir@
  143. localstatedir = @localstatedir@
  144. mandir = @mandir@
  145. mkdir_p = @mkdir_p@
  146. oldincludedir = @oldincludedir@
  147. pdfdir = @pdfdir@
  148. prefix = @prefix@
  149. program_transform_name = @program_transform_name@
  150. psdir = @psdir@
  151. sbindir = @sbindir@
  152. sharedstatedir = @sharedstatedir@
  153. srcdir = @srcdir@
  154. subdirs = @subdirs@
  155. sysconfdir = @sysconfdir@
  156. target_alias = @target_alias@
  157. top_build_prefix = @top_build_prefix@
  158. top_builddir = @top_builddir@
  159. top_srcdir = @top_srcdir@
  160. EXTRA_DIST = enut3ocd.cfg enut3ocd.ini eir1ocd.cfg eir1ocd.ini
  161. MAINTAINERCLEANFILES = Makefile.in
  162. all: all-am
  163. .SUFFIXES:
  164. $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
  165. @for dep in $?; do \
  166. case '$(am__configure_deps)' in \
  167. *$$dep*) \
  168. ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
  169. && { if test -f $@; then exit 0; else break; fi; }; \
  170. exit 1;; \
  171. esac; \
  172. done; \
  173. echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign nut/tools/linux/Makefile'; \
  174. $(am__cd) $(top_srcdir) && \
  175. $(AUTOMAKE) --foreign nut/tools/linux/Makefile
  176. .PRECIOUS: Makefile
  177. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  178. @case '$?' in \
  179. *config.status*) \
  180. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  181. *) \
  182. echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
  183. cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
  184. esac;
  185. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  186. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  187. $(top_srcdir)/configure: $(am__configure_deps)
  188. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  189. $(ACLOCAL_M4): $(am__aclocal_m4_deps)
  190. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  191. $(am__aclocal_m4_deps):
  192. tags: TAGS
  193. TAGS:
  194. ctags: CTAGS
  195. CTAGS:
  196. distdir: $(DISTFILES)
  197. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  198. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  199. list='$(DISTFILES)'; \
  200. dist_files=`for file in $$list; do echo $$file; done | \
  201. sed -e "s|^$$srcdirstrip/||;t" \
  202. -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  203. case $$dist_files in \
  204. */*) $(MKDIR_P) `echo "$$dist_files" | \
  205. sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  206. sort -u` ;; \
  207. esac; \
  208. for file in $$dist_files; do \
  209. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  210. if test -d $$d/$$file; then \
  211. dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  212. if test -d "$(distdir)/$$file"; then \
  213. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  214. fi; \
  215. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  216. cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  217. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  218. fi; \
  219. cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  220. else \
  221. test -f "$(distdir)/$$file" \
  222. || cp -p $$d/$$file "$(distdir)/$$file" \
  223. || exit 1; \
  224. fi; \
  225. done
  226. check-am: all-am
  227. check: check-am
  228. all-am: Makefile
  229. installdirs:
  230. install: install-am
  231. install-exec: install-exec-am
  232. install-data: install-data-am
  233. uninstall: uninstall-am
  234. install-am: all-am
  235. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  236. installcheck: installcheck-am
  237. install-strip:
  238. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  239. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  240. `test -z '$(STRIP)' || \
  241. echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
  242. mostlyclean-generic:
  243. clean-generic:
  244. distclean-generic:
  245. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  246. -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  247. maintainer-clean-generic:
  248. @echo "This command is intended for maintainers to use"
  249. @echo "it deletes files that may require special tools to rebuild."
  250. -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
  251. clean: clean-am
  252. clean-am: clean-generic mostlyclean-am
  253. distclean: distclean-am
  254. -rm -f Makefile
  255. distclean-am: clean-am distclean-generic
  256. dvi: dvi-am
  257. dvi-am:
  258. html: html-am
  259. html-am:
  260. info: info-am
  261. info-am:
  262. install-data-am:
  263. install-dvi: install-dvi-am
  264. install-dvi-am:
  265. install-exec-am:
  266. install-html: install-html-am
  267. install-html-am:
  268. install-info: install-info-am
  269. install-info-am:
  270. install-man:
  271. install-pdf: install-pdf-am
  272. install-pdf-am:
  273. install-ps: install-ps-am
  274. install-ps-am:
  275. installcheck-am:
  276. maintainer-clean: maintainer-clean-am
  277. -rm -f Makefile
  278. maintainer-clean-am: distclean-am maintainer-clean-generic
  279. mostlyclean: mostlyclean-am
  280. mostlyclean-am: mostlyclean-generic
  281. pdf: pdf-am
  282. pdf-am:
  283. ps: ps-am
  284. ps-am:
  285. uninstall-am:
  286. .MAKE: install-am install-strip
  287. .PHONY: all all-am check check-am clean clean-generic distclean \
  288. distclean-generic distdir dvi dvi-am html html-am info info-am \
  289. install install-am install-data install-data-am install-dvi \
  290. install-dvi-am install-exec install-exec-am install-html \
  291. install-html-am install-info install-info-am install-man \
  292. install-pdf install-pdf-am install-ps install-ps-am \
  293. install-strip installcheck installcheck-am installdirs \
  294. maintainer-clean maintainer-clean-generic mostlyclean \
  295. mostlyclean-generic pdf pdf-am ps ps-am uninstall uninstall-am
  296. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  297. # Otherwise a system limit (for SysV at least) may be exceeded.
  298. .NOEXPORT: