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.

622 lines
19 KiB

10 years ago
10 years ago
9 years ago
10 years ago
8 years ago
8 years ago
11 years ago
8 years ago
11 years ago
8 years ago
10 years ago
10 years ago
10 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 = libudns
  77. DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
  78. $(top_srcdir)/auto/depcomp NEWS TODO
  79. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  80. am__aclocal_m4_deps = $(top_srcdir)/m4/ax_pthread.m4 \
  81. $(top_srcdir)/m4/ax_tls.m4 $(top_srcdir)/m4/inet_ntop.m4 \
  82. $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
  83. $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
  84. $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/m4/mbedtls.m4 \
  85. $(top_srcdir)/m4/openssl.m4 $(top_srcdir)/m4/pcre.m4 \
  86. $(top_srcdir)/m4/polarssl.m4 \
  87. $(top_srcdir)/m4/stack-protector.m4 $(top_srcdir)/m4/zlib.m4 \
  88. $(top_srcdir)/libev/libev.m4 $(top_srcdir)/configure.ac
  89. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  90. $(ACLOCAL_M4)
  91. mkinstalldirs = $(install_sh) -d
  92. CONFIG_HEADER = $(top_builddir)/config.h
  93. CONFIG_CLEAN_FILES =
  94. CONFIG_CLEAN_VPATH_FILES =
  95. LTLIBRARIES = $(noinst_LTLIBRARIES)
  96. libudns_la_LIBADD =
  97. am__objects_1 = udns_dn.lo udns_dntosp.lo udns_parse.lo \
  98. udns_resolver.lo udns_init.lo udns_misc.lo udns_XtoX.lo \
  99. udns_rr_a.lo udns_rr_ptr.lo udns_rr_mx.lo udns_rr_txt.lo \
  100. udns_bl.lo udns_rr_srv.lo udns_rr_naptr.lo udns_codes.lo \
  101. udns_jran.lo
  102. am_libudns_la_OBJECTS = $(am__objects_1)
  103. libudns_la_OBJECTS = $(am_libudns_la_OBJECTS)
  104. AM_V_lt = $(am__v_lt_@AM_V@)
  105. am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
  106. am__v_lt_0 = --silent
  107. am__v_lt_1 =
  108. libudns_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
  109. $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
  110. $(libudns_la_LDFLAGS) $(LDFLAGS) -o $@
  111. AM_V_P = $(am__v_P_@AM_V@)
  112. am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
  113. am__v_P_0 = false
  114. am__v_P_1 = :
  115. AM_V_GEN = $(am__v_GEN_@AM_V@)
  116. am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
  117. am__v_GEN_0 = @echo " GEN " $@;
  118. am__v_GEN_1 =
  119. AM_V_at = $(am__v_at_@AM_V@)
  120. am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
  121. am__v_at_0 = @
  122. am__v_at_1 =
  123. DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
  124. depcomp = $(SHELL) $(top_srcdir)/auto/depcomp
  125. am__depfiles_maybe = depfiles
  126. am__mv = mv -f
  127. COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
  128. $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  129. LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
  130. $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
  131. $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
  132. $(AM_CFLAGS) $(CFLAGS)
  133. AM_V_CC = $(am__v_CC_@AM_V@)
  134. am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
  135. am__v_CC_0 = @echo " CC " $@;
  136. am__v_CC_1 =
  137. CCLD = $(CC)
  138. LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
  139. $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
  140. $(AM_LDFLAGS) $(LDFLAGS) -o $@
  141. AM_V_CCLD = $(am__v_CCLD_@AM_V@)
  142. am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
  143. am__v_CCLD_0 = @echo " CCLD " $@;
  144. am__v_CCLD_1 =
  145. SOURCES = $(libudns_la_SOURCES)
  146. DIST_SOURCES = $(libudns_la_SOURCES)
  147. am__can_run_installinfo = \
  148. case $$AM_UPDATE_INFO_DIR in \
  149. n|no|NO) false;; \
  150. *) (install-info --version) >/dev/null 2>&1;; \
  151. esac
  152. am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
  153. # Read a list of newline-separated strings from the standard input,
  154. # and print each of them once, without duplicates. Input order is
  155. # *not* preserved.
  156. am__uniquify_input = $(AWK) '\
  157. BEGIN { nonempty = 0; } \
  158. { items[$$0] = 1; nonempty = 1; } \
  159. END { if (nonempty) { for (i in items) print i; }; } \
  160. '
  161. # Make sure the list of sources is unique. This is necessary because,
  162. # e.g., the same source file might be shared among _SOURCES variables
  163. # for different programs/libraries.
  164. am__define_uniq_tagged_files = \
  165. list='$(am__tagged_files)'; \
  166. unique=`for i in $$list; do \
  167. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  168. done | $(am__uniquify_input)`
  169. ETAGS = etags
  170. CTAGS = ctags
  171. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  172. ACLOCAL = @ACLOCAL@
  173. AMTAR = @AMTAR@
  174. AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
  175. AR = @AR@
  176. ASCIIDOC = @ASCIIDOC@
  177. AUTOCONF = @AUTOCONF@
  178. AUTOHEADER = @AUTOHEADER@
  179. AUTOMAKE = @AUTOMAKE@
  180. AWK = @AWK@
  181. CC = @CC@
  182. CCDEPMODE = @CCDEPMODE@
  183. CFLAGS = @CFLAGS@
  184. CPP = @CPP@
  185. CPPFLAGS = @CPPFLAGS@
  186. CYGPATH_W = @CYGPATH_W@
  187. DEFS = @DEFS@
  188. DEPDIR = @DEPDIR@
  189. DLLTOOL = @DLLTOOL@
  190. DSYMUTIL = @DSYMUTIL@
  191. DUMPBIN = @DUMPBIN@
  192. ECHO_C = @ECHO_C@
  193. ECHO_N = @ECHO_N@
  194. ECHO_T = @ECHO_T@
  195. EGREP = @EGREP@
  196. EXEEXT = @EXEEXT@
  197. FGREP = @FGREP@
  198. GREP = @GREP@
  199. GZIP = @GZIP@
  200. INET_NTOP_LIB = @INET_NTOP_LIB@
  201. INSTALL = @INSTALL@
  202. INSTALL_DATA = @INSTALL_DATA@
  203. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  204. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  205. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  206. LD = @LD@
  207. LDFLAGS = @LDFLAGS@
  208. LIBOBJS = @LIBOBJS@
  209. LIBPCRE = @LIBPCRE@
  210. LIBS = @LIBS@
  211. LIBTOOL = @LIBTOOL@
  212. LIPO = @LIPO@
  213. LN_S = @LN_S@
  214. LTLIBOBJS = @LTLIBOBJS@
  215. MAINT = @MAINT@
  216. MAKEINFO = @MAKEINFO@
  217. MANIFEST_TOOL = @MANIFEST_TOOL@
  218. MKDIR_P = @MKDIR_P@
  219. MV = @MV@
  220. NM = @NM@
  221. NMEDIT = @NMEDIT@
  222. OBJDUMP = @OBJDUMP@
  223. OBJEXT = @OBJEXT@
  224. OTOOL = @OTOOL@
  225. OTOOL64 = @OTOOL64@
  226. PACKAGE = @PACKAGE@
  227. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  228. PACKAGE_NAME = @PACKAGE_NAME@
  229. PACKAGE_STRING = @PACKAGE_STRING@
  230. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  231. PACKAGE_URL = @PACKAGE_URL@
  232. PACKAGE_VERSION = @PACKAGE_VERSION@
  233. PATH_SEPARATOR = @PATH_SEPARATOR@
  234. PCRE_CONFIG = @PCRE_CONFIG@
  235. PTHREAD_CC = @PTHREAD_CC@
  236. PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
  237. PTHREAD_LIBS = @PTHREAD_LIBS@
  238. RANLIB = @RANLIB@
  239. SED = @SED@
  240. SET_MAKE = @SET_MAKE@
  241. SHELL = @SHELL@
  242. STRIP = @STRIP@
  243. VERSION = @VERSION@
  244. XMLTO = @XMLTO@
  245. abs_builddir = @abs_builddir@
  246. abs_srcdir = @abs_srcdir@
  247. abs_top_builddir = @abs_top_builddir@
  248. abs_top_srcdir = @abs_top_srcdir@
  249. ac_ct_AR = @ac_ct_AR@
  250. ac_ct_CC = @ac_ct_CC@
  251. ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
  252. am__include = @am__include@
  253. am__leading_dot = @am__leading_dot@
  254. am__quote = @am__quote@
  255. am__tar = @am__tar@
  256. am__untar = @am__untar@
  257. ax_pthread_config = @ax_pthread_config@
  258. bindir = @bindir@
  259. build = @build@
  260. build_alias = @build_alias@
  261. build_cpu = @build_cpu@
  262. build_os = @build_os@
  263. build_vendor = @build_vendor@
  264. builddir = @builddir@
  265. datadir = @datadir@
  266. datarootdir = @datarootdir@
  267. docdir = @docdir@
  268. dvidir = @dvidir@
  269. exec_prefix = @exec_prefix@
  270. host = @host@
  271. host_alias = @host_alias@
  272. host_cpu = @host_cpu@
  273. host_os = @host_os@
  274. host_vendor = @host_vendor@
  275. htmldir = @htmldir@
  276. includedir = @includedir@
  277. infodir = @infodir@
  278. install_sh = @install_sh@
  279. libdir = @libdir@
  280. libexecdir = @libexecdir@
  281. localedir = @localedir@
  282. localstatedir = @localstatedir@
  283. mandir = @mandir@
  284. mkdir_p = @mkdir_p@
  285. oldincludedir = @oldincludedir@
  286. pcre_pcreh = @pcre_pcreh@
  287. pcreh = @pcreh@
  288. pdfdir = @pdfdir@
  289. prefix = @prefix@
  290. program_transform_name = @program_transform_name@
  291. psdir = @psdir@
  292. sbindir = @sbindir@
  293. sharedstatedir = @sharedstatedir@
  294. srcdir = @srcdir@
  295. subdirs = @subdirs@
  296. sysconfdir = @sysconfdir@
  297. target_alias = @target_alias@
  298. top_build_prefix = @top_build_prefix@
  299. top_builddir = @top_builddir@
  300. top_srcdir = @top_srcdir@
  301. SRCS = udns_dn.c udns_dntosp.c udns_parse.c udns_resolver.c udns_init.c \
  302. udns_misc.c udns_XtoX.c \
  303. udns_rr_a.c udns_rr_ptr.c udns_rr_mx.c udns_rr_txt.c udns_bl.c \
  304. udns_rr_srv.c udns_rr_naptr.c udns_codes.c udns_jran.c
  305. noinst_LTLIBRARIES = libudns.la
  306. libudns_la_SOURCES = ${SRCS}
  307. libudns_la_LDFLAGS = -static
  308. all: all-am
  309. .SUFFIXES:
  310. .SUFFIXES: .c .lo .o .obj
  311. $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
  312. @for dep in $?; do \
  313. case '$(am__configure_deps)' in \
  314. *$$dep*) \
  315. ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
  316. && { if test -f $@; then exit 0; else break; fi; }; \
  317. exit 1;; \
  318. esac; \
  319. done; \
  320. echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign libudns/Makefile'; \
  321. $(am__cd) $(top_srcdir) && \
  322. $(AUTOMAKE) --foreign libudns/Makefile
  323. .PRECIOUS: Makefile
  324. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  325. @case '$?' in \
  326. *config.status*) \
  327. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  328. *) \
  329. echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
  330. cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
  331. esac;
  332. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  333. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  334. $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
  335. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  336. $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
  337. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  338. $(am__aclocal_m4_deps):
  339. clean-noinstLTLIBRARIES:
  340. -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
  341. @list='$(noinst_LTLIBRARIES)'; \
  342. locs=`for p in $$list; do echo $$p; done | \
  343. sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
  344. sort -u`; \
  345. test -z "$$locs" || { \
  346. echo rm -f $${locs}; \
  347. rm -f $${locs}; \
  348. }
  349. libudns.la: $(libudns_la_OBJECTS) $(libudns_la_DEPENDENCIES) $(EXTRA_libudns_la_DEPENDENCIES)
  350. $(AM_V_CCLD)$(libudns_la_LINK) $(libudns_la_OBJECTS) $(libudns_la_LIBADD) $(LIBS)
  351. mostlyclean-compile:
  352. -rm -f *.$(OBJEXT)
  353. distclean-compile:
  354. -rm -f *.tab.c
  355. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/udns_XtoX.Plo@am__quote@
  356. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/udns_bl.Plo@am__quote@
  357. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/udns_codes.Plo@am__quote@
  358. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/udns_dn.Plo@am__quote@
  359. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/udns_dntosp.Plo@am__quote@
  360. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/udns_init.Plo@am__quote@
  361. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/udns_jran.Plo@am__quote@
  362. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/udns_misc.Plo@am__quote@
  363. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/udns_parse.Plo@am__quote@
  364. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/udns_resolver.Plo@am__quote@
  365. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/udns_rr_a.Plo@am__quote@
  366. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/udns_rr_mx.Plo@am__quote@
  367. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/udns_rr_naptr.Plo@am__quote@
  368. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/udns_rr_ptr.Plo@am__quote@
  369. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/udns_rr_srv.Plo@am__quote@
  370. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/udns_rr_txt.Plo@am__quote@
  371. .c.o:
  372. @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
  373. @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
  374. @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
  375. @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  376. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  377. @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
  378. .c.obj:
  379. @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
  380. @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
  381. @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
  382. @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  383. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  384. @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
  385. .c.lo:
  386. @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
  387. @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
  388. @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo
  389. @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
  390. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  391. @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
  392. mostlyclean-libtool:
  393. -rm -f *.lo
  394. clean-libtool:
  395. -rm -rf .libs _libs
  396. ID: $(am__tagged_files)
  397. $(am__define_uniq_tagged_files); mkid -fID $$unique
  398. tags: tags-am
  399. TAGS: tags
  400. tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  401. set x; \
  402. here=`pwd`; \
  403. $(am__define_uniq_tagged_files); \
  404. shift; \
  405. if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
  406. test -n "$$unique" || unique=$$empty_fix; \
  407. if test $$# -gt 0; then \
  408. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  409. "$$@" $$unique; \
  410. else \
  411. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  412. $$unique; \
  413. fi; \
  414. fi
  415. ctags: ctags-am
  416. CTAGS: ctags
  417. ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  418. $(am__define_uniq_tagged_files); \
  419. test -z "$(CTAGS_ARGS)$$unique" \
  420. || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  421. $$unique
  422. GTAGS:
  423. here=`$(am__cd) $(top_builddir) && pwd` \
  424. && $(am__cd) $(top_srcdir) \
  425. && gtags -i $(GTAGS_ARGS) "$$here"
  426. cscopelist: cscopelist-am
  427. cscopelist-am: $(am__tagged_files)
  428. list='$(am__tagged_files)'; \
  429. case "$(srcdir)" in \
  430. [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
  431. *) sdir=$(subdir)/$(srcdir) ;; \
  432. esac; \
  433. for i in $$list; do \
  434. if test -f "$$i"; then \
  435. echo "$(subdir)/$$i"; \
  436. else \
  437. echo "$$sdir/$$i"; \
  438. fi; \
  439. done >> $(top_builddir)/cscope.files
  440. distclean-tags:
  441. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  442. distdir: $(DISTFILES)
  443. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  444. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  445. list='$(DISTFILES)'; \
  446. dist_files=`for file in $$list; do echo $$file; done | \
  447. sed -e "s|^$$srcdirstrip/||;t" \
  448. -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  449. case $$dist_files in \
  450. */*) $(MKDIR_P) `echo "$$dist_files" | \
  451. sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  452. sort -u` ;; \
  453. esac; \
  454. for file in $$dist_files; do \
  455. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  456. if test -d $$d/$$file; then \
  457. dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  458. if test -d "$(distdir)/$$file"; then \
  459. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  460. fi; \
  461. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  462. cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  463. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  464. fi; \
  465. cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  466. else \
  467. test -f "$(distdir)/$$file" \
  468. || cp -p $$d/$$file "$(distdir)/$$file" \
  469. || exit 1; \
  470. fi; \
  471. done
  472. check-am: all-am
  473. check: check-am
  474. all-am: Makefile $(LTLIBRARIES)
  475. installdirs:
  476. install: install-am
  477. install-exec: install-exec-am
  478. install-data: install-data-am
  479. uninstall: uninstall-am
  480. install-am: all-am
  481. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  482. installcheck: installcheck-am
  483. install-strip:
  484. if test -z '$(STRIP)'; then \
  485. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  486. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  487. install; \
  488. else \
  489. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  490. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  491. "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
  492. fi
  493. mostlyclean-generic:
  494. clean-generic:
  495. distclean-generic:
  496. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  497. -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  498. maintainer-clean-generic:
  499. @echo "This command is intended for maintainers to use"
  500. @echo "it deletes files that may require special tools to rebuild."
  501. clean: clean-am
  502. clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
  503. mostlyclean-am
  504. distclean: distclean-am
  505. -rm -rf ./$(DEPDIR)
  506. -rm -f Makefile
  507. distclean-am: clean-am distclean-compile distclean-generic \
  508. distclean-tags
  509. dvi: dvi-am
  510. dvi-am:
  511. html: html-am
  512. html-am:
  513. info: info-am
  514. info-am:
  515. install-data-am:
  516. install-dvi: install-dvi-am
  517. install-dvi-am:
  518. install-exec-am:
  519. install-html: install-html-am
  520. install-html-am:
  521. install-info: install-info-am
  522. install-info-am:
  523. install-man:
  524. install-pdf: install-pdf-am
  525. install-pdf-am:
  526. install-ps: install-ps-am
  527. install-ps-am:
  528. installcheck-am:
  529. maintainer-clean: maintainer-clean-am
  530. -rm -rf ./$(DEPDIR)
  531. -rm -f Makefile
  532. maintainer-clean-am: distclean-am maintainer-clean-generic
  533. mostlyclean: mostlyclean-am
  534. mostlyclean-am: mostlyclean-compile mostlyclean-generic \
  535. mostlyclean-libtool
  536. pdf: pdf-am
  537. pdf-am:
  538. ps: ps-am
  539. ps-am:
  540. uninstall-am:
  541. .MAKE: install-am install-strip
  542. .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
  543. clean-libtool clean-noinstLTLIBRARIES cscopelist-am ctags \
  544. ctags-am distclean distclean-compile distclean-generic \
  545. distclean-libtool distclean-tags distdir dvi dvi-am html \
  546. html-am info info-am install install-am install-data \
  547. install-data-am install-dvi install-dvi-am install-exec \
  548. install-exec-am install-html install-html-am install-info \
  549. install-info-am install-man install-pdf install-pdf-am \
  550. install-ps install-ps-am install-strip installcheck \
  551. installcheck-am installdirs maintainer-clean \
  552. maintainer-clean-generic mostlyclean mostlyclean-compile \
  553. mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
  554. tags tags-am uninstall uninstall-am
  555. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  556. # Otherwise a system limit (for SysV at least) may be exceeded.
  557. .NOEXPORT: