Makefile.in 14 KB

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