Makefile.in 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604
  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. OPENSSL_CFLAGS = @OPENSSL_CFLAGS@
  163. OPENSSL_LIBS = @OPENSSL_LIBS@
  164. PACKAGE = @PACKAGE@
  165. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  166. PACKAGE_NAME = @PACKAGE_NAME@
  167. PACKAGE_STRING = @PACKAGE_STRING@
  168. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  169. PACKAGE_URL = @PACKAGE_URL@
  170. PACKAGE_VERSION = @PACKAGE_VERSION@
  171. PATH_SEPARATOR = @PATH_SEPARATOR@
  172. PKG_CONFIG = @PKG_CONFIG@
  173. PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
  174. PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
  175. RANLIB = @RANLIB@
  176. SET_MAKE = @SET_MAKE@
  177. SHELL = @SHELL@
  178. STRIP = @STRIP@
  179. U = @U@
  180. VERSION = @VERSION@
  181. abs_builddir = @abs_builddir@
  182. abs_srcdir = @abs_srcdir@
  183. abs_top_builddir = @abs_top_builddir@
  184. abs_top_srcdir = @abs_top_srcdir@
  185. ac_ct_AR = @ac_ct_AR@
  186. ac_ct_CC = @ac_ct_CC@
  187. am__include = @am__include@
  188. am__leading_dot = @am__leading_dot@
  189. am__quote = @am__quote@
  190. am__tar = @am__tar@
  191. am__untar = @am__untar@
  192. bindir = @bindir@
  193. build = @build@
  194. build_alias = @build_alias@
  195. build_cpu = @build_cpu@
  196. build_os = @build_os@
  197. build_vendor = @build_vendor@
  198. builddir = @builddir@
  199. datadir = @datadir@
  200. datarootdir = @datarootdir@
  201. docdir = @docdir@
  202. dvidir = @dvidir@
  203. exec_prefix = @exec_prefix@
  204. host = @host@
  205. host_alias = @host_alias@
  206. host_cpu = @host_cpu@
  207. host_os = @host_os@
  208. host_vendor = @host_vendor@
  209. htmldir = @htmldir@
  210. includedir = @includedir@
  211. infodir = @infodir@
  212. install_sh = @install_sh@
  213. libdir = @libdir@
  214. libexecdir = @libexecdir@
  215. localedir = @localedir@
  216. localstatedir = @localstatedir@
  217. mandir = @mandir@
  218. mkdir_p = @mkdir_p@
  219. oldincludedir = @oldincludedir@
  220. pdfdir = @pdfdir@
  221. prefix = @prefix@
  222. program_transform_name = @program_transform_name@
  223. psdir = @psdir@
  224. runstatedir = @runstatedir@
  225. sbindir = @sbindir@
  226. sharedstatedir = @sharedstatedir@
  227. srcdir = @srcdir@
  228. sysconfdir = @sysconfdir@
  229. target_alias = @target_alias@
  230. top_build_prefix = @top_build_prefix@
  231. top_builddir = @top_builddir@
  232. top_srcdir = @top_srcdir@
  233. SUBDIRS = portab tool ipaddr ngircd testsuite
  234. all: config.h
  235. $(MAKE) $(AM_MAKEFLAGS) all-recursive
  236. .SUFFIXES:
  237. $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
  238. @for dep in $?; do \
  239. case '$(am__configure_deps)' in \
  240. *$$dep*) \
  241. ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
  242. && { if test -f $@; then exit 0; else break; fi; }; \
  243. exit 1;; \
  244. esac; \
  245. done; \
  246. echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/Makefile'; \
  247. $(am__cd) $(top_srcdir) && \
  248. $(AUTOMAKE) --foreign src/Makefile
  249. .PRECIOUS: Makefile
  250. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  251. @case '$?' in \
  252. *config.status*) \
  253. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  254. *) \
  255. echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
  256. cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
  257. esac;
  258. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  259. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  260. $(top_srcdir)/configure: $(am__configure_deps)
  261. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  262. $(ACLOCAL_M4): $(am__aclocal_m4_deps)
  263. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  264. $(am__aclocal_m4_deps):
  265. config.h: stamp-h1
  266. @if test ! -f $@; then rm -f stamp-h1; else :; fi
  267. @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h1; else :; fi
  268. stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
  269. @rm -f stamp-h1
  270. cd $(top_builddir) && $(SHELL) ./config.status src/config.h
  271. $(srcdir)/config.h.in: $(am__configure_deps)
  272. ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
  273. rm -f stamp-h1
  274. touch $@
  275. distclean-hdr:
  276. -rm -f config.h stamp-h1
  277. # This directory's subdirectories are mostly independent; you can cd
  278. # into them and run `make' without going through this Makefile.
  279. # To change the values of `make' variables: instead of editing Makefiles,
  280. # (1) if the variable is set in `config.status', edit `config.status'
  281. # (which will cause the Makefiles to be regenerated when you run `make');
  282. # (2) otherwise, pass the desired values on the `make' command line.
  283. $(RECURSIVE_TARGETS):
  284. @fail= failcom='exit 1'; \
  285. for f in x $$MAKEFLAGS; do \
  286. case $$f in \
  287. *=* | --[!k]*);; \
  288. *k*) failcom='fail=yes';; \
  289. esac; \
  290. done; \
  291. dot_seen=no; \
  292. target=`echo $@ | sed s/-recursive//`; \
  293. list='$(SUBDIRS)'; for subdir in $$list; do \
  294. echo "Making $$target in $$subdir"; \
  295. if test "$$subdir" = "."; then \
  296. dot_seen=yes; \
  297. local_target="$$target-am"; \
  298. else \
  299. local_target="$$target"; \
  300. fi; \
  301. ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  302. || eval $$failcom; \
  303. done; \
  304. if test "$$dot_seen" = "no"; then \
  305. $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
  306. fi; test -z "$$fail"
  307. $(RECURSIVE_CLEAN_TARGETS):
  308. @fail= failcom='exit 1'; \
  309. for f in x $$MAKEFLAGS; do \
  310. case $$f in \
  311. *=* | --[!k]*);; \
  312. *k*) failcom='fail=yes';; \
  313. esac; \
  314. done; \
  315. dot_seen=no; \
  316. case "$@" in \
  317. distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
  318. *) list='$(SUBDIRS)' ;; \
  319. esac; \
  320. rev=''; for subdir in $$list; do \
  321. if test "$$subdir" = "."; then :; else \
  322. rev="$$subdir $$rev"; \
  323. fi; \
  324. done; \
  325. rev="$$rev ."; \
  326. target=`echo $@ | sed s/-recursive//`; \
  327. for subdir in $$rev; do \
  328. echo "Making $$target in $$subdir"; \
  329. if test "$$subdir" = "."; then \
  330. local_target="$$target-am"; \
  331. else \
  332. local_target="$$target"; \
  333. fi; \
  334. ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  335. || eval $$failcom; \
  336. done && test -z "$$fail"
  337. tags-recursive:
  338. list='$(SUBDIRS)'; for subdir in $$list; do \
  339. test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
  340. done
  341. ctags-recursive:
  342. list='$(SUBDIRS)'; for subdir in $$list; do \
  343. test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
  344. done
  345. ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
  346. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  347. unique=`for i in $$list; do \
  348. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  349. done | \
  350. $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  351. END { if (nonempty) { for (i in files) print i; }; }'`; \
  352. mkid -fID $$unique
  353. tags: TAGS
  354. TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
  355. $(TAGS_FILES) $(LISP)
  356. set x; \
  357. here=`pwd`; \
  358. if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
  359. include_option=--etags-include; \
  360. empty_fix=.; \
  361. else \
  362. include_option=--include; \
  363. empty_fix=; \
  364. fi; \
  365. list='$(SUBDIRS)'; for subdir in $$list; do \
  366. if test "$$subdir" = .; then :; else \
  367. test ! -f $$subdir/TAGS || \
  368. set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
  369. fi; \
  370. done; \
  371. list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
  372. unique=`for i in $$list; do \
  373. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  374. done | \
  375. $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  376. END { if (nonempty) { for (i in files) print i; }; }'`; \
  377. shift; \
  378. if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
  379. test -n "$$unique" || unique=$$empty_fix; \
  380. if test $$# -gt 0; then \
  381. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  382. "$$@" $$unique; \
  383. else \
  384. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  385. $$unique; \
  386. fi; \
  387. fi
  388. ctags: CTAGS
  389. CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
  390. $(TAGS_FILES) $(LISP)
  391. list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
  392. unique=`for i in $$list; do \
  393. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  394. done | \
  395. $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  396. END { if (nonempty) { for (i in files) print i; }; }'`; \
  397. test -z "$(CTAGS_ARGS)$$unique" \
  398. || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  399. $$unique
  400. GTAGS:
  401. here=`$(am__cd) $(top_builddir) && pwd` \
  402. && $(am__cd) $(top_srcdir) \
  403. && gtags -i $(GTAGS_ARGS) "$$here"
  404. distclean-tags:
  405. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  406. distdir: $(DISTFILES)
  407. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  408. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  409. list='$(DISTFILES)'; \
  410. dist_files=`for file in $$list; do echo $$file; done | \
  411. sed -e "s|^$$srcdirstrip/||;t" \
  412. -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  413. case $$dist_files in \
  414. */*) $(MKDIR_P) `echo "$$dist_files" | \
  415. sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  416. sort -u` ;; \
  417. esac; \
  418. for file in $$dist_files; do \
  419. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  420. if test -d $$d/$$file; then \
  421. dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  422. if test -d "$(distdir)/$$file"; then \
  423. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  424. fi; \
  425. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  426. cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  427. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  428. fi; \
  429. cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  430. else \
  431. test -f "$(distdir)/$$file" \
  432. || cp -p $$d/$$file "$(distdir)/$$file" \
  433. || exit 1; \
  434. fi; \
  435. done
  436. @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
  437. if test "$$subdir" = .; then :; else \
  438. $(am__make_dryrun) \
  439. || test -d "$(distdir)/$$subdir" \
  440. || $(MKDIR_P) "$(distdir)/$$subdir" \
  441. || exit 1; \
  442. dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
  443. $(am__relativize); \
  444. new_distdir=$$reldir; \
  445. dir1=$$subdir; dir2="$(top_distdir)"; \
  446. $(am__relativize); \
  447. new_top_distdir=$$reldir; \
  448. echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
  449. echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
  450. ($(am__cd) $$subdir && \
  451. $(MAKE) $(AM_MAKEFLAGS) \
  452. top_distdir="$$new_top_distdir" \
  453. distdir="$$new_distdir" \
  454. am__remove_distdir=: \
  455. am__skip_length_check=: \
  456. am__skip_mode_fix=: \
  457. distdir) \
  458. || exit 1; \
  459. fi; \
  460. done
  461. check-am: all-am
  462. check: check-recursive
  463. all-am: Makefile config.h
  464. installdirs: installdirs-recursive
  465. installdirs-am:
  466. install: install-recursive
  467. install-exec: install-exec-recursive
  468. install-data: install-data-recursive
  469. uninstall: uninstall-recursive
  470. install-am: all-am
  471. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  472. installcheck: installcheck-recursive
  473. install-strip:
  474. if test -z '$(STRIP)'; then \
  475. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  476. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  477. install; \
  478. else \
  479. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  480. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  481. "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
  482. fi
  483. mostlyclean-generic:
  484. clean-generic:
  485. distclean-generic:
  486. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  487. -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  488. maintainer-clean-generic:
  489. @echo "This command is intended for maintainers to use"
  490. @echo "it deletes files that may require special tools to rebuild."
  491. clean: clean-recursive
  492. clean-am: clean-generic mostlyclean-am
  493. distclean: distclean-recursive
  494. -rm -f Makefile
  495. distclean-am: clean-am distclean-generic distclean-hdr distclean-tags
  496. dvi: dvi-recursive
  497. dvi-am:
  498. html: html-recursive
  499. html-am:
  500. info: info-recursive
  501. info-am:
  502. install-data-am:
  503. install-dvi: install-dvi-recursive
  504. install-dvi-am:
  505. install-exec-am:
  506. install-html: install-html-recursive
  507. install-html-am:
  508. install-info: install-info-recursive
  509. install-info-am:
  510. install-man:
  511. install-pdf: install-pdf-recursive
  512. install-pdf-am:
  513. install-ps: install-ps-recursive
  514. install-ps-am:
  515. installcheck-am:
  516. maintainer-clean: maintainer-clean-recursive
  517. -rm -f Makefile
  518. maintainer-clean-am: distclean-am maintainer-clean-generic \
  519. maintainer-clean-local
  520. mostlyclean: mostlyclean-recursive
  521. mostlyclean-am: mostlyclean-generic
  522. pdf: pdf-recursive
  523. pdf-am:
  524. ps: ps-recursive
  525. ps-am:
  526. uninstall-am:
  527. .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \
  528. ctags-recursive install-am install-strip tags-recursive
  529. .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
  530. all all-am check check-am clean clean-generic ctags \
  531. ctags-recursive distclean distclean-generic distclean-hdr \
  532. distclean-tags distdir dvi dvi-am html html-am info info-am \
  533. install install-am install-data install-data-am install-dvi \
  534. install-dvi-am install-exec install-exec-am install-html \
  535. install-html-am install-info install-info-am install-man \
  536. install-pdf install-pdf-am install-ps install-ps-am \
  537. install-strip installcheck installcheck-am installdirs \
  538. installdirs-am maintainer-clean maintainer-clean-generic \
  539. maintainer-clean-local mostlyclean mostlyclean-generic pdf \
  540. pdf-am ps ps-am tags tags-recursive uninstall uninstall-am
  541. maintainer-clean-local:
  542. rm -f Makefile Makefile.in config.h config.h.in stamp-h.in
  543. # -eof-
  544. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  545. # Otherwise a system limit (for SysV at least) may be exceeded.
  546. .NOEXPORT: