Makefile 26 KB

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