Makefile.in 15 KB

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