Makefile.in 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636
  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)/osip-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. EXTRA_LIB = @EXTRA_LIB@
  210. FGREP = @FGREP@
  211. FSM_LIB = @FSM_LIB@
  212. GREP = @GREP@
  213. INSTALL = @INSTALL@
  214. INSTALL_DATA = @INSTALL_DATA@
  215. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  216. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  217. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  218. LD = @LD@
  219. LDFLAGS = @LDFLAGS@
  220. LIBOBJS = @LIBOBJS@
  221. LIBOSIP_SO_VERSION = @LIBOSIP_SO_VERSION@
  222. LIBS = @LIBS@
  223. LIBTOOL = @LIBTOOL@
  224. LIPO = @LIPO@
  225. LN_S = @LN_S@
  226. LTLIBOBJS = @LTLIBOBJS@
  227. LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
  228. MAKEINFO = @MAKEINFO@
  229. MANIFEST_TOOL = @MANIFEST_TOOL@
  230. MKDIR_P = @MKDIR_P@
  231. NM = @NM@
  232. NMEDIT = @NMEDIT@
  233. OBJDUMP = @OBJDUMP@
  234. OBJEXT = @OBJEXT@
  235. OSIP_VERSION = @OSIP_VERSION@
  236. OTOOL = @OTOOL@
  237. OTOOL64 = @OTOOL64@
  238. PACKAGE = @PACKAGE@
  239. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  240. PACKAGE_NAME = @PACKAGE_NAME@
  241. PACKAGE_STRING = @PACKAGE_STRING@
  242. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  243. PACKAGE_URL = @PACKAGE_URL@
  244. PACKAGE_VERSION = @PACKAGE_VERSION@
  245. PARSER_LIB = @PARSER_LIB@
  246. PATH_SEPARATOR = @PATH_SEPARATOR@
  247. PTHREAD_CC = @PTHREAD_CC@
  248. PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
  249. PTHREAD_LIBS = @PTHREAD_LIBS@
  250. RANLIB = @RANLIB@
  251. SED = @SED@
  252. SET_MAKE = @SET_MAKE@
  253. SHELL = @SHELL@
  254. SIP_CFLAGS = @SIP_CFLAGS@
  255. SIP_EXTRA_FLAGS = @SIP_EXTRA_FLAGS@
  256. SIP_FSM_FLAGS = @SIP_FSM_FLAGS@
  257. SIP_PARSER_FLAGS = @SIP_PARSER_FLAGS@
  258. STRIP = @STRIP@
  259. VERSION = @VERSION@
  260. abs_builddir = @abs_builddir@
  261. abs_srcdir = @abs_srcdir@
  262. abs_top_builddir = @abs_top_builddir@
  263. abs_top_srcdir = @abs_top_srcdir@
  264. ac_ct_AR = @ac_ct_AR@
  265. ac_ct_CC = @ac_ct_CC@
  266. ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
  267. am__include = @am__include@
  268. am__leading_dot = @am__leading_dot@
  269. am__quote = @am__quote@
  270. am__tar = @am__tar@
  271. am__untar = @am__untar@
  272. ax_pthread_config = @ax_pthread_config@
  273. bindir = @bindir@
  274. build = @build@
  275. build_alias = @build_alias@
  276. build_cpu = @build_cpu@
  277. build_os = @build_os@
  278. build_vendor = @build_vendor@
  279. builddir = @builddir@
  280. datadir = @datadir@
  281. datarootdir = @datarootdir@
  282. docdir = @docdir@
  283. dvidir = @dvidir@
  284. exec_prefix = @exec_prefix@
  285. host = @host@
  286. host_alias = @host_alias@
  287. host_cpu = @host_cpu@
  288. host_os = @host_os@
  289. host_vendor = @host_vendor@
  290. htmldir = @htmldir@
  291. includedir = @includedir@
  292. infodir = @infodir@
  293. install_sh = @install_sh@
  294. libdir = @libdir@
  295. libexecdir = @libexecdir@
  296. localedir = @localedir@
  297. localstatedir = @localstatedir@
  298. mandir = @mandir@
  299. mkdir_p = @mkdir_p@
  300. oldincludedir = @oldincludedir@
  301. pdfdir = @pdfdir@
  302. prefix = @prefix@
  303. program_transform_name = @program_transform_name@
  304. psdir = @psdir@
  305. runstatedir = @runstatedir@
  306. sbindir = @sbindir@
  307. sharedstatedir = @sharedstatedir@
  308. srcdir = @srcdir@
  309. sysconfdir = @sysconfdir@
  310. target_alias = @target_alias@
  311. top_build_prefix = @top_build_prefix@
  312. top_builddir = @top_builddir@
  313. top_srcdir = @top_srcdir@
  314. SUBDIRS = osipparser2 osip2
  315. all: all-recursive
  316. .SUFFIXES:
  317. $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
  318. @for dep in $?; do \
  319. case '$(am__configure_deps)' in \
  320. *$$dep*) \
  321. ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
  322. && { if test -f $@; then exit 0; else break; fi; }; \
  323. exit 1;; \
  324. esac; \
  325. done; \
  326. echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu include/Makefile'; \
  327. $(am__cd) $(top_srcdir) && \
  328. $(AUTOMAKE) --gnu include/Makefile
  329. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  330. @case '$?' in \
  331. *config.status*) \
  332. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  333. *) \
  334. echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
  335. cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
  336. esac;
  337. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  338. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  339. $(top_srcdir)/configure: $(am__configure_deps)
  340. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  341. $(ACLOCAL_M4): $(am__aclocal_m4_deps)
  342. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  343. $(am__aclocal_m4_deps):
  344. mostlyclean-libtool:
  345. -rm -f *.lo
  346. clean-libtool:
  347. -rm -rf .libs _libs
  348. # This directory's subdirectories are mostly independent; you can cd
  349. # into them and run 'make' without going through this Makefile.
  350. # To change the values of 'make' variables: instead of editing Makefiles,
  351. # (1) if the variable is set in 'config.status', edit 'config.status'
  352. # (which will cause the Makefiles to be regenerated when you run 'make');
  353. # (2) otherwise, pass the desired values on the 'make' command line.
  354. $(am__recursive_targets):
  355. @fail=; \
  356. if $(am__make_keepgoing); then \
  357. failcom='fail=yes'; \
  358. else \
  359. failcom='exit 1'; \
  360. fi; \
  361. dot_seen=no; \
  362. target=`echo $@ | sed s/-recursive//`; \
  363. case "$@" in \
  364. distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
  365. *) list='$(SUBDIRS)' ;; \
  366. esac; \
  367. for subdir in $$list; do \
  368. echo "Making $$target in $$subdir"; \
  369. if test "$$subdir" = "."; then \
  370. dot_seen=yes; \
  371. local_target="$$target-am"; \
  372. else \
  373. local_target="$$target"; \
  374. fi; \
  375. ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  376. || eval $$failcom; \
  377. done; \
  378. if test "$$dot_seen" = "no"; then \
  379. $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
  380. fi; test -z "$$fail"
  381. ID: $(am__tagged_files)
  382. $(am__define_uniq_tagged_files); mkid -fID $$unique
  383. tags: tags-recursive
  384. TAGS: tags
  385. tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  386. set x; \
  387. here=`pwd`; \
  388. if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
  389. include_option=--etags-include; \
  390. empty_fix=.; \
  391. else \
  392. include_option=--include; \
  393. empty_fix=; \
  394. fi; \
  395. list='$(SUBDIRS)'; for subdir in $$list; do \
  396. if test "$$subdir" = .; then :; else \
  397. test ! -f $$subdir/TAGS || \
  398. set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
  399. fi; \
  400. done; \
  401. $(am__define_uniq_tagged_files); \
  402. shift; \
  403. if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
  404. test -n "$$unique" || unique=$$empty_fix; \
  405. if test $$# -gt 0; then \
  406. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  407. "$$@" $$unique; \
  408. else \
  409. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  410. $$unique; \
  411. fi; \
  412. fi
  413. ctags: ctags-recursive
  414. CTAGS: ctags
  415. ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  416. $(am__define_uniq_tagged_files); \
  417. test -z "$(CTAGS_ARGS)$$unique" \
  418. || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  419. $$unique
  420. GTAGS:
  421. here=`$(am__cd) $(top_builddir) && pwd` \
  422. && $(am__cd) $(top_srcdir) \
  423. && gtags -i $(GTAGS_ARGS) "$$here"
  424. cscopelist: cscopelist-recursive
  425. cscopelist-am: $(am__tagged_files)
  426. list='$(am__tagged_files)'; \
  427. case "$(srcdir)" in \
  428. [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
  429. *) sdir=$(subdir)/$(srcdir) ;; \
  430. esac; \
  431. for i in $$list; do \
  432. if test -f "$$i"; then \
  433. echo "$(subdir)/$$i"; \
  434. else \
  435. echo "$$sdir/$$i"; \
  436. fi; \
  437. done >> $(top_builddir)/cscope.files
  438. distclean-tags:
  439. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  440. distdir: $(BUILT_SOURCES)
  441. $(MAKE) $(AM_MAKEFLAGS) distdir-am
  442. distdir-am: $(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. @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
  473. if test "$$subdir" = .; then :; else \
  474. $(am__make_dryrun) \
  475. || test -d "$(distdir)/$$subdir" \
  476. || $(MKDIR_P) "$(distdir)/$$subdir" \
  477. || exit 1; \
  478. dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
  479. $(am__relativize); \
  480. new_distdir=$$reldir; \
  481. dir1=$$subdir; dir2="$(top_distdir)"; \
  482. $(am__relativize); \
  483. new_top_distdir=$$reldir; \
  484. echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
  485. echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
  486. ($(am__cd) $$subdir && \
  487. $(MAKE) $(AM_MAKEFLAGS) \
  488. top_distdir="$$new_top_distdir" \
  489. distdir="$$new_distdir" \
  490. am__remove_distdir=: \
  491. am__skip_length_check=: \
  492. am__skip_mode_fix=: \
  493. distdir) \
  494. || exit 1; \
  495. fi; \
  496. done
  497. check-am: all-am
  498. check: check-recursive
  499. all-am: Makefile
  500. installdirs: installdirs-recursive
  501. installdirs-am:
  502. install: install-recursive
  503. install-exec: install-exec-recursive
  504. install-data: install-data-recursive
  505. uninstall: uninstall-recursive
  506. install-am: all-am
  507. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  508. installcheck: installcheck-recursive
  509. install-strip:
  510. if test -z '$(STRIP)'; then \
  511. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  512. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  513. install; \
  514. else \
  515. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  516. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  517. "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
  518. fi
  519. mostlyclean-generic:
  520. clean-generic:
  521. distclean-generic:
  522. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  523. -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  524. maintainer-clean-generic:
  525. @echo "This command is intended for maintainers to use"
  526. @echo "it deletes files that may require special tools to rebuild."
  527. clean: clean-recursive
  528. clean-am: clean-generic clean-libtool mostlyclean-am
  529. distclean: distclean-recursive
  530. -rm -f Makefile
  531. distclean-am: clean-am distclean-generic distclean-tags
  532. dvi: dvi-recursive
  533. dvi-am:
  534. html: html-recursive
  535. html-am:
  536. info: info-recursive
  537. info-am:
  538. install-data-am:
  539. install-dvi: install-dvi-recursive
  540. install-dvi-am:
  541. install-exec-am:
  542. install-html: install-html-recursive
  543. install-html-am:
  544. install-info: install-info-recursive
  545. install-info-am:
  546. install-man:
  547. install-pdf: install-pdf-recursive
  548. install-pdf-am:
  549. install-ps: install-ps-recursive
  550. install-ps-am:
  551. installcheck-am:
  552. maintainer-clean: maintainer-clean-recursive
  553. -rm -f Makefile
  554. maintainer-clean-am: distclean-am maintainer-clean-generic
  555. mostlyclean: mostlyclean-recursive
  556. mostlyclean-am: mostlyclean-generic mostlyclean-libtool
  557. pdf: pdf-recursive
  558. pdf-am:
  559. ps: ps-recursive
  560. ps-am:
  561. uninstall-am:
  562. .MAKE: $(am__recursive_targets) install-am install-strip
  563. .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
  564. check-am clean clean-generic clean-libtool cscopelist-am ctags \
  565. ctags-am distclean distclean-generic distclean-libtool \
  566. distclean-tags distdir dvi dvi-am html html-am info info-am \
  567. install install-am install-data install-data-am install-dvi \
  568. install-dvi-am install-exec install-exec-am install-html \
  569. install-html-am install-info install-info-am install-man \
  570. install-pdf install-pdf-am install-ps install-ps-am \
  571. install-strip installcheck installcheck-am installdirs \
  572. installdirs-am maintainer-clean maintainer-clean-generic \
  573. mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
  574. ps ps-am tags tags-am uninstall uninstall-am
  575. .PRECIOUS: Makefile
  576. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  577. # Otherwise a system limit (for SysV at least) may be exceeded.
  578. .NOEXPORT: