Makefile.in 14 KB

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