Makefile.in 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657
  1. # Makefile.in generated by automake 1.16.1 from Makefile.am.
  2. # @configure_input@
  3. # Copyright (C) 1994-2018 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. #
  13. # Copyright (c) 2018 Cadence Design Systems Inc.
  14. #
  15. # Permission is hereby granted, free of charge, to any person obtaining
  16. # a copy of this software and associated documentation files (the
  17. # "Software"), to deal in the Software without restriction, including
  18. # without limitation the rights to use, copy, modify, merge, publish,
  19. # distribute, sublicense, and/or sell copies of the Software, and to
  20. # permit persons to whom the Software is furnished to do so, subject to
  21. # the following conditions:
  22. #
  23. # The above copyright notice and this permission notice shall be included
  24. # in all copies or substantial portions of the Software.
  25. #
  26. # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
  27. # EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
  28. # MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
  29. # IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
  30. # CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
  31. # TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
  32. # SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  33. #
  34. VPATH = @srcdir@
  35. am__is_gnu_make = { \
  36. if test -z '$(MAKELEVEL)'; then \
  37. false; \
  38. elif test -n '$(MAKE_HOST)'; then \
  39. true; \
  40. elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
  41. true; \
  42. else \
  43. false; \
  44. fi; \
  45. }
  46. am__make_running_with_option = \
  47. case $${target_option-} in \
  48. ?) ;; \
  49. *) echo "am__make_running_with_option: internal error: invalid" \
  50. "target option '$${target_option-}' specified" >&2; \
  51. exit 1;; \
  52. esac; \
  53. has_opt=no; \
  54. sane_makeflags=$$MAKEFLAGS; \
  55. if $(am__is_gnu_make); then \
  56. sane_makeflags=$$MFLAGS; \
  57. else \
  58. case $$MAKEFLAGS in \
  59. *\\[\ \ ]*) \
  60. bs=\\; \
  61. sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
  62. | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
  63. esac; \
  64. fi; \
  65. skip_next=no; \
  66. strip_trailopt () \
  67. { \
  68. flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
  69. }; \
  70. for flg in $$sane_makeflags; do \
  71. test $$skip_next = yes && { skip_next=no; continue; }; \
  72. case $$flg in \
  73. *=*|--*) continue;; \
  74. -*I) strip_trailopt 'I'; skip_next=yes;; \
  75. -*I?*) strip_trailopt 'I';; \
  76. -*O) strip_trailopt 'O'; skip_next=yes;; \
  77. -*O?*) strip_trailopt 'O';; \
  78. -*l) strip_trailopt 'l'; skip_next=yes;; \
  79. -*l?*) strip_trailopt 'l';; \
  80. -[dEDm]) skip_next=yes;; \
  81. -[JT]) skip_next=yes;; \
  82. esac; \
  83. case $$flg in \
  84. *$$target_option*) has_opt=yes; break;; \
  85. esac; \
  86. done; \
  87. test $$has_opt = yes
  88. am__make_dryrun = (target_option=n; $(am__make_running_with_option))
  89. am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
  90. pkgdatadir = $(datadir)/@PACKAGE@
  91. pkgincludedir = $(includedir)/@PACKAGE@
  92. pkglibdir = $(libdir)/@PACKAGE@
  93. pkglibexecdir = $(libexecdir)/@PACKAGE@
  94. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
  95. install_sh_DATA = $(install_sh) -c -m 644
  96. install_sh_PROGRAM = $(install_sh) -c
  97. install_sh_SCRIPT = $(install_sh) -c
  98. INSTALL_HEADER = $(INSTALL_DATA)
  99. transform = $(program_transform_name)
  100. NORMAL_INSTALL = :
  101. PRE_INSTALL = :
  102. POST_INSTALL = :
  103. NORMAL_UNINSTALL = :
  104. PRE_UNINSTALL = :
  105. POST_UNINSTALL = :
  106. build_triplet = @build@
  107. host_triplet = @host@
  108. subdir = xrp-common
  109. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  110. am__aclocal_m4_deps = $(top_srcdir)/configure.ac
  111. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  112. $(ACLOCAL_M4)
  113. DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
  114. mkinstalldirs = $(install_sh) -d
  115. CONFIG_CLEAN_FILES =
  116. CONFIG_CLEAN_VPATH_FILES =
  117. am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
  118. am__vpath_adj = case $$p in \
  119. $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
  120. *) f=$$p;; \
  121. esac;
  122. am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
  123. am__install_max = 40
  124. am__nobase_strip_setup = \
  125. srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
  126. am__nobase_strip = \
  127. for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
  128. am__nobase_list = $(am__nobase_strip_setup); \
  129. for p in $$list; do echo "$$p $$p"; done | \
  130. sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
  131. $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
  132. if (++n[$$2] == $(am__install_max)) \
  133. { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
  134. END { for (dir in files) print dir, files[dir] }'
  135. am__base_list = \
  136. sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
  137. sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
  138. am__uninstall_files_from_dir = { \
  139. test -z "$$files" \
  140. || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
  141. || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
  142. $(am__cd) "$$dir" && rm -f $$files; }; \
  143. }
  144. am__installdirs = "$(DESTDIR)$(libdir)"
  145. LIBRARIES = $(lib_LIBRARIES)
  146. ARFLAGS = cru
  147. AM_V_AR = $(am__v_AR_@AM_V@)
  148. am__v_AR_ = $(am__v_AR_@AM_DEFAULT_V@)
  149. am__v_AR_0 = @echo " AR " $@;
  150. am__v_AR_1 =
  151. libxrp_common_a_AR = $(AR) $(ARFLAGS)
  152. libxrp_common_a_LIBADD =
  153. am_libxrp_common_a_OBJECTS = xrp_rb_file.$(OBJEXT) xrp_ns.$(OBJEXT)
  154. libxrp_common_a_OBJECTS = $(am_libxrp_common_a_OBJECTS)
  155. AM_V_P = $(am__v_P_@AM_V@)
  156. am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
  157. am__v_P_0 = false
  158. am__v_P_1 = :
  159. AM_V_GEN = $(am__v_GEN_@AM_V@)
  160. am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
  161. am__v_GEN_0 = @echo " GEN " $@;
  162. am__v_GEN_1 =
  163. AM_V_at = $(am__v_at_@AM_V@)
  164. am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
  165. am__v_at_0 = @
  166. am__v_at_1 =
  167. DEFAULT_INCLUDES = -I.@am__isrc@
  168. depcomp = $(SHELL) $(top_srcdir)/autoconf/depcomp
  169. am__maybe_remake_depfiles = depfiles
  170. am__depfiles_remade = ./$(DEPDIR)/xrp_ns.Po ./$(DEPDIR)/xrp_rb_file.Po
  171. am__mv = mv -f
  172. COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
  173. $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  174. AM_V_CC = $(am__v_CC_@AM_V@)
  175. am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
  176. am__v_CC_0 = @echo " CC " $@;
  177. am__v_CC_1 =
  178. CCLD = $(CC)
  179. LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
  180. AM_V_CCLD = $(am__v_CCLD_@AM_V@)
  181. am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
  182. am__v_CCLD_0 = @echo " CCLD " $@;
  183. am__v_CCLD_1 =
  184. SOURCES = $(libxrp_common_a_SOURCES)
  185. DIST_SOURCES = $(libxrp_common_a_SOURCES)
  186. am__can_run_installinfo = \
  187. case $$AM_UPDATE_INFO_DIR in \
  188. n|no|NO) false;; \
  189. *) (install-info --version) >/dev/null 2>&1;; \
  190. esac
  191. am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
  192. # Read a list of newline-separated strings from the standard input,
  193. # and print each of them once, without duplicates. Input order is
  194. # *not* preserved.
  195. am__uniquify_input = $(AWK) '\
  196. BEGIN { nonempty = 0; } \
  197. { items[$$0] = 1; nonempty = 1; } \
  198. END { if (nonempty) { for (i in items) print i; }; } \
  199. '
  200. # Make sure the list of sources is unique. This is necessary because,
  201. # e.g., the same source file might be shared among _SOURCES variables
  202. # for different programs/libraries.
  203. am__define_uniq_tagged_files = \
  204. list='$(am__tagged_files)'; \
  205. unique=`for i in $$list; do \
  206. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  207. done | $(am__uniquify_input)`
  208. ETAGS = etags
  209. CTAGS = ctags
  210. am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/autoconf/depcomp
  211. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  212. ACLOCAL = @ACLOCAL@
  213. AMTAR = @AMTAR@
  214. AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
  215. AR = @AR@
  216. AUTOCONF = @AUTOCONF@
  217. AUTOHEADER = @AUTOHEADER@
  218. AUTOMAKE = @AUTOMAKE@
  219. AWK = @AWK@
  220. CC = @CC@
  221. CCAS = @CCAS@
  222. CCASDEPMODE = @CCASDEPMODE@
  223. CCASFLAGS = @CCASFLAGS@
  224. CCDEPMODE = @CCDEPMODE@
  225. CFLAGS = @CFLAGS@
  226. CPP = @CPP@
  227. CPPFLAGS = @CPPFLAGS@
  228. CYGPATH_W = @CYGPATH_W@
  229. DEFS = @DEFS@
  230. DEPDIR = @DEPDIR@
  231. DSP_CACHEATTR = @DSP_CACHEATTR@
  232. DSP_COMM_BASE = @DSP_COMM_BASE@
  233. DSP_LSP = @DSP_LSP@
  234. DTC = @DTC@
  235. ECHO_C = @ECHO_C@
  236. ECHO_N = @ECHO_N@
  237. ECHO_T = @ECHO_T@
  238. EGREP = @EGREP@
  239. EXEEXT = @EXEEXT@
  240. GREP = @GREP@
  241. HOST_CACHEATTR = @HOST_CACHEATTR@
  242. HOST_LSP = @HOST_LSP@
  243. HOST_OS = @HOST_OS@
  244. HW_PORT = @HW_PORT@
  245. INSTALL = @INSTALL@
  246. INSTALL_DATA = @INSTALL_DATA@
  247. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  248. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  249. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  250. LDFLAGS = @LDFLAGS@
  251. LIBFDT_CPPFLAGS = @LIBFDT_CPPFLAGS@
  252. LIBFDT_LDFLAGS = @LIBFDT_LDFLAGS@
  253. LIBOBJS = @LIBOBJS@
  254. LIBS = @LIBS@
  255. LTLIBOBJS = @LTLIBOBJS@
  256. MAINT = @MAINT@
  257. MAKEINFO = @MAKEINFO@
  258. MKDIR_P = @MKDIR_P@
  259. OBJEXT = @OBJEXT@
  260. PACKAGE = @PACKAGE@
  261. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  262. PACKAGE_NAME = @PACKAGE_NAME@
  263. PACKAGE_STRING = @PACKAGE_STRING@
  264. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  265. PACKAGE_URL = @PACKAGE_URL@
  266. PACKAGE_VERSION = @PACKAGE_VERSION@
  267. PATH_SEPARATOR = @PATH_SEPARATOR@
  268. RANLIB = @RANLIB@
  269. SET_MAKE = @SET_MAKE@
  270. SHELL = @SHELL@
  271. STRIP = @STRIP@
  272. THREADS_CFLAGS = @THREADS_CFLAGS@
  273. THREADS_IMPL = @THREADS_IMPL@
  274. THREADS_LDFLAGS = @THREADS_LDFLAGS@
  275. VERSION = @VERSION@
  276. abs_builddir = @abs_builddir@
  277. abs_srcdir = @abs_srcdir@
  278. abs_top_builddir = @abs_top_builddir@
  279. abs_top_srcdir = @abs_top_srcdir@
  280. ac_ct_AR = @ac_ct_AR@
  281. ac_ct_CC = @ac_ct_CC@
  282. am__include = @am__include@
  283. am__leading_dot = @am__leading_dot@
  284. am__quote = @am__quote@
  285. am__tar = @am__tar@
  286. am__untar = @am__untar@
  287. bindir = @bindir@
  288. build = @build@
  289. build_alias = @build_alias@
  290. build_cpu = @build_cpu@
  291. build_os = @build_os@
  292. build_vendor = @build_vendor@
  293. builddir = @builddir@
  294. datadir = @datadir@
  295. datarootdir = @datarootdir@
  296. docdir = @docdir@
  297. dvidir = @dvidir@
  298. exec_prefix = @exec_prefix@
  299. host = @host@
  300. host_alias = @host_alias@
  301. host_cpu = @host_cpu@
  302. host_os = @host_os@
  303. host_vendor = @host_vendor@
  304. htmldir = @htmldir@
  305. includedir = @includedir@
  306. infodir = @infodir@
  307. install_sh = @install_sh@
  308. libdir = @libdir@
  309. libexecdir = @libexecdir@
  310. localedir = @localedir@
  311. localstatedir = @localstatedir@
  312. mandir = @mandir@
  313. mkdir_p = @mkdir_p@
  314. oldincludedir = @oldincludedir@
  315. pdfdir = @pdfdir@
  316. prefix = @prefix@
  317. program_transform_name = @program_transform_name@
  318. psdir = @psdir@
  319. runstatedir = @runstatedir@
  320. sbindir = @sbindir@
  321. sharedstatedir = @sharedstatedir@
  322. srcdir = @srcdir@
  323. sysconfdir = @sysconfdir@
  324. target_alias = @target_alias@
  325. top_build_prefix = @top_build_prefix@
  326. top_builddir = @top_builddir@
  327. top_srcdir = @top_srcdir@
  328. AM_CPPFLAGS = -I$(srcdir)/.. \
  329. -I$(srcdir)/../xrp-kernel
  330. AM_CFLAGS = -W -Wall
  331. lib_LIBRARIES = libxrp-common.a
  332. libxrp_common_a_SOURCES = xrp_rb_file.c \
  333. xrp_ns.c
  334. all: all-am
  335. .SUFFIXES:
  336. .SUFFIXES: .c .o .obj
  337. $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
  338. @for dep in $?; do \
  339. case '$(am__configure_deps)' in \
  340. *$$dep*) \
  341. ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
  342. && { if test -f $@; then exit 0; else break; fi; }; \
  343. exit 1;; \
  344. esac; \
  345. done; \
  346. echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign xrp-common/Makefile'; \
  347. $(am__cd) $(top_srcdir) && \
  348. $(AUTOMAKE) --foreign xrp-common/Makefile
  349. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  350. @case '$?' in \
  351. *config.status*) \
  352. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  353. *) \
  354. echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
  355. cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
  356. esac;
  357. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  358. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  359. $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
  360. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  361. $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
  362. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  363. $(am__aclocal_m4_deps):
  364. install-libLIBRARIES: $(lib_LIBRARIES)
  365. @$(NORMAL_INSTALL)
  366. @list='$(lib_LIBRARIES)'; test -n "$(libdir)" || list=; \
  367. list2=; for p in $$list; do \
  368. if test -f $$p; then \
  369. list2="$$list2 $$p"; \
  370. else :; fi; \
  371. done; \
  372. test -z "$$list2" || { \
  373. echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \
  374. $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \
  375. echo " $(INSTALL_DATA) $$list2 '$(DESTDIR)$(libdir)'"; \
  376. $(INSTALL_DATA) $$list2 "$(DESTDIR)$(libdir)" || exit $$?; }
  377. @$(POST_INSTALL)
  378. @list='$(lib_LIBRARIES)'; test -n "$(libdir)" || list=; \
  379. for p in $$list; do \
  380. if test -f $$p; then \
  381. $(am__strip_dir) \
  382. echo " ( cd '$(DESTDIR)$(libdir)' && $(RANLIB) $$f )"; \
  383. ( cd "$(DESTDIR)$(libdir)" && $(RANLIB) $$f ) || exit $$?; \
  384. else :; fi; \
  385. done
  386. uninstall-libLIBRARIES:
  387. @$(NORMAL_UNINSTALL)
  388. @list='$(lib_LIBRARIES)'; test -n "$(libdir)" || list=; \
  389. files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
  390. dir='$(DESTDIR)$(libdir)'; $(am__uninstall_files_from_dir)
  391. clean-libLIBRARIES:
  392. -test -z "$(lib_LIBRARIES)" || rm -f $(lib_LIBRARIES)
  393. libxrp-common.a: $(libxrp_common_a_OBJECTS) $(libxrp_common_a_DEPENDENCIES) $(EXTRA_libxrp_common_a_DEPENDENCIES)
  394. $(AM_V_at)-rm -f libxrp-common.a
  395. $(AM_V_AR)$(libxrp_common_a_AR) libxrp-common.a $(libxrp_common_a_OBJECTS) $(libxrp_common_a_LIBADD)
  396. $(AM_V_at)$(RANLIB) libxrp-common.a
  397. mostlyclean-compile:
  398. -rm -f *.$(OBJEXT)
  399. distclean-compile:
  400. -rm -f *.tab.c
  401. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xrp_ns.Po@am__quote@ # am--include-marker
  402. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xrp_rb_file.Po@am__quote@ # am--include-marker
  403. $(am__depfiles_remade):
  404. @$(MKDIR_P) $(@D)
  405. @echo '# dummy' >$@-t && $(am__mv) $@-t $@
  406. am--depfiles: $(am__depfiles_remade)
  407. .c.o:
  408. @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
  409. @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
  410. @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
  411. @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  412. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  413. @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
  414. .c.obj:
  415. @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
  416. @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
  417. @am__fastdepCC_TRUE@ $(am__mv) $$depbase.Tpo $$depbase.Po
  418. @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  419. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  420. @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
  421. ID: $(am__tagged_files)
  422. $(am__define_uniq_tagged_files); mkid -fID $$unique
  423. tags: tags-am
  424. TAGS: tags
  425. tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  426. set x; \
  427. here=`pwd`; \
  428. $(am__define_uniq_tagged_files); \
  429. shift; \
  430. if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
  431. test -n "$$unique" || unique=$$empty_fix; \
  432. if test $$# -gt 0; then \
  433. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  434. "$$@" $$unique; \
  435. else \
  436. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  437. $$unique; \
  438. fi; \
  439. fi
  440. ctags: ctags-am
  441. CTAGS: ctags
  442. ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  443. $(am__define_uniq_tagged_files); \
  444. test -z "$(CTAGS_ARGS)$$unique" \
  445. || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  446. $$unique
  447. GTAGS:
  448. here=`$(am__cd) $(top_builddir) && pwd` \
  449. && $(am__cd) $(top_srcdir) \
  450. && gtags -i $(GTAGS_ARGS) "$$here"
  451. cscopelist: cscopelist-am
  452. cscopelist-am: $(am__tagged_files)
  453. list='$(am__tagged_files)'; \
  454. case "$(srcdir)" in \
  455. [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
  456. *) sdir=$(subdir)/$(srcdir) ;; \
  457. esac; \
  458. for i in $$list; do \
  459. if test -f "$$i"; then \
  460. echo "$(subdir)/$$i"; \
  461. else \
  462. echo "$$sdir/$$i"; \
  463. fi; \
  464. done >> $(top_builddir)/cscope.files
  465. distclean-tags:
  466. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  467. distdir: $(BUILT_SOURCES)
  468. $(MAKE) $(AM_MAKEFLAGS) distdir-am
  469. distdir-am: $(DISTFILES)
  470. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  471. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  472. list='$(DISTFILES)'; \
  473. dist_files=`for file in $$list; do echo $$file; done | \
  474. sed -e "s|^$$srcdirstrip/||;t" \
  475. -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  476. case $$dist_files in \
  477. */*) $(MKDIR_P) `echo "$$dist_files" | \
  478. sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  479. sort -u` ;; \
  480. esac; \
  481. for file in $$dist_files; do \
  482. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  483. if test -d $$d/$$file; then \
  484. dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  485. if test -d "$(distdir)/$$file"; then \
  486. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  487. fi; \
  488. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  489. cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  490. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  491. fi; \
  492. cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  493. else \
  494. test -f "$(distdir)/$$file" \
  495. || cp -p $$d/$$file "$(distdir)/$$file" \
  496. || exit 1; \
  497. fi; \
  498. done
  499. check-am: all-am
  500. check: check-am
  501. all-am: Makefile $(LIBRARIES)
  502. installdirs:
  503. for dir in "$(DESTDIR)$(libdir)"; do \
  504. test -z "$$dir" || $(MKDIR_P) "$$dir"; \
  505. done
  506. install: install-am
  507. install-exec: install-exec-am
  508. install-data: install-data-am
  509. uninstall: uninstall-am
  510. install-am: all-am
  511. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  512. installcheck: installcheck-am
  513. install-strip:
  514. if test -z '$(STRIP)'; then \
  515. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  516. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  517. install; \
  518. else \
  519. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  520. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  521. "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
  522. fi
  523. mostlyclean-generic:
  524. clean-generic:
  525. distclean-generic:
  526. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  527. -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  528. maintainer-clean-generic:
  529. @echo "This command is intended for maintainers to use"
  530. @echo "it deletes files that may require special tools to rebuild."
  531. clean: clean-am
  532. clean-am: clean-generic clean-libLIBRARIES mostlyclean-am
  533. distclean: distclean-am
  534. -rm -f ./$(DEPDIR)/xrp_ns.Po
  535. -rm -f ./$(DEPDIR)/xrp_rb_file.Po
  536. -rm -f Makefile
  537. distclean-am: clean-am distclean-compile distclean-generic \
  538. distclean-tags
  539. dvi: dvi-am
  540. dvi-am:
  541. html: html-am
  542. html-am:
  543. info: info-am
  544. info-am:
  545. install-data-am:
  546. install-dvi: install-dvi-am
  547. install-dvi-am:
  548. install-exec-am: install-libLIBRARIES
  549. install-html: install-html-am
  550. install-html-am:
  551. install-info: install-info-am
  552. install-info-am:
  553. install-man:
  554. install-pdf: install-pdf-am
  555. install-pdf-am:
  556. install-ps: install-ps-am
  557. install-ps-am:
  558. installcheck-am:
  559. maintainer-clean: maintainer-clean-am
  560. -rm -f ./$(DEPDIR)/xrp_ns.Po
  561. -rm -f ./$(DEPDIR)/xrp_rb_file.Po
  562. -rm -f Makefile
  563. maintainer-clean-am: distclean-am maintainer-clean-generic
  564. mostlyclean: mostlyclean-am
  565. mostlyclean-am: mostlyclean-compile mostlyclean-generic
  566. pdf: pdf-am
  567. pdf-am:
  568. ps: ps-am
  569. ps-am:
  570. uninstall-am: uninstall-libLIBRARIES
  571. .MAKE: install-am install-strip
  572. .PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-am clean \
  573. clean-generic clean-libLIBRARIES cscopelist-am ctags ctags-am \
  574. distclean distclean-compile distclean-generic distclean-tags \
  575. distdir dvi dvi-am html html-am info info-am install \
  576. install-am install-data install-data-am install-dvi \
  577. install-dvi-am install-exec install-exec-am install-html \
  578. install-html-am install-info install-info-am \
  579. install-libLIBRARIES install-man install-pdf install-pdf-am \
  580. install-ps install-ps-am install-strip installcheck \
  581. installcheck-am installdirs maintainer-clean \
  582. maintainer-clean-generic mostlyclean mostlyclean-compile \
  583. mostlyclean-generic pdf pdf-am ps ps-am tags tags-am uninstall \
  584. uninstall-am uninstall-libLIBRARIES
  585. .PRECIOUS: Makefile
  586. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  587. # Otherwise a system limit (for SysV at least) may be exceeded.
  588. .NOEXPORT: