Makefile 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645
  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)/crurom
  14. pkgincludedir = $(includedir)/crurom
  15. pkglibdir = $(libdir)/crurom
  16. pkglibexecdir = $(libexecdir)/crurom
  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. bin_PROGRAMS = crurom$(EXEEXT)
  30. subdir = .
  31. DIST_COMMON = $(am__configure_deps) $(srcdir)/Makefile.am \
  32. $(srcdir)/Makefile.in $(srcdir)/config.h.in \
  33. $(top_srcdir)/configure depcomp install-sh missing
  34. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  35. am__aclocal_m4_deps = $(top_srcdir)/configure.ac
  36. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  37. $(ACLOCAL_M4)
  38. am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
  39. configure.lineno config.status.lineno
  40. mkinstalldirs = $(install_sh) -d
  41. CONFIG_HEADER = config.h
  42. CONFIG_CLEAN_FILES =
  43. CONFIG_CLEAN_VPATH_FILES =
  44. am__installdirs = "$(DESTDIR)$(bindir)"
  45. PROGRAMS = $(bin_PROGRAMS)
  46. am_crurom_OBJECTS = crurom.$(OBJEXT)
  47. crurom_OBJECTS = $(am_crurom_OBJECTS)
  48. crurom_DEPENDENCIES =
  49. crurom_LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(crurom_LDFLAGS) \
  50. $(LDFLAGS) -o $@
  51. DEFAULT_INCLUDES = -I.
  52. depcomp = $(SHELL) $(top_srcdir)/depcomp
  53. am__depfiles_maybe = depfiles
  54. am__mv = mv -f
  55. COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
  56. $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  57. AM_V_CC = $(am__v_CC_$(V))
  58. am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY))
  59. am__v_CC_0 = @echo " CC " $@;
  60. AM_V_at = $(am__v_at_$(V))
  61. am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
  62. am__v_at_0 = @
  63. CCLD = $(CC)
  64. LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
  65. AM_V_CCLD = $(am__v_CCLD_$(V))
  66. am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY))
  67. am__v_CCLD_0 = @echo " CCLD " $@;
  68. AM_V_GEN = $(am__v_GEN_$(V))
  69. am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
  70. am__v_GEN_0 = @echo " GEN " $@;
  71. SOURCES = $(crurom_SOURCES)
  72. DIST_SOURCES = $(crurom_SOURCES)
  73. ETAGS = etags
  74. CTAGS = ctags
  75. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  76. distdir = $(PACKAGE)-$(VERSION)
  77. top_distdir = $(distdir)
  78. am__remove_distdir = \
  79. { test ! -d "$(distdir)" \
  80. || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
  81. && rm -fr "$(distdir)"; }; }
  82. DIST_ARCHIVES = $(distdir).tar.gz
  83. GZIP_ENV = --best
  84. distuninstallcheck_listfiles = find . -type f -print
  85. distcleancheck_listfiles = find . -type f -print
  86. ACLOCAL = ${SHELL} "/home/janco/Downloads/Telegram Desktop/ethernut-5.2.4-tar/nut/tools/crurom/missing" --run aclocal-1.11
  87. AMTAR = ${SHELL} "/home/janco/Downloads/Telegram Desktop/ethernut-5.2.4-tar/nut/tools/crurom/missing" --run tar
  88. AM_DEFAULT_VERBOSITY = 0
  89. AUTOCONF = ${SHELL} "/home/janco/Downloads/Telegram Desktop/ethernut-5.2.4-tar/nut/tools/crurom/missing" --run autoconf
  90. AUTOHEADER = ${SHELL} "/home/janco/Downloads/Telegram Desktop/ethernut-5.2.4-tar/nut/tools/crurom/missing" --run autoheader
  91. AUTOMAKE = ${SHELL} "/home/janco/Downloads/Telegram Desktop/ethernut-5.2.4-tar/nut/tools/crurom/missing" --run automake-1.11
  92. AWK = gawk
  93. CC = gcc
  94. CCDEPMODE = depmode=gcc3
  95. CFLAGS = -g -O2
  96. CPPFLAGS =
  97. CYGPATH_W = echo
  98. DEFS = -DHAVE_CONFIG_H
  99. DEPDIR = .deps
  100. ECHO_C =
  101. ECHO_N = -n
  102. ECHO_T =
  103. EXEEXT =
  104. INSTALL = /usr/bin/install -c
  105. INSTALL_DATA = ${INSTALL} -m 644
  106. INSTALL_PROGRAM = ${INSTALL}
  107. INSTALL_SCRIPT = ${INSTALL}
  108. INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
  109. LDFLAGS =
  110. LIBOBJS =
  111. LIBS =
  112. LTLIBOBJS =
  113. MAINT = #
  114. MAKEINFO = ${SHELL} "/home/janco/Downloads/Telegram Desktop/ethernut-5.2.4-tar/nut/tools/crurom/missing" --run makeinfo
  115. MKDIR_P = /usr/bin/mkdir -p
  116. OBJEXT = o
  117. PACKAGE = crurom
  118. PACKAGE_BUGREPORT =
  119. PACKAGE_NAME = crurom
  120. PACKAGE_STRING = crurom 1.0
  121. PACKAGE_TARNAME = crurom
  122. PACKAGE_URL =
  123. PACKAGE_VERSION = 1.0
  124. PATH_SEPARATOR = :
  125. SET_MAKE =
  126. SHELL = /bin/sh
  127. STRIP =
  128. VERSION = 1.0
  129. abs_builddir = /home/janco/Downloads/Telegram Desktop/ethernut-5.2.4-tar/nut/tools/crurom
  130. abs_srcdir = /home/janco/Downloads/Telegram Desktop/ethernut-5.2.4-tar/nut/tools/crurom
  131. abs_top_builddir = /home/janco/Downloads/Telegram Desktop/ethernut-5.2.4-tar/nut/tools/crurom
  132. abs_top_srcdir = /home/janco/Downloads/Telegram Desktop/ethernut-5.2.4-tar/nut/tools/crurom
  133. ac_ct_CC = gcc
  134. am__include = include
  135. am__leading_dot = .
  136. am__quote =
  137. am__tar = ${AMTAR} chof - "$$tardir"
  138. am__untar = ${AMTAR} xf -
  139. bindir = ${exec_prefix}/bin
  140. build_alias =
  141. builddir = .
  142. datadir = ${datarootdir}
  143. datarootdir = ${prefix}/share
  144. docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
  145. dvidir = ${docdir}
  146. exec_prefix = ${prefix}
  147. host_alias =
  148. htmldir = ${docdir}
  149. includedir = ${prefix}/include
  150. infodir = ${datarootdir}/info
  151. install_sh = ${SHELL} '/home/janco/Downloads/Telegram Desktop/ethernut-5.2.4-tar/nut/tools/crurom/install-sh'
  152. libdir = ${exec_prefix}/lib
  153. libexecdir = ${exec_prefix}/libexec
  154. localedir = ${datarootdir}/locale
  155. localstatedir = ${prefix}/var
  156. mandir = ${datarootdir}/man
  157. mkdir_p = /usr/bin/mkdir -p
  158. oldincludedir = /usr/include
  159. pdfdir = ${docdir}
  160. prefix = /usr/local
  161. program_transform_name = s,x,x,
  162. psdir = ${docdir}
  163. sbindir = ${exec_prefix}/sbin
  164. sharedstatedir = ${prefix}/com
  165. srcdir = .
  166. sysconfdir = ${prefix}/etc
  167. target_alias =
  168. top_build_prefix =
  169. top_builddir = .
  170. top_srcdir = .
  171. ACLOCAL_AMFLAGS = -I m4
  172. MAINTAINERCLEANFILES = \
  173. configure \
  174. Makefile.in \
  175. depcomp \
  176. config.h.in \
  177. missing \
  178. aclocal.m4 \
  179. install-sh
  180. AM_CPPFLAGS = \
  181. -DPACKAGE_DATA_DIR=\""$(datadir)"\"
  182. AM_CFLAGS = \
  183. -Wall\
  184. -g
  185. crurom_SOURCES = \
  186. crurom.c
  187. crurom_LDFLAGS =
  188. crurom_LDADD =
  189. all: config.h
  190. $(MAKE) $(AM_MAKEFLAGS) all-am
  191. .SUFFIXES:
  192. .SUFFIXES: .c .o .obj
  193. am--refresh:
  194. @:
  195. $(srcdir)/Makefile.in: # $(srcdir)/Makefile.am $(am__configure_deps)
  196. @for dep in $?; do \
  197. case '$(am__configure_deps)' in \
  198. *$$dep*) \
  199. echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
  200. $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
  201. && exit 0; \
  202. exit 1;; \
  203. esac; \
  204. done; \
  205. echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
  206. $(am__cd) $(top_srcdir) && \
  207. $(AUTOMAKE) --foreign Makefile
  208. .PRECIOUS: Makefile
  209. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  210. @case '$?' in \
  211. *config.status*) \
  212. echo ' $(SHELL) ./config.status'; \
  213. $(SHELL) ./config.status;; \
  214. *) \
  215. echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
  216. cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
  217. esac;
  218. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  219. $(SHELL) ./config.status --recheck
  220. $(top_srcdir)/configure: # $(am__configure_deps)
  221. $(am__cd) $(srcdir) && $(AUTOCONF)
  222. $(ACLOCAL_M4): # $(am__aclocal_m4_deps)
  223. $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
  224. $(am__aclocal_m4_deps):
  225. config.h: stamp-h1
  226. @if test ! -f $@; then \
  227. rm -f stamp-h1; \
  228. $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
  229. else :; fi
  230. stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
  231. @rm -f stamp-h1
  232. cd $(top_builddir) && $(SHELL) ./config.status config.h
  233. $(srcdir)/config.h.in: # $(am__configure_deps)
  234. ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
  235. rm -f stamp-h1
  236. touch $@
  237. distclean-hdr:
  238. -rm -f config.h stamp-h1
  239. install-binPROGRAMS: $(bin_PROGRAMS)
  240. @$(NORMAL_INSTALL)
  241. test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
  242. @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
  243. for p in $$list; do echo "$$p $$p"; done | \
  244. sed 's/$(EXEEXT)$$//' | \
  245. while read p p1; do if test -f $$p; \
  246. then echo "$$p"; echo "$$p"; else :; fi; \
  247. done | \
  248. sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
  249. -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
  250. sed 'N;N;N;s,\n, ,g' | \
  251. $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
  252. { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
  253. if ($$2 == $$4) files[d] = files[d] " " $$1; \
  254. else { print "f", $$3 "/" $$4, $$1; } } \
  255. END { for (d in files) print "f", d, files[d] }' | \
  256. while read type dir files; do \
  257. if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
  258. test -z "$$files" || { \
  259. echo " $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(bindir)$$dir'"; \
  260. $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(bindir)$$dir" || exit $$?; \
  261. } \
  262. ; done
  263. uninstall-binPROGRAMS:
  264. @$(NORMAL_UNINSTALL)
  265. @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
  266. files=`for p in $$list; do echo "$$p"; done | \
  267. sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
  268. -e 's/$$/$(EXEEXT)/' `; \
  269. test -n "$$list" || exit 0; \
  270. echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
  271. cd "$(DESTDIR)$(bindir)" && rm -f $$files
  272. clean-binPROGRAMS:
  273. -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
  274. crurom$(EXEEXT): $(crurom_OBJECTS) $(crurom_DEPENDENCIES)
  275. @rm -f crurom$(EXEEXT)
  276. $(AM_V_CCLD)$(crurom_LINK) $(crurom_OBJECTS) $(crurom_LDADD) $(LIBS)
  277. mostlyclean-compile:
  278. -rm -f *.$(OBJEXT)
  279. distclean-compile:
  280. -rm -f *.tab.c
  281. include ./$(DEPDIR)/crurom.Po
  282. .c.o:
  283. $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
  284. $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
  285. # $(AM_V_CC) \
  286. # source='$<' object='$@' libtool=no \
  287. # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
  288. # $(COMPILE) -c $<
  289. .c.obj:
  290. $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
  291. $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
  292. # $(AM_V_CC) \
  293. # source='$<' object='$@' libtool=no \
  294. # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
  295. # $(COMPILE) -c `$(CYGPATH_W) '$<'`
  296. ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
  297. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  298. unique=`for i in $$list; do \
  299. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  300. done | \
  301. $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  302. END { if (nonempty) { for (i in files) print i; }; }'`; \
  303. mkid -fID $$unique
  304. tags: TAGS
  305. TAGS: $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
  306. $(TAGS_FILES) $(LISP)
  307. set x; \
  308. here=`pwd`; \
  309. list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
  310. unique=`for i in $$list; do \
  311. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  312. done | \
  313. $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  314. END { if (nonempty) { for (i in files) print i; }; }'`; \
  315. shift; \
  316. if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
  317. test -n "$$unique" || unique=$$empty_fix; \
  318. if test $$# -gt 0; then \
  319. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  320. "$$@" $$unique; \
  321. else \
  322. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  323. $$unique; \
  324. fi; \
  325. fi
  326. ctags: CTAGS
  327. CTAGS: $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
  328. $(TAGS_FILES) $(LISP)
  329. list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
  330. unique=`for i in $$list; do \
  331. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  332. done | \
  333. $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  334. END { if (nonempty) { for (i in files) print i; }; }'`; \
  335. test -z "$(CTAGS_ARGS)$$unique" \
  336. || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  337. $$unique
  338. GTAGS:
  339. here=`$(am__cd) $(top_builddir) && pwd` \
  340. && $(am__cd) $(top_srcdir) \
  341. && gtags -i $(GTAGS_ARGS) "$$here"
  342. distclean-tags:
  343. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  344. distdir: $(DISTFILES)
  345. $(am__remove_distdir)
  346. test -d "$(distdir)" || mkdir "$(distdir)"
  347. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  348. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  349. list='$(DISTFILES)'; \
  350. dist_files=`for file in $$list; do echo $$file; done | \
  351. sed -e "s|^$$srcdirstrip/||;t" \
  352. -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  353. case $$dist_files in \
  354. */*) $(MKDIR_P) `echo "$$dist_files" | \
  355. sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  356. sort -u` ;; \
  357. esac; \
  358. for file in $$dist_files; do \
  359. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  360. if test -d $$d/$$file; then \
  361. dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  362. if test -d "$(distdir)/$$file"; then \
  363. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  364. fi; \
  365. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  366. cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  367. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  368. fi; \
  369. cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  370. else \
  371. test -f "$(distdir)/$$file" \
  372. || cp -p $$d/$$file "$(distdir)/$$file" \
  373. || exit 1; \
  374. fi; \
  375. done
  376. -test -n "$(am__skip_mode_fix)" \
  377. || find "$(distdir)" -type d ! -perm -755 \
  378. -exec chmod u+rwx,go+rx {} \; -o \
  379. ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
  380. ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
  381. ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
  382. || chmod -R a+r "$(distdir)"
  383. dist-gzip: distdir
  384. tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
  385. $(am__remove_distdir)
  386. dist-bzip2: distdir
  387. tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
  388. $(am__remove_distdir)
  389. dist-lzma: distdir
  390. tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
  391. $(am__remove_distdir)
  392. dist-xz: distdir
  393. tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
  394. $(am__remove_distdir)
  395. dist-tarZ: distdir
  396. tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
  397. $(am__remove_distdir)
  398. dist-shar: distdir
  399. shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
  400. $(am__remove_distdir)
  401. dist-zip: distdir
  402. -rm -f $(distdir).zip
  403. zip -rq $(distdir).zip $(distdir)
  404. $(am__remove_distdir)
  405. dist dist-all: distdir
  406. tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
  407. $(am__remove_distdir)
  408. # This target untars the dist file and tries a VPATH configuration. Then
  409. # it guarantees that the distribution is self-contained by making another
  410. # tarfile.
  411. distcheck: dist
  412. case '$(DIST_ARCHIVES)' in \
  413. *.tar.gz*) \
  414. GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
  415. *.tar.bz2*) \
  416. bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
  417. *.tar.lzma*) \
  418. lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
  419. *.tar.xz*) \
  420. xz -dc $(distdir).tar.xz | $(am__untar) ;;\
  421. *.tar.Z*) \
  422. uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
  423. *.shar.gz*) \
  424. GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
  425. *.zip*) \
  426. unzip $(distdir).zip ;;\
  427. esac
  428. chmod -R a-w $(distdir); chmod a+w $(distdir)
  429. mkdir $(distdir)/_build
  430. mkdir $(distdir)/_inst
  431. chmod a-w $(distdir)
  432. test -d $(distdir)/_build || exit 0; \
  433. dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
  434. && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
  435. && am__cwd=`pwd` \
  436. && $(am__cd) $(distdir)/_build \
  437. && ../configure --srcdir=.. --prefix="$$dc_install_base" \
  438. $(DISTCHECK_CONFIGURE_FLAGS) \
  439. && $(MAKE) $(AM_MAKEFLAGS) \
  440. && $(MAKE) $(AM_MAKEFLAGS) dvi \
  441. && $(MAKE) $(AM_MAKEFLAGS) check \
  442. && $(MAKE) $(AM_MAKEFLAGS) install \
  443. && $(MAKE) $(AM_MAKEFLAGS) installcheck \
  444. && $(MAKE) $(AM_MAKEFLAGS) uninstall \
  445. && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
  446. distuninstallcheck \
  447. && chmod -R a-w "$$dc_install_base" \
  448. && ({ \
  449. (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
  450. && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
  451. && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
  452. && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
  453. distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
  454. } || { rm -rf "$$dc_destdir"; exit 1; }) \
  455. && rm -rf "$$dc_destdir" \
  456. && $(MAKE) $(AM_MAKEFLAGS) dist \
  457. && rm -rf $(DIST_ARCHIVES) \
  458. && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
  459. && cd "$$am__cwd" \
  460. || exit 1
  461. $(am__remove_distdir)
  462. @(echo "$(distdir) archives ready for distribution: "; \
  463. list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
  464. sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
  465. distuninstallcheck:
  466. @$(am__cd) '$(distuninstallcheck_dir)' \
  467. && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
  468. || { echo "ERROR: files left after uninstall:" ; \
  469. if test -n "$(DESTDIR)"; then \
  470. echo " (check DESTDIR support)"; \
  471. fi ; \
  472. $(distuninstallcheck_listfiles) ; \
  473. exit 1; } >&2
  474. distcleancheck: distclean
  475. @if test '$(srcdir)' = . ; then \
  476. echo "ERROR: distcleancheck can only run from a VPATH build" ; \
  477. exit 1 ; \
  478. fi
  479. @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
  480. || { echo "ERROR: files left in build directory after distclean:" ; \
  481. $(distcleancheck_listfiles) ; \
  482. exit 1; } >&2
  483. check-am: all-am
  484. check: check-am
  485. all-am: Makefile $(PROGRAMS) config.h
  486. installdirs:
  487. for dir in "$(DESTDIR)$(bindir)"; do \
  488. test -z "$$dir" || $(MKDIR_P) "$$dir"; \
  489. done
  490. install: install-am
  491. install-exec: install-exec-am
  492. install-data: install-data-am
  493. uninstall: uninstall-am
  494. install-am: all-am
  495. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  496. installcheck: installcheck-am
  497. install-strip:
  498. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  499. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  500. `test -z '$(STRIP)' || \
  501. echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
  502. mostlyclean-generic:
  503. clean-generic:
  504. distclean-generic:
  505. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  506. -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  507. maintainer-clean-generic:
  508. @echo "This command is intended for maintainers to use"
  509. @echo "it deletes files that may require special tools to rebuild."
  510. -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
  511. clean: clean-am
  512. clean-am: clean-binPROGRAMS clean-generic mostlyclean-am
  513. distclean: distclean-am
  514. -rm -f $(am__CONFIG_DISTCLEAN_FILES)
  515. -rm -rf ./$(DEPDIR)
  516. -rm -f Makefile
  517. distclean-am: clean-am distclean-compile distclean-generic \
  518. distclean-hdr distclean-tags
  519. dvi: dvi-am
  520. dvi-am:
  521. html: html-am
  522. html-am:
  523. info: info-am
  524. info-am:
  525. install-data-am:
  526. install-dvi: install-dvi-am
  527. install-dvi-am:
  528. install-exec-am: install-binPROGRAMS
  529. install-html: install-html-am
  530. install-html-am:
  531. install-info: install-info-am
  532. install-info-am:
  533. install-man:
  534. install-pdf: install-pdf-am
  535. install-pdf-am:
  536. install-ps: install-ps-am
  537. install-ps-am:
  538. installcheck-am:
  539. maintainer-clean: maintainer-clean-am
  540. -rm -f $(am__CONFIG_DISTCLEAN_FILES)
  541. -rm -rf $(top_srcdir)/autom4te.cache
  542. -rm -rf ./$(DEPDIR)
  543. -rm -f Makefile
  544. maintainer-clean-am: distclean-am maintainer-clean-generic
  545. mostlyclean: mostlyclean-am
  546. mostlyclean-am: mostlyclean-compile mostlyclean-generic
  547. pdf: pdf-am
  548. pdf-am:
  549. ps: ps-am
  550. ps-am:
  551. uninstall-am: uninstall-binPROGRAMS
  552. .MAKE: all install-am install-strip
  553. .PHONY: CTAGS GTAGS all all-am am--refresh check check-am clean \
  554. clean-binPROGRAMS clean-generic ctags dist dist-all dist-bzip2 \
  555. dist-gzip dist-lzma dist-shar dist-tarZ dist-xz dist-zip \
  556. distcheck distclean distclean-compile distclean-generic \
  557. distclean-hdr distclean-tags distcleancheck distdir \
  558. distuninstallcheck dvi dvi-am html html-am info info-am \
  559. install install-am install-binPROGRAMS install-data \
  560. install-data-am install-dvi install-dvi-am install-exec \
  561. install-exec-am install-html install-html-am install-info \
  562. install-info-am install-man install-pdf install-pdf-am \
  563. install-ps install-ps-am install-strip installcheck \
  564. installcheck-am installdirs maintainer-clean \
  565. maintainer-clean-generic mostlyclean mostlyclean-compile \
  566. mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
  567. uninstall-am uninstall-binPROGRAMS
  568. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  569. # Otherwise a system limit (for SysV at least) may be exceeded.
  570. .NOEXPORT: