Makefile.in 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598
  1. # Makefile.in generated by automake 1.11.6 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, 2010, 2011 Free Software
  5. # Foundation, 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. # ngIRCd -- The Next Generation IRC Daemon
  16. # Copyright (c)2001,2002 by Alexander Barton (alex@barton.de)
  17. #
  18. # This program is free software; you can redistribute it and/or modify
  19. # it under the terms of the GNU General Public License as published by
  20. # the Free Software Foundation; either version 2 of the License, or
  21. # (at your option) any later version.
  22. # Please read the file COPYING, README and AUTHORS for more information.
  23. #
  24. # $Id: Makefile.am,v 1.8 2008/02/26 22:04:15 fw Exp $
  25. #
  26. VPATH = @srcdir@
  27. am__make_dryrun = \
  28. { \
  29. am__dry=no; \
  30. case $$MAKEFLAGS in \
  31. *\\[\ \ ]*) \
  32. echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \
  33. | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
  34. *) \
  35. for am__flg in $$MAKEFLAGS; do \
  36. case $$am__flg in \
  37. *=*|--*) ;; \
  38. *n*) am__dry=yes; break;; \
  39. esac; \
  40. done;; \
  41. esac; \
  42. test $$am__dry = yes; \
  43. }
  44. pkgdatadir = $(datadir)/@PACKAGE@
  45. pkgincludedir = $(includedir)/@PACKAGE@
  46. pkglibdir = $(libdir)/@PACKAGE@
  47. pkglibexecdir = $(libexecdir)/@PACKAGE@
  48. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
  49. install_sh_DATA = $(install_sh) -c -m 644
  50. install_sh_PROGRAM = $(install_sh) -c
  51. install_sh_SCRIPT = $(install_sh) -c
  52. INSTALL_HEADER = $(INSTALL_DATA)
  53. transform = $(program_transform_name)
  54. NORMAL_INSTALL = :
  55. PRE_INSTALL = :
  56. POST_INSTALL = :
  57. NORMAL_UNINSTALL = :
  58. PRE_UNINSTALL = :
  59. POST_UNINSTALL = :
  60. build_triplet = @build@
  61. host_triplet = @host@
  62. subdir = src
  63. DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
  64. $(srcdir)/config.h.in
  65. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  66. am__aclocal_m4_deps = $(top_srcdir)/configure.ac
  67. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  68. $(ACLOCAL_M4)
  69. mkinstalldirs = $(install_sh) -d
  70. CONFIG_HEADER = config.h
  71. CONFIG_CLEAN_FILES =
  72. CONFIG_CLEAN_VPATH_FILES =
  73. AM_V_GEN = $(am__v_GEN_@AM_V@)
  74. am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
  75. am__v_GEN_0 = @echo " GEN " $@;
  76. AM_V_at = $(am__v_at_@AM_V@)
  77. am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
  78. am__v_at_0 = @
  79. SOURCES =
  80. DIST_SOURCES =
  81. RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
  82. html-recursive info-recursive install-data-recursive \
  83. install-dvi-recursive install-exec-recursive \
  84. install-html-recursive install-info-recursive \
  85. install-pdf-recursive install-ps-recursive install-recursive \
  86. installcheck-recursive installdirs-recursive pdf-recursive \
  87. ps-recursive uninstall-recursive
  88. am__can_run_installinfo = \
  89. case $$AM_UPDATE_INFO_DIR in \
  90. n|no|NO) false;; \
  91. *) (install-info --version) >/dev/null 2>&1;; \
  92. esac
  93. RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
  94. distclean-recursive maintainer-clean-recursive
  95. AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
  96. $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
  97. distdir
  98. ETAGS = etags
  99. CTAGS = ctags
  100. DIST_SUBDIRS = $(SUBDIRS)
  101. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  102. am__relativize = \
  103. dir0=`pwd`; \
  104. sed_first='s,^\([^/]*\)/.*$$,\1,'; \
  105. sed_rest='s,^[^/]*/*,,'; \
  106. sed_last='s,^.*/\([^/]*\)$$,\1,'; \
  107. sed_butlast='s,/*[^/]*$$,,'; \
  108. while test -n "$$dir1"; do \
  109. first=`echo "$$dir1" | sed -e "$$sed_first"`; \
  110. if test "$$first" != "."; then \
  111. if test "$$first" = ".."; then \
  112. dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
  113. dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
  114. else \
  115. first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
  116. if test "$$first2" = "$$first"; then \
  117. dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
  118. else \
  119. dir2="../$$dir2"; \
  120. fi; \
  121. dir0="$$dir0"/"$$first"; \
  122. fi; \
  123. fi; \
  124. dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
  125. done; \
  126. reldir="$$dir2"
  127. ACLOCAL = @ACLOCAL@
  128. AMTAR = @AMTAR@
  129. AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
  130. AR = @AR@
  131. AUTOCONF = @AUTOCONF@
  132. AUTOHEADER = @AUTOHEADER@
  133. AUTOMAKE = @AUTOMAKE@
  134. AWK = @AWK@
  135. CC = @CC@
  136. CCDEPMODE = @CCDEPMODE@
  137. CFLAGS = @CFLAGS@
  138. CPP = @CPP@
  139. CPPFLAGS = @CPPFLAGS@
  140. CYGPATH_W = @CYGPATH_W@
  141. DEFS = @DEFS@
  142. DEPDIR = @DEPDIR@
  143. ECHO_C = @ECHO_C@
  144. ECHO_N = @ECHO_N@
  145. ECHO_T = @ECHO_T@
  146. EGREP = @EGREP@
  147. EXEEXT = @EXEEXT@
  148. GREP = @GREP@
  149. INSTALL = @INSTALL@
  150. INSTALL_DATA = @INSTALL_DATA@
  151. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  152. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  153. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  154. LDFLAGS = @LDFLAGS@
  155. LIBOBJS = @LIBOBJS@
  156. LIBS = @LIBS@
  157. LN_S = @LN_S@
  158. LTLIBOBJS = @LTLIBOBJS@
  159. MAKEINFO = @MAKEINFO@
  160. MKDIR_P = @MKDIR_P@
  161. OBJEXT = @OBJEXT@
  162. PACKAGE = @PACKAGE@
  163. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  164. PACKAGE_NAME = @PACKAGE_NAME@
  165. PACKAGE_STRING = @PACKAGE_STRING@
  166. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  167. PACKAGE_URL = @PACKAGE_URL@
  168. PACKAGE_VERSION = @PACKAGE_VERSION@
  169. PATH_SEPARATOR = @PATH_SEPARATOR@
  170. RANLIB = @RANLIB@
  171. SET_MAKE = @SET_MAKE@
  172. SHELL = @SHELL@
  173. STRIP = @STRIP@
  174. U = @U@
  175. VERSION = @VERSION@
  176. abs_builddir = @abs_builddir@
  177. abs_srcdir = @abs_srcdir@
  178. abs_top_builddir = @abs_top_builddir@
  179. abs_top_srcdir = @abs_top_srcdir@
  180. ac_ct_AR = @ac_ct_AR@
  181. ac_ct_CC = @ac_ct_CC@
  182. am__include = @am__include@
  183. am__leading_dot = @am__leading_dot@
  184. am__quote = @am__quote@
  185. am__tar = @am__tar@
  186. am__untar = @am__untar@
  187. bindir = @bindir@
  188. build = @build@
  189. build_alias = @build_alias@
  190. build_cpu = @build_cpu@
  191. build_os = @build_os@
  192. build_vendor = @build_vendor@
  193. builddir = @builddir@
  194. datadir = @datadir@
  195. datarootdir = @datarootdir@
  196. docdir = @docdir@
  197. dvidir = @dvidir@
  198. exec_prefix = @exec_prefix@
  199. host = @host@
  200. host_alias = @host_alias@
  201. host_cpu = @host_cpu@
  202. host_os = @host_os@
  203. host_vendor = @host_vendor@
  204. htmldir = @htmldir@
  205. includedir = @includedir@
  206. infodir = @infodir@
  207. install_sh = @install_sh@
  208. libdir = @libdir@
  209. libexecdir = @libexecdir@
  210. localedir = @localedir@
  211. localstatedir = @localstatedir@
  212. mandir = @mandir@
  213. mkdir_p = @mkdir_p@
  214. oldincludedir = @oldincludedir@
  215. pdfdir = @pdfdir@
  216. prefix = @prefix@
  217. program_transform_name = @program_transform_name@
  218. psdir = @psdir@
  219. sbindir = @sbindir@
  220. sharedstatedir = @sharedstatedir@
  221. srcdir = @srcdir@
  222. sysconfdir = @sysconfdir@
  223. target_alias = @target_alias@
  224. top_build_prefix = @top_build_prefix@
  225. top_builddir = @top_builddir@
  226. top_srcdir = @top_srcdir@
  227. SUBDIRS = portab tool ipaddr ngircd testsuite
  228. all: config.h
  229. $(MAKE) $(AM_MAKEFLAGS) all-recursive
  230. .SUFFIXES:
  231. $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
  232. @for dep in $?; do \
  233. case '$(am__configure_deps)' in \
  234. *$$dep*) \
  235. ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
  236. && { if test -f $@; then exit 0; else break; fi; }; \
  237. exit 1;; \
  238. esac; \
  239. done; \
  240. echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/Makefile'; \
  241. $(am__cd) $(top_srcdir) && \
  242. $(AUTOMAKE) --gnu src/Makefile
  243. .PRECIOUS: Makefile
  244. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  245. @case '$?' in \
  246. *config.status*) \
  247. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  248. *) \
  249. echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
  250. cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
  251. esac;
  252. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  253. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  254. $(top_srcdir)/configure: $(am__configure_deps)
  255. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  256. $(ACLOCAL_M4): $(am__aclocal_m4_deps)
  257. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  258. $(am__aclocal_m4_deps):
  259. config.h: stamp-h1
  260. @if test ! -f $@; then rm -f stamp-h1; else :; fi
  261. @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h1; else :; fi
  262. stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
  263. @rm -f stamp-h1
  264. cd $(top_builddir) && $(SHELL) ./config.status src/config.h
  265. $(srcdir)/config.h.in: $(am__configure_deps)
  266. ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
  267. rm -f stamp-h1
  268. touch $@
  269. distclean-hdr:
  270. -rm -f config.h stamp-h1
  271. # This directory's subdirectories are mostly independent; you can cd
  272. # into them and run `make' without going through this Makefile.
  273. # To change the values of `make' variables: instead of editing Makefiles,
  274. # (1) if the variable is set in `config.status', edit `config.status'
  275. # (which will cause the Makefiles to be regenerated when you run `make');
  276. # (2) otherwise, pass the desired values on the `make' command line.
  277. $(RECURSIVE_TARGETS):
  278. @fail= failcom='exit 1'; \
  279. for f in x $$MAKEFLAGS; do \
  280. case $$f in \
  281. *=* | --[!k]*);; \
  282. *k*) failcom='fail=yes';; \
  283. esac; \
  284. done; \
  285. dot_seen=no; \
  286. target=`echo $@ | sed s/-recursive//`; \
  287. list='$(SUBDIRS)'; for subdir in $$list; do \
  288. echo "Making $$target in $$subdir"; \
  289. if test "$$subdir" = "."; then \
  290. dot_seen=yes; \
  291. local_target="$$target-am"; \
  292. else \
  293. local_target="$$target"; \
  294. fi; \
  295. ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  296. || eval $$failcom; \
  297. done; \
  298. if test "$$dot_seen" = "no"; then \
  299. $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
  300. fi; test -z "$$fail"
  301. $(RECURSIVE_CLEAN_TARGETS):
  302. @fail= failcom='exit 1'; \
  303. for f in x $$MAKEFLAGS; do \
  304. case $$f in \
  305. *=* | --[!k]*);; \
  306. *k*) failcom='fail=yes';; \
  307. esac; \
  308. done; \
  309. dot_seen=no; \
  310. case "$@" in \
  311. distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
  312. *) list='$(SUBDIRS)' ;; \
  313. esac; \
  314. rev=''; for subdir in $$list; do \
  315. if test "$$subdir" = "."; then :; else \
  316. rev="$$subdir $$rev"; \
  317. fi; \
  318. done; \
  319. rev="$$rev ."; \
  320. target=`echo $@ | sed s/-recursive//`; \
  321. for subdir in $$rev; do \
  322. echo "Making $$target in $$subdir"; \
  323. if test "$$subdir" = "."; then \
  324. local_target="$$target-am"; \
  325. else \
  326. local_target="$$target"; \
  327. fi; \
  328. ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  329. || eval $$failcom; \
  330. done && test -z "$$fail"
  331. tags-recursive:
  332. list='$(SUBDIRS)'; for subdir in $$list; do \
  333. test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
  334. done
  335. ctags-recursive:
  336. list='$(SUBDIRS)'; for subdir in $$list; do \
  337. test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
  338. done
  339. ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
  340. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  341. unique=`for i in $$list; do \
  342. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  343. done | \
  344. $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  345. END { if (nonempty) { for (i in files) print i; }; }'`; \
  346. mkid -fID $$unique
  347. tags: TAGS
  348. TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
  349. $(TAGS_FILES) $(LISP)
  350. set x; \
  351. here=`pwd`; \
  352. if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
  353. include_option=--etags-include; \
  354. empty_fix=.; \
  355. else \
  356. include_option=--include; \
  357. empty_fix=; \
  358. fi; \
  359. list='$(SUBDIRS)'; for subdir in $$list; do \
  360. if test "$$subdir" = .; then :; else \
  361. test ! -f $$subdir/TAGS || \
  362. set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
  363. fi; \
  364. done; \
  365. list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
  366. unique=`for i in $$list; do \
  367. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  368. done | \
  369. $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  370. END { if (nonempty) { for (i in files) print i; }; }'`; \
  371. shift; \
  372. if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
  373. test -n "$$unique" || unique=$$empty_fix; \
  374. if test $$# -gt 0; then \
  375. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  376. "$$@" $$unique; \
  377. else \
  378. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  379. $$unique; \
  380. fi; \
  381. fi
  382. ctags: CTAGS
  383. CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
  384. $(TAGS_FILES) $(LISP)
  385. list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
  386. unique=`for i in $$list; do \
  387. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  388. done | \
  389. $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  390. END { if (nonempty) { for (i in files) print i; }; }'`; \
  391. test -z "$(CTAGS_ARGS)$$unique" \
  392. || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  393. $$unique
  394. GTAGS:
  395. here=`$(am__cd) $(top_builddir) && pwd` \
  396. && $(am__cd) $(top_srcdir) \
  397. && gtags -i $(GTAGS_ARGS) "$$here"
  398. distclean-tags:
  399. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  400. distdir: $(DISTFILES)
  401. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  402. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  403. list='$(DISTFILES)'; \
  404. dist_files=`for file in $$list; do echo $$file; done | \
  405. sed -e "s|^$$srcdirstrip/||;t" \
  406. -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  407. case $$dist_files in \
  408. */*) $(MKDIR_P) `echo "$$dist_files" | \
  409. sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  410. sort -u` ;; \
  411. esac; \
  412. for file in $$dist_files; do \
  413. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  414. if test -d $$d/$$file; then \
  415. dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  416. if test -d "$(distdir)/$$file"; then \
  417. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  418. fi; \
  419. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  420. cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  421. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  422. fi; \
  423. cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  424. else \
  425. test -f "$(distdir)/$$file" \
  426. || cp -p $$d/$$file "$(distdir)/$$file" \
  427. || exit 1; \
  428. fi; \
  429. done
  430. @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
  431. if test "$$subdir" = .; then :; else \
  432. $(am__make_dryrun) \
  433. || test -d "$(distdir)/$$subdir" \
  434. || $(MKDIR_P) "$(distdir)/$$subdir" \
  435. || exit 1; \
  436. dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
  437. $(am__relativize); \
  438. new_distdir=$$reldir; \
  439. dir1=$$subdir; dir2="$(top_distdir)"; \
  440. $(am__relativize); \
  441. new_top_distdir=$$reldir; \
  442. echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
  443. echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
  444. ($(am__cd) $$subdir && \
  445. $(MAKE) $(AM_MAKEFLAGS) \
  446. top_distdir="$$new_top_distdir" \
  447. distdir="$$new_distdir" \
  448. am__remove_distdir=: \
  449. am__skip_length_check=: \
  450. am__skip_mode_fix=: \
  451. distdir) \
  452. || exit 1; \
  453. fi; \
  454. done
  455. check-am: all-am
  456. check: check-recursive
  457. all-am: Makefile config.h
  458. installdirs: installdirs-recursive
  459. installdirs-am:
  460. install: install-recursive
  461. install-exec: install-exec-recursive
  462. install-data: install-data-recursive
  463. uninstall: uninstall-recursive
  464. install-am: all-am
  465. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  466. installcheck: installcheck-recursive
  467. install-strip:
  468. if test -z '$(STRIP)'; then \
  469. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  470. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  471. install; \
  472. else \
  473. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  474. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  475. "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
  476. fi
  477. mostlyclean-generic:
  478. clean-generic:
  479. distclean-generic:
  480. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  481. -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  482. maintainer-clean-generic:
  483. @echo "This command is intended for maintainers to use"
  484. @echo "it deletes files that may require special tools to rebuild."
  485. clean: clean-recursive
  486. clean-am: clean-generic mostlyclean-am
  487. distclean: distclean-recursive
  488. -rm -f Makefile
  489. distclean-am: clean-am distclean-generic distclean-hdr distclean-tags
  490. dvi: dvi-recursive
  491. dvi-am:
  492. html: html-recursive
  493. html-am:
  494. info: info-recursive
  495. info-am:
  496. install-data-am:
  497. install-dvi: install-dvi-recursive
  498. install-dvi-am:
  499. install-exec-am:
  500. install-html: install-html-recursive
  501. install-html-am:
  502. install-info: install-info-recursive
  503. install-info-am:
  504. install-man:
  505. install-pdf: install-pdf-recursive
  506. install-pdf-am:
  507. install-ps: install-ps-recursive
  508. install-ps-am:
  509. installcheck-am:
  510. maintainer-clean: maintainer-clean-recursive
  511. -rm -f Makefile
  512. maintainer-clean-am: distclean-am maintainer-clean-generic \
  513. maintainer-clean-local
  514. mostlyclean: mostlyclean-recursive
  515. mostlyclean-am: mostlyclean-generic
  516. pdf: pdf-recursive
  517. pdf-am:
  518. ps: ps-recursive
  519. ps-am:
  520. uninstall-am:
  521. .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \
  522. ctags-recursive install-am install-strip tags-recursive
  523. .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
  524. all all-am check check-am clean clean-generic ctags \
  525. ctags-recursive distclean distclean-generic distclean-hdr \
  526. distclean-tags distdir dvi dvi-am html html-am info info-am \
  527. install install-am install-data install-data-am install-dvi \
  528. install-dvi-am install-exec install-exec-am install-html \
  529. install-html-am install-info install-info-am install-man \
  530. install-pdf install-pdf-am install-ps install-ps-am \
  531. install-strip installcheck installcheck-am installdirs \
  532. installdirs-am maintainer-clean maintainer-clean-generic \
  533. maintainer-clean-local mostlyclean mostlyclean-generic pdf \
  534. pdf-am ps ps-am tags tags-recursive uninstall uninstall-am
  535. maintainer-clean-local:
  536. rm -f Makefile Makefile.in config.h config.h.in stamp-h.in
  537. # -eof-
  538. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  539. # Otherwise a system limit (for SysV at least) may be exceeded.
  540. .NOEXPORT: