Makefile.in 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511
  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-2012 Alexander Barton (alex@barton.de) and Contributors
  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. VPATH = @srcdir@
  25. am__make_dryrun = \
  26. { \
  27. am__dry=no; \
  28. case $$MAKEFLAGS in \
  29. *\\[\ \ ]*) \
  30. echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \
  31. | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
  32. *) \
  33. for am__flg in $$MAKEFLAGS; do \
  34. case $$am__flg in \
  35. *=*|--*) ;; \
  36. *n*) am__dry=yes; break;; \
  37. esac; \
  38. done;; \
  39. esac; \
  40. test $$am__dry = yes; \
  41. }
  42. pkgdatadir = $(datadir)/@PACKAGE@
  43. pkgincludedir = $(includedir)/@PACKAGE@
  44. pkglibdir = $(libdir)/@PACKAGE@
  45. pkglibexecdir = $(libexecdir)/@PACKAGE@
  46. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
  47. install_sh_DATA = $(install_sh) -c -m 644
  48. install_sh_PROGRAM = $(install_sh) -c
  49. install_sh_SCRIPT = $(install_sh) -c
  50. INSTALL_HEADER = $(INSTALL_DATA)
  51. transform = $(program_transform_name)
  52. NORMAL_INSTALL = :
  53. PRE_INSTALL = :
  54. POST_INSTALL = :
  55. NORMAL_UNINSTALL = :
  56. PRE_UNINSTALL = :
  57. POST_UNINSTALL = :
  58. build_triplet = @build@
  59. host_triplet = @host@
  60. ANSI2KNR = ../portab/ansi2knr
  61. subdir = src/tool
  62. DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
  63. $(srcdir)/Makefile.in
  64. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  65. am__aclocal_m4_deps = $(top_srcdir)/configure.ac
  66. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  67. $(ACLOCAL_M4)
  68. mkinstalldirs = $(install_sh) -d
  69. CONFIG_HEADER = $(top_builddir)/src/config.h
  70. CONFIG_CLEAN_FILES =
  71. CONFIG_CLEAN_VPATH_FILES =
  72. LIBRARIES = $(noinst_LIBRARIES)
  73. ARFLAGS = cru
  74. AM_V_AR = $(am__v_AR_@AM_V@)
  75. am__v_AR_ = $(am__v_AR_@AM_DEFAULT_V@)
  76. am__v_AR_0 = @echo " AR " $@;
  77. AM_V_at = $(am__v_at_@AM_V@)
  78. am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
  79. am__v_at_0 = @
  80. libngtool_a_AR = $(AR) $(ARFLAGS)
  81. libngtool_a_LIBADD =
  82. am_libngtool_a_OBJECTS = tool$U.$(OBJEXT)
  83. libngtool_a_OBJECTS = $(am_libngtool_a_OBJECTS)
  84. DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/src
  85. depcomp = $(SHELL) $(top_srcdir)/depcomp
  86. am__depfiles_maybe = depfiles
  87. am__mv = mv -f
  88. COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
  89. $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  90. AM_V_CC = $(am__v_CC_@AM_V@)
  91. am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
  92. am__v_CC_0 = @echo " CC " $@;
  93. CCLD = $(CC)
  94. LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
  95. AM_V_CCLD = $(am__v_CCLD_@AM_V@)
  96. am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
  97. am__v_CCLD_0 = @echo " CCLD " $@;
  98. AM_V_GEN = $(am__v_GEN_@AM_V@)
  99. am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
  100. am__v_GEN_0 = @echo " GEN " $@;
  101. SOURCES = $(libngtool_a_SOURCES)
  102. DIST_SOURCES = $(libngtool_a_SOURCES)
  103. am__can_run_installinfo = \
  104. case $$AM_UPDATE_INFO_DIR in \
  105. n|no|NO) false;; \
  106. *) (install-info --version) >/dev/null 2>&1;; \
  107. esac
  108. HEADERS = $(noinst_HEADERS)
  109. ETAGS = etags
  110. CTAGS = ctags
  111. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  112. ACLOCAL = @ACLOCAL@
  113. AMTAR = @AMTAR@
  114. AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
  115. AR = @AR@
  116. AUTOCONF = @AUTOCONF@
  117. AUTOHEADER = @AUTOHEADER@
  118. AUTOMAKE = @AUTOMAKE@
  119. AWK = @AWK@
  120. CC = @CC@
  121. CCDEPMODE = @CCDEPMODE@
  122. CFLAGS = @CFLAGS@
  123. CPP = @CPP@
  124. CPPFLAGS = @CPPFLAGS@
  125. CYGPATH_W = @CYGPATH_W@
  126. DEFS = @DEFS@
  127. DEPDIR = @DEPDIR@
  128. ECHO_C = @ECHO_C@
  129. ECHO_N = @ECHO_N@
  130. ECHO_T = @ECHO_T@
  131. EGREP = @EGREP@
  132. EXEEXT = @EXEEXT@
  133. GREP = @GREP@
  134. INSTALL = @INSTALL@
  135. INSTALL_DATA = @INSTALL_DATA@
  136. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  137. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  138. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  139. LDFLAGS = @LDFLAGS@
  140. LIBOBJS = @LIBOBJS@
  141. LIBS = @LIBS@
  142. LN_S = @LN_S@
  143. LTLIBOBJS = @LTLIBOBJS@
  144. MAKEINFO = @MAKEINFO@
  145. MKDIR_P = @MKDIR_P@
  146. OBJEXT = @OBJEXT@
  147. OPENSSL_CFLAGS = @OPENSSL_CFLAGS@
  148. OPENSSL_LIBS = @OPENSSL_LIBS@
  149. PACKAGE = @PACKAGE@
  150. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  151. PACKAGE_NAME = @PACKAGE_NAME@
  152. PACKAGE_STRING = @PACKAGE_STRING@
  153. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  154. PACKAGE_URL = @PACKAGE_URL@
  155. PACKAGE_VERSION = @PACKAGE_VERSION@
  156. PATH_SEPARATOR = @PATH_SEPARATOR@
  157. PKG_CONFIG = @PKG_CONFIG@
  158. PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
  159. PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
  160. RANLIB = @RANLIB@
  161. SET_MAKE = @SET_MAKE@
  162. SHELL = @SHELL@
  163. STRIP = @STRIP@
  164. U = @U@
  165. VERSION = @VERSION@
  166. abs_builddir = @abs_builddir@
  167. abs_srcdir = @abs_srcdir@
  168. abs_top_builddir = @abs_top_builddir@
  169. abs_top_srcdir = @abs_top_srcdir@
  170. ac_ct_AR = @ac_ct_AR@
  171. ac_ct_CC = @ac_ct_CC@
  172. am__include = @am__include@
  173. am__leading_dot = @am__leading_dot@
  174. am__quote = @am__quote@
  175. am__tar = @am__tar@
  176. am__untar = @am__untar@
  177. bindir = @bindir@
  178. build = @build@
  179. build_alias = @build_alias@
  180. build_cpu = @build_cpu@
  181. build_os = @build_os@
  182. build_vendor = @build_vendor@
  183. builddir = @builddir@
  184. datadir = @datadir@
  185. datarootdir = @datarootdir@
  186. docdir = @docdir@
  187. dvidir = @dvidir@
  188. exec_prefix = @exec_prefix@
  189. host = @host@
  190. host_alias = @host_alias@
  191. host_cpu = @host_cpu@
  192. host_os = @host_os@
  193. host_vendor = @host_vendor@
  194. htmldir = @htmldir@
  195. includedir = @includedir@
  196. infodir = @infodir@
  197. install_sh = @install_sh@
  198. libdir = @libdir@
  199. libexecdir = @libexecdir@
  200. localedir = @localedir@
  201. localstatedir = @localstatedir@
  202. mandir = @mandir@
  203. mkdir_p = @mkdir_p@
  204. oldincludedir = @oldincludedir@
  205. pdfdir = @pdfdir@
  206. prefix = @prefix@
  207. program_transform_name = @program_transform_name@
  208. psdir = @psdir@
  209. runstatedir = @runstatedir@
  210. sbindir = @sbindir@
  211. sharedstatedir = @sharedstatedir@
  212. srcdir = @srcdir@
  213. sysconfdir = @sysconfdir@
  214. target_alias = @target_alias@
  215. top_build_prefix = @top_build_prefix@
  216. top_builddir = @top_builddir@
  217. top_srcdir = @top_srcdir@
  218. AUTOMAKE_OPTIONS = ../portab/ansi2knr
  219. EXTRA_DIST = Makefile.ng
  220. AM_CPPFLAGS = -I$(srcdir)/../portab
  221. noinst_LIBRARIES = libngtool.a
  222. libngtool_a_SOURCES = tool.c
  223. noinst_HEADERS = tool.h
  224. all: all-am
  225. .SUFFIXES:
  226. .SUFFIXES: .c .o .obj
  227. $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
  228. @for dep in $?; do \
  229. case '$(am__configure_deps)' in \
  230. *$$dep*) \
  231. ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
  232. && { if test -f $@; then exit 0; else break; fi; }; \
  233. exit 1;; \
  234. esac; \
  235. done; \
  236. echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/tool/Makefile'; \
  237. $(am__cd) $(top_srcdir) && \
  238. $(AUTOMAKE) --foreign src/tool/Makefile
  239. .PRECIOUS: Makefile
  240. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  241. @case '$?' in \
  242. *config.status*) \
  243. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  244. *) \
  245. echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
  246. cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
  247. esac;
  248. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  249. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  250. $(top_srcdir)/configure: $(am__configure_deps)
  251. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  252. $(ACLOCAL_M4): $(am__aclocal_m4_deps)
  253. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  254. $(am__aclocal_m4_deps):
  255. clean-noinstLIBRARIES:
  256. -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
  257. libngtool.a: $(libngtool_a_OBJECTS) $(libngtool_a_DEPENDENCIES) $(EXTRA_libngtool_a_DEPENDENCIES)
  258. $(AM_V_at)-rm -f libngtool.a
  259. $(AM_V_AR)$(libngtool_a_AR) libngtool.a $(libngtool_a_OBJECTS) $(libngtool_a_LIBADD)
  260. $(AM_V_at)$(RANLIB) libngtool.a
  261. mostlyclean-compile:
  262. -rm -f *.$(OBJEXT)
  263. distclean-compile:
  264. -rm -f *.tab.c
  265. ../portab/ansi2knr:
  266. $(am__cd) ../portab && $(MAKE) $(AM_MAKEFLAGS) ./ansi2knr
  267. mostlyclean-kr:
  268. -test "$U" = "" || rm -f *_.c
  269. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tool$U.Po@am__quote@
  270. .c.o:
  271. @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
  272. @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
  273. @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  274. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  275. @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c $<
  276. .c.obj:
  277. @am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
  278. @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
  279. @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  280. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  281. @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'`
  282. tool_.c: tool.c $(ANSI2KNR)
  283. $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/tool.c; then echo $(srcdir)/tool.c; else echo tool.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > $@ || rm -f $@
  284. tool_.$(OBJEXT) : $(ANSI2KNR)
  285. ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
  286. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  287. unique=`for i in $$list; do \
  288. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  289. done | \
  290. $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  291. END { if (nonempty) { for (i in files) print i; }; }'`; \
  292. mkid -fID $$unique
  293. tags: TAGS
  294. TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
  295. $(TAGS_FILES) $(LISP)
  296. set x; \
  297. here=`pwd`; \
  298. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  299. unique=`for i in $$list; do \
  300. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  301. done | \
  302. $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  303. END { if (nonempty) { for (i in files) print i; }; }'`; \
  304. shift; \
  305. if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
  306. test -n "$$unique" || unique=$$empty_fix; \
  307. if test $$# -gt 0; then \
  308. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  309. "$$@" $$unique; \
  310. else \
  311. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  312. $$unique; \
  313. fi; \
  314. fi
  315. ctags: CTAGS
  316. CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
  317. $(TAGS_FILES) $(LISP)
  318. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  319. unique=`for i in $$list; do \
  320. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  321. done | \
  322. $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  323. END { if (nonempty) { for (i in files) print i; }; }'`; \
  324. test -z "$(CTAGS_ARGS)$$unique" \
  325. || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  326. $$unique
  327. GTAGS:
  328. here=`$(am__cd) $(top_builddir) && pwd` \
  329. && $(am__cd) $(top_srcdir) \
  330. && gtags -i $(GTAGS_ARGS) "$$here"
  331. distclean-tags:
  332. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  333. distdir: $(DISTFILES)
  334. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  335. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  336. list='$(DISTFILES)'; \
  337. dist_files=`for file in $$list; do echo $$file; done | \
  338. sed -e "s|^$$srcdirstrip/||;t" \
  339. -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  340. case $$dist_files in \
  341. */*) $(MKDIR_P) `echo "$$dist_files" | \
  342. sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  343. sort -u` ;; \
  344. esac; \
  345. for file in $$dist_files; do \
  346. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  347. if test -d $$d/$$file; then \
  348. dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  349. if test -d "$(distdir)/$$file"; then \
  350. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  351. fi; \
  352. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  353. cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  354. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  355. fi; \
  356. cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  357. else \
  358. test -f "$(distdir)/$$file" \
  359. || cp -p $$d/$$file "$(distdir)/$$file" \
  360. || exit 1; \
  361. fi; \
  362. done
  363. check-am: all-am
  364. check: check-am
  365. all-am: Makefile $(LIBRARIES) $(HEADERS)
  366. installdirs:
  367. install: install-am
  368. install-exec: install-exec-am
  369. install-data: install-data-am
  370. uninstall: uninstall-am
  371. install-am: all-am
  372. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  373. installcheck: installcheck-am
  374. install-strip:
  375. if test -z '$(STRIP)'; then \
  376. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  377. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  378. install; \
  379. else \
  380. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  381. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  382. "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
  383. fi
  384. mostlyclean-generic:
  385. clean-generic:
  386. distclean-generic:
  387. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  388. -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  389. maintainer-clean-generic:
  390. @echo "This command is intended for maintainers to use"
  391. @echo "it deletes files that may require special tools to rebuild."
  392. clean: clean-am
  393. clean-am: clean-generic clean-noinstLIBRARIES mostlyclean-am
  394. distclean: distclean-am
  395. -rm -rf ./$(DEPDIR)
  396. -rm -f Makefile
  397. distclean-am: clean-am distclean-compile distclean-generic \
  398. distclean-tags
  399. dvi: dvi-am
  400. dvi-am:
  401. html: html-am
  402. html-am:
  403. info: info-am
  404. info-am:
  405. install-data-am:
  406. install-dvi: install-dvi-am
  407. install-dvi-am:
  408. install-exec-am:
  409. install-html: install-html-am
  410. install-html-am:
  411. install-info: install-info-am
  412. install-info-am:
  413. install-man:
  414. install-pdf: install-pdf-am
  415. install-pdf-am:
  416. install-ps: install-ps-am
  417. install-ps-am:
  418. installcheck-am:
  419. maintainer-clean: maintainer-clean-am
  420. -rm -rf ./$(DEPDIR)
  421. -rm -f Makefile
  422. maintainer-clean-am: distclean-am maintainer-clean-generic \
  423. maintainer-clean-local
  424. mostlyclean: mostlyclean-am
  425. mostlyclean-am: mostlyclean-compile mostlyclean-generic mostlyclean-kr
  426. pdf: pdf-am
  427. pdf-am:
  428. ps: ps-am
  429. ps-am:
  430. uninstall-am:
  431. .MAKE: ../portab/ansi2knr install-am install-strip
  432. .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
  433. clean-noinstLIBRARIES ctags distclean distclean-compile \
  434. distclean-generic distclean-tags distdir dvi dvi-am html \
  435. html-am info info-am install install-am install-data \
  436. install-data-am install-dvi install-dvi-am install-exec \
  437. install-exec-am install-html install-html-am install-info \
  438. install-info-am install-man install-pdf install-pdf-am \
  439. install-ps install-ps-am install-strip installcheck \
  440. installcheck-am installdirs maintainer-clean \
  441. maintainer-clean-generic maintainer-clean-local mostlyclean \
  442. mostlyclean-compile mostlyclean-generic mostlyclean-kr pdf \
  443. pdf-am ps ps-am tags uninstall uninstall-am
  444. maintainer-clean-local:
  445. rm -f Makefile Makefile.in Makefile.am
  446. # -eof-
  447. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  448. # Otherwise a system limit (for SysV at least) may be exceeded.
  449. .NOEXPORT: