Makefile 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749
  1. # Makefile.in generated by automake 1.15.1 from Makefile.am.
  2. # init/Makefile. Generated from Makefile.in by configure.
  3. # Copyright (C) 1994-2017 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. am__is_gnu_make = { \
  12. if test -z '$(MAKELEVEL)'; then \
  13. false; \
  14. elif test -n '$(MAKE_HOST)'; then \
  15. true; \
  16. elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
  17. true; \
  18. else \
  19. false; \
  20. fi; \
  21. }
  22. am__make_running_with_option = \
  23. case $${target_option-} in \
  24. ?) ;; \
  25. *) echo "am__make_running_with_option: internal error: invalid" \
  26. "target option '$${target_option-}' specified" >&2; \
  27. exit 1;; \
  28. esac; \
  29. has_opt=no; \
  30. sane_makeflags=$$MAKEFLAGS; \
  31. if $(am__is_gnu_make); then \
  32. sane_makeflags=$$MFLAGS; \
  33. else \
  34. case $$MAKEFLAGS in \
  35. *\\[\ \ ]*) \
  36. bs=\\; \
  37. sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
  38. | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
  39. esac; \
  40. fi; \
  41. skip_next=no; \
  42. strip_trailopt () \
  43. { \
  44. flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
  45. }; \
  46. for flg in $$sane_makeflags; do \
  47. test $$skip_next = yes && { skip_next=no; continue; }; \
  48. case $$flg in \
  49. *=*|--*) continue;; \
  50. -*I) strip_trailopt 'I'; skip_next=yes;; \
  51. -*I?*) strip_trailopt 'I';; \
  52. -*O) strip_trailopt 'O'; skip_next=yes;; \
  53. -*O?*) strip_trailopt 'O';; \
  54. -*l) strip_trailopt 'l'; skip_next=yes;; \
  55. -*l?*) strip_trailopt 'l';; \
  56. -[dEDm]) skip_next=yes;; \
  57. -[JT]) skip_next=yes;; \
  58. esac; \
  59. case $$flg in \
  60. *$$target_option*) has_opt=yes; break;; \
  61. esac; \
  62. done; \
  63. test $$has_opt = yes
  64. am__make_dryrun = (target_option=n; $(am__make_running_with_option))
  65. am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
  66. pkgdatadir = $(datadir)/strongswan
  67. pkgincludedir = $(includedir)/strongswan
  68. pkglibdir = $(libdir)/strongswan
  69. pkglibexecdir = $(libexecdir)/strongswan
  70. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
  71. install_sh_DATA = $(install_sh) -c -m 644
  72. install_sh_PROGRAM = $(install_sh) -c
  73. install_sh_SCRIPT = $(install_sh) -c
  74. INSTALL_HEADER = $(INSTALL_DATA)
  75. transform = $(program_transform_name)
  76. NORMAL_INSTALL = :
  77. PRE_INSTALL = :
  78. POST_INSTALL = :
  79. NORMAL_UNINSTALL = :
  80. PRE_UNINSTALL = :
  81. POST_UNINSTALL = :
  82. build_triplet = x86_64-pc-linux-gnu
  83. host_triplet = x86_64-pc-linux-gnu
  84. am__append_1 = systemd-starter
  85. #am__append_2 = systemd
  86. subdir = init
  87. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  88. am__aclocal_m4_deps = $(top_srcdir)/m4/config/libtool.m4 \
  89. $(top_srcdir)/m4/config/ltoptions.m4 \
  90. $(top_srcdir)/m4/config/ltsugar.m4 \
  91. $(top_srcdir)/m4/config/ltversion.m4 \
  92. $(top_srcdir)/m4/config/lt~obsolete.m4 \
  93. $(top_srcdir)/m4/macros/split-package-version.m4 \
  94. $(top_srcdir)/m4/macros/with.m4 \
  95. $(top_srcdir)/m4/macros/enable-disable.m4 \
  96. $(top_srcdir)/m4/macros/add-plugin.m4 \
  97. $(top_srcdir)/configure.ac
  98. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  99. $(ACLOCAL_M4)
  100. DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
  101. mkinstalldirs = $(install_sh) -d
  102. CONFIG_HEADER = $(top_builddir)/config.h
  103. CONFIG_CLEAN_FILES =
  104. CONFIG_CLEAN_VPATH_FILES =
  105. AM_V_P = $(am__v_P_$(V))
  106. am__v_P_ = $(am__v_P_$(AM_DEFAULT_VERBOSITY))
  107. am__v_P_0 = false
  108. am__v_P_1 = :
  109. AM_V_GEN = $(am__v_GEN_$(V))
  110. am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
  111. am__v_GEN_0 = @echo " GEN " $@;
  112. am__v_GEN_1 =
  113. AM_V_at = $(am__v_at_$(V))
  114. am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
  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. distdir
  140. am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
  141. # Read a list of newline-separated strings from the standard input,
  142. # and print each of them once, without duplicates. Input order is
  143. # *not* preserved.
  144. am__uniquify_input = $(AWK) '\
  145. BEGIN { nonempty = 0; } \
  146. { items[$$0] = 1; nonempty = 1; } \
  147. END { if (nonempty) { for (i in items) print i; }; } \
  148. '
  149. # Make sure the list of sources is unique. This is necessary because,
  150. # e.g., the same source file might be shared among _SOURCES variables
  151. # for different programs/libraries.
  152. am__define_uniq_tagged_files = \
  153. list='$(am__tagged_files)'; \
  154. unique=`for i in $$list; do \
  155. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  156. done | $(am__uniquify_input)`
  157. ETAGS = etags
  158. CTAGS = ctags
  159. DIST_SUBDIRS = systemd-starter systemd
  160. am__DIST_COMMON = $(srcdir)/Makefile.in
  161. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  162. am__relativize = \
  163. dir0=`pwd`; \
  164. sed_first='s,^\([^/]*\)/.*$$,\1,'; \
  165. sed_rest='s,^[^/]*/*,,'; \
  166. sed_last='s,^.*/\([^/]*\)$$,\1,'; \
  167. sed_butlast='s,/*[^/]*$$,,'; \
  168. while test -n "$$dir1"; do \
  169. first=`echo "$$dir1" | sed -e "$$sed_first"`; \
  170. if test "$$first" != "."; then \
  171. if test "$$first" = ".."; then \
  172. dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
  173. dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
  174. else \
  175. first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
  176. if test "$$first2" = "$$first"; then \
  177. dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
  178. else \
  179. dir2="../$$dir2"; \
  180. fi; \
  181. dir0="$$dir0"/"$$first"; \
  182. fi; \
  183. fi; \
  184. dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
  185. done; \
  186. reldir="$$dir2"
  187. ACLOCAL = ${SHELL} /home/masadullah/AndroidProjects/strongswan/missing aclocal-1.15
  188. ALLOCA =
  189. AMTAR = $${TAR-tar}
  190. AM_DEFAULT_VERBOSITY = 1
  191. AR = ar
  192. ATOMICLIB =
  193. AUTOCONF = ${SHELL} /home/masadullah/AndroidProjects/strongswan/missing autoconf
  194. AUTOHEADER = ${SHELL} /home/masadullah/AndroidProjects/strongswan/missing autoheader
  195. AUTOMAKE = ${SHELL} /home/masadullah/AndroidProjects/strongswan/missing automake-1.15
  196. AWK = mawk
  197. BFDLIB =
  198. BTLIB =
  199. CC = gcc
  200. CCDEPMODE = depmode=gcc3
  201. CFLAGS = -g -O2 -Wall -Wno-format -Wno-format-security -Wno-pointer-sign -include /home/masadullah/AndroidProjects/strongswan/config.h
  202. COVERAGE_CFLAGS =
  203. COVERAGE_LDFLAGS =
  204. CPP = gcc -E
  205. CPPFLAGS =
  206. CYGPATH_W = echo
  207. DEFS = -DHAVE_CONFIG_H
  208. DEPDIR = .deps
  209. DLLIB = -ldl
  210. DLLTOOL = false
  211. DSYMUTIL =
  212. DUMPBIN =
  213. EASY_INSTALL =
  214. ECHO_C =
  215. ECHO_N = -n
  216. ECHO_T =
  217. EGREP = /bin/grep -E
  218. EXEEXT =
  219. FGREP = /bin/grep -F
  220. FUZZING_CFLAGS =
  221. FUZZING_LDFLAGS =
  222. GEM =
  223. GENHTML =
  224. GPERF = /usr/bin/gperf
  225. GPERF_LEN_TYPE = size_t
  226. GPRBUILD =
  227. GREP = /bin/grep
  228. INSTALL = /usr/bin/install -c
  229. INSTALL_DATA = ${INSTALL} -m 644
  230. INSTALL_PROGRAM = ${INSTALL}
  231. INSTALL_SCRIPT = ${INSTALL}
  232. INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
  233. LCOV =
  234. LD = /usr/bin/ld -m elf_x86_64
  235. LDFLAGS =
  236. LEX = flex
  237. LEXLIB = -lfl
  238. LEX_OUTPUT_ROOT = lex.yy
  239. LIBOBJS =
  240. LIBS =
  241. LIBTOOL = $(SHELL) $(top_builddir)/libtool
  242. LIPO =
  243. LN_S = ln -s
  244. LTLIBOBJS =
  245. LT_SYS_LIBRARY_PATH =
  246. MAKEINFO = ${SHELL} /home/masadullah/AndroidProjects/strongswan/missing makeinfo
  247. MANIFEST_TOOL = :
  248. MKDIR_P = /bin/mkdir -p
  249. MYSQLCFLAG =
  250. MYSQLCONFIG =
  251. MYSQLLIB =
  252. NM = /usr/bin/nm -B
  253. NMEDIT =
  254. OBJDUMP = objdump
  255. OBJEXT = o
  256. OPENSSL_LIB =
  257. OTOOL =
  258. OTOOL64 =
  259. PACKAGE = strongswan
  260. PACKAGE_BUGREPORT =
  261. PACKAGE_NAME = strongSwan
  262. PACKAGE_STRING = strongSwan 5.8.1
  263. PACKAGE_TARNAME = strongswan
  264. PACKAGE_URL =
  265. PACKAGE_VERSION = 5.8.1
  266. PACKAGE_VERSION_BUILD = 1
  267. PACKAGE_VERSION_MAJOR = 5
  268. PACKAGE_VERSION_MINOR = 8
  269. PACKAGE_VERSION_REVIEW =
  270. PATH_SEPARATOR = :
  271. PERL = /usr/bin/perl
  272. PKG_CONFIG = /usr/bin/pkg-config
  273. PKG_CONFIG_LIBDIR =
  274. PKG_CONFIG_PATH =
  275. PLUGIN_CFLAGS = -rdynamic
  276. PTHREADLIB = -lpthread -ldl
  277. PYTHON = /usr/bin/python
  278. PYTHONEGGINSTALLDIR =
  279. PYTHON_EXEC_PREFIX = ${exec_prefix}
  280. PYTHON_PACKAGE_VERSION =
  281. PYTHON_PLATFORM = linux2
  282. PYTHON_PREFIX = ${prefix}
  283. PYTHON_VERSION = 2.7
  284. PY_TEST =
  285. RANLIB = ranlib
  286. RTLIB =
  287. RUBYGEMDIR =
  288. SED = /bin/sed
  289. SET_MAKE =
  290. SHELL = /bin/bash
  291. SOCKLIB =
  292. STRIP = strip
  293. UNWINDLIB =
  294. VERSION = 5.8.1
  295. WOLFSSL_LIB =
  296. YACC = bison -y
  297. YFLAGS =
  298. abs_builddir = /home/masadullah/AndroidProjects/strongswan/init
  299. abs_srcdir = /home/masadullah/AndroidProjects/strongswan/init
  300. abs_top_builddir = /home/masadullah/AndroidProjects/strongswan
  301. abs_top_srcdir = /home/masadullah/AndroidProjects/strongswan
  302. ac_ct_AR = ar
  303. ac_ct_CC = gcc
  304. ac_ct_DUMPBIN =
  305. aikgen_plugins = sha2 sha1 md5 mgf1 random nonce x509 pubkey pkcs1 pem gmp
  306. am__include = include
  307. am__leading_dot = .
  308. am__quote =
  309. am__tar = tar --format=ustar -chf - "$$tardir"
  310. am__untar = tar -xf -
  311. attest_plugins = sha2 sha1 md5 mgf1 random x509 pkcs1 pkcs8 pem gmp
  312. bindir = ${exec_prefix}/bin
  313. botan_CFLAGS =
  314. botan_LIBS =
  315. build = x86_64-pc-linux-gnu
  316. build_alias =
  317. build_cpu = x86_64
  318. build_os = linux-gnu
  319. build_vendor = pc
  320. builddir = .
  321. c_plugins = attr kernel-netlink resolve socket-default stroke vici updown xauth-generic counters
  322. charon_natt_port = 4500
  323. charon_plugins = aes des rc2 sha2 sha1 md5 mgf1 random nonce x509 revocation constraints pubkey pkcs1 pkcs7 pkcs8 pkcs12 pgp dnskey sshkey pem fips-prf gmp curve25519 xcbc cmac hmac attr kernel-netlink resolve socket-default stroke vici updown xauth-generic counters
  324. charon_udp_port = 500
  325. clearsilver_LIBS =
  326. cmd_plugins = aes des rc2 sha2 sha1 md5 mgf1 random nonce x509 revocation constraints pubkey pkcs1 pkcs7 pkcs8 pkcs12 sshkey pem fips-prf gmp curve25519 xcbc cmac hmac kernel-netlink resolve socket-default xauth-generic
  327. datadir = ${datarootdir}
  328. datarootdir = ${prefix}/share
  329. dev_headers = no
  330. docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
  331. dvidir = ${docdir}
  332. exec_prefix = ${prefix}
  333. fips_mode = 0
  334. fuzz_plugins = sha2 sha1 x509 pkcs1 pem gmp
  335. host = x86_64-pc-linux-gnu
  336. host_alias =
  337. host_cpu = x86_64
  338. host_os = linux-gnu
  339. host_vendor = pc
  340. htmldir = ${docdir}
  341. imcvdir = ${exec_prefix}/lib/ipsec/imcvs
  342. includedir = ${prefix}/include
  343. infodir = ${datarootdir}/info
  344. install_sh = ${SHELL} /home/masadullah/AndroidProjects/strongswan/install-sh
  345. ipsec_script = ipsec
  346. ipsec_script_upper = IPSEC
  347. ipsecdir = ${exec_prefix}/libexec/ipsec
  348. ipsecgroup = root
  349. ipseclibdir = ${exec_prefix}/lib/ipsec
  350. ipsecuser = root
  351. json_CFLAGS =
  352. json_LIBS =
  353. libdir = ${exec_prefix}/lib
  354. libexecdir = ${exec_prefix}/libexec
  355. libfuzzer =
  356. libiptc_CFLAGS =
  357. libiptc_LIBS =
  358. linux_headers = ${top_srcdir}/src/include
  359. localedir = ${datarootdir}/locale
  360. localstatedir = ${prefix}/var
  361. manager_plugins = sha1 random pkcs1 pkcs8 pem gmp
  362. mandir = ${datarootdir}/man
  363. medsrv_plugins = sha2 sha1 mgf1 random pkcs1 pkcs8 pem gmp
  364. mkdir_p = $(MKDIR_P)
  365. nm_CFLAGS =
  366. nm_LIBS =
  367. nm_ca_dir = /usr/share/ca-certificates
  368. nm_plugins = aes des rc2 sha2 sha1 md5 mgf1 random nonce x509 revocation constraints pkcs1 pkcs7 pkcs8 sshkey pem fips-prf gmp curve25519 xcbc cmac hmac kernel-netlink socket-default
  369. oldincludedir = /usr/include
  370. p_plugins =
  371. pcsclite_CFLAGS =
  372. pcsclite_LIBS =
  373. pdfdir = ${docdir}
  374. piddir = /var/run
  375. pkgpyexecdir = ${pyexecdir}/strongswan
  376. pkgpythondir = ${pythondir}/strongswan
  377. pki_plugins = aes des rc2 sha2 sha1 md5 mgf1 random x509 revocation pubkey pkcs1 pkcs7 pkcs8 pkcs12 dnskey sshkey pem gmp curve25519 hmac
  378. plugindir = ${exec_prefix}/lib/ipsec/plugins
  379. pool_plugins =
  380. prefix = /usr/local
  381. program_transform_name = s,x,x,
  382. psdir = ${docdir}
  383. pyexecdir = ${exec_prefix}/lib/python2.7/dist-packages
  384. pythondir = ${prefix}/lib/python2.7/dist-packages
  385. random_device = /dev/random
  386. resolv_conf = ${prefix}/etc/resolv.conf
  387. routing_table = 220
  388. routing_table_prio = 220
  389. runstatedir = ${localstatedir}/run
  390. s_plugins = aes des rc2 sha2 sha1 md5 mgf1 random nonce x509 revocation constraints pubkey pkcs1 pkcs7 pkcs8 pkcs12 pgp dnskey sshkey pem fips-prf gmp curve25519 xcbc cmac hmac
  391. sbindir = ${exec_prefix}/sbin
  392. scepclient_plugins = aes des rc2 sha2 sha1 md5 mgf1 random x509 pkcs1 pkcs7 pkcs8 pkcs12 pem gmp
  393. scripts_plugins = aes des rc2 sha2 sha1 md5 mgf1 random x509 pkcs1 pkcs7 pkcs8 pkcs12 pem gmp curve25519 hmac
  394. sharedstatedir = ${prefix}/com
  395. soup_CFLAGS =
  396. soup_LIBS =
  397. srcdir = .
  398. starter_plugins = kernel-netlink
  399. strongswan_conf = ${prefix}/etc/strongswan.conf
  400. strongswan_options = charon charon-logging starter scepclient pki swanctl
  401. swanctldir = ${prefix}/etc/swanctl
  402. sysconfdir = ${prefix}/etc
  403. systemd_CFLAGS =
  404. systemd_LIBS =
  405. systemd_daemon_CFLAGS =
  406. systemd_daemon_LIBS =
  407. systemd_journal_CFLAGS =
  408. systemd_journal_LIBS =
  409. systemdsystemunitdir = /lib/systemd/system
  410. t_plugins =
  411. target_alias =
  412. top_build_prefix = ../
  413. top_builddir = ..
  414. top_srcdir = ..
  415. tss2_CFLAGS =
  416. tss2_LIBS =
  417. tss2_esys_CFLAGS =
  418. tss2_esys_LIBS =
  419. tss2_socket_CFLAGS =
  420. tss2_socket_LIBS =
  421. tss2_sys_CFLAGS =
  422. tss2_sys_LIBS =
  423. tss2_tabrmd_CFLAGS =
  424. tss2_tabrmd_LIBS =
  425. urandom_device = /dev/urandom
  426. xml_CFLAGS =
  427. xml_LIBS =
  428. SUBDIRS = $(am__append_1) $(am__append_2)
  429. all: all-recursive
  430. .SUFFIXES:
  431. $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
  432. @for dep in $?; do \
  433. case '$(am__configure_deps)' in \
  434. *$$dep*) \
  435. ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
  436. && { if test -f $@; then exit 0; else break; fi; }; \
  437. exit 1;; \
  438. esac; \
  439. done; \
  440. echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu init/Makefile'; \
  441. $(am__cd) $(top_srcdir) && \
  442. $(AUTOMAKE) --gnu init/Makefile
  443. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  444. @case '$?' in \
  445. *config.status*) \
  446. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  447. *) \
  448. echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
  449. cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
  450. esac;
  451. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  452. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  453. $(top_srcdir)/configure: $(am__configure_deps)
  454. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  455. $(ACLOCAL_M4): $(am__aclocal_m4_deps)
  456. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  457. $(am__aclocal_m4_deps):
  458. mostlyclean-libtool:
  459. -rm -f *.lo
  460. clean-libtool:
  461. -rm -rf .libs _libs
  462. # This directory's subdirectories are mostly independent; you can cd
  463. # into them and run 'make' without going through this Makefile.
  464. # To change the values of 'make' variables: instead of editing Makefiles,
  465. # (1) if the variable is set in 'config.status', edit 'config.status'
  466. # (which will cause the Makefiles to be regenerated when you run 'make');
  467. # (2) otherwise, pass the desired values on the 'make' command line.
  468. $(am__recursive_targets):
  469. @fail=; \
  470. if $(am__make_keepgoing); then \
  471. failcom='fail=yes'; \
  472. else \
  473. failcom='exit 1'; \
  474. fi; \
  475. dot_seen=no; \
  476. target=`echo $@ | sed s/-recursive//`; \
  477. case "$@" in \
  478. distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
  479. *) list='$(SUBDIRS)' ;; \
  480. esac; \
  481. for subdir in $$list; do \
  482. echo "Making $$target in $$subdir"; \
  483. if test "$$subdir" = "."; then \
  484. dot_seen=yes; \
  485. local_target="$$target-am"; \
  486. else \
  487. local_target="$$target"; \
  488. fi; \
  489. ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  490. || eval $$failcom; \
  491. done; \
  492. if test "$$dot_seen" = "no"; then \
  493. $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
  494. fi; test -z "$$fail"
  495. ID: $(am__tagged_files)
  496. $(am__define_uniq_tagged_files); mkid -fID $$unique
  497. tags: tags-recursive
  498. TAGS: tags
  499. tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  500. set x; \
  501. here=`pwd`; \
  502. if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
  503. include_option=--etags-include; \
  504. empty_fix=.; \
  505. else \
  506. include_option=--include; \
  507. empty_fix=; \
  508. fi; \
  509. list='$(SUBDIRS)'; for subdir in $$list; do \
  510. if test "$$subdir" = .; then :; else \
  511. test ! -f $$subdir/TAGS || \
  512. set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
  513. fi; \
  514. done; \
  515. $(am__define_uniq_tagged_files); \
  516. shift; \
  517. if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
  518. test -n "$$unique" || unique=$$empty_fix; \
  519. if test $$# -gt 0; then \
  520. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  521. "$$@" $$unique; \
  522. else \
  523. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  524. $$unique; \
  525. fi; \
  526. fi
  527. ctags: ctags-recursive
  528. CTAGS: ctags
  529. ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  530. $(am__define_uniq_tagged_files); \
  531. test -z "$(CTAGS_ARGS)$$unique" \
  532. || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  533. $$unique
  534. GTAGS:
  535. here=`$(am__cd) $(top_builddir) && pwd` \
  536. && $(am__cd) $(top_srcdir) \
  537. && gtags -i $(GTAGS_ARGS) "$$here"
  538. cscopelist: cscopelist-recursive
  539. cscopelist-am: $(am__tagged_files)
  540. list='$(am__tagged_files)'; \
  541. case "$(srcdir)" in \
  542. [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
  543. *) sdir=$(subdir)/$(srcdir) ;; \
  544. esac; \
  545. for i in $$list; do \
  546. if test -f "$$i"; then \
  547. echo "$(subdir)/$$i"; \
  548. else \
  549. echo "$$sdir/$$i"; \
  550. fi; \
  551. done >> $(top_builddir)/cscope.files
  552. distclean-tags:
  553. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  554. distdir: $(DISTFILES)
  555. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  556. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  557. list='$(DISTFILES)'; \
  558. dist_files=`for file in $$list; do echo $$file; done | \
  559. sed -e "s|^$$srcdirstrip/||;t" \
  560. -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  561. case $$dist_files in \
  562. */*) $(MKDIR_P) `echo "$$dist_files" | \
  563. sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  564. sort -u` ;; \
  565. esac; \
  566. for file in $$dist_files; do \
  567. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  568. if test -d $$d/$$file; then \
  569. dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  570. if test -d "$(distdir)/$$file"; then \
  571. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  572. fi; \
  573. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  574. cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  575. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  576. fi; \
  577. cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  578. else \
  579. test -f "$(distdir)/$$file" \
  580. || cp -p $$d/$$file "$(distdir)/$$file" \
  581. || exit 1; \
  582. fi; \
  583. done
  584. @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
  585. if test "$$subdir" = .; then :; else \
  586. $(am__make_dryrun) \
  587. || test -d "$(distdir)/$$subdir" \
  588. || $(MKDIR_P) "$(distdir)/$$subdir" \
  589. || exit 1; \
  590. dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
  591. $(am__relativize); \
  592. new_distdir=$$reldir; \
  593. dir1=$$subdir; dir2="$(top_distdir)"; \
  594. $(am__relativize); \
  595. new_top_distdir=$$reldir; \
  596. echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
  597. echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
  598. ($(am__cd) $$subdir && \
  599. $(MAKE) $(AM_MAKEFLAGS) \
  600. top_distdir="$$new_top_distdir" \
  601. distdir="$$new_distdir" \
  602. am__remove_distdir=: \
  603. am__skip_length_check=: \
  604. am__skip_mode_fix=: \
  605. distdir) \
  606. || exit 1; \
  607. fi; \
  608. done
  609. check-am: all-am
  610. check: check-recursive
  611. all-am: Makefile
  612. installdirs: installdirs-recursive
  613. installdirs-am:
  614. install: install-recursive
  615. install-exec: install-exec-recursive
  616. install-data: install-data-recursive
  617. uninstall: uninstall-recursive
  618. install-am: all-am
  619. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  620. installcheck: installcheck-recursive
  621. install-strip:
  622. if test -z '$(STRIP)'; then \
  623. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  624. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  625. install; \
  626. else \
  627. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  628. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  629. "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
  630. fi
  631. mostlyclean-generic:
  632. clean-generic:
  633. distclean-generic:
  634. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  635. -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  636. maintainer-clean-generic:
  637. @echo "This command is intended for maintainers to use"
  638. @echo "it deletes files that may require special tools to rebuild."
  639. clean: clean-recursive
  640. clean-am: clean-generic clean-libtool mostlyclean-am
  641. distclean: distclean-recursive
  642. -rm -f Makefile
  643. distclean-am: clean-am distclean-generic distclean-tags
  644. dvi: dvi-recursive
  645. dvi-am:
  646. html: html-recursive
  647. html-am:
  648. info: info-recursive
  649. info-am:
  650. install-data-am:
  651. install-dvi: install-dvi-recursive
  652. install-dvi-am:
  653. install-exec-am:
  654. install-html: install-html-recursive
  655. install-html-am:
  656. install-info: install-info-recursive
  657. install-info-am:
  658. install-man:
  659. install-pdf: install-pdf-recursive
  660. install-pdf-am:
  661. install-ps: install-ps-recursive
  662. install-ps-am:
  663. installcheck-am:
  664. maintainer-clean: maintainer-clean-recursive
  665. -rm -f Makefile
  666. maintainer-clean-am: distclean-am maintainer-clean-generic
  667. mostlyclean: mostlyclean-recursive
  668. mostlyclean-am: mostlyclean-generic mostlyclean-libtool
  669. pdf: pdf-recursive
  670. pdf-am:
  671. ps: ps-recursive
  672. ps-am:
  673. uninstall-am:
  674. .MAKE: $(am__recursive_targets) install-am install-strip
  675. .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
  676. check-am clean clean-generic clean-libtool cscopelist-am ctags \
  677. ctags-am distclean distclean-generic distclean-libtool \
  678. distclean-tags distdir dvi dvi-am html html-am info info-am \
  679. install install-am install-data install-data-am install-dvi \
  680. install-dvi-am install-exec install-exec-am install-html \
  681. install-html-am install-info install-info-am install-man \
  682. install-pdf install-pdf-am install-ps install-ps-am \
  683. install-strip installcheck installcheck-am installdirs \
  684. installdirs-am maintainer-clean maintainer-clean-generic \
  685. mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
  686. ps ps-am tags tags-am uninstall uninstall-am
  687. .PRECIOUS: Makefile
  688. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  689. # Otherwise a system limit (for SysV at least) may be exceeded.
  690. .NOEXPORT: