Makefile.in 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585
  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/osip2
  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 $(osip2_include_HEADERS) \
  98. $(am__DIST_COMMON)
  99. mkinstalldirs = $(SHELL) $(top_srcdir)/scripts/mkinstalldirs
  100. CONFIG_HEADER = $(top_builddir)/osip-config.h
  101. CONFIG_CLEAN_FILES = doxygen.dox
  102. CONFIG_CLEAN_VPATH_FILES =
  103. AM_V_P = $(am__v_P_@AM_V@)
  104. am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
  105. am__v_P_0 = false
  106. am__v_P_1 = :
  107. AM_V_GEN = $(am__v_GEN_@AM_V@)
  108. am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
  109. am__v_GEN_0 = @echo " GEN " $@;
  110. am__v_GEN_1 =
  111. AM_V_at = $(am__v_at_@AM_V@)
  112. am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
  113. am__v_at_0 = @
  114. am__v_at_1 =
  115. SOURCES =
  116. DIST_SOURCES =
  117. am__can_run_installinfo = \
  118. case $$AM_UPDATE_INFO_DIR in \
  119. n|no|NO) false;; \
  120. *) (install-info --version) >/dev/null 2>&1;; \
  121. esac
  122. am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
  123. am__vpath_adj = case $$p in \
  124. $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
  125. *) f=$$p;; \
  126. esac;
  127. am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
  128. am__install_max = 40
  129. am__nobase_strip_setup = \
  130. srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
  131. am__nobase_strip = \
  132. for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
  133. am__nobase_list = $(am__nobase_strip_setup); \
  134. for p in $$list; do echo "$$p $$p"; done | \
  135. sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
  136. $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
  137. if (++n[$$2] == $(am__install_max)) \
  138. { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
  139. END { for (dir in files) print dir, files[dir] }'
  140. am__base_list = \
  141. sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
  142. sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
  143. am__uninstall_files_from_dir = { \
  144. test -z "$$files" \
  145. || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
  146. || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
  147. $(am__cd) "$$dir" && rm -f $$files; }; \
  148. }
  149. am__installdirs = "$(DESTDIR)$(osip2_includedir)"
  150. HEADERS = $(osip2_include_HEADERS)
  151. am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
  152. # Read a list of newline-separated strings from the standard input,
  153. # and print each of them once, without duplicates. Input order is
  154. # *not* preserved.
  155. am__uniquify_input = $(AWK) '\
  156. BEGIN { nonempty = 0; } \
  157. { items[$$0] = 1; nonempty = 1; } \
  158. END { if (nonempty) { for (i in items) print i; }; } \
  159. '
  160. # Make sure the list of sources is unique. This is necessary because,
  161. # e.g., the same source file might be shared among _SOURCES variables
  162. # for different programs/libraries.
  163. am__define_uniq_tagged_files = \
  164. list='$(am__tagged_files)'; \
  165. unique=`for i in $$list; do \
  166. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  167. done | $(am__uniquify_input)`
  168. ETAGS = etags
  169. CTAGS = ctags
  170. am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/doxygen.dox.in \
  171. $(top_srcdir)/scripts/mkinstalldirs
  172. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  173. ACLOCAL = @ACLOCAL@
  174. AMTAR = @AMTAR@
  175. AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
  176. AR = @AR@
  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. EXTRA_LIB = @EXTRA_LIB@
  198. FGREP = @FGREP@
  199. FSM_LIB = @FSM_LIB@
  200. GREP = @GREP@
  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. LIBOSIP_SO_VERSION = @LIBOSIP_SO_VERSION@
  210. LIBS = @LIBS@
  211. LIBTOOL = @LIBTOOL@
  212. LIPO = @LIPO@
  213. LN_S = @LN_S@
  214. LTLIBOBJS = @LTLIBOBJS@
  215. LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
  216. MAKEINFO = @MAKEINFO@
  217. MANIFEST_TOOL = @MANIFEST_TOOL@
  218. MKDIR_P = @MKDIR_P@
  219. NM = @NM@
  220. NMEDIT = @NMEDIT@
  221. OBJDUMP = @OBJDUMP@
  222. OBJEXT = @OBJEXT@
  223. OSIP_VERSION = @OSIP_VERSION@
  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. PARSER_LIB = @PARSER_LIB@
  234. PATH_SEPARATOR = @PATH_SEPARATOR@
  235. PTHREAD_CC = @PTHREAD_CC@
  236. PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
  237. PTHREAD_LIBS = @PTHREAD_LIBS@
  238. RANLIB = @RANLIB@
  239. SED = @SED@
  240. SET_MAKE = @SET_MAKE@
  241. SHELL = @SHELL@
  242. SIP_CFLAGS = @SIP_CFLAGS@
  243. SIP_EXTRA_FLAGS = @SIP_EXTRA_FLAGS@
  244. SIP_FSM_FLAGS = @SIP_FSM_FLAGS@
  245. SIP_PARSER_FLAGS = @SIP_PARSER_FLAGS@
  246. STRIP = @STRIP@
  247. VERSION = @VERSION@
  248. abs_builddir = @abs_builddir@
  249. abs_srcdir = @abs_srcdir@
  250. abs_top_builddir = @abs_top_builddir@
  251. abs_top_srcdir = @abs_top_srcdir@
  252. ac_ct_AR = @ac_ct_AR@
  253. ac_ct_CC = @ac_ct_CC@
  254. ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
  255. am__include = @am__include@
  256. am__leading_dot = @am__leading_dot@
  257. am__quote = @am__quote@
  258. am__tar = @am__tar@
  259. am__untar = @am__untar@
  260. ax_pthread_config = @ax_pthread_config@
  261. bindir = @bindir@
  262. build = @build@
  263. build_alias = @build_alias@
  264. build_cpu = @build_cpu@
  265. build_os = @build_os@
  266. build_vendor = @build_vendor@
  267. builddir = @builddir@
  268. datadir = @datadir@
  269. datarootdir = @datarootdir@
  270. docdir = @docdir@
  271. dvidir = @dvidir@
  272. exec_prefix = @exec_prefix@
  273. host = @host@
  274. host_alias = @host_alias@
  275. host_cpu = @host_cpu@
  276. host_os = @host_os@
  277. host_vendor = @host_vendor@
  278. htmldir = @htmldir@
  279. includedir = @includedir@
  280. infodir = @infodir@
  281. install_sh = @install_sh@
  282. libdir = @libdir@
  283. libexecdir = @libexecdir@
  284. localedir = @localedir@
  285. localstatedir = @localstatedir@
  286. mandir = @mandir@
  287. mkdir_p = @mkdir_p@
  288. oldincludedir = @oldincludedir@
  289. pdfdir = @pdfdir@
  290. prefix = @prefix@
  291. program_transform_name = @program_transform_name@
  292. psdir = @psdir@
  293. runstatedir = @runstatedir@
  294. sbindir = @sbindir@
  295. sharedstatedir = @sharedstatedir@
  296. srcdir = @srcdir@
  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. EXTRA_DIST = internal.h doxygen.dox.in
  303. osip2_includedir = $(includedir)/osip2
  304. osip2_include_HEADERS = \
  305. osip.h osip_dialog.h \
  306. osip_mt.h osip_fifo.h osip_condv.h \
  307. osip_time.h
  308. all: all-am
  309. .SUFFIXES:
  310. $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
  311. @for dep in $?; do \
  312. case '$(am__configure_deps)' in \
  313. *$$dep*) \
  314. ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
  315. && { if test -f $@; then exit 0; else break; fi; }; \
  316. exit 1;; \
  317. esac; \
  318. done; \
  319. echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu include/osip2/Makefile'; \
  320. $(am__cd) $(top_srcdir) && \
  321. $(AUTOMAKE) --gnu include/osip2/Makefile
  322. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  323. @case '$?' in \
  324. *config.status*) \
  325. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  326. *) \
  327. echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
  328. cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
  329. esac;
  330. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  331. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  332. $(top_srcdir)/configure: $(am__configure_deps)
  333. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  334. $(ACLOCAL_M4): $(am__aclocal_m4_deps)
  335. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  336. $(am__aclocal_m4_deps):
  337. doxygen.dox: $(top_builddir)/config.status $(srcdir)/doxygen.dox.in
  338. cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
  339. mostlyclean-libtool:
  340. -rm -f *.lo
  341. clean-libtool:
  342. -rm -rf .libs _libs
  343. install-osip2_includeHEADERS: $(osip2_include_HEADERS)
  344. @$(NORMAL_INSTALL)
  345. @list='$(osip2_include_HEADERS)'; test -n "$(osip2_includedir)" || list=; \
  346. if test -n "$$list"; then \
  347. echo " $(MKDIR_P) '$(DESTDIR)$(osip2_includedir)'"; \
  348. $(MKDIR_P) "$(DESTDIR)$(osip2_includedir)" || exit 1; \
  349. fi; \
  350. for p in $$list; do \
  351. if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
  352. echo "$$d$$p"; \
  353. done | $(am__base_list) | \
  354. while read files; do \
  355. echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(osip2_includedir)'"; \
  356. $(INSTALL_HEADER) $$files "$(DESTDIR)$(osip2_includedir)" || exit $$?; \
  357. done
  358. uninstall-osip2_includeHEADERS:
  359. @$(NORMAL_UNINSTALL)
  360. @list='$(osip2_include_HEADERS)'; test -n "$(osip2_includedir)" || list=; \
  361. files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
  362. dir='$(DESTDIR)$(osip2_includedir)'; $(am__uninstall_files_from_dir)
  363. ID: $(am__tagged_files)
  364. $(am__define_uniq_tagged_files); mkid -fID $$unique
  365. tags: tags-am
  366. TAGS: tags
  367. tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  368. set x; \
  369. here=`pwd`; \
  370. $(am__define_uniq_tagged_files); \
  371. shift; \
  372. if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
  373. test -n "$$unique" || unique=$$empty_fix; \
  374. if test $$# -gt 0; then \
  375. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  376. "$$@" $$unique; \
  377. else \
  378. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  379. $$unique; \
  380. fi; \
  381. fi
  382. ctags: ctags-am
  383. CTAGS: ctags
  384. ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  385. $(am__define_uniq_tagged_files); \
  386. test -z "$(CTAGS_ARGS)$$unique" \
  387. || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  388. $$unique
  389. GTAGS:
  390. here=`$(am__cd) $(top_builddir) && pwd` \
  391. && $(am__cd) $(top_srcdir) \
  392. && gtags -i $(GTAGS_ARGS) "$$here"
  393. cscopelist: cscopelist-am
  394. cscopelist-am: $(am__tagged_files)
  395. list='$(am__tagged_files)'; \
  396. case "$(srcdir)" in \
  397. [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
  398. *) sdir=$(subdir)/$(srcdir) ;; \
  399. esac; \
  400. for i in $$list; do \
  401. if test -f "$$i"; then \
  402. echo "$(subdir)/$$i"; \
  403. else \
  404. echo "$$sdir/$$i"; \
  405. fi; \
  406. done >> $(top_builddir)/cscope.files
  407. distclean-tags:
  408. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  409. distdir: $(BUILT_SOURCES)
  410. $(MAKE) $(AM_MAKEFLAGS) distdir-am
  411. distdir-am: $(DISTFILES)
  412. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  413. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  414. list='$(DISTFILES)'; \
  415. dist_files=`for file in $$list; do echo $$file; done | \
  416. sed -e "s|^$$srcdirstrip/||;t" \
  417. -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  418. case $$dist_files in \
  419. */*) $(MKDIR_P) `echo "$$dist_files" | \
  420. sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  421. sort -u` ;; \
  422. esac; \
  423. for file in $$dist_files; do \
  424. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  425. if test -d $$d/$$file; then \
  426. dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  427. if test -d "$(distdir)/$$file"; then \
  428. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  429. fi; \
  430. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  431. cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  432. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  433. fi; \
  434. cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  435. else \
  436. test -f "$(distdir)/$$file" \
  437. || cp -p $$d/$$file "$(distdir)/$$file" \
  438. || exit 1; \
  439. fi; \
  440. done
  441. check-am: all-am
  442. check: check-am
  443. all-am: Makefile $(HEADERS)
  444. installdirs:
  445. for dir in "$(DESTDIR)$(osip2_includedir)"; do \
  446. test -z "$$dir" || $(MKDIR_P) "$$dir"; \
  447. done
  448. install: install-am
  449. install-exec: install-exec-am
  450. install-data: install-data-am
  451. uninstall: uninstall-am
  452. install-am: all-am
  453. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  454. installcheck: installcheck-am
  455. install-strip:
  456. if test -z '$(STRIP)'; then \
  457. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  458. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  459. install; \
  460. else \
  461. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  462. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  463. "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
  464. fi
  465. mostlyclean-generic:
  466. clean-generic:
  467. distclean-generic:
  468. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  469. -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  470. maintainer-clean-generic:
  471. @echo "This command is intended for maintainers to use"
  472. @echo "it deletes files that may require special tools to rebuild."
  473. clean: clean-am
  474. clean-am: clean-generic clean-libtool mostlyclean-am
  475. distclean: distclean-am
  476. -rm -f Makefile
  477. distclean-am: clean-am distclean-generic distclean-tags
  478. dvi: dvi-am
  479. dvi-am:
  480. html: html-am
  481. html-am:
  482. info: info-am
  483. info-am:
  484. install-data-am: install-osip2_includeHEADERS
  485. install-dvi: install-dvi-am
  486. install-dvi-am:
  487. install-exec-am:
  488. install-html: install-html-am
  489. install-html-am:
  490. install-info: install-info-am
  491. install-info-am:
  492. install-man:
  493. install-pdf: install-pdf-am
  494. install-pdf-am:
  495. install-ps: install-ps-am
  496. install-ps-am:
  497. installcheck-am:
  498. maintainer-clean: maintainer-clean-am
  499. -rm -f Makefile
  500. maintainer-clean-am: distclean-am maintainer-clean-generic
  501. mostlyclean: mostlyclean-am
  502. mostlyclean-am: mostlyclean-generic mostlyclean-libtool
  503. pdf: pdf-am
  504. pdf-am:
  505. ps: ps-am
  506. ps-am:
  507. uninstall-am: uninstall-osip2_includeHEADERS
  508. .MAKE: install-am install-strip
  509. .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
  510. clean-libtool cscopelist-am ctags ctags-am distclean \
  511. distclean-generic distclean-libtool distclean-tags distdir dvi \
  512. dvi-am html html-am info info-am install install-am \
  513. install-data install-data-am install-dvi install-dvi-am \
  514. install-exec install-exec-am install-html install-html-am \
  515. install-info install-info-am install-man \
  516. install-osip2_includeHEADERS install-pdf install-pdf-am \
  517. install-ps install-ps-am install-strip installcheck \
  518. installcheck-am installdirs maintainer-clean \
  519. maintainer-clean-generic mostlyclean mostlyclean-generic \
  520. mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
  521. uninstall-am uninstall-osip2_includeHEADERS
  522. .PRECIOUS: Makefile
  523. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  524. # Otherwise a system limit (for SysV at least) may be exceeded.
  525. .NOEXPORT: