Makefile.in 17 KB

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