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.

623 lines
19 KiB

9 years ago
9 years ago
9 years ago
9 years ago
8 years ago
8 years ago
11 years ago
8 years ago
11 years ago
8 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. RM = @RM@
  240. SED = @SED@
  241. SET_MAKE = @SET_MAKE@
  242. SHELL = @SHELL@
  243. STRIP = @STRIP@
  244. VERSION = @VERSION@
  245. XMLTO = @XMLTO@
  246. abs_builddir = @abs_builddir@
  247. abs_srcdir = @abs_srcdir@
  248. abs_top_builddir = @abs_top_builddir@
  249. abs_top_srcdir = @abs_top_srcdir@
  250. ac_ct_AR = @ac_ct_AR@
  251. ac_ct_CC = @ac_ct_CC@
  252. ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
  253. am__include = @am__include@
  254. am__leading_dot = @am__leading_dot@
  255. am__quote = @am__quote@
  256. am__tar = @am__tar@
  257. am__untar = @am__untar@
  258. ax_pthread_config = @ax_pthread_config@
  259. bindir = @bindir@
  260. build = @build@
  261. build_alias = @build_alias@
  262. build_cpu = @build_cpu@
  263. build_os = @build_os@
  264. build_vendor = @build_vendor@
  265. builddir = @builddir@
  266. datadir = @datadir@
  267. datarootdir = @datarootdir@
  268. docdir = @docdir@
  269. dvidir = @dvidir@
  270. exec_prefix = @exec_prefix@
  271. host = @host@
  272. host_alias = @host_alias@
  273. host_cpu = @host_cpu@
  274. host_os = @host_os@
  275. host_vendor = @host_vendor@
  276. htmldir = @htmldir@
  277. includedir = @includedir@
  278. infodir = @infodir@
  279. install_sh = @install_sh@
  280. libdir = @libdir@
  281. libexecdir = @libexecdir@
  282. localedir = @localedir@
  283. localstatedir = @localstatedir@
  284. mandir = @mandir@
  285. mkdir_p = @mkdir_p@
  286. oldincludedir = @oldincludedir@
  287. pcre_pcreh = @pcre_pcreh@
  288. pcreh = @pcreh@
  289. pdfdir = @pdfdir@
  290. prefix = @prefix@
  291. program_transform_name = @program_transform_name@
  292. psdir = @psdir@
  293. sbindir = @sbindir@
  294. sharedstatedir = @sharedstatedir@
  295. srcdir = @srcdir@
  296. subdirs = @subdirs@
  297. sysconfdir = @sysconfdir@
  298. target_alias = @target_alias@
  299. top_build_prefix = @top_build_prefix@
  300. top_builddir = @top_builddir@
  301. top_srcdir = @top_srcdir@
  302. SRCS = udns_dn.c udns_dntosp.c udns_parse.c udns_resolver.c udns_init.c \
  303. udns_misc.c udns_XtoX.c \
  304. udns_rr_a.c udns_rr_ptr.c udns_rr_mx.c udns_rr_txt.c udns_bl.c \
  305. udns_rr_srv.c udns_rr_naptr.c udns_codes.c udns_jran.c
  306. noinst_LTLIBRARIES = libudns.la
  307. libudns_la_SOURCES = ${SRCS}
  308. libudns_la_LDFLAGS = -static
  309. all: all-am
  310. .SUFFIXES:
  311. .SUFFIXES: .c .lo .o .obj
  312. $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
  313. @for dep in $?; do \
  314. case '$(am__configure_deps)' in \
  315. *$$dep*) \
  316. ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
  317. && { if test -f $@; then exit 0; else break; fi; }; \
  318. exit 1;; \
  319. esac; \
  320. done; \
  321. echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign libudns/Makefile'; \
  322. $(am__cd) $(top_srcdir) && \
  323. $(AUTOMAKE) --foreign libudns/Makefile
  324. .PRECIOUS: Makefile
  325. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  326. @case '$?' in \
  327. *config.status*) \
  328. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  329. *) \
  330. echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
  331. cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
  332. esac;
  333. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  334. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  335. $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
  336. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  337. $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
  338. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  339. $(am__aclocal_m4_deps):
  340. clean-noinstLTLIBRARIES:
  341. -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
  342. @list='$(noinst_LTLIBRARIES)'; \
  343. locs=`for p in $$list; do echo $$p; done | \
  344. sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
  345. sort -u`; \
  346. test -z "$$locs" || { \
  347. echo rm -f $${locs}; \
  348. rm -f $${locs}; \
  349. }
  350. libudns.la: $(libudns_la_OBJECTS) $(libudns_la_DEPENDENCIES) $(EXTRA_libudns_la_DEPENDENCIES)
  351. $(AM_V_CCLD)$(libudns_la_LINK) $(libudns_la_OBJECTS) $(libudns_la_LIBADD) $(LIBS)
  352. mostlyclean-compile:
  353. -rm -f *.$(OBJEXT)
  354. distclean-compile:
  355. -rm -f *.tab.c
  356. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/udns_XtoX.Plo@am__quote@
  357. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/udns_bl.Plo@am__quote@
  358. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/udns_codes.Plo@am__quote@
  359. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/udns_dn.Plo@am__quote@
  360. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/udns_dntosp.Plo@am__quote@
  361. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/udns_init.Plo@am__quote@
  362. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/udns_jran.Plo@am__quote@
  363. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/udns_misc.Plo@am__quote@
  364. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/udns_parse.Plo@am__quote@
  365. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/udns_resolver.Plo@am__quote@
  366. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/udns_rr_a.Plo@am__quote@
  367. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/udns_rr_mx.Plo@am__quote@
  368. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/udns_rr_naptr.Plo@am__quote@
  369. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/udns_rr_ptr.Plo@am__quote@
  370. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/udns_rr_srv.Plo@am__quote@
  371. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/udns_rr_txt.Plo@am__quote@
  372. .c.o:
  373. @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
  374. @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
  375. @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
  376. @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  377. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  378. @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
  379. .c.obj:
  380. @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
  381. @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
  382. @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
  383. @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  384. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  385. @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
  386. .c.lo:
  387. @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
  388. @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
  389. @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Plo
  390. @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
  391. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  392. @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LTCOMPILE) -c -o $@ $<
  393. mostlyclean-libtool:
  394. -rm -f *.lo
  395. clean-libtool:
  396. -rm -rf .libs _libs
  397. ID: $(am__tagged_files)
  398. $(am__define_uniq_tagged_files); mkid -fID $$unique
  399. tags: tags-am
  400. TAGS: tags
  401. tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  402. set x; \
  403. here=`pwd`; \
  404. $(am__define_uniq_tagged_files); \
  405. shift; \
  406. if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
  407. test -n "$$unique" || unique=$$empty_fix; \
  408. if test $$# -gt 0; then \
  409. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  410. "$$@" $$unique; \
  411. else \
  412. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  413. $$unique; \
  414. fi; \
  415. fi
  416. ctags: ctags-am
  417. CTAGS: ctags
  418. ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  419. $(am__define_uniq_tagged_files); \
  420. test -z "$(CTAGS_ARGS)$$unique" \
  421. || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  422. $$unique
  423. GTAGS:
  424. here=`$(am__cd) $(top_builddir) && pwd` \
  425. && $(am__cd) $(top_srcdir) \
  426. && gtags -i $(GTAGS_ARGS) "$$here"
  427. cscopelist: cscopelist-am
  428. cscopelist-am: $(am__tagged_files)
  429. list='$(am__tagged_files)'; \
  430. case "$(srcdir)" in \
  431. [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
  432. *) sdir=$(subdir)/$(srcdir) ;; \
  433. esac; \
  434. for i in $$list; do \
  435. if test -f "$$i"; then \
  436. echo "$(subdir)/$$i"; \
  437. else \
  438. echo "$$sdir/$$i"; \
  439. fi; \
  440. done >> $(top_builddir)/cscope.files
  441. distclean-tags:
  442. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  443. distdir: $(DISTFILES)
  444. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  445. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  446. list='$(DISTFILES)'; \
  447. dist_files=`for file in $$list; do echo $$file; done | \
  448. sed -e "s|^$$srcdirstrip/||;t" \
  449. -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  450. case $$dist_files in \
  451. */*) $(MKDIR_P) `echo "$$dist_files" | \
  452. sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  453. sort -u` ;; \
  454. esac; \
  455. for file in $$dist_files; do \
  456. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  457. if test -d $$d/$$file; then \
  458. dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  459. if test -d "$(distdir)/$$file"; then \
  460. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  461. fi; \
  462. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  463. cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  464. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  465. fi; \
  466. cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  467. else \
  468. test -f "$(distdir)/$$file" \
  469. || cp -p $$d/$$file "$(distdir)/$$file" \
  470. || exit 1; \
  471. fi; \
  472. done
  473. check-am: all-am
  474. check: check-am
  475. all-am: Makefile $(LTLIBRARIES)
  476. installdirs:
  477. install: install-am
  478. install-exec: install-exec-am
  479. install-data: install-data-am
  480. uninstall: uninstall-am
  481. install-am: all-am
  482. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  483. installcheck: installcheck-am
  484. install-strip:
  485. if test -z '$(STRIP)'; then \
  486. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  487. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  488. install; \
  489. else \
  490. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  491. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  492. "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
  493. fi
  494. mostlyclean-generic:
  495. clean-generic:
  496. distclean-generic:
  497. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  498. -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  499. maintainer-clean-generic:
  500. @echo "This command is intended for maintainers to use"
  501. @echo "it deletes files that may require special tools to rebuild."
  502. clean: clean-am
  503. clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
  504. mostlyclean-am
  505. distclean: distclean-am
  506. -rm -rf ./$(DEPDIR)
  507. -rm -f Makefile
  508. distclean-am: clean-am distclean-compile distclean-generic \
  509. distclean-tags
  510. dvi: dvi-am
  511. dvi-am:
  512. html: html-am
  513. html-am:
  514. info: info-am
  515. info-am:
  516. install-data-am:
  517. install-dvi: install-dvi-am
  518. install-dvi-am:
  519. install-exec-am:
  520. install-html: install-html-am
  521. install-html-am:
  522. install-info: install-info-am
  523. install-info-am:
  524. install-man:
  525. install-pdf: install-pdf-am
  526. install-pdf-am:
  527. install-ps: install-ps-am
  528. install-ps-am:
  529. installcheck-am:
  530. maintainer-clean: maintainer-clean-am
  531. -rm -rf ./$(DEPDIR)
  532. -rm -f Makefile
  533. maintainer-clean-am: distclean-am maintainer-clean-generic
  534. mostlyclean: mostlyclean-am
  535. mostlyclean-am: mostlyclean-compile mostlyclean-generic \
  536. mostlyclean-libtool
  537. pdf: pdf-am
  538. pdf-am:
  539. ps: ps-am
  540. ps-am:
  541. uninstall-am:
  542. .MAKE: install-am install-strip
  543. .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
  544. clean-libtool clean-noinstLTLIBRARIES cscopelist-am ctags \
  545. ctags-am distclean distclean-compile distclean-generic \
  546. distclean-libtool distclean-tags distdir dvi dvi-am html \
  547. html-am info info-am install install-am install-data \
  548. install-data-am install-dvi install-dvi-am install-exec \
  549. install-exec-am install-html install-html-am install-info \
  550. install-info-am install-man install-pdf install-pdf-am \
  551. install-ps install-ps-am install-strip installcheck \
  552. installcheck-am installdirs maintainer-clean \
  553. maintainer-clean-generic mostlyclean mostlyclean-compile \
  554. mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
  555. tags tags-am uninstall uninstall-am
  556. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  557. # Otherwise a system limit (for SysV at least) may be exceeded.
  558. .NOEXPORT: