Makefile.in 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638
  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. VPATH = @srcdir@
  13. am__is_gnu_make = { \
  14. if test -z '$(MAKELEVEL)'; then \
  15. false; \
  16. elif test -n '$(MAKE_HOST)'; then \
  17. true; \
  18. elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
  19. true; \
  20. else \
  21. false; \
  22. fi; \
  23. }
  24. am__make_running_with_option = \
  25. case $${target_option-} in \
  26. ?) ;; \
  27. *) echo "am__make_running_with_option: internal error: invalid" \
  28. "target option '$${target_option-}' specified" >&2; \
  29. exit 1;; \
  30. esac; \
  31. has_opt=no; \
  32. sane_makeflags=$$MAKEFLAGS; \
  33. if $(am__is_gnu_make); then \
  34. sane_makeflags=$$MFLAGS; \
  35. else \
  36. case $$MAKEFLAGS in \
  37. *\\[\ \ ]*) \
  38. bs=\\; \
  39. sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
  40. | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
  41. esac; \
  42. fi; \
  43. skip_next=no; \
  44. strip_trailopt () \
  45. { \
  46. flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
  47. }; \
  48. for flg in $$sane_makeflags; do \
  49. test $$skip_next = yes && { skip_next=no; continue; }; \
  50. case $$flg in \
  51. *=*|--*) continue;; \
  52. -*I) strip_trailopt 'I'; skip_next=yes;; \
  53. -*I?*) strip_trailopt 'I';; \
  54. -*O) strip_trailopt 'O'; skip_next=yes;; \
  55. -*O?*) strip_trailopt 'O';; \
  56. -*l) strip_trailopt 'l'; skip_next=yes;; \
  57. -*l?*) strip_trailopt 'l';; \
  58. -[dEDm]) skip_next=yes;; \
  59. -[JT]) skip_next=yes;; \
  60. esac; \
  61. case $$flg in \
  62. *$$target_option*) has_opt=yes; break;; \
  63. esac; \
  64. done; \
  65. test $$has_opt = yes
  66. am__make_dryrun = (target_option=n; $(am__make_running_with_option))
  67. am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
  68. pkgdatadir = $(datadir)/@PACKAGE@
  69. pkgincludedir = $(includedir)/@PACKAGE@
  70. pkglibdir = $(libdir)/@PACKAGE@
  71. pkglibexecdir = $(libexecdir)/@PACKAGE@
  72. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
  73. install_sh_DATA = $(install_sh) -c -m 644
  74. install_sh_PROGRAM = $(install_sh) -c
  75. install_sh_SCRIPT = $(install_sh) -c
  76. INSTALL_HEADER = $(INSTALL_DATA)
  77. transform = $(program_transform_name)
  78. NORMAL_INSTALL = :
  79. PRE_INSTALL = :
  80. POST_INSTALL = :
  81. NORMAL_UNINSTALL = :
  82. PRE_UNINSTALL = :
  83. POST_UNINSTALL = :
  84. build_triplet = @build@
  85. host_triplet = @host@
  86. subdir = include
  87. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  88. am__aclocal_m4_deps = $(top_srcdir)/scripts/ax_pthread.m4 \
  89. $(top_srcdir)/scripts/libtool.m4 \
  90. $(top_srcdir)/scripts/ltoptions.m4 \
  91. $(top_srcdir)/scripts/ltsugar.m4 \
  92. $(top_srcdir)/scripts/ltversion.m4 \
  93. $(top_srcdir)/scripts/lt~obsolete.m4 \
  94. $(top_srcdir)/configure.ac
  95. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  96. $(ACLOCAL_M4)
  97. DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
  98. mkinstalldirs = $(SHELL) $(top_srcdir)/scripts/mkinstalldirs
  99. CONFIG_HEADER = $(top_builddir)/exosip-config.h
  100. CONFIG_CLEAN_FILES =
  101. CONFIG_CLEAN_VPATH_FILES =
  102. AM_V_P = $(am__v_P_@AM_V@)
  103. am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
  104. am__v_P_0 = false
  105. am__v_P_1 = :
  106. AM_V_GEN = $(am__v_GEN_@AM_V@)
  107. am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
  108. am__v_GEN_0 = @echo " GEN " $@;
  109. am__v_GEN_1 =
  110. AM_V_at = $(am__v_at_@AM_V@)
  111. am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
  112. am__v_at_0 = @
  113. am__v_at_1 =
  114. SOURCES =
  115. DIST_SOURCES =
  116. RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
  117. ctags-recursive dvi-recursive html-recursive info-recursive \
  118. install-data-recursive install-dvi-recursive \
  119. install-exec-recursive install-html-recursive \
  120. install-info-recursive install-pdf-recursive \
  121. install-ps-recursive install-recursive installcheck-recursive \
  122. installdirs-recursive pdf-recursive ps-recursive \
  123. tags-recursive uninstall-recursive
  124. am__can_run_installinfo = \
  125. case $$AM_UPDATE_INFO_DIR in \
  126. n|no|NO) false;; \
  127. *) (install-info --version) >/dev/null 2>&1;; \
  128. esac
  129. RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
  130. distclean-recursive maintainer-clean-recursive
  131. am__recursive_targets = \
  132. $(RECURSIVE_TARGETS) \
  133. $(RECURSIVE_CLEAN_TARGETS) \
  134. $(am__extra_recursive_targets)
  135. AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
  136. distdir distdir-am
  137. am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
  138. # Read a list of newline-separated strings from the standard input,
  139. # and print each of them once, without duplicates. Input order is
  140. # *not* preserved.
  141. am__uniquify_input = $(AWK) '\
  142. BEGIN { nonempty = 0; } \
  143. { items[$$0] = 1; nonempty = 1; } \
  144. END { if (nonempty) { for (i in items) print i; }; } \
  145. '
  146. # Make sure the list of sources is unique. This is necessary because,
  147. # e.g., the same source file might be shared among _SOURCES variables
  148. # for different programs/libraries.
  149. am__define_uniq_tagged_files = \
  150. list='$(am__tagged_files)'; \
  151. unique=`for i in $$list; do \
  152. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  153. done | $(am__uniquify_input)`
  154. ETAGS = etags
  155. CTAGS = ctags
  156. DIST_SUBDIRS = $(SUBDIRS)
  157. am__DIST_COMMON = $(srcdir)/Makefile.in \
  158. $(top_srcdir)/scripts/mkinstalldirs
  159. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  160. am__relativize = \
  161. dir0=`pwd`; \
  162. sed_first='s,^\([^/]*\)/.*$$,\1,'; \
  163. sed_rest='s,^[^/]*/*,,'; \
  164. sed_last='s,^.*/\([^/]*\)$$,\1,'; \
  165. sed_butlast='s,/*[^/]*$$,,'; \
  166. while test -n "$$dir1"; do \
  167. first=`echo "$$dir1" | sed -e "$$sed_first"`; \
  168. if test "$$first" != "."; then \
  169. if test "$$first" = ".."; then \
  170. dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
  171. dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
  172. else \
  173. first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
  174. if test "$$first2" = "$$first"; then \
  175. dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
  176. else \
  177. dir2="../$$dir2"; \
  178. fi; \
  179. dir0="$$dir0"/"$$first"; \
  180. fi; \
  181. fi; \
  182. dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
  183. done; \
  184. reldir="$$dir2"
  185. ACLOCAL = @ACLOCAL@
  186. AMTAR = @AMTAR@
  187. AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
  188. AR = @AR@
  189. AUTOCONF = @AUTOCONF@
  190. AUTOHEADER = @AUTOHEADER@
  191. AUTOMAKE = @AUTOMAKE@
  192. AWK = @AWK@
  193. CC = @CC@
  194. CCDEPMODE = @CCDEPMODE@
  195. CFLAGS = @CFLAGS@
  196. CPP = @CPP@
  197. CPPFLAGS = @CPPFLAGS@
  198. CYGPATH_W = @CYGPATH_W@
  199. DEFS = @DEFS@
  200. DEPDIR = @DEPDIR@
  201. DLLTOOL = @DLLTOOL@
  202. DSYMUTIL = @DSYMUTIL@
  203. DUMPBIN = @DUMPBIN@
  204. ECHO_C = @ECHO_C@
  205. ECHO_N = @ECHO_N@
  206. ECHO_T = @ECHO_T@
  207. EGREP = @EGREP@
  208. EXEEXT = @EXEEXT@
  209. EXOSIP_FLAGS = @EXOSIP_FLAGS@
  210. EXOSIP_LIB = @EXOSIP_LIB@
  211. EXOSIP_VERSION = @EXOSIP_VERSION@
  212. FGREP = @FGREP@
  213. GREP = @GREP@
  214. INSTALL = @INSTALL@
  215. INSTALL_DATA = @INSTALL_DATA@
  216. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  217. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  218. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  219. LD = @LD@
  220. LDFLAGS = @LDFLAGS@
  221. LIBEXOSIP_SO_VERSION = @LIBEXOSIP_SO_VERSION@
  222. LIBOBJS = @LIBOBJS@
  223. LIBS = @LIBS@
  224. LIBTOOL = @LIBTOOL@
  225. LIPO = @LIPO@
  226. LN_S = @LN_S@
  227. LTLIBOBJS = @LTLIBOBJS@
  228. LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
  229. MAKEINFO = @MAKEINFO@
  230. MANIFEST_TOOL = @MANIFEST_TOOL@
  231. MKDIR_P = @MKDIR_P@
  232. NM = @NM@
  233. NMEDIT = @NMEDIT@
  234. OBJDUMP = @OBJDUMP@
  235. OBJEXT = @OBJEXT@
  236. OSIP_CFLAGS = @OSIP_CFLAGS@
  237. OSIP_LIBS = @OSIP_LIBS@
  238. OTOOL = @OTOOL@
  239. OTOOL64 = @OTOOL64@
  240. PACKAGE = @PACKAGE@
  241. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  242. PACKAGE_NAME = @PACKAGE_NAME@
  243. PACKAGE_STRING = @PACKAGE_STRING@
  244. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  245. PACKAGE_URL = @PACKAGE_URL@
  246. PACKAGE_VERSION = @PACKAGE_VERSION@
  247. PATH_SEPARATOR = @PATH_SEPARATOR@
  248. PKG_CONFIG = @PKG_CONFIG@
  249. PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
  250. PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
  251. PTHREAD_CC = @PTHREAD_CC@
  252. PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
  253. PTHREAD_LIBS = @PTHREAD_LIBS@
  254. RANLIB = @RANLIB@
  255. SED = @SED@
  256. SET_MAKE = @SET_MAKE@
  257. SHELL = @SHELL@
  258. SSL_CFLAGS = @SSL_CFLAGS@
  259. SSL_LIBS = @SSL_LIBS@
  260. STRIP = @STRIP@
  261. VERSION = @VERSION@
  262. abs_builddir = @abs_builddir@
  263. abs_srcdir = @abs_srcdir@
  264. abs_top_builddir = @abs_top_builddir@
  265. abs_top_srcdir = @abs_top_srcdir@
  266. ac_ct_AR = @ac_ct_AR@
  267. ac_ct_CC = @ac_ct_CC@
  268. ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
  269. am__include = @am__include@
  270. am__leading_dot = @am__leading_dot@
  271. am__quote = @am__quote@
  272. am__tar = @am__tar@
  273. am__untar = @am__untar@
  274. ax_pthread_config = @ax_pthread_config@
  275. bindir = @bindir@
  276. build = @build@
  277. build_alias = @build_alias@
  278. build_cpu = @build_cpu@
  279. build_os = @build_os@
  280. build_vendor = @build_vendor@
  281. builddir = @builddir@
  282. datadir = @datadir@
  283. datarootdir = @datarootdir@
  284. docdir = @docdir@
  285. dvidir = @dvidir@
  286. exec_prefix = @exec_prefix@
  287. host = @host@
  288. host_alias = @host_alias@
  289. host_cpu = @host_cpu@
  290. host_os = @host_os@
  291. host_vendor = @host_vendor@
  292. htmldir = @htmldir@
  293. includedir = @includedir@
  294. infodir = @infodir@
  295. install_sh = @install_sh@
  296. libdir = @libdir@
  297. libexecdir = @libexecdir@
  298. localedir = @localedir@
  299. localstatedir = @localstatedir@
  300. mandir = @mandir@
  301. mkdir_p = @mkdir_p@
  302. oldincludedir = @oldincludedir@
  303. pdfdir = @pdfdir@
  304. prefix = @prefix@
  305. program_transform_name = @program_transform_name@
  306. psdir = @psdir@
  307. runstatedir = @runstatedir@
  308. sbindir = @sbindir@
  309. sharedstatedir = @sharedstatedir@
  310. srcdir = @srcdir@
  311. sysconfdir = @sysconfdir@
  312. target_alias = @target_alias@
  313. top_build_prefix = @top_build_prefix@
  314. top_builddir = @top_builddir@
  315. top_srcdir = @top_srcdir@
  316. SUBDIRS = eXosip2
  317. all: all-recursive
  318. .SUFFIXES:
  319. $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
  320. @for dep in $?; do \
  321. case '$(am__configure_deps)' in \
  322. *$$dep*) \
  323. ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
  324. && { if test -f $@; then exit 0; else break; fi; }; \
  325. exit 1;; \
  326. esac; \
  327. done; \
  328. echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu include/Makefile'; \
  329. $(am__cd) $(top_srcdir) && \
  330. $(AUTOMAKE) --gnu include/Makefile
  331. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  332. @case '$?' in \
  333. *config.status*) \
  334. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  335. *) \
  336. echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
  337. cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
  338. esac;
  339. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  340. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  341. $(top_srcdir)/configure: $(am__configure_deps)
  342. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  343. $(ACLOCAL_M4): $(am__aclocal_m4_deps)
  344. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  345. $(am__aclocal_m4_deps):
  346. mostlyclean-libtool:
  347. -rm -f *.lo
  348. clean-libtool:
  349. -rm -rf .libs _libs
  350. # This directory's subdirectories are mostly independent; you can cd
  351. # into them and run 'make' without going through this Makefile.
  352. # To change the values of 'make' variables: instead of editing Makefiles,
  353. # (1) if the variable is set in 'config.status', edit 'config.status'
  354. # (which will cause the Makefiles to be regenerated when you run 'make');
  355. # (2) otherwise, pass the desired values on the 'make' command line.
  356. $(am__recursive_targets):
  357. @fail=; \
  358. if $(am__make_keepgoing); then \
  359. failcom='fail=yes'; \
  360. else \
  361. failcom='exit 1'; \
  362. fi; \
  363. dot_seen=no; \
  364. target=`echo $@ | sed s/-recursive//`; \
  365. case "$@" in \
  366. distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
  367. *) list='$(SUBDIRS)' ;; \
  368. esac; \
  369. for subdir in $$list; do \
  370. echo "Making $$target in $$subdir"; \
  371. if test "$$subdir" = "."; then \
  372. dot_seen=yes; \
  373. local_target="$$target-am"; \
  374. else \
  375. local_target="$$target"; \
  376. fi; \
  377. ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  378. || eval $$failcom; \
  379. done; \
  380. if test "$$dot_seen" = "no"; then \
  381. $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
  382. fi; test -z "$$fail"
  383. ID: $(am__tagged_files)
  384. $(am__define_uniq_tagged_files); mkid -fID $$unique
  385. tags: tags-recursive
  386. TAGS: tags
  387. tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  388. set x; \
  389. here=`pwd`; \
  390. if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
  391. include_option=--etags-include; \
  392. empty_fix=.; \
  393. else \
  394. include_option=--include; \
  395. empty_fix=; \
  396. fi; \
  397. list='$(SUBDIRS)'; for subdir in $$list; do \
  398. if test "$$subdir" = .; then :; else \
  399. test ! -f $$subdir/TAGS || \
  400. set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
  401. fi; \
  402. done; \
  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-recursive
  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-recursive
  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: $(BUILT_SOURCES)
  443. $(MAKE) $(AM_MAKEFLAGS) distdir-am
  444. distdir-am: $(DISTFILES)
  445. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  446. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  447. list='$(DISTFILES)'; \
  448. dist_files=`for file in $$list; do echo $$file; done | \
  449. sed -e "s|^$$srcdirstrip/||;t" \
  450. -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  451. case $$dist_files in \
  452. */*) $(MKDIR_P) `echo "$$dist_files" | \
  453. sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  454. sort -u` ;; \
  455. esac; \
  456. for file in $$dist_files; do \
  457. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  458. if test -d $$d/$$file; then \
  459. dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  460. if test -d "$(distdir)/$$file"; then \
  461. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  462. fi; \
  463. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  464. cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  465. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  466. fi; \
  467. cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  468. else \
  469. test -f "$(distdir)/$$file" \
  470. || cp -p $$d/$$file "$(distdir)/$$file" \
  471. || exit 1; \
  472. fi; \
  473. done
  474. @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
  475. if test "$$subdir" = .; then :; else \
  476. $(am__make_dryrun) \
  477. || test -d "$(distdir)/$$subdir" \
  478. || $(MKDIR_P) "$(distdir)/$$subdir" \
  479. || exit 1; \
  480. dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
  481. $(am__relativize); \
  482. new_distdir=$$reldir; \
  483. dir1=$$subdir; dir2="$(top_distdir)"; \
  484. $(am__relativize); \
  485. new_top_distdir=$$reldir; \
  486. echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
  487. echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
  488. ($(am__cd) $$subdir && \
  489. $(MAKE) $(AM_MAKEFLAGS) \
  490. top_distdir="$$new_top_distdir" \
  491. distdir="$$new_distdir" \
  492. am__remove_distdir=: \
  493. am__skip_length_check=: \
  494. am__skip_mode_fix=: \
  495. distdir) \
  496. || exit 1; \
  497. fi; \
  498. done
  499. check-am: all-am
  500. check: check-recursive
  501. all-am: Makefile
  502. installdirs: installdirs-recursive
  503. installdirs-am:
  504. install: install-recursive
  505. install-exec: install-exec-recursive
  506. install-data: install-data-recursive
  507. uninstall: uninstall-recursive
  508. install-am: all-am
  509. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  510. installcheck: installcheck-recursive
  511. install-strip:
  512. if test -z '$(STRIP)'; then \
  513. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  514. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  515. install; \
  516. else \
  517. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  518. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  519. "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
  520. fi
  521. mostlyclean-generic:
  522. clean-generic:
  523. distclean-generic:
  524. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  525. -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  526. maintainer-clean-generic:
  527. @echo "This command is intended for maintainers to use"
  528. @echo "it deletes files that may require special tools to rebuild."
  529. clean: clean-recursive
  530. clean-am: clean-generic clean-libtool mostlyclean-am
  531. distclean: distclean-recursive
  532. -rm -f Makefile
  533. distclean-am: clean-am distclean-generic distclean-tags
  534. dvi: dvi-recursive
  535. dvi-am:
  536. html: html-recursive
  537. html-am:
  538. info: info-recursive
  539. info-am:
  540. install-data-am:
  541. install-dvi: install-dvi-recursive
  542. install-dvi-am:
  543. install-exec-am:
  544. install-html: install-html-recursive
  545. install-html-am:
  546. install-info: install-info-recursive
  547. install-info-am:
  548. install-man:
  549. install-pdf: install-pdf-recursive
  550. install-pdf-am:
  551. install-ps: install-ps-recursive
  552. install-ps-am:
  553. installcheck-am:
  554. maintainer-clean: maintainer-clean-recursive
  555. -rm -f Makefile
  556. maintainer-clean-am: distclean-am maintainer-clean-generic
  557. mostlyclean: mostlyclean-recursive
  558. mostlyclean-am: mostlyclean-generic mostlyclean-libtool
  559. pdf: pdf-recursive
  560. pdf-am:
  561. ps: ps-recursive
  562. ps-am:
  563. uninstall-am:
  564. .MAKE: $(am__recursive_targets) install-am install-strip
  565. .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
  566. check-am clean clean-generic clean-libtool cscopelist-am ctags \
  567. ctags-am distclean distclean-generic distclean-libtool \
  568. distclean-tags distdir dvi dvi-am html html-am info info-am \
  569. install install-am install-data install-data-am install-dvi \
  570. install-dvi-am install-exec install-exec-am install-html \
  571. install-html-am install-info install-info-am install-man \
  572. install-pdf install-pdf-am install-ps install-ps-am \
  573. install-strip installcheck installcheck-am installdirs \
  574. installdirs-am maintainer-clean maintainer-clean-generic \
  575. mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
  576. ps ps-am tags tags-am uninstall uninstall-am
  577. .PRECIOUS: Makefile
  578. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  579. # Otherwise a system limit (for SysV at least) may be exceeded.
  580. .NOEXPORT: