Makefile.in 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490
  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. bin_PROGRAMS = man2html$(EXEEXT)
  37. subdir = scripts
  38. DIST_COMMON = $(srcdir)/Makefile.am $(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. am__installdirs = "$(DESTDIR)$(bindir)"
  47. binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
  48. PROGRAMS = $(bin_PROGRAMS)
  49. am_man2html_OBJECTS = man2html.$(OBJEXT)
  50. man2html_OBJECTS = $(am_man2html_OBJECTS)
  51. man2html_LDADD = $(LDADD)
  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 = $(man2html_SOURCES)
  64. DIST_SOURCES = $(man2html_SOURCES)
  65. ETAGS = etags
  66. CTAGS = ctags
  67. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  68. ACLOCAL = @ACLOCAL@
  69. AMDEP_FALSE = @AMDEP_FALSE@
  70. AMDEP_TRUE = @AMDEP_TRUE@
  71. AMTAR = @AMTAR@
  72. AR = @AR@
  73. AUTOCONF = @AUTOCONF@
  74. AUTOGEN = @AUTOGEN@
  75. AUTOHEADER = @AUTOHEADER@
  76. AUTOMAKE = @AUTOMAKE@
  77. AWK = @AWK@
  78. CC = @CC@
  79. CCDEPMODE = @CCDEPMODE@
  80. CFLAGS = @CFLAGS@
  81. CPP = @CPP@
  82. CPPFLAGS = @CPPFLAGS@
  83. CXX = @CXX@
  84. CXXCPP = @CXXCPP@
  85. CXXDEPMODE = @CXXDEPMODE@
  86. CXXFLAGS = @CXXFLAGS@
  87. CYGPATH_W = @CYGPATH_W@
  88. DEFS = @DEFS@
  89. DEPDIR = @DEPDIR@
  90. DVIPDFM = @DVIPDFM@
  91. DVIPS = @DVIPS@
  92. ECHO = @ECHO@
  93. ECHO_C = @ECHO_C@
  94. ECHO_N = @ECHO_N@
  95. ECHO_T = @ECHO_T@
  96. EGREP = @EGREP@
  97. ENABLE_FLOWREPLAY_FALSE = @ENABLE_FLOWREPLAY_FALSE@
  98. ENABLE_FLOWREPLAY_TRUE = @ENABLE_FLOWREPLAY_TRUE@
  99. ENABLE_TCPBRIDGE_FALSE = @ENABLE_TCPBRIDGE_FALSE@
  100. ENABLE_TCPBRIDGE_TRUE = @ENABLE_TCPBRIDGE_TRUE@
  101. EXEEXT = @EXEEXT@
  102. F77 = @F77@
  103. FFLAGS = @FFLAGS@
  104. FIG2DEV = @FIG2DEV@
  105. HAVE_DOCTOOLS_FALSE = @HAVE_DOCTOOLS_FALSE@
  106. HAVE_DOCTOOLS_TRUE = @HAVE_DOCTOOLS_TRUE@
  107. INSTALL_DATA = @INSTALL_DATA@
  108. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  109. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  110. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  111. LATEX2HTML = @LATEX2HTML@
  112. LDFLAGS = @LDFLAGS@
  113. LIBOBJS = @LIBOBJS@
  114. LIBOPTS_CFLAGS = @LIBOPTS_CFLAGS@
  115. LIBOPTS_DIR = @LIBOPTS_DIR@
  116. LIBOPTS_LDADD = @LIBOPTS_LDADD@
  117. LIBS = @LIBS@
  118. LIBTOOL = @LIBTOOL@
  119. LNAVLIB = @LNAVLIB@
  120. LNAV_CFLAGS = @LNAV_CFLAGS@
  121. LNETINC = @LNETINC@
  122. LNETLIB = @LNETLIB@
  123. LN_S = @LN_S@
  124. LPCAPINC = @LPCAPINC@
  125. LPCAPLIB = @LPCAPLIB@
  126. LTLIBOBJS = @LTLIBOBJS@
  127. LYX = @LYX@
  128. MAINT = @MAINT@
  129. MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
  130. MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
  131. MAKEINFO = @MAKEINFO@
  132. NEED_LIBOPTS_FALSE = @NEED_LIBOPTS_FALSE@
  133. NEED_LIBOPTS_TRUE = @NEED_LIBOPTS_TRUE@
  134. OBJEXT = @OBJEXT@
  135. PACKAGE = @PACKAGE@
  136. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  137. PACKAGE_NAME = @PACKAGE_NAME@
  138. PACKAGE_STRING = @PACKAGE_STRING@
  139. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  140. PACKAGE_VERSION = @PACKAGE_VERSION@
  141. PATH_SEPARATOR = @PATH_SEPARATOR@
  142. PCAP_BPF_H_FILE = @PCAP_BPF_H_FILE@
  143. PRINTF = @PRINTF@
  144. RANLIB = @RANLIB@
  145. SET_MAKE = @SET_MAKE@
  146. SHELL = @SHELL@
  147. STRIP = @STRIP@
  148. SYSTEM_STRLCPY_FALSE = @SYSTEM_STRLCPY_FALSE@
  149. SYSTEM_STRLCPY_TRUE = @SYSTEM_STRLCPY_TRUE@
  150. TCPREPLAY_RELEASE = @TCPREPLAY_RELEASE@
  151. TCPREPLAY_VERSION = @TCPREPLAY_VERSION@
  152. TEXI2DVI = @TEXI2DVI@
  153. VERSION = @VERSION@
  154. ac_ct_AR = @ac_ct_AR@
  155. ac_ct_CC = @ac_ct_CC@
  156. ac_ct_CXX = @ac_ct_CXX@
  157. ac_ct_F77 = @ac_ct_F77@
  158. ac_ct_RANLIB = @ac_ct_RANLIB@
  159. ac_ct_STRIP = @ac_ct_STRIP@
  160. am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
  161. am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
  162. am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
  163. am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
  164. am__include = @am__include@
  165. am__leading_dot = @am__leading_dot@
  166. am__quote = @am__quote@
  167. am__tar = @am__tar@
  168. am__untar = @am__untar@
  169. bindir = @bindir@
  170. build = @build@
  171. build_alias = @build_alias@
  172. build_cpu = @build_cpu@
  173. build_os = @build_os@
  174. build_vendor = @build_vendor@
  175. datadir = @datadir@
  176. debug_flag = @debug_flag@
  177. exec_prefix = @exec_prefix@
  178. host = @host@
  179. host_alias = @host_alias@
  180. host_cpu = @host_cpu@
  181. host_os = @host_os@
  182. host_vendor = @host_vendor@
  183. includedir = @includedir@
  184. infodir = @infodir@
  185. install_sh = @install_sh@
  186. libdir = @libdir@
  187. libexecdir = @libexecdir@
  188. localstatedir = @localstatedir@
  189. mandir = @mandir@
  190. mkdir_p = @mkdir_p@
  191. nic1 = @nic1@
  192. nic2 = @nic2@
  193. oldincludedir = @oldincludedir@
  194. pcncfg = @pcncfg@
  195. prefix = @prefix@
  196. program_transform_name = @program_transform_name@
  197. sbindir = @sbindir@
  198. sharedstatedir = @sharedstatedir@
  199. sysconfdir = @sysconfdir@
  200. target = @target@
  201. target_alias = @target_alias@
  202. target_cpu = @target_cpu@
  203. target_os = @target_os@
  204. target_vendor = @target_vendor@
  205. td = @td@
  206. man2html_SOURCES = man2html.c
  207. EXTRA_DIST = dlt2name.pl
  208. MOSTLYCLEANFILES = *~ *.o
  209. MAINTAINERCLEANFILES = Makefile.in
  210. all: all-am
  211. .SUFFIXES:
  212. .SUFFIXES: .c .lo .o .obj
  213. $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
  214. @for dep in $?; do \
  215. case '$(am__configure_deps)' in \
  216. *$$dep*) \
  217. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
  218. && exit 0; \
  219. exit 1;; \
  220. esac; \
  221. done; \
  222. echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu scripts/Makefile'; \
  223. cd $(top_srcdir) && \
  224. $(AUTOMAKE) --gnu scripts/Makefile
  225. .PRECIOUS: Makefile
  226. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  227. @case '$?' in \
  228. *config.status*) \
  229. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  230. *) \
  231. echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
  232. cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
  233. esac;
  234. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  235. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  236. $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
  237. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  238. $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
  239. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  240. install-binPROGRAMS: $(bin_PROGRAMS)
  241. @$(NORMAL_INSTALL)
  242. test -z "$(bindir)" || $(mkdir_p) "$(DESTDIR)$(bindir)"
  243. @list='$(bin_PROGRAMS)'; for p in $$list; do \
  244. p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
  245. if test -f $$p \
  246. || test -f $$p1 \
  247. ; then \
  248. f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
  249. echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \
  250. $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \
  251. else :; fi; \
  252. done
  253. uninstall-binPROGRAMS:
  254. @$(NORMAL_UNINSTALL)
  255. @list='$(bin_PROGRAMS)'; for p in $$list; do \
  256. f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
  257. echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
  258. rm -f "$(DESTDIR)$(bindir)/$$f"; \
  259. done
  260. clean-binPROGRAMS:
  261. @list='$(bin_PROGRAMS)'; for p in $$list; do \
  262. f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
  263. echo " rm -f $$p $$f"; \
  264. rm -f $$p $$f ; \
  265. done
  266. man2html$(EXEEXT): $(man2html_OBJECTS) $(man2html_DEPENDENCIES)
  267. @rm -f man2html$(EXEEXT)
  268. $(LINK) $(man2html_LDFLAGS) $(man2html_OBJECTS) $(man2html_LDADD) $(LIBS)
  269. mostlyclean-compile:
  270. -rm -f *.$(OBJEXT)
  271. distclean-compile:
  272. -rm -f *.tab.c
  273. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/man2html.Po@am__quote@
  274. .c.o:
  275. @am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
  276. @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
  277. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  278. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  279. @am__fastdepCC_FALSE@ $(COMPILE) -c $<
  280. .c.obj:
  281. @am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
  282. @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
  283. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  284. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  285. @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
  286. .c.lo:
  287. @am__fastdepCC_TRUE@ if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
  288. @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
  289. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
  290. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  291. @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
  292. mostlyclean-libtool:
  293. -rm -f *.lo
  294. clean-libtool:
  295. -rm -rf .libs _libs
  296. distclean-libtool:
  297. -rm -f libtool
  298. uninstall-info-am:
  299. ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
  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; } \
  305. END { for (i in files) print i; }'`; \
  306. mkid -fID $$unique
  307. tags: TAGS
  308. TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
  309. $(TAGS_FILES) $(LISP)
  310. tags=; \
  311. here=`pwd`; \
  312. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  313. unique=`for i in $$list; do \
  314. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  315. done | \
  316. $(AWK) ' { files[$$0] = 1; } \
  317. END { for (i in files) print i; }'`; \
  318. if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
  319. test -n "$$unique" || unique=$$empty_fix; \
  320. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  321. $$tags $$unique; \
  322. fi
  323. ctags: CTAGS
  324. CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
  325. $(TAGS_FILES) $(LISP)
  326. tags=; \
  327. here=`pwd`; \
  328. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  329. unique=`for i in $$list; do \
  330. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  331. done | \
  332. $(AWK) ' { files[$$0] = 1; } \
  333. END { for (i in files) print i; }'`; \
  334. test -z "$(CTAGS_ARGS)$$tags$$unique" \
  335. || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  336. $$tags $$unique
  337. GTAGS:
  338. here=`$(am__cd) $(top_builddir) && pwd` \
  339. && cd $(top_srcdir) \
  340. && gtags -i $(GTAGS_ARGS) $$here
  341. distclean-tags:
  342. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  343. distdir: $(DISTFILES)
  344. @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
  345. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
  346. list='$(DISTFILES)'; for file in $$list; do \
  347. case $$file in \
  348. $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
  349. $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
  350. esac; \
  351. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  352. dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
  353. if test "$$dir" != "$$file" && test "$$dir" != "."; then \
  354. dir="/$$dir"; \
  355. $(mkdir_p) "$(distdir)$$dir"; \
  356. else \
  357. dir=''; \
  358. fi; \
  359. if test -d $$d/$$file; then \
  360. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  361. cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
  362. fi; \
  363. cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
  364. else \
  365. test -f $(distdir)/$$file \
  366. || cp -p $$d/$$file $(distdir)/$$file \
  367. || exit 1; \
  368. fi; \
  369. done
  370. check-am: all-am
  371. check: check-am
  372. all-am: Makefile $(PROGRAMS)
  373. installdirs:
  374. for dir in "$(DESTDIR)$(bindir)"; do \
  375. test -z "$$dir" || $(mkdir_p) "$$dir"; \
  376. done
  377. install: install-am
  378. install-exec: install-exec-am
  379. install-data: install-data-am
  380. uninstall: uninstall-am
  381. install-am: all-am
  382. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  383. installcheck: installcheck-am
  384. install-strip:
  385. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  386. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  387. `test -z '$(STRIP)' || \
  388. echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
  389. mostlyclean-generic:
  390. -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
  391. clean-generic:
  392. distclean-generic:
  393. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  394. maintainer-clean-generic:
  395. @echo "This command is intended for maintainers to use"
  396. @echo "it deletes files that may require special tools to rebuild."
  397. -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
  398. clean: clean-am
  399. clean-am: clean-binPROGRAMS clean-generic clean-libtool mostlyclean-am
  400. distclean: distclean-am
  401. -rm -rf ./$(DEPDIR)
  402. -rm -f Makefile
  403. distclean-am: clean-am distclean-compile distclean-generic \
  404. distclean-libtool distclean-tags
  405. dvi: dvi-am
  406. dvi-am:
  407. html: html-am
  408. info: info-am
  409. info-am:
  410. install-data-am:
  411. install-exec-am: install-binPROGRAMS
  412. install-info: install-info-am
  413. install-man:
  414. installcheck-am:
  415. maintainer-clean: maintainer-clean-am
  416. -rm -rf ./$(DEPDIR)
  417. -rm -f Makefile
  418. maintainer-clean-am: distclean-am maintainer-clean-generic
  419. mostlyclean: mostlyclean-am
  420. mostlyclean-am: mostlyclean-compile mostlyclean-generic \
  421. mostlyclean-libtool
  422. pdf: pdf-am
  423. pdf-am:
  424. ps: ps-am
  425. ps-am:
  426. uninstall-am: uninstall-binPROGRAMS uninstall-info-am
  427. .PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \
  428. clean-generic clean-libtool ctags distclean distclean-compile \
  429. distclean-generic distclean-libtool distclean-tags distdir dvi \
  430. dvi-am html html-am info info-am install install-am \
  431. install-binPROGRAMS install-data install-data-am install-exec \
  432. install-exec-am install-info install-info-am install-man \
  433. install-strip installcheck installcheck-am installdirs \
  434. maintainer-clean maintainer-clean-generic mostlyclean \
  435. mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
  436. pdf pdf-am ps ps-am tags uninstall uninstall-am \
  437. uninstall-binPROGRAMS uninstall-info-am
  438. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  439. # Otherwise a system limit (for SysV at least) may be exceeded.
  440. .NOEXPORT: