You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

593 lines
18 KiB

10 years ago
11 years ago
10 years ago
11 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
11 years ago
11 years ago
10 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
10 years ago
11 years ago
11 years ago
10 years ago
11 years ago
10 years ago
11 years ago
10 years ago
10 years ago
11 years ago
10 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
10 years ago
10 years ago
11 years ago
10 years ago
11 years ago
10 years ago
11 years ago
10 years ago
11 years ago
10 years ago
11 years ago
10 years ago
11 years ago
10 years ago
11 years ago
10 years ago
11 years ago
10 years ago
11 years ago
10 years ago
11 years ago
10 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
10 years ago
11 years ago
  1. # Makefile.in generated by automake 1.14.1 from Makefile.am.
  2. # @configure_input@
  3. # Copyright (C) 1994-2013 Free Software Foundation, Inc.
  4. # This Makefile.in is free software; the Free Software Foundation
  5. # gives unlimited permission to copy and/or distribute it,
  6. # with or without modifications, as long as this notice is preserved.
  7. # This program is distributed in the hope that it will be useful,
  8. # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
  9. # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
  10. # PARTICULAR PURPOSE.
  11. @SET_MAKE@
  12. VPATH = @srcdir@
  13. am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
  14. am__make_running_with_option = \
  15. case $${target_option-} in \
  16. ?) ;; \
  17. *) echo "am__make_running_with_option: internal error: invalid" \
  18. "target option '$${target_option-}' specified" >&2; \
  19. exit 1;; \
  20. esac; \
  21. has_opt=no; \
  22. sane_makeflags=$$MAKEFLAGS; \
  23. if $(am__is_gnu_make); then \
  24. sane_makeflags=$$MFLAGS; \
  25. else \
  26. case $$MAKEFLAGS in \
  27. *\\[\ \ ]*) \
  28. bs=\\; \
  29. sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
  30. | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
  31. esac; \
  32. fi; \
  33. skip_next=no; \
  34. strip_trailopt () \
  35. { \
  36. flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
  37. }; \
  38. for flg in $$sane_makeflags; do \
  39. test $$skip_next = yes && { skip_next=no; continue; }; \
  40. case $$flg in \
  41. *=*|--*) continue;; \
  42. -*I) strip_trailopt 'I'; skip_next=yes;; \
  43. -*I?*) strip_trailopt 'I';; \
  44. -*O) strip_trailopt 'O'; skip_next=yes;; \
  45. -*O?*) strip_trailopt 'O';; \
  46. -*l) strip_trailopt 'l'; skip_next=yes;; \
  47. -*l?*) strip_trailopt 'l';; \
  48. -[dEDm]) skip_next=yes;; \
  49. -[JT]) skip_next=yes;; \
  50. esac; \
  51. case $$flg in \
  52. *$$target_option*) has_opt=yes; break;; \
  53. esac; \
  54. done; \
  55. test $$has_opt = yes
  56. am__make_dryrun = (target_option=n; $(am__make_running_with_option))
  57. am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
  58. pkgdatadir = $(datadir)/@PACKAGE@
  59. pkgincludedir = $(includedir)/@PACKAGE@
  60. pkglibdir = $(libdir)/@PACKAGE@
  61. pkglibexecdir = $(libexecdir)/@PACKAGE@
  62. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
  63. install_sh_DATA = $(install_sh) -c -m 644
  64. install_sh_PROGRAM = $(install_sh) -c
  65. install_sh_SCRIPT = $(install_sh) -c
  66. INSTALL_HEADER = $(INSTALL_DATA)
  67. transform = $(program_transform_name)
  68. NORMAL_INSTALL = :
  69. PRE_INSTALL = :
  70. POST_INSTALL = :
  71. NORMAL_UNINSTALL = :
  72. PRE_UNINSTALL = :
  73. POST_UNINSTALL = :
  74. build_triplet = @build@
  75. host_triplet = @host@
  76. subdir = libev
  77. DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
  78. $(top_srcdir)/depcomp README config.guess config.sub depcomp \
  79. install-sh missing mkinstalldirs ltmain.sh
  80. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  81. am__aclocal_m4_deps = $(top_srcdir)/m4/acx_pthread.m4 \
  82. $(top_srcdir)/m4/inet_ntop.m4 $(top_srcdir)/m4/libtool.m4 \
  83. $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
  84. $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
  85. $(top_srcdir)/m4/openssl.m4 $(top_srcdir)/m4/polarssl.m4 \
  86. $(top_srcdir)/libev/libev.m4 $(top_srcdir)/configure.ac
  87. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  88. $(ACLOCAL_M4)
  89. mkinstalldirs = $(install_sh) -d
  90. CONFIG_HEADER = $(top_builddir)/config.h
  91. CONFIG_CLEAN_FILES =
  92. CONFIG_CLEAN_VPATH_FILES =
  93. LTLIBRARIES = $(noinst_LTLIBRARIES)
  94. libev_la_LIBADD =
  95. am_libev_la_OBJECTS = ev.lo event.lo
  96. libev_la_OBJECTS = $(am_libev_la_OBJECTS)
  97. AM_V_lt = $(am__v_lt_@AM_V@)
  98. am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
  99. am__v_lt_0 = --silent
  100. am__v_lt_1 =
  101. libev_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
  102. $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
  103. $(libev_la_LDFLAGS) $(LDFLAGS) -o $@
  104. AM_V_P = $(am__v_P_@AM_V@)
  105. am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
  106. am__v_P_0 = false
  107. am__v_P_1 = :
  108. AM_V_GEN = $(am__v_GEN_@AM_V@)
  109. am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
  110. am__v_GEN_0 = @echo " GEN " $@;
  111. am__v_GEN_1 =
  112. AM_V_at = $(am__v_at_@AM_V@)
  113. am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
  114. am__v_at_0 = @
  115. am__v_at_1 =
  116. DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
  117. depcomp = $(SHELL) $(top_srcdir)/depcomp
  118. am__depfiles_maybe = depfiles
  119. am__mv = mv -f
  120. COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
  121. $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  122. LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
  123. $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
  124. $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
  125. $(AM_CFLAGS) $(CFLAGS)
  126. AM_V_CC = $(am__v_CC_@AM_V@)
  127. am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
  128. am__v_CC_0 = @echo " CC " $@;
  129. am__v_CC_1 =
  130. CCLD = $(CC)
  131. LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
  132. $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
  133. $(AM_LDFLAGS) $(LDFLAGS) -o $@
  134. AM_V_CCLD = $(am__v_CCLD_@AM_V@)
  135. am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
  136. am__v_CCLD_0 = @echo " CCLD " $@;
  137. am__v_CCLD_1 =
  138. SOURCES = $(libev_la_SOURCES)
  139. DIST_SOURCES = $(libev_la_SOURCES)
  140. am__can_run_installinfo = \
  141. case $$AM_UPDATE_INFO_DIR in \
  142. n|no|NO) false;; \
  143. *) (install-info --version) >/dev/null 2>&1;; \
  144. esac
  145. am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
  146. # Read a list of newline-separated strings from the standard input,
  147. # and print each of them once, without duplicates. Input order is
  148. # *not* preserved.
  149. am__uniquify_input = $(AWK) '\
  150. BEGIN { nonempty = 0; } \
  151. { items[$$0] = 1; nonempty = 1; } \
  152. END { if (nonempty) { for (i in items) print i; }; } \
  153. '
  154. # Make sure the list of sources is unique. This is necessary because,
  155. # e.g., the same source file might be shared among _SOURCES variables
  156. # for different programs/libraries.
  157. am__define_uniq_tagged_files = \
  158. list='$(am__tagged_files)'; \
  159. unique=`for i in $$list; do \
  160. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  161. done | $(am__uniquify_input)`
  162. ETAGS = etags
  163. CTAGS = ctags
  164. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  165. ACLOCAL = @ACLOCAL@
  166. AMTAR = @AMTAR@
  167. AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
  168. AR = @AR@
  169. AUTOCONF = @AUTOCONF@
  170. AUTOHEADER = @AUTOHEADER@
  171. AUTOMAKE = @AUTOMAKE@
  172. AWK = @AWK@
  173. CC = @CC@
  174. CCDEPMODE = @CCDEPMODE@
  175. CFLAGS = @CFLAGS@
  176. CPP = @CPP@
  177. CPPFLAGS = @CPPFLAGS@
  178. CYGPATH_W = @CYGPATH_W@
  179. DEFS = @DEFS@
  180. DEPDIR = @DEPDIR@
  181. DLLTOOL = @DLLTOOL@
  182. DSYMUTIL = @DSYMUTIL@
  183. DUMPBIN = @DUMPBIN@
  184. ECHO_C = @ECHO_C@
  185. ECHO_N = @ECHO_N@
  186. ECHO_T = @ECHO_T@
  187. EGREP = @EGREP@
  188. EXEEXT = @EXEEXT@
  189. FGREP = @FGREP@
  190. GREP = @GREP@
  191. INET_NTOP_LIB = @INET_NTOP_LIB@
  192. INSTALL = @INSTALL@
  193. INSTALL_DATA = @INSTALL_DATA@
  194. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  195. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  196. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  197. LD = @LD@
  198. LDFLAGS = @LDFLAGS@
  199. LIBOBJS = @LIBOBJS@
  200. LIBS = @LIBS@
  201. LIBTOOL = @LIBTOOL@
  202. LIPO = @LIPO@
  203. LN_S = @LN_S@
  204. LTLIBOBJS = @LTLIBOBJS@
  205. MAKEINFO = @MAKEINFO@
  206. MANIFEST_TOOL = @MANIFEST_TOOL@
  207. MKDIR_P = @MKDIR_P@
  208. NM = @NM@
  209. NMEDIT = @NMEDIT@
  210. OBJDUMP = @OBJDUMP@
  211. OBJEXT = @OBJEXT@
  212. OTOOL = @OTOOL@
  213. OTOOL64 = @OTOOL64@
  214. PACKAGE = @PACKAGE@
  215. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  216. PACKAGE_NAME = @PACKAGE_NAME@
  217. PACKAGE_STRING = @PACKAGE_STRING@
  218. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  219. PACKAGE_URL = @PACKAGE_URL@
  220. PACKAGE_VERSION = @PACKAGE_VERSION@
  221. PATH_SEPARATOR = @PATH_SEPARATOR@
  222. PTHREAD_CC = @PTHREAD_CC@
  223. PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
  224. PTHREAD_LIBS = @PTHREAD_LIBS@
  225. RANLIB = @RANLIB@
  226. SED = @SED@
  227. SET_MAKE = @SET_MAKE@
  228. SHELL = @SHELL@
  229. STRIP = @STRIP@
  230. VERSION = @VERSION@
  231. abs_builddir = @abs_builddir@
  232. abs_srcdir = @abs_srcdir@
  233. abs_top_builddir = @abs_top_builddir@
  234. abs_top_srcdir = @abs_top_srcdir@
  235. ac_ct_AR = @ac_ct_AR@
  236. ac_ct_CC = @ac_ct_CC@
  237. ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
  238. acx_pthread_config = @acx_pthread_config@
  239. am__include = @am__include@
  240. am__leading_dot = @am__leading_dot@
  241. am__quote = @am__quote@
  242. am__tar = @am__tar@
  243. am__untar = @am__untar@
  244. bindir = @bindir@
  245. build = @build@
  246. build_alias = @build_alias@
  247. build_cpu = @build_cpu@
  248. build_os = @build_os@
  249. build_vendor = @build_vendor@
  250. builddir = @builddir@
  251. datadir = @datadir@
  252. datarootdir = @datarootdir@
  253. docdir = @docdir@
  254. dvidir = @dvidir@
  255. exec_prefix = @exec_prefix@
  256. host = @host@
  257. host_alias = @host_alias@
  258. host_cpu = @host_cpu@
  259. host_os = @host_os@
  260. host_vendor = @host_vendor@
  261. htmldir = @htmldir@
  262. includedir = @includedir@
  263. infodir = @infodir@
  264. install_sh = @install_sh@
  265. libdir = @libdir@
  266. libexecdir = @libexecdir@
  267. localedir = @localedir@
  268. localstatedir = @localstatedir@
  269. mandir = @mandir@
  270. mkdir_p = @mkdir_p@
  271. oldincludedir = @oldincludedir@
  272. pdfdir = @pdfdir@
  273. prefix = @prefix@
  274. program_transform_name = @program_transform_name@
  275. psdir = @psdir@
  276. sbindir = @sbindir@
  277. sharedstatedir = @sharedstatedir@
  278. srcdir = @srcdir@
  279. sysconfdir = @sysconfdir@
  280. target_alias = @target_alias@
  281. top_build_prefix = @top_build_prefix@
  282. top_builddir = @top_builddir@
  283. top_srcdir = @top_srcdir@
  284. AUTOMAKE_OPTIONS = foreign
  285. VERSION_INFO = 4:0:0
  286. EXTRA_DIST = LICENSE Changes libev.m4 autogen.sh \
  287. ev_vars.h ev_wrap.h \
  288. ev_epoll.c ev_select.c ev_poll.c ev_kqueue.c ev_port.c ev_win32.c \
  289. ev.3 ev.pod Symbols.ev Symbols.event
  290. noinst_LTLIBRARIES = libev.la
  291. libev_la_SOURCES = ev.c event.c
  292. libev_la_LDFLAGS = -static -version-info $(VERSION_INFO)
  293. all: all-am
  294. .SUFFIXES:
  295. .SUFFIXES: .c .lo .o .obj
  296. $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
  297. @for dep in $?; do \
  298. case '$(am__configure_deps)' in \
  299. *$$dep*) \
  300. ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
  301. && { if test -f $@; then exit 0; else break; fi; }; \
  302. exit 1;; \
  303. esac; \
  304. done; \
  305. echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign libev/Makefile'; \
  306. $(am__cd) $(top_srcdir) && \
  307. $(AUTOMAKE) --foreign libev/Makefile
  308. .PRECIOUS: Makefile
  309. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  310. @case '$?' in \
  311. *config.status*) \
  312. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  313. *) \
  314. echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
  315. cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
  316. esac;
  317. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  318. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  319. $(top_srcdir)/configure: $(am__configure_deps)
  320. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  321. $(ACLOCAL_M4): $(am__aclocal_m4_deps)
  322. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  323. $(am__aclocal_m4_deps):
  324. clean-noinstLTLIBRARIES:
  325. -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
  326. @list='$(noinst_LTLIBRARIES)'; \
  327. locs=`for p in $$list; do echo $$p; done | \
  328. sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
  329. sort -u`; \
  330. test -z "$$locs" || { \
  331. echo rm -f $${locs}; \
  332. rm -f $${locs}; \
  333. }
  334. libev.la: $(libev_la_OBJECTS) $(libev_la_DEPENDENCIES) $(EXTRA_libev_la_DEPENDENCIES)
  335. $(AM_V_CCLD)$(libev_la_LINK) $(libev_la_OBJECTS) $(libev_la_LIBADD) $(LIBS)
  336. mostlyclean-compile:
  337. -rm -f *.$(OBJEXT)
  338. distclean-compile:
  339. -rm -f *.tab.c
  340. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ev.Plo@am__quote@
  341. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/event.Plo@am__quote@
  342. .c.o:
  343. @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
  344. @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
  345. @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
  346. @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  347. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  348. @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
  349. .c.obj:
  350. @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
  351. @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
  352. @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
  353. @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  354. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  355. @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
  356. .c.lo:
  357. @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
  358. @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
  359. @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo
  360. @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
  361. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  362. @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
  363. mostlyclean-libtool:
  364. -rm -f *.lo
  365. clean-libtool:
  366. -rm -rf .libs _libs
  367. ID: $(am__tagged_files)
  368. $(am__define_uniq_tagged_files); mkid -fID $$unique
  369. tags: tags-am
  370. TAGS: tags
  371. tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  372. set x; \
  373. here=`pwd`; \
  374. $(am__define_uniq_tagged_files); \
  375. shift; \
  376. if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
  377. test -n "$$unique" || unique=$$empty_fix; \
  378. if test $$# -gt 0; then \
  379. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  380. "$$@" $$unique; \
  381. else \
  382. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  383. $$unique; \
  384. fi; \
  385. fi
  386. ctags: ctags-am
  387. CTAGS: ctags
  388. ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  389. $(am__define_uniq_tagged_files); \
  390. test -z "$(CTAGS_ARGS)$$unique" \
  391. || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  392. $$unique
  393. GTAGS:
  394. here=`$(am__cd) $(top_builddir) && pwd` \
  395. && $(am__cd) $(top_srcdir) \
  396. && gtags -i $(GTAGS_ARGS) "$$here"
  397. cscopelist: cscopelist-am
  398. cscopelist-am: $(am__tagged_files)
  399. list='$(am__tagged_files)'; \
  400. case "$(srcdir)" in \
  401. [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
  402. *) sdir=$(subdir)/$(srcdir) ;; \
  403. esac; \
  404. for i in $$list; do \
  405. if test -f "$$i"; then \
  406. echo "$(subdir)/$$i"; \
  407. else \
  408. echo "$$sdir/$$i"; \
  409. fi; \
  410. done >> $(top_builddir)/cscope.files
  411. distclean-tags:
  412. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  413. distdir: $(DISTFILES)
  414. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  415. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  416. list='$(DISTFILES)'; \
  417. dist_files=`for file in $$list; do echo $$file; done | \
  418. sed -e "s|^$$srcdirstrip/||;t" \
  419. -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  420. case $$dist_files in \
  421. */*) $(MKDIR_P) `echo "$$dist_files" | \
  422. sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  423. sort -u` ;; \
  424. esac; \
  425. for file in $$dist_files; do \
  426. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  427. if test -d $$d/$$file; then \
  428. dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  429. if test -d "$(distdir)/$$file"; then \
  430. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  431. fi; \
  432. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  433. cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  434. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  435. fi; \
  436. cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  437. else \
  438. test -f "$(distdir)/$$file" \
  439. || cp -p $$d/$$file "$(distdir)/$$file" \
  440. || exit 1; \
  441. fi; \
  442. done
  443. check-am: all-am
  444. check: check-am
  445. all-am: Makefile $(LTLIBRARIES)
  446. installdirs:
  447. install: install-am
  448. install-exec: install-exec-am
  449. install-data: install-data-am
  450. uninstall: uninstall-am
  451. install-am: all-am
  452. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  453. installcheck: installcheck-am
  454. install-strip:
  455. if test -z '$(STRIP)'; then \
  456. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  457. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  458. install; \
  459. else \
  460. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  461. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  462. "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
  463. fi
  464. mostlyclean-generic:
  465. clean-generic:
  466. distclean-generic:
  467. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  468. -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  469. maintainer-clean-generic:
  470. @echo "This command is intended for maintainers to use"
  471. @echo "it deletes files that may require special tools to rebuild."
  472. clean: clean-am
  473. clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
  474. mostlyclean-am
  475. distclean: distclean-am
  476. -rm -rf ./$(DEPDIR)
  477. -rm -f Makefile
  478. distclean-am: clean-am distclean-compile distclean-generic \
  479. distclean-tags
  480. dvi: dvi-am
  481. dvi-am:
  482. html: html-am
  483. html-am:
  484. info: info-am
  485. info-am:
  486. install-data-am:
  487. install-dvi: install-dvi-am
  488. install-dvi-am:
  489. install-exec-am:
  490. install-html: install-html-am
  491. install-html-am:
  492. install-info: install-info-am
  493. install-info-am:
  494. install-man:
  495. install-pdf: install-pdf-am
  496. install-pdf-am:
  497. install-ps: install-ps-am
  498. install-ps-am:
  499. installcheck-am:
  500. maintainer-clean: maintainer-clean-am
  501. -rm -rf ./$(DEPDIR)
  502. -rm -f Makefile
  503. maintainer-clean-am: distclean-am maintainer-clean-generic
  504. mostlyclean: mostlyclean-am
  505. mostlyclean-am: mostlyclean-compile mostlyclean-generic \
  506. mostlyclean-libtool
  507. pdf: pdf-am
  508. pdf-am:
  509. ps: ps-am
  510. ps-am:
  511. uninstall-am:
  512. .MAKE: install-am install-strip
  513. .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
  514. clean-libtool clean-noinstLTLIBRARIES cscopelist-am ctags \
  515. ctags-am distclean distclean-compile distclean-generic \
  516. distclean-libtool distclean-tags distdir dvi dvi-am html \
  517. html-am info info-am install install-am install-data \
  518. install-data-am install-dvi install-dvi-am install-exec \
  519. install-exec-am install-html install-html-am install-info \
  520. install-info-am install-man install-pdf install-pdf-am \
  521. install-ps install-ps-am install-strip installcheck \
  522. installcheck-am installdirs maintainer-clean \
  523. maintainer-clean-generic mostlyclean mostlyclean-compile \
  524. mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
  525. tags tags-am uninstall uninstall-am
  526. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  527. # Otherwise a system limit (for SysV at least) may be exceeded.
  528. .NOEXPORT: