Makefile.in 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530
  1. # Makefile.in generated by automake 1.10.2 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 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. VPATH = @srcdir@
  14. pkgdatadir = $(datadir)/@PACKAGE@
  15. pkglibdir = $(libdir)/@PACKAGE@
  16. pkgincludedir = $(includedir)/@PACKAGE@
  17. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
  18. install_sh_DATA = $(install_sh) -c -m 644
  19. install_sh_PROGRAM = $(install_sh) -c
  20. install_sh_SCRIPT = $(install_sh) -c
  21. INSTALL_HEADER = $(INSTALL_DATA)
  22. transform = $(program_transform_name)
  23. NORMAL_INSTALL = :
  24. PRE_INSTALL = :
  25. POST_INSTALL = :
  26. NORMAL_UNINSTALL = :
  27. PRE_UNINSTALL = :
  28. POST_UNINSTALL = :
  29. build_triplet = @build@
  30. host_triplet = @host@
  31. target_triplet = @target@
  32. @ENABLE_TCPDUMP_TRUE@am__append_1 = tcpdump.c
  33. subdir = src/common
  34. DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
  35. $(srcdir)/Makefile.in
  36. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  37. am__aclocal_m4_deps = $(top_srcdir)/libopts/m4/libopts.m4 \
  38. $(top_srcdir)/configure.ac
  39. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  40. $(ACLOCAL_M4)
  41. mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
  42. CONFIG_HEADER = $(top_builddir)/src/config.h
  43. CONFIG_CLEAN_FILES =
  44. LIBRARIES = $(noinst_LIBRARIES)
  45. ARFLAGS = cru
  46. libcommon_a_AR = $(AR) $(ARFLAGS)
  47. libcommon_a_DEPENDENCIES = ../../lib/libstrl.a
  48. am__libcommon_a_SOURCES_DIST = cidr.c err.c list.c cache.c services.c \
  49. get.c fakepcap.c fakepcapnav.c fakepoll.c xX.c utils.c timer.c \
  50. svn_version.c abort.c sendpacket.c dlt_names.c mac.c \
  51. interface.c rdtsc.c tcpdump.c
  52. @ENABLE_TCPDUMP_TRUE@am__objects_1 = tcpdump.$(OBJEXT)
  53. am_libcommon_a_OBJECTS = cidr.$(OBJEXT) err.$(OBJEXT) list.$(OBJEXT) \
  54. cache.$(OBJEXT) services.$(OBJEXT) get.$(OBJEXT) \
  55. fakepcap.$(OBJEXT) fakepcapnav.$(OBJEXT) fakepoll.$(OBJEXT) \
  56. xX.$(OBJEXT) utils.$(OBJEXT) timer.$(OBJEXT) \
  57. svn_version.$(OBJEXT) abort.$(OBJEXT) sendpacket.$(OBJEXT) \
  58. dlt_names.$(OBJEXT) mac.$(OBJEXT) interface.$(OBJEXT) \
  59. rdtsc.$(OBJEXT) $(am__objects_1)
  60. libcommon_a_OBJECTS = $(am_libcommon_a_OBJECTS)
  61. DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/src
  62. depcomp = $(SHELL) $(top_srcdir)/config/depcomp
  63. am__depfiles_maybe = depfiles
  64. COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
  65. $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  66. LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
  67. --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
  68. $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  69. CCLD = $(CC)
  70. LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
  71. --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
  72. $(LDFLAGS) -o $@
  73. SOURCES = $(libcommon_a_SOURCES)
  74. DIST_SOURCES = $(am__libcommon_a_SOURCES_DIST)
  75. HEADERS = $(noinst_HEADERS)
  76. ETAGS = etags
  77. CTAGS = ctags
  78. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  79. ACLOCAL = @ACLOCAL@
  80. AMTAR = @AMTAR@
  81. AR = @AR@
  82. AUTOCONF = @AUTOCONF@
  83. AUTOGEN = @AUTOGEN@
  84. AUTOHEADER = @AUTOHEADER@
  85. AUTOMAKE = @AUTOMAKE@
  86. AWK = @AWK@
  87. CC = @CC@
  88. CCDEPMODE = @CCDEPMODE@
  89. CFLAGS = @CFLAGS@
  90. CPP = @CPP@
  91. CPPFLAGS = @CPPFLAGS@
  92. CUT = @CUT@
  93. CXX = @CXX@
  94. CXXCPP = @CXXCPP@
  95. CXXDEPMODE = @CXXDEPMODE@
  96. CXXFLAGS = @CXXFLAGS@
  97. CYGPATH_W = @CYGPATH_W@
  98. DEFS = @DEFS@
  99. DEPDIR = @DEPDIR@
  100. DMALLOC_LIB = @DMALLOC_LIB@
  101. DSYMUTIL = @DSYMUTIL@
  102. DUMPBIN = @DUMPBIN@
  103. ECHO = @ECHO@
  104. ECHO_C = @ECHO_C@
  105. ECHO_N = @ECHO_N@
  106. ECHO_T = @ECHO_T@
  107. EGREP = @EGREP@
  108. EXEEXT = @EXEEXT@
  109. FGREP = @FGREP@
  110. GREP = @GREP@
  111. GROFF = @GROFF@
  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. LD = @LD@
  118. LDFLAGS = @LDFLAGS@
  119. LDNETINC = @LDNETINC@
  120. LDNETLIB = @LDNETLIB@
  121. LIBOBJS = @LIBOBJS@
  122. LIBOPTS_CFLAGS = @LIBOPTS_CFLAGS@
  123. LIBOPTS_DIR = @LIBOPTS_DIR@
  124. LIBOPTS_LDADD = @LIBOPTS_LDADD@
  125. LIBS = @LIBS@
  126. LIBTOOL = @LIBTOOL@
  127. LIPO = @LIPO@
  128. LNAVLIB = @LNAVLIB@
  129. LNAV_CFLAGS = @LNAV_CFLAGS@
  130. LN_S = @LN_S@
  131. LPCAPINC = @LPCAPINC@
  132. LPCAPLIB = @LPCAPLIB@
  133. LTLIBOBJS = @LTLIBOBJS@
  134. MAINT = @MAINT@
  135. MAKEINFO = @MAKEINFO@
  136. MKDIR_P = @MKDIR_P@
  137. NM = @NM@
  138. NMEDIT = @NMEDIT@
  139. OBJDUMP = @OBJDUMP@
  140. OBJEXT = @OBJEXT@
  141. OTOOL = @OTOOL@
  142. OTOOL64 = @OTOOL64@
  143. PACKAGE = @PACKAGE@
  144. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  145. PACKAGE_NAME = @PACKAGE_NAME@
  146. PACKAGE_STRING = @PACKAGE_STRING@
  147. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  148. PACKAGE_VERSION = @PACKAGE_VERSION@
  149. PATH_SEPARATOR = @PATH_SEPARATOR@
  150. PCAP_BPF_H_FILE = @PCAP_BPF_H_FILE@
  151. PRINTF = @PRINTF@
  152. RANLIB = @RANLIB@
  153. SED = @SED@
  154. SET_MAKE = @SET_MAKE@
  155. SHELL = @SHELL@
  156. STRIP = @STRIP@
  157. TCPREPLAY_RELEASE = @TCPREPLAY_RELEASE@
  158. TCPREPLAY_VERSION = @TCPREPLAY_VERSION@
  159. VERSION = @VERSION@
  160. abs_builddir = @abs_builddir@
  161. abs_srcdir = @abs_srcdir@
  162. abs_top_builddir = @abs_top_builddir@
  163. abs_top_srcdir = @abs_top_srcdir@
  164. ac_ct_CC = @ac_ct_CC@
  165. ac_ct_CXX = @ac_ct_CXX@
  166. ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
  167. am__include = @am__include@
  168. am__leading_dot = @am__leading_dot@
  169. am__quote = @am__quote@
  170. am__tar = @am__tar@
  171. am__untar = @am__untar@
  172. bindir = @bindir@
  173. build = @build@
  174. build_alias = @build_alias@
  175. build_cpu = @build_cpu@
  176. build_os = @build_os@
  177. build_vendor = @build_vendor@
  178. builddir = @builddir@
  179. datadir = @datadir@
  180. datarootdir = @datarootdir@
  181. debug_flag = @debug_flag@
  182. docdir = @docdir@
  183. dvidir = @dvidir@
  184. exec_prefix = @exec_prefix@
  185. host = @host@
  186. host_alias = @host_alias@
  187. host_cpu = @host_cpu@
  188. host_os = @host_os@
  189. host_vendor = @host_vendor@
  190. htmldir = @htmldir@
  191. includedir = @includedir@
  192. infodir = @infodir@
  193. install_sh = @install_sh@
  194. libdir = @libdir@
  195. libexecdir = @libexecdir@
  196. localedir = @localedir@
  197. localstatedir = @localstatedir@
  198. lt_ECHO = @lt_ECHO@
  199. mandir = @mandir@
  200. mkdir_p = @mkdir_p@
  201. nic1 = @nic1@
  202. nic2 = @nic2@
  203. oldincludedir = @oldincludedir@
  204. pcncfg = @pcncfg@
  205. pdfdir = @pdfdir@
  206. prefix = @prefix@
  207. program_transform_name = @program_transform_name@
  208. psdir = @psdir@
  209. sbindir = @sbindir@
  210. sharedstatedir = @sharedstatedir@
  211. srcdir = @srcdir@
  212. sysconfdir = @sysconfdir@
  213. target = @target@
  214. target_alias = @target_alias@
  215. target_cpu = @target_cpu@
  216. target_os = @target_os@
  217. target_vendor = @target_vendor@
  218. tcpdump_path = @tcpdump_path@
  219. top_build_prefix = @top_build_prefix@
  220. top_builddir = @top_builddir@
  221. top_srcdir = @top_srcdir@
  222. # $Id: Makefile.am 1621 2006-11-09 07:01:37Z aturner $
  223. noinst_LIBRARIES = libcommon.a
  224. BUILT_SOURCES = svn_version.c
  225. libcommon_a_SOURCES = cidr.c err.c list.c cache.c services.c get.c \
  226. fakepcap.c fakepcapnav.c fakepoll.c xX.c utils.c timer.c \
  227. svn_version.c abort.c sendpacket.c dlt_names.c mac.c \
  228. interface.c rdtsc.c $(am__append_1)
  229. AM_CFLAGS = -I.. -I../.. $(LNAV_CFLAGS) @LDNETINC@
  230. libcommon_a_LIBADD = ../../lib/libstrl.a
  231. noinst_HEADERS = cidr.h err.h list.h cache.h services.h get.h \
  232. fakepcap.h fakepcapnav.h fakepoll.h xX.h utils.h \
  233. tcpdump.h timer.h abort.h pcap_dlt.h sendpacket.h \
  234. dlt_names.h mac.h interface.h rdtsc.h
  235. MOSTLYCLEANFILES = *~
  236. MAINTAINERCLEANFILES = Makefile.in svn_version.c
  237. all: $(BUILT_SOURCES)
  238. $(MAKE) $(AM_MAKEFLAGS) all-am
  239. .SUFFIXES:
  240. .SUFFIXES: .c .lo .o .obj
  241. $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
  242. @for dep in $?; do \
  243. case '$(am__configure_deps)' in \
  244. *$$dep*) \
  245. ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
  246. && { if test -f $@; then exit 0; else break; fi; }; \
  247. exit 1;; \
  248. esac; \
  249. done; \
  250. echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/common/Makefile'; \
  251. cd $(top_srcdir) && \
  252. $(AUTOMAKE) --gnu src/common/Makefile
  253. .PRECIOUS: Makefile
  254. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  255. @case '$?' in \
  256. *config.status*) \
  257. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  258. *) \
  259. echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
  260. cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
  261. esac;
  262. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  263. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  264. $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
  265. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  266. $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
  267. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  268. clean-noinstLIBRARIES:
  269. -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
  270. libcommon.a: $(libcommon_a_OBJECTS) $(libcommon_a_DEPENDENCIES)
  271. -rm -f libcommon.a
  272. $(libcommon_a_AR) libcommon.a $(libcommon_a_OBJECTS) $(libcommon_a_LIBADD)
  273. $(RANLIB) libcommon.a
  274. mostlyclean-compile:
  275. -rm -f *.$(OBJEXT)
  276. distclean-compile:
  277. -rm -f *.tab.c
  278. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/abort.Po@am__quote@
  279. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cache.Po@am__quote@
  280. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cidr.Po@am__quote@
  281. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dlt_names.Po@am__quote@
  282. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/err.Po@am__quote@
  283. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fakepcap.Po@am__quote@
  284. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fakepcapnav.Po@am__quote@
  285. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fakepoll.Po@am__quote@
  286. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/get.Po@am__quote@
  287. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/interface.Po@am__quote@
  288. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/list.Po@am__quote@
  289. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mac.Po@am__quote@
  290. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/rdtsc.Po@am__quote@
  291. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sendpacket.Po@am__quote@
  292. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/services.Po@am__quote@
  293. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/svn_version.Po@am__quote@
  294. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tcpdump.Po@am__quote@
  295. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/timer.Po@am__quote@
  296. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/utils.Po@am__quote@
  297. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xX.Po@am__quote@
  298. .c.o:
  299. @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
  300. @am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
  301. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  302. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  303. @am__fastdepCC_FALSE@ $(COMPILE) -c $<
  304. .c.obj:
  305. @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
  306. @am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
  307. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  308. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  309. @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
  310. .c.lo:
  311. @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
  312. @am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
  313. @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
  314. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  315. @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
  316. mostlyclean-libtool:
  317. -rm -f *.lo
  318. clean-libtool:
  319. -rm -rf .libs _libs
  320. ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
  321. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  322. unique=`for i in $$list; do \
  323. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  324. done | \
  325. $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  326. END { if (nonempty) { for (i in files) print i; }; }'`; \
  327. mkid -fID $$unique
  328. tags: TAGS
  329. TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
  330. $(TAGS_FILES) $(LISP)
  331. tags=; \
  332. here=`pwd`; \
  333. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  334. unique=`for i in $$list; do \
  335. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  336. done | \
  337. $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  338. END { if (nonempty) { for (i in files) print i; }; }'`; \
  339. if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
  340. test -n "$$unique" || unique=$$empty_fix; \
  341. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  342. $$tags $$unique; \
  343. fi
  344. ctags: CTAGS
  345. CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
  346. $(TAGS_FILES) $(LISP)
  347. tags=; \
  348. list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  349. unique=`for i in $$list; do \
  350. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  351. done | \
  352. $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  353. END { if (nonempty) { for (i in files) print i; }; }'`; \
  354. test -z "$(CTAGS_ARGS)$$tags$$unique" \
  355. || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  356. $$tags $$unique
  357. GTAGS:
  358. here=`$(am__cd) $(top_builddir) && pwd` \
  359. && cd $(top_srcdir) \
  360. && gtags -i $(GTAGS_ARGS) $$here
  361. distclean-tags:
  362. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  363. distdir: $(DISTFILES)
  364. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  365. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  366. list='$(DISTFILES)'; \
  367. dist_files=`for file in $$list; do echo $$file; done | \
  368. sed -e "s|^$$srcdirstrip/||;t" \
  369. -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  370. case $$dist_files in \
  371. */*) $(MKDIR_P) `echo "$$dist_files" | \
  372. sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  373. sort -u` ;; \
  374. esac; \
  375. for file in $$dist_files; do \
  376. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  377. if test -d $$d/$$file; then \
  378. dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  379. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  380. cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
  381. fi; \
  382. cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
  383. else \
  384. test -f $(distdir)/$$file \
  385. || cp -p $$d/$$file $(distdir)/$$file \
  386. || exit 1; \
  387. fi; \
  388. done
  389. check-am: all-am
  390. check: $(BUILT_SOURCES)
  391. $(MAKE) $(AM_MAKEFLAGS) check-am
  392. all-am: Makefile $(LIBRARIES) $(HEADERS)
  393. installdirs:
  394. install: $(BUILT_SOURCES)
  395. $(MAKE) $(AM_MAKEFLAGS) install-am
  396. install-exec: install-exec-am
  397. install-data: install-data-am
  398. uninstall: uninstall-am
  399. install-am: all-am
  400. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  401. installcheck: installcheck-am
  402. install-strip:
  403. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  404. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  405. `test -z '$(STRIP)' || \
  406. echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
  407. mostlyclean-generic:
  408. -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
  409. clean-generic:
  410. distclean-generic:
  411. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  412. maintainer-clean-generic:
  413. @echo "This command is intended for maintainers to use"
  414. @echo "it deletes files that may require special tools to rebuild."
  415. -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
  416. -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
  417. clean: clean-am
  418. clean-am: clean-generic clean-libtool clean-noinstLIBRARIES \
  419. mostlyclean-am
  420. distclean: distclean-am
  421. -rm -rf ./$(DEPDIR)
  422. -rm -f Makefile
  423. distclean-am: clean-am distclean-compile distclean-generic \
  424. distclean-tags
  425. dvi: dvi-am
  426. dvi-am:
  427. html: html-am
  428. info: info-am
  429. info-am:
  430. install-data-am:
  431. install-dvi: install-dvi-am
  432. install-exec-am:
  433. install-html: install-html-am
  434. install-info: install-info-am
  435. install-man:
  436. install-pdf: install-pdf-am
  437. install-ps: install-ps-am
  438. installcheck-am:
  439. maintainer-clean: maintainer-clean-am
  440. -rm -rf ./$(DEPDIR)
  441. -rm -f Makefile
  442. maintainer-clean-am: distclean-am maintainer-clean-generic
  443. mostlyclean: mostlyclean-am
  444. mostlyclean-am: mostlyclean-compile mostlyclean-generic \
  445. mostlyclean-libtool
  446. pdf: pdf-am
  447. pdf-am:
  448. ps: ps-am
  449. ps-am:
  450. uninstall-am:
  451. .MAKE: install-am install-strip
  452. .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
  453. clean-libtool clean-noinstLIBRARIES ctags distclean \
  454. distclean-compile distclean-generic distclean-libtool \
  455. distclean-tags distdir dvi dvi-am html html-am info info-am \
  456. install install-am install-data install-data-am install-dvi \
  457. install-dvi-am install-exec install-exec-am install-html \
  458. install-html-am install-info install-info-am install-man \
  459. install-pdf install-pdf-am install-ps install-ps-am \
  460. install-strip installcheck installcheck-am installdirs \
  461. maintainer-clean maintainer-clean-generic mostlyclean \
  462. mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
  463. pdf pdf-am ps ps-am tags uninstall uninstall-am
  464. svn_version.c:
  465. $(ECHO) -n 'const char SVN_Version[] = "' > svn_version.c
  466. svnversion -n ../.. >> svn_version.c
  467. $(ECHO) '";' >> svn_version.c
  468. $(ECHO) 'const char *svn_version(void) {' >> svn_version.c
  469. $(ECHO) ' return SVN_Version;' >> svn_version.c
  470. $(ECHO) '}' >> svn_version.c
  471. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  472. # Otherwise a system limit (for SysV at least) may be exceeded.
  473. .NOEXPORT: