Makefile.in 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468
  1. # Makefile.in generated by automake 1.9.6 from Makefile.am.
  2. # @configure_input@
  3. # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
  4. # 2003, 2004, 2005 Free Software Foundation, Inc.
  5. # This Makefile.in is free software; the Free Software Foundation
  6. # gives unlimited permission to copy and/or distribute it,
  7. # with or without modifications, as long as this notice is preserved.
  8. # This program is distributed in the hope that it will be useful,
  9. # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
  10. # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
  11. # PARTICULAR PURPOSE.
  12. @SET_MAKE@
  13. srcdir = @srcdir@
  14. top_srcdir = @top_srcdir@
  15. VPATH = @srcdir@
  16. pkgdatadir = $(datadir)/@PACKAGE@
  17. pkglibdir = $(libdir)/@PACKAGE@
  18. pkgincludedir = $(includedir)/@PACKAGE@
  19. top_builddir = ..
  20. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
  21. INSTALL = @INSTALL@
  22. install_sh_DATA = $(install_sh) -c -m 644
  23. install_sh_PROGRAM = $(install_sh) -c
  24. install_sh_SCRIPT = $(install_sh) -c
  25. INSTALL_HEADER = $(INSTALL_DATA)
  26. transform = $(program_transform_name)
  27. NORMAL_INSTALL = :
  28. PRE_INSTALL = :
  29. POST_INSTALL = :
  30. NORMAL_UNINSTALL = :
  31. PRE_UNINSTALL = :
  32. POST_UNINSTALL = :
  33. build_triplet = @build@
  34. host_triplet = @host@
  35. target_triplet = @target@
  36. subdir = lib
  37. DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
  38. $(srcdir)/Makefile.in
  39. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  40. am__aclocal_m4_deps = $(top_srcdir)/configure.in
  41. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  42. $(ACLOCAL_M4)
  43. mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
  44. CONFIG_HEADER = $(top_builddir)/src/config.h
  45. CONFIG_CLEAN_FILES =
  46. LIBRARIES = $(noinst_LIBRARIES)
  47. ARFLAGS = cru
  48. libstrl_a_AR = $(AR) $(ARFLAGS)
  49. libstrl_a_LIBADD =
  50. am_libstrl_a_OBJECTS = strlcat.$(OBJEXT) strlcpy.$(OBJEXT)
  51. libstrl_a_OBJECTS = $(am_libstrl_a_OBJECTS)
  52. DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)/src
  53. depcomp = $(SHELL) $(top_srcdir)/config/depcomp
  54. am__depfiles_maybe = depfiles
  55. COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
  56. $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  57. LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \
  58. $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
  59. $(AM_CFLAGS) $(CFLAGS)
  60. CCLD = $(CC)
  61. LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
  62. $(AM_LDFLAGS) $(LDFLAGS) -o $@
  63. SOURCES = $(libstrl_a_SOURCES)
  64. DIST_SOURCES = $(libstrl_a_SOURCES)
  65. HEADERS = $(noinst_HEADERS)
  66. ETAGS = etags
  67. CTAGS = ctags
  68. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  69. ACLOCAL = @ACLOCAL@
  70. AMDEP_FALSE = @AMDEP_FALSE@
  71. AMDEP_TRUE = @AMDEP_TRUE@
  72. AMTAR = @AMTAR@
  73. AR = @AR@
  74. AUTOCONF = @AUTOCONF@
  75. AUTOGEN = @AUTOGEN@
  76. AUTOHEADER = @AUTOHEADER@
  77. AUTOMAKE = @AUTOMAKE@
  78. AWK = @AWK@
  79. CC = @CC@
  80. CCDEPMODE = @CCDEPMODE@
  81. CFLAGS = @CFLAGS@
  82. CPP = @CPP@
  83. CPPFLAGS = @CPPFLAGS@
  84. CXX = @CXX@
  85. CXXCPP = @CXXCPP@
  86. CXXDEPMODE = @CXXDEPMODE@
  87. CXXFLAGS = @CXXFLAGS@
  88. CYGPATH_W = @CYGPATH_W@
  89. DEFS = @DEFS@
  90. DEPDIR = @DEPDIR@
  91. DVIPDFM = @DVIPDFM@
  92. DVIPS = @DVIPS@
  93. ECHO = @ECHO@
  94. ECHO_C = @ECHO_C@
  95. ECHO_N = @ECHO_N@
  96. ECHO_T = @ECHO_T@
  97. EGREP = @EGREP@
  98. ENABLE_FLOWREPLAY_FALSE = @ENABLE_FLOWREPLAY_FALSE@
  99. ENABLE_FLOWREPLAY_TRUE = @ENABLE_FLOWREPLAY_TRUE@
  100. ENABLE_TCPBRIDGE_FALSE = @ENABLE_TCPBRIDGE_FALSE@
  101. ENABLE_TCPBRIDGE_TRUE = @ENABLE_TCPBRIDGE_TRUE@
  102. EXEEXT = @EXEEXT@
  103. F77 = @F77@
  104. FFLAGS = @FFLAGS@
  105. FIG2DEV = @FIG2DEV@
  106. HAVE_DOCTOOLS_FALSE = @HAVE_DOCTOOLS_FALSE@
  107. HAVE_DOCTOOLS_TRUE = @HAVE_DOCTOOLS_TRUE@
  108. INSTALL_DATA = @INSTALL_DATA@
  109. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  110. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  111. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  112. LATEX2HTML = @LATEX2HTML@
  113. LDFLAGS = @LDFLAGS@
  114. LIBOBJS = @LIBOBJS@
  115. LIBOPTS_CFLAGS = @LIBOPTS_CFLAGS@
  116. LIBOPTS_DIR = @LIBOPTS_DIR@
  117. LIBOPTS_LDADD = @LIBOPTS_LDADD@
  118. LIBS = @LIBS@
  119. LIBTOOL = @LIBTOOL@
  120. LNAVLIB = @LNAVLIB@
  121. LNAV_CFLAGS = @LNAV_CFLAGS@
  122. LNETINC = @LNETINC@
  123. LNETLIB = @LNETLIB@
  124. LN_S = @LN_S@
  125. LPCAPINC = @LPCAPINC@
  126. LPCAPLIB = @LPCAPLIB@
  127. LTLIBOBJS = @LTLIBOBJS@
  128. LYX = @LYX@
  129. MAINT = @MAINT@
  130. MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
  131. MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
  132. MAKEINFO = @MAKEINFO@
  133. NEED_LIBOPTS_FALSE = @NEED_LIBOPTS_FALSE@
  134. NEED_LIBOPTS_TRUE = @NEED_LIBOPTS_TRUE@
  135. OBJEXT = @OBJEXT@
  136. PACKAGE = @PACKAGE@
  137. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  138. PACKAGE_NAME = @PACKAGE_NAME@
  139. PACKAGE_STRING = @PACKAGE_STRING@
  140. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  141. PACKAGE_VERSION = @PACKAGE_VERSION@
  142. PATH_SEPARATOR = @PATH_SEPARATOR@
  143. PCAP_BPF_H_FILE = @PCAP_BPF_H_FILE@
  144. PRINTF = @PRINTF@
  145. RANLIB = @RANLIB@
  146. SET_MAKE = @SET_MAKE@
  147. SHELL = @SHELL@
  148. STRIP = @STRIP@
  149. SYSTEM_STRLCPY_FALSE = @SYSTEM_STRLCPY_FALSE@
  150. SYSTEM_STRLCPY_TRUE = @SYSTEM_STRLCPY_TRUE@
  151. TCPREPLAY_RELEASE = @TCPREPLAY_RELEASE@
  152. TCPREPLAY_VERSION = @TCPREPLAY_VERSION@
  153. TEXI2DVI = @TEXI2DVI@
  154. VERSION = @VERSION@
  155. ac_ct_AR = @ac_ct_AR@
  156. ac_ct_CC = @ac_ct_CC@
  157. ac_ct_CXX = @ac_ct_CXX@
  158. ac_ct_F77 = @ac_ct_F77@
  159. ac_ct_RANLIB = @ac_ct_RANLIB@
  160. ac_ct_STRIP = @ac_ct_STRIP@
  161. am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
  162. am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
  163. am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
  164. am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
  165. am__include = @am__include@
  166. am__leading_dot = @am__leading_dot@
  167. am__quote = @am__quote@
  168. am__tar = @am__tar@
  169. am__untar = @am__untar@
  170. bindir = @bindir@
  171. build = @build@
  172. build_alias = @build_alias@
  173. build_cpu = @build_cpu@
  174. build_os = @build_os@
  175. build_vendor = @build_vendor@
  176. datadir = @datadir@
  177. debug_flag = @debug_flag@
  178. exec_prefix = @exec_prefix@
  179. host = @host@
  180. host_alias = @host_alias@
  181. host_cpu = @host_cpu@
  182. host_os = @host_os@
  183. host_vendor = @host_vendor@
  184. includedir = @includedir@
  185. infodir = @infodir@
  186. install_sh = @install_sh@
  187. libdir = @libdir@
  188. libexecdir = @libexecdir@
  189. localstatedir = @localstatedir@
  190. mandir = @mandir@
  191. mkdir_p = @mkdir_p@
  192. nic1 = @nic1@
  193. nic2 = @nic2@
  194. oldincludedir = @oldincludedir@
  195. pcncfg = @pcncfg@
  196. prefix = @prefix@
  197. program_transform_name = @program_transform_name@
  198. sbindir = @sbindir@
  199. sharedstatedir = @sharedstatedir@
  200. sysconfdir = @sysconfdir@
  201. target = @target@
  202. target_alias = @target_alias@
  203. target_cpu = @target_cpu@
  204. target_os = @target_os@
  205. target_vendor = @target_vendor@
  206. td = @td@
  207. noinst_LIBRARIES = libstrl.a
  208. libstrl_a_SOURCES = strlcat.c strlcpy.c
  209. noinst_HEADERS = strlcpy.h tree.h queue.h sll.h
  210. MOSTLYCLEANFILES = *~ *.o *.a
  211. MAINTAINERCLEANFILES = Makefile.in
  212. all: all-am
  213. .SUFFIXES:
  214. .SUFFIXES: .c .lo .o .obj
  215. $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
  216. @for dep in $?; do \
  217. case '$(am__configure_deps)' in \
  218. *$$dep*) \
  219. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
  220. && exit 0; \
  221. exit 1;; \
  222. esac; \
  223. done; \
  224. echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu lib/Makefile'; \
  225. cd $(top_srcdir) && \
  226. $(AUTOMAKE) --gnu lib/Makefile
  227. .PRECIOUS: Makefile
  228. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  229. @case '$?' in \
  230. *config.status*) \
  231. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  232. *) \
  233. echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
  234. cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
  235. esac;
  236. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  237. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  238. $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
  239. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  240. $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
  241. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  242. clean-noinstLIBRARIES:
  243. -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
  244. libstrl.a: $(libstrl_a_OBJECTS) $(libstrl_a_DEPENDENCIES)
  245. -rm -f libstrl.a
  246. $(libstrl_a_AR) libstrl.a $(libstrl_a_OBJECTS) $(libstrl_a_LIBADD)
  247. $(RANLIB) libstrl.a
  248. mostlyclean-compile:
  249. -rm -f *.$(OBJEXT)
  250. distclean-compile:
  251. -rm -f *.tab.c
  252. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strlcat.Po@am__quote@
  253. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strlcpy.Po@am__quote@
  254. .c.o:
  255. @am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
  256. @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
  257. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  258. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  259. @am__fastdepCC_FALSE@ $(COMPILE) -c $<
  260. .c.obj:
  261. @am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
  262. @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
  263. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  264. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  265. @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
  266. .c.lo:
  267. @am__fastdepCC_TRUE@ if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
  268. @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
  269. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
  270. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  271. @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
  272. mostlyclean-libtool:
  273. -rm -f *.lo
  274. clean-libtool:
  275. -rm -rf .libs _libs
  276. distclean-libtool:
  277. -rm -f libtool
  278. uninstall-info-am:
  279. ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
  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; } \
  285. END { for (i in files) print i; }'`; \
  286. mkid -fID $$unique
  287. tags: TAGS
  288. TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
  289. $(TAGS_FILES) $(LISP)
  290. tags=; \
  291. here=`pwd`; \
  292. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  293. unique=`for i in $$list; do \
  294. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  295. done | \
  296. $(AWK) ' { files[$$0] = 1; } \
  297. END { for (i in files) print i; }'`; \
  298. if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
  299. test -n "$$unique" || unique=$$empty_fix; \
  300. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  301. $$tags $$unique; \
  302. fi
  303. ctags: CTAGS
  304. CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
  305. $(TAGS_FILES) $(LISP)
  306. tags=; \
  307. here=`pwd`; \
  308. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  309. unique=`for i in $$list; do \
  310. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  311. done | \
  312. $(AWK) ' { files[$$0] = 1; } \
  313. END { for (i in files) print i; }'`; \
  314. test -z "$(CTAGS_ARGS)$$tags$$unique" \
  315. || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  316. $$tags $$unique
  317. GTAGS:
  318. here=`$(am__cd) $(top_builddir) && pwd` \
  319. && cd $(top_srcdir) \
  320. && gtags -i $(GTAGS_ARGS) $$here
  321. distclean-tags:
  322. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  323. distdir: $(DISTFILES)
  324. @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
  325. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
  326. list='$(DISTFILES)'; for file in $$list; do \
  327. case $$file in \
  328. $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
  329. $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
  330. esac; \
  331. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  332. dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
  333. if test "$$dir" != "$$file" && test "$$dir" != "."; then \
  334. dir="/$$dir"; \
  335. $(mkdir_p) "$(distdir)$$dir"; \
  336. else \
  337. dir=''; \
  338. fi; \
  339. if test -d $$d/$$file; then \
  340. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  341. cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
  342. fi; \
  343. cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
  344. else \
  345. test -f $(distdir)/$$file \
  346. || cp -p $$d/$$file $(distdir)/$$file \
  347. || exit 1; \
  348. fi; \
  349. done
  350. check-am: all-am
  351. check: check-am
  352. all-am: Makefile $(LIBRARIES) $(HEADERS)
  353. installdirs:
  354. install: install-am
  355. install-exec: install-exec-am
  356. install-data: install-data-am
  357. uninstall: uninstall-am
  358. install-am: all-am
  359. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  360. installcheck: installcheck-am
  361. install-strip:
  362. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  363. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  364. `test -z '$(STRIP)' || \
  365. echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
  366. mostlyclean-generic:
  367. -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
  368. clean-generic:
  369. distclean-generic:
  370. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  371. maintainer-clean-generic:
  372. @echo "This command is intended for maintainers to use"
  373. @echo "it deletes files that may require special tools to rebuild."
  374. -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
  375. clean: clean-am
  376. clean-am: clean-generic clean-libtool clean-noinstLIBRARIES \
  377. mostlyclean-am
  378. distclean: distclean-am
  379. -rm -rf ./$(DEPDIR)
  380. -rm -f Makefile
  381. distclean-am: clean-am distclean-compile distclean-generic \
  382. distclean-libtool distclean-tags
  383. dvi: dvi-am
  384. dvi-am:
  385. html: html-am
  386. info: info-am
  387. info-am:
  388. install-data-am:
  389. install-exec-am:
  390. install-info: install-info-am
  391. install-man:
  392. installcheck-am:
  393. maintainer-clean: maintainer-clean-am
  394. -rm -rf ./$(DEPDIR)
  395. -rm -f Makefile
  396. maintainer-clean-am: distclean-am maintainer-clean-generic
  397. mostlyclean: mostlyclean-am
  398. mostlyclean-am: mostlyclean-compile mostlyclean-generic \
  399. mostlyclean-libtool
  400. pdf: pdf-am
  401. pdf-am:
  402. ps: ps-am
  403. ps-am:
  404. uninstall-am: uninstall-info-am
  405. .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
  406. clean-libtool clean-noinstLIBRARIES ctags distclean \
  407. distclean-compile distclean-generic distclean-libtool \
  408. distclean-tags distdir dvi dvi-am html html-am info info-am \
  409. install install-am install-data install-data-am install-exec \
  410. install-exec-am install-info install-info-am install-man \
  411. install-strip installcheck installcheck-am installdirs \
  412. maintainer-clean maintainer-clean-generic mostlyclean \
  413. mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
  414. pdf pdf-am ps ps-am tags uninstall uninstall-am \
  415. uninstall-info-am
  416. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  417. # Otherwise a system limit (for SysV at least) may be exceeded.
  418. .NOEXPORT: