Makefile.in 26 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856
  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 = .
  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 $(top_srcdir)/configure \
  98. $(am__configure_deps) $(am__DIST_COMMON)
  99. am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
  100. configure.lineno config.status.lineno
  101. mkinstalldirs = $(SHELL) $(top_srcdir)/scripts/mkinstalldirs
  102. CONFIG_HEADER = exosip-config.h
  103. CONFIG_CLEAN_FILES =
  104. CONFIG_CLEAN_VPATH_FILES =
  105. AM_V_P = $(am__v_P_@AM_V@)
  106. am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
  107. am__v_P_0 = false
  108. am__v_P_1 = :
  109. AM_V_GEN = $(am__v_GEN_@AM_V@)
  110. am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
  111. am__v_GEN_0 = @echo " GEN " $@;
  112. am__v_GEN_1 =
  113. AM_V_at = $(am__v_at_@AM_V@)
  114. am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
  115. am__v_at_0 = @
  116. am__v_at_1 =
  117. SOURCES =
  118. DIST_SOURCES =
  119. RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
  120. ctags-recursive dvi-recursive html-recursive info-recursive \
  121. install-data-recursive install-dvi-recursive \
  122. install-exec-recursive install-html-recursive \
  123. install-info-recursive install-pdf-recursive \
  124. install-ps-recursive install-recursive installcheck-recursive \
  125. installdirs-recursive pdf-recursive ps-recursive \
  126. tags-recursive uninstall-recursive
  127. am__can_run_installinfo = \
  128. case $$AM_UPDATE_INFO_DIR in \
  129. n|no|NO) false;; \
  130. *) (install-info --version) >/dev/null 2>&1;; \
  131. esac
  132. RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
  133. distclean-recursive maintainer-clean-recursive
  134. am__recursive_targets = \
  135. $(RECURSIVE_TARGETS) \
  136. $(RECURSIVE_CLEAN_TARGETS) \
  137. $(am__extra_recursive_targets)
  138. AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
  139. cscope distdir distdir-am dist dist-all distcheck
  140. am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
  141. $(LISP)exosip-config.h.in
  142. # Read a list of newline-separated strings from the standard input,
  143. # and print each of them once, without duplicates. Input order is
  144. # *not* preserved.
  145. am__uniquify_input = $(AWK) '\
  146. BEGIN { nonempty = 0; } \
  147. { items[$$0] = 1; nonempty = 1; } \
  148. END { if (nonempty) { for (i in items) print i; }; } \
  149. '
  150. # Make sure the list of sources is unique. This is necessary because,
  151. # e.g., the same source file might be shared among _SOURCES variables
  152. # for different programs/libraries.
  153. am__define_uniq_tagged_files = \
  154. list='$(am__tagged_files)'; \
  155. unique=`for i in $$list; do \
  156. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  157. done | $(am__uniquify_input)`
  158. ETAGS = etags
  159. CTAGS = ctags
  160. CSCOPE = cscope
  161. DIST_SUBDIRS = $(SUBDIRS)
  162. am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/exosip-config.h.in \
  163. $(top_srcdir)/scripts/compile \
  164. $(top_srcdir)/scripts/config.guess \
  165. $(top_srcdir)/scripts/config.sub \
  166. $(top_srcdir)/scripts/install-sh \
  167. $(top_srcdir)/scripts/ltmain.sh $(top_srcdir)/scripts/missing \
  168. $(top_srcdir)/scripts/mkinstalldirs AUTHORS COPYING ChangeLog \
  169. INSTALL NEWS README
  170. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  171. distdir = $(PACKAGE)-$(VERSION)
  172. top_distdir = $(distdir)
  173. am__remove_distdir = \
  174. if test -d "$(distdir)"; then \
  175. find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
  176. && rm -rf "$(distdir)" \
  177. || { sleep 5 && rm -rf "$(distdir)"; }; \
  178. else :; fi
  179. am__post_remove_distdir = $(am__remove_distdir)
  180. am__relativize = \
  181. dir0=`pwd`; \
  182. sed_first='s,^\([^/]*\)/.*$$,\1,'; \
  183. sed_rest='s,^[^/]*/*,,'; \
  184. sed_last='s,^.*/\([^/]*\)$$,\1,'; \
  185. sed_butlast='s,/*[^/]*$$,,'; \
  186. while test -n "$$dir1"; do \
  187. first=`echo "$$dir1" | sed -e "$$sed_first"`; \
  188. if test "$$first" != "."; then \
  189. if test "$$first" = ".."; then \
  190. dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
  191. dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
  192. else \
  193. first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
  194. if test "$$first2" = "$$first"; then \
  195. dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
  196. else \
  197. dir2="../$$dir2"; \
  198. fi; \
  199. dir0="$$dir0"/"$$first"; \
  200. fi; \
  201. fi; \
  202. dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
  203. done; \
  204. reldir="$$dir2"
  205. DIST_ARCHIVES = $(distdir).tar.gz
  206. GZIP_ENV = --best
  207. DIST_TARGETS = dist-gzip
  208. distuninstallcheck_listfiles = find . -type f -print
  209. am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
  210. | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
  211. distcleancheck_listfiles = find . -type f -print
  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. CCDEPMODE = @CCDEPMODE@
  222. CFLAGS = @CFLAGS@
  223. CPP = @CPP@
  224. CPPFLAGS = @CPPFLAGS@
  225. CYGPATH_W = @CYGPATH_W@
  226. DEFS = @DEFS@
  227. DEPDIR = @DEPDIR@
  228. DLLTOOL = @DLLTOOL@
  229. DSYMUTIL = @DSYMUTIL@
  230. DUMPBIN = @DUMPBIN@
  231. ECHO_C = @ECHO_C@
  232. ECHO_N = @ECHO_N@
  233. ECHO_T = @ECHO_T@
  234. EGREP = @EGREP@
  235. EXEEXT = @EXEEXT@
  236. EXOSIP_FLAGS = @EXOSIP_FLAGS@
  237. EXOSIP_LIB = @EXOSIP_LIB@
  238. EXOSIP_VERSION = @EXOSIP_VERSION@
  239. FGREP = @FGREP@
  240. GREP = @GREP@
  241. INSTALL = @INSTALL@
  242. INSTALL_DATA = @INSTALL_DATA@
  243. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  244. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  245. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  246. LD = @LD@
  247. LDFLAGS = @LDFLAGS@
  248. LIBEXOSIP_SO_VERSION = @LIBEXOSIP_SO_VERSION@
  249. LIBOBJS = @LIBOBJS@
  250. LIBS = @LIBS@
  251. LIBTOOL = @LIBTOOL@
  252. LIPO = @LIPO@
  253. LN_S = @LN_S@
  254. LTLIBOBJS = @LTLIBOBJS@
  255. LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
  256. MAKEINFO = @MAKEINFO@
  257. MANIFEST_TOOL = @MANIFEST_TOOL@
  258. MKDIR_P = @MKDIR_P@
  259. NM = @NM@
  260. NMEDIT = @NMEDIT@
  261. OBJDUMP = @OBJDUMP@
  262. OBJEXT = @OBJEXT@
  263. OSIP_CFLAGS = @OSIP_CFLAGS@
  264. OSIP_LIBS = @OSIP_LIBS@
  265. OTOOL = @OTOOL@
  266. OTOOL64 = @OTOOL64@
  267. PACKAGE = @PACKAGE@
  268. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  269. PACKAGE_NAME = @PACKAGE_NAME@
  270. PACKAGE_STRING = @PACKAGE_STRING@
  271. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  272. PACKAGE_URL = @PACKAGE_URL@
  273. PACKAGE_VERSION = @PACKAGE_VERSION@
  274. PATH_SEPARATOR = @PATH_SEPARATOR@
  275. PKG_CONFIG = @PKG_CONFIG@
  276. PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
  277. PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
  278. PTHREAD_CC = @PTHREAD_CC@
  279. PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
  280. PTHREAD_LIBS = @PTHREAD_LIBS@
  281. RANLIB = @RANLIB@
  282. SED = @SED@
  283. SET_MAKE = @SET_MAKE@
  284. SHELL = @SHELL@
  285. SSL_CFLAGS = @SSL_CFLAGS@
  286. SSL_LIBS = @SSL_LIBS@
  287. STRIP = @STRIP@
  288. VERSION = @VERSION@
  289. abs_builddir = @abs_builddir@
  290. abs_srcdir = @abs_srcdir@
  291. abs_top_builddir = @abs_top_builddir@
  292. abs_top_srcdir = @abs_top_srcdir@
  293. ac_ct_AR = @ac_ct_AR@
  294. ac_ct_CC = @ac_ct_CC@
  295. ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
  296. am__include = @am__include@
  297. am__leading_dot = @am__leading_dot@
  298. am__quote = @am__quote@
  299. am__tar = @am__tar@
  300. am__untar = @am__untar@
  301. ax_pthread_config = @ax_pthread_config@
  302. bindir = @bindir@
  303. build = @build@
  304. build_alias = @build_alias@
  305. build_cpu = @build_cpu@
  306. build_os = @build_os@
  307. build_vendor = @build_vendor@
  308. builddir = @builddir@
  309. datadir = @datadir@
  310. datarootdir = @datarootdir@
  311. docdir = @docdir@
  312. dvidir = @dvidir@
  313. exec_prefix = @exec_prefix@
  314. host = @host@
  315. host_alias = @host_alias@
  316. host_cpu = @host_cpu@
  317. host_os = @host_os@
  318. host_vendor = @host_vendor@
  319. htmldir = @htmldir@
  320. includedir = @includedir@
  321. infodir = @infodir@
  322. install_sh = @install_sh@
  323. libdir = @libdir@
  324. libexecdir = @libexecdir@
  325. localedir = @localedir@
  326. localstatedir = @localstatedir@
  327. mandir = @mandir@
  328. mkdir_p = @mkdir_p@
  329. oldincludedir = @oldincludedir@
  330. pdfdir = @pdfdir@
  331. prefix = @prefix@
  332. program_transform_name = @program_transform_name@
  333. psdir = @psdir@
  334. runstatedir = @runstatedir@
  335. sbindir = @sbindir@
  336. sharedstatedir = @sharedstatedir@
  337. srcdir = @srcdir@
  338. sysconfdir = @sysconfdir@
  339. target_alias = @target_alias@
  340. top_build_prefix = @top_build_prefix@
  341. top_builddir = @top_builddir@
  342. top_srcdir = @top_srcdir@
  343. ACLOCAL_AMFLAGS = -I scripts
  344. EXTRA_DIST = README autogen.sh LICENSE.OpenSSL
  345. SUBDIRS = scripts platform src include tools help
  346. all: exosip-config.h
  347. $(MAKE) $(AM_MAKEFLAGS) all-recursive
  348. .SUFFIXES:
  349. am--refresh: Makefile
  350. @:
  351. $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
  352. @for dep in $?; do \
  353. case '$(am__configure_deps)' in \
  354. *$$dep*) \
  355. echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \
  356. $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \
  357. && exit 0; \
  358. exit 1;; \
  359. esac; \
  360. done; \
  361. echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
  362. $(am__cd) $(top_srcdir) && \
  363. $(AUTOMAKE) --gnu Makefile
  364. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  365. @case '$?' in \
  366. *config.status*) \
  367. echo ' $(SHELL) ./config.status'; \
  368. $(SHELL) ./config.status;; \
  369. *) \
  370. echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles)'; \
  371. cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles);; \
  372. esac;
  373. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  374. $(SHELL) ./config.status --recheck
  375. $(top_srcdir)/configure: $(am__configure_deps)
  376. $(am__cd) $(srcdir) && $(AUTOCONF)
  377. $(ACLOCAL_M4): $(am__aclocal_m4_deps)
  378. $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
  379. $(am__aclocal_m4_deps):
  380. exosip-config.h: stamp-h1
  381. @test -f $@ || rm -f stamp-h1
  382. @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
  383. stamp-h1: $(srcdir)/exosip-config.h.in $(top_builddir)/config.status
  384. @rm -f stamp-h1
  385. cd $(top_builddir) && $(SHELL) ./config.status exosip-config.h
  386. $(srcdir)/exosip-config.h.in: $(am__configure_deps)
  387. ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
  388. rm -f stamp-h1
  389. touch $@
  390. distclean-hdr:
  391. -rm -f exosip-config.h stamp-h1
  392. mostlyclean-libtool:
  393. -rm -f *.lo
  394. clean-libtool:
  395. -rm -rf .libs _libs
  396. distclean-libtool:
  397. -rm -f libtool config.lt
  398. # This directory's subdirectories are mostly independent; you can cd
  399. # into them and run 'make' without going through this Makefile.
  400. # To change the values of 'make' variables: instead of editing Makefiles,
  401. # (1) if the variable is set in 'config.status', edit 'config.status'
  402. # (which will cause the Makefiles to be regenerated when you run 'make');
  403. # (2) otherwise, pass the desired values on the 'make' command line.
  404. $(am__recursive_targets):
  405. @fail=; \
  406. if $(am__make_keepgoing); then \
  407. failcom='fail=yes'; \
  408. else \
  409. failcom='exit 1'; \
  410. fi; \
  411. dot_seen=no; \
  412. target=`echo $@ | sed s/-recursive//`; \
  413. case "$@" in \
  414. distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
  415. *) list='$(SUBDIRS)' ;; \
  416. esac; \
  417. for subdir in $$list; do \
  418. echo "Making $$target in $$subdir"; \
  419. if test "$$subdir" = "."; then \
  420. dot_seen=yes; \
  421. local_target="$$target-am"; \
  422. else \
  423. local_target="$$target"; \
  424. fi; \
  425. ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  426. || eval $$failcom; \
  427. done; \
  428. if test "$$dot_seen" = "no"; then \
  429. $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
  430. fi; test -z "$$fail"
  431. ID: $(am__tagged_files)
  432. $(am__define_uniq_tagged_files); mkid -fID $$unique
  433. tags: tags-recursive
  434. TAGS: tags
  435. tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  436. set x; \
  437. here=`pwd`; \
  438. if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
  439. include_option=--etags-include; \
  440. empty_fix=.; \
  441. else \
  442. include_option=--include; \
  443. empty_fix=; \
  444. fi; \
  445. list='$(SUBDIRS)'; for subdir in $$list; do \
  446. if test "$$subdir" = .; then :; else \
  447. test ! -f $$subdir/TAGS || \
  448. set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
  449. fi; \
  450. done; \
  451. $(am__define_uniq_tagged_files); \
  452. shift; \
  453. if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
  454. test -n "$$unique" || unique=$$empty_fix; \
  455. if test $$# -gt 0; then \
  456. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  457. "$$@" $$unique; \
  458. else \
  459. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  460. $$unique; \
  461. fi; \
  462. fi
  463. ctags: ctags-recursive
  464. CTAGS: ctags
  465. ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  466. $(am__define_uniq_tagged_files); \
  467. test -z "$(CTAGS_ARGS)$$unique" \
  468. || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  469. $$unique
  470. GTAGS:
  471. here=`$(am__cd) $(top_builddir) && pwd` \
  472. && $(am__cd) $(top_srcdir) \
  473. && gtags -i $(GTAGS_ARGS) "$$here"
  474. cscope: cscope.files
  475. test ! -s cscope.files \
  476. || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
  477. clean-cscope:
  478. -rm -f cscope.files
  479. cscope.files: clean-cscope cscopelist
  480. cscopelist: cscopelist-recursive
  481. cscopelist-am: $(am__tagged_files)
  482. list='$(am__tagged_files)'; \
  483. case "$(srcdir)" in \
  484. [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
  485. *) sdir=$(subdir)/$(srcdir) ;; \
  486. esac; \
  487. for i in $$list; do \
  488. if test -f "$$i"; then \
  489. echo "$(subdir)/$$i"; \
  490. else \
  491. echo "$$sdir/$$i"; \
  492. fi; \
  493. done >> $(top_builddir)/cscope.files
  494. distclean-tags:
  495. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  496. -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
  497. distdir: $(BUILT_SOURCES)
  498. $(MAKE) $(AM_MAKEFLAGS) distdir-am
  499. distdir-am: $(DISTFILES)
  500. $(am__remove_distdir)
  501. test -d "$(distdir)" || mkdir "$(distdir)"
  502. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  503. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  504. list='$(DISTFILES)'; \
  505. dist_files=`for file in $$list; do echo $$file; done | \
  506. sed -e "s|^$$srcdirstrip/||;t" \
  507. -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  508. case $$dist_files in \
  509. */*) $(MKDIR_P) `echo "$$dist_files" | \
  510. sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  511. sort -u` ;; \
  512. esac; \
  513. for file in $$dist_files; do \
  514. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  515. if test -d $$d/$$file; then \
  516. dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  517. if test -d "$(distdir)/$$file"; then \
  518. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  519. fi; \
  520. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  521. cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  522. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  523. fi; \
  524. cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  525. else \
  526. test -f "$(distdir)/$$file" \
  527. || cp -p $$d/$$file "$(distdir)/$$file" \
  528. || exit 1; \
  529. fi; \
  530. done
  531. @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
  532. if test "$$subdir" = .; then :; else \
  533. $(am__make_dryrun) \
  534. || test -d "$(distdir)/$$subdir" \
  535. || $(MKDIR_P) "$(distdir)/$$subdir" \
  536. || exit 1; \
  537. dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
  538. $(am__relativize); \
  539. new_distdir=$$reldir; \
  540. dir1=$$subdir; dir2="$(top_distdir)"; \
  541. $(am__relativize); \
  542. new_top_distdir=$$reldir; \
  543. echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
  544. echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
  545. ($(am__cd) $$subdir && \
  546. $(MAKE) $(AM_MAKEFLAGS) \
  547. top_distdir="$$new_top_distdir" \
  548. distdir="$$new_distdir" \
  549. am__remove_distdir=: \
  550. am__skip_length_check=: \
  551. am__skip_mode_fix=: \
  552. distdir) \
  553. || exit 1; \
  554. fi; \
  555. done
  556. -test -n "$(am__skip_mode_fix)" \
  557. || find "$(distdir)" -type d ! -perm -755 \
  558. -exec chmod u+rwx,go+rx {} \; -o \
  559. ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
  560. ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
  561. ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
  562. || chmod -R a+r "$(distdir)"
  563. dist-gzip: distdir
  564. tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).tar.gz
  565. $(am__post_remove_distdir)
  566. dist-bzip2: distdir
  567. tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
  568. $(am__post_remove_distdir)
  569. dist-lzip: distdir
  570. tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
  571. $(am__post_remove_distdir)
  572. dist-xz: distdir
  573. tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
  574. $(am__post_remove_distdir)
  575. dist-tarZ: distdir
  576. @echo WARNING: "Support for distribution archives compressed with" \
  577. "legacy program 'compress' is deprecated." >&2
  578. @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
  579. tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
  580. $(am__post_remove_distdir)
  581. dist-shar: distdir
  582. @echo WARNING: "Support for shar distribution archives is" \
  583. "deprecated." >&2
  584. @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
  585. shar $(distdir) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).shar.gz
  586. $(am__post_remove_distdir)
  587. dist-zip: distdir
  588. -rm -f $(distdir).zip
  589. zip -rq $(distdir).zip $(distdir)
  590. $(am__post_remove_distdir)
  591. dist dist-all:
  592. $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
  593. $(am__post_remove_distdir)
  594. # This target untars the dist file and tries a VPATH configuration. Then
  595. # it guarantees that the distribution is self-contained by making another
  596. # tarfile.
  597. distcheck: dist
  598. case '$(DIST_ARCHIVES)' in \
  599. *.tar.gz*) \
  600. eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\
  601. *.tar.bz2*) \
  602. bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
  603. *.tar.lz*) \
  604. lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
  605. *.tar.xz*) \
  606. xz -dc $(distdir).tar.xz | $(am__untar) ;;\
  607. *.tar.Z*) \
  608. uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
  609. *.shar.gz*) \
  610. eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\
  611. *.zip*) \
  612. unzip $(distdir).zip ;;\
  613. esac
  614. chmod -R a-w $(distdir)
  615. chmod u+w $(distdir)
  616. mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst
  617. chmod a-w $(distdir)
  618. test -d $(distdir)/_build || exit 0; \
  619. dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
  620. && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
  621. && am__cwd=`pwd` \
  622. && $(am__cd) $(distdir)/_build/sub \
  623. && ../../configure \
  624. $(AM_DISTCHECK_CONFIGURE_FLAGS) \
  625. $(DISTCHECK_CONFIGURE_FLAGS) \
  626. --srcdir=../.. --prefix="$$dc_install_base" \
  627. && $(MAKE) $(AM_MAKEFLAGS) \
  628. && $(MAKE) $(AM_MAKEFLAGS) dvi \
  629. && $(MAKE) $(AM_MAKEFLAGS) check \
  630. && $(MAKE) $(AM_MAKEFLAGS) install \
  631. && $(MAKE) $(AM_MAKEFLAGS) installcheck \
  632. && $(MAKE) $(AM_MAKEFLAGS) uninstall \
  633. && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
  634. distuninstallcheck \
  635. && chmod -R a-w "$$dc_install_base" \
  636. && ({ \
  637. (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
  638. && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
  639. && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
  640. && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
  641. distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
  642. } || { rm -rf "$$dc_destdir"; exit 1; }) \
  643. && rm -rf "$$dc_destdir" \
  644. && $(MAKE) $(AM_MAKEFLAGS) dist \
  645. && rm -rf $(DIST_ARCHIVES) \
  646. && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
  647. && cd "$$am__cwd" \
  648. || exit 1
  649. $(am__post_remove_distdir)
  650. @(echo "$(distdir) archives ready for distribution: "; \
  651. list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
  652. sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
  653. distuninstallcheck:
  654. @test -n '$(distuninstallcheck_dir)' || { \
  655. echo 'ERROR: trying to run $@ with an empty' \
  656. '$$(distuninstallcheck_dir)' >&2; \
  657. exit 1; \
  658. }; \
  659. $(am__cd) '$(distuninstallcheck_dir)' || { \
  660. echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
  661. exit 1; \
  662. }; \
  663. test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
  664. || { echo "ERROR: files left after uninstall:" ; \
  665. if test -n "$(DESTDIR)"; then \
  666. echo " (check DESTDIR support)"; \
  667. fi ; \
  668. $(distuninstallcheck_listfiles) ; \
  669. exit 1; } >&2
  670. distcleancheck: distclean
  671. @if test '$(srcdir)' = . ; then \
  672. echo "ERROR: distcleancheck can only run from a VPATH build" ; \
  673. exit 1 ; \
  674. fi
  675. @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
  676. || { echo "ERROR: files left in build directory after distclean:" ; \
  677. $(distcleancheck_listfiles) ; \
  678. exit 1; } >&2
  679. check-am: all-am
  680. check: check-recursive
  681. all-am: Makefile exosip-config.h
  682. installdirs: installdirs-recursive
  683. installdirs-am:
  684. install: install-recursive
  685. install-exec: install-exec-recursive
  686. install-data: install-data-recursive
  687. uninstall: uninstall-recursive
  688. install-am: all-am
  689. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  690. installcheck: installcheck-recursive
  691. install-strip:
  692. if test -z '$(STRIP)'; then \
  693. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  694. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  695. install; \
  696. else \
  697. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  698. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  699. "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
  700. fi
  701. mostlyclean-generic:
  702. clean-generic:
  703. distclean-generic:
  704. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  705. -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  706. maintainer-clean-generic:
  707. @echo "This command is intended for maintainers to use"
  708. @echo "it deletes files that may require special tools to rebuild."
  709. clean: clean-recursive
  710. clean-am: clean-generic clean-libtool mostlyclean-am
  711. distclean: distclean-recursive
  712. -rm -f $(am__CONFIG_DISTCLEAN_FILES)
  713. -rm -f Makefile
  714. distclean-am: clean-am distclean-generic distclean-hdr \
  715. distclean-libtool distclean-tags
  716. dvi: dvi-recursive
  717. dvi-am:
  718. html: html-recursive
  719. html-am:
  720. info: info-recursive
  721. info-am:
  722. install-data-am:
  723. install-dvi: install-dvi-recursive
  724. install-dvi-am:
  725. install-exec-am:
  726. install-html: install-html-recursive
  727. install-html-am:
  728. install-info: install-info-recursive
  729. install-info-am:
  730. install-man:
  731. install-pdf: install-pdf-recursive
  732. install-pdf-am:
  733. install-ps: install-ps-recursive
  734. install-ps-am:
  735. installcheck-am:
  736. maintainer-clean: maintainer-clean-recursive
  737. -rm -f $(am__CONFIG_DISTCLEAN_FILES)
  738. -rm -rf $(top_srcdir)/autom4te.cache
  739. -rm -f Makefile
  740. maintainer-clean-am: distclean-am maintainer-clean-generic
  741. mostlyclean: mostlyclean-recursive
  742. mostlyclean-am: mostlyclean-generic mostlyclean-libtool
  743. pdf: pdf-recursive
  744. pdf-am:
  745. ps: ps-recursive
  746. ps-am:
  747. uninstall-am:
  748. .MAKE: $(am__recursive_targets) all install-am install-strip
  749. .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
  750. am--refresh check check-am clean clean-cscope clean-generic \
  751. clean-libtool cscope cscopelist-am ctags ctags-am dist \
  752. dist-all dist-bzip2 dist-gzip dist-lzip dist-shar dist-tarZ \
  753. dist-xz dist-zip distcheck distclean distclean-generic \
  754. distclean-hdr distclean-libtool distclean-tags distcleancheck \
  755. distdir distuninstallcheck dvi dvi-am html html-am info \
  756. info-am install install-am install-data install-data-am \
  757. install-dvi install-dvi-am install-exec install-exec-am \
  758. install-html install-html-am install-info install-info-am \
  759. install-man install-pdf install-pdf-am install-ps \
  760. install-ps-am install-strip installcheck installcheck-am \
  761. installdirs installdirs-am maintainer-clean \
  762. maintainer-clean-generic mostlyclean mostlyclean-generic \
  763. mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
  764. uninstall-am
  765. .PRECIOUS: Makefile
  766. doxygen:
  767. doxygen help/doxygen/DoxyFile
  768. upload: dist
  769. @echo "######## Maintainer only ##########";
  770. @echo "building files for upload and scp libexosip2-X.X.X.tar.gz xxxxxx@dl.sv.nongnu.org:/releases/exosip";
  771. @echo "building: $(PACKAGE)-$(VERSION).tar.gz.sig";
  772. gpg -b $(PACKAGE)-$(VERSION).tar.gz
  773. indent:
  774. @type clang-format --version >/dev/null 2>&1 || clang-format -i $(top_srcdir)/include/eXosip2/*.h
  775. @type clang-format --version >/dev/null 2>&1 || clang-format -i $(top_srcdir)/src/*.h
  776. @type clang-format --version >/dev/null 2>&1 || clang-format -i $(top_srcdir)/src/*.c
  777. @type clang-format --version >/dev/null 2>&1 || clang-format -i $(top_srcdir)/tools/*.c
  778. rm -rf $(top_srcdir)/*/*/*.h~
  779. rm -rf $(top_srcdir)/*/*.h~
  780. rm -rf $(top_srcdir)/*/*.c~
  781. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  782. # Otherwise a system limit (for SysV at least) may be exceeded.
  783. .NOEXPORT: