Makefile 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765
  1. # Makefile.in generated by automake 1.15.1 from Makefile.am.
  2. # src/_copyright/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. ipsec_PROGRAMS = _copyright$(EXEEXT)
  85. subdir = src/_copyright
  86. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  87. am__aclocal_m4_deps = $(top_srcdir)/m4/config/libtool.m4 \
  88. $(top_srcdir)/m4/config/ltoptions.m4 \
  89. $(top_srcdir)/m4/config/ltsugar.m4 \
  90. $(top_srcdir)/m4/config/ltversion.m4 \
  91. $(top_srcdir)/m4/config/lt~obsolete.m4 \
  92. $(top_srcdir)/m4/macros/split-package-version.m4 \
  93. $(top_srcdir)/m4/macros/with.m4 \
  94. $(top_srcdir)/m4/macros/enable-disable.m4 \
  95. $(top_srcdir)/m4/macros/add-plugin.m4 \
  96. $(top_srcdir)/configure.ac
  97. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  98. $(ACLOCAL_M4)
  99. DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
  100. mkinstalldirs = $(install_sh) -d
  101. CONFIG_HEADER = $(top_builddir)/config.h
  102. CONFIG_CLEAN_FILES =
  103. CONFIG_CLEAN_VPATH_FILES =
  104. am__installdirs = "$(DESTDIR)$(ipsecdir)"
  105. PROGRAMS = $(ipsec_PROGRAMS)
  106. am__copyright_OBJECTS = _copyright.$(OBJEXT)
  107. _copyright_OBJECTS = $(am__copyright_OBJECTS)
  108. _copyright_DEPENDENCIES = \
  109. $(top_builddir)/src/libstrongswan/libstrongswan.la
  110. AM_V_lt = $(am__v_lt_$(V))
  111. am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY))
  112. am__v_lt_0 = --silent
  113. am__v_lt_1 =
  114. AM_V_P = $(am__v_P_$(V))
  115. am__v_P_ = $(am__v_P_$(AM_DEFAULT_VERBOSITY))
  116. am__v_P_0 = false
  117. am__v_P_1 = :
  118. AM_V_GEN = $(am__v_GEN_$(V))
  119. am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
  120. am__v_GEN_0 = @echo " GEN " $@;
  121. am__v_GEN_1 =
  122. AM_V_at = $(am__v_at_$(V))
  123. am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
  124. am__v_at_0 = @
  125. am__v_at_1 =
  126. DEFAULT_INCLUDES = -I. -I$(top_builddir)
  127. depcomp = $(SHELL) $(top_srcdir)/depcomp
  128. am__depfiles_maybe = depfiles
  129. am__mv = mv -f
  130. COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
  131. $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  132. LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
  133. $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
  134. $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
  135. $(AM_CFLAGS) $(CFLAGS)
  136. AM_V_CC = $(am__v_CC_$(V))
  137. am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY))
  138. am__v_CC_0 = @echo " CC " $@;
  139. am__v_CC_1 =
  140. CCLD = $(CC)
  141. LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
  142. $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
  143. $(AM_LDFLAGS) $(LDFLAGS) -o $@
  144. AM_V_CCLD = $(am__v_CCLD_$(V))
  145. am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY))
  146. am__v_CCLD_0 = @echo " CCLD " $@;
  147. am__v_CCLD_1 =
  148. SOURCES = $(_copyright_SOURCES)
  149. DIST_SOURCES = $(_copyright_SOURCES)
  150. am__can_run_installinfo = \
  151. case $$AM_UPDATE_INFO_DIR in \
  152. n|no|NO) false;; \
  153. *) (install-info --version) >/dev/null 2>&1;; \
  154. esac
  155. am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
  156. # Read a list of newline-separated strings from the standard input,
  157. # and print each of them once, without duplicates. Input order is
  158. # *not* preserved.
  159. am__uniquify_input = $(AWK) '\
  160. BEGIN { nonempty = 0; } \
  161. { items[$$0] = 1; nonempty = 1; } \
  162. END { if (nonempty) { for (i in items) print i; }; } \
  163. '
  164. # Make sure the list of sources is unique. This is necessary because,
  165. # e.g., the same source file might be shared among _SOURCES variables
  166. # for different programs/libraries.
  167. am__define_uniq_tagged_files = \
  168. list='$(am__tagged_files)'; \
  169. unique=`for i in $$list; do \
  170. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  171. done | $(am__uniquify_input)`
  172. ETAGS = etags
  173. CTAGS = ctags
  174. am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp
  175. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  176. ACLOCAL = ${SHELL} /home/masadullah/AndroidProjects/strongswan/missing aclocal-1.15
  177. ALLOCA =
  178. AMTAR = $${TAR-tar}
  179. AM_DEFAULT_VERBOSITY = 1
  180. AR = ar
  181. ATOMICLIB =
  182. AUTOCONF = ${SHELL} /home/masadullah/AndroidProjects/strongswan/missing autoconf
  183. AUTOHEADER = ${SHELL} /home/masadullah/AndroidProjects/strongswan/missing autoheader
  184. AUTOMAKE = ${SHELL} /home/masadullah/AndroidProjects/strongswan/missing automake-1.15
  185. AWK = mawk
  186. BFDLIB =
  187. BTLIB =
  188. CC = gcc
  189. CCDEPMODE = depmode=gcc3
  190. CFLAGS = -g -O2 -Wall -Wno-format -Wno-format-security -Wno-pointer-sign -include /home/masadullah/AndroidProjects/strongswan/config.h
  191. COVERAGE_CFLAGS =
  192. COVERAGE_LDFLAGS =
  193. CPP = gcc -E
  194. CPPFLAGS =
  195. CYGPATH_W = echo
  196. DEFS = -DHAVE_CONFIG_H
  197. DEPDIR = .deps
  198. DLLIB = -ldl
  199. DLLTOOL = false
  200. DSYMUTIL =
  201. DUMPBIN =
  202. EASY_INSTALL =
  203. ECHO_C =
  204. ECHO_N = -n
  205. ECHO_T =
  206. EGREP = /bin/grep -E
  207. EXEEXT =
  208. FGREP = /bin/grep -F
  209. FUZZING_CFLAGS =
  210. FUZZING_LDFLAGS =
  211. GEM =
  212. GENHTML =
  213. GPERF = /usr/bin/gperf
  214. GPERF_LEN_TYPE = size_t
  215. GPRBUILD =
  216. GREP = /bin/grep
  217. INSTALL = /usr/bin/install -c
  218. INSTALL_DATA = ${INSTALL} -m 644
  219. INSTALL_PROGRAM = ${INSTALL}
  220. INSTALL_SCRIPT = ${INSTALL}
  221. INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
  222. LCOV =
  223. LD = /usr/bin/ld -m elf_x86_64
  224. LDFLAGS =
  225. LEX = flex
  226. LEXLIB = -lfl
  227. LEX_OUTPUT_ROOT = lex.yy
  228. LIBOBJS =
  229. LIBS =
  230. LIBTOOL = $(SHELL) $(top_builddir)/libtool
  231. LIPO =
  232. LN_S = ln -s
  233. LTLIBOBJS =
  234. LT_SYS_LIBRARY_PATH =
  235. MAKEINFO = ${SHELL} /home/masadullah/AndroidProjects/strongswan/missing makeinfo
  236. MANIFEST_TOOL = :
  237. MKDIR_P = /bin/mkdir -p
  238. MYSQLCFLAG =
  239. MYSQLCONFIG =
  240. MYSQLLIB =
  241. NM = /usr/bin/nm -B
  242. NMEDIT =
  243. OBJDUMP = objdump
  244. OBJEXT = o
  245. OPENSSL_LIB =
  246. OTOOL =
  247. OTOOL64 =
  248. PACKAGE = strongswan
  249. PACKAGE_BUGREPORT =
  250. PACKAGE_NAME = strongSwan
  251. PACKAGE_STRING = strongSwan 5.8.1
  252. PACKAGE_TARNAME = strongswan
  253. PACKAGE_URL =
  254. PACKAGE_VERSION = 5.8.1
  255. PACKAGE_VERSION_BUILD = 1
  256. PACKAGE_VERSION_MAJOR = 5
  257. PACKAGE_VERSION_MINOR = 8
  258. PACKAGE_VERSION_REVIEW =
  259. PATH_SEPARATOR = :
  260. PERL = /usr/bin/perl
  261. PKG_CONFIG = /usr/bin/pkg-config
  262. PKG_CONFIG_LIBDIR =
  263. PKG_CONFIG_PATH =
  264. PLUGIN_CFLAGS = -rdynamic
  265. PTHREADLIB = -lpthread -ldl
  266. PYTHON = /usr/bin/python
  267. PYTHONEGGINSTALLDIR =
  268. PYTHON_EXEC_PREFIX = ${exec_prefix}
  269. PYTHON_PACKAGE_VERSION =
  270. PYTHON_PLATFORM = linux2
  271. PYTHON_PREFIX = ${prefix}
  272. PYTHON_VERSION = 2.7
  273. PY_TEST =
  274. RANLIB = ranlib
  275. RTLIB =
  276. RUBYGEMDIR =
  277. SED = /bin/sed
  278. SET_MAKE =
  279. SHELL = /bin/bash
  280. SOCKLIB =
  281. STRIP = strip
  282. UNWINDLIB =
  283. VERSION = 5.8.1
  284. WOLFSSL_LIB =
  285. YACC = bison -y
  286. YFLAGS =
  287. abs_builddir = /home/masadullah/AndroidProjects/strongswan/src/_copyright
  288. abs_srcdir = /home/masadullah/AndroidProjects/strongswan/src/_copyright
  289. abs_top_builddir = /home/masadullah/AndroidProjects/strongswan
  290. abs_top_srcdir = /home/masadullah/AndroidProjects/strongswan
  291. ac_ct_AR = ar
  292. ac_ct_CC = gcc
  293. ac_ct_DUMPBIN =
  294. aikgen_plugins = sha2 sha1 md5 mgf1 random nonce x509 pubkey pkcs1 pem gmp
  295. am__include = include
  296. am__leading_dot = .
  297. am__quote =
  298. am__tar = tar --format=ustar -chf - "$$tardir"
  299. am__untar = tar -xf -
  300. attest_plugins = sha2 sha1 md5 mgf1 random x509 pkcs1 pkcs8 pem gmp
  301. bindir = ${exec_prefix}/bin
  302. botan_CFLAGS =
  303. botan_LIBS =
  304. build = x86_64-pc-linux-gnu
  305. build_alias =
  306. build_cpu = x86_64
  307. build_os = linux-gnu
  308. build_vendor = pc
  309. builddir = .
  310. c_plugins = attr kernel-netlink resolve socket-default stroke vici updown xauth-generic counters
  311. charon_natt_port = 4500
  312. 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
  313. charon_udp_port = 500
  314. clearsilver_LIBS =
  315. 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
  316. datadir = ${datarootdir}
  317. datarootdir = ${prefix}/share
  318. dev_headers = no
  319. docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
  320. dvidir = ${docdir}
  321. exec_prefix = ${prefix}
  322. fips_mode = 0
  323. fuzz_plugins = sha2 sha1 x509 pkcs1 pem gmp
  324. host = x86_64-pc-linux-gnu
  325. host_alias =
  326. host_cpu = x86_64
  327. host_os = linux-gnu
  328. host_vendor = pc
  329. htmldir = ${docdir}
  330. imcvdir = ${exec_prefix}/lib/ipsec/imcvs
  331. includedir = ${prefix}/include
  332. infodir = ${datarootdir}/info
  333. install_sh = ${SHELL} /home/masadullah/AndroidProjects/strongswan/install-sh
  334. ipsec_script = ipsec
  335. ipsec_script_upper = IPSEC
  336. ipsecdir = ${exec_prefix}/libexec/ipsec
  337. ipsecgroup = root
  338. ipseclibdir = ${exec_prefix}/lib/ipsec
  339. ipsecuser = root
  340. json_CFLAGS =
  341. json_LIBS =
  342. libdir = ${exec_prefix}/lib
  343. libexecdir = ${exec_prefix}/libexec
  344. libfuzzer =
  345. libiptc_CFLAGS =
  346. libiptc_LIBS =
  347. linux_headers = ${top_srcdir}/src/include
  348. localedir = ${datarootdir}/locale
  349. localstatedir = ${prefix}/var
  350. manager_plugins = sha1 random pkcs1 pkcs8 pem gmp
  351. mandir = ${datarootdir}/man
  352. medsrv_plugins = sha2 sha1 mgf1 random pkcs1 pkcs8 pem gmp
  353. mkdir_p = $(MKDIR_P)
  354. nm_CFLAGS =
  355. nm_LIBS =
  356. nm_ca_dir = /usr/share/ca-certificates
  357. 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
  358. oldincludedir = /usr/include
  359. p_plugins =
  360. pcsclite_CFLAGS =
  361. pcsclite_LIBS =
  362. pdfdir = ${docdir}
  363. piddir = /var/run
  364. pkgpyexecdir = ${pyexecdir}/strongswan
  365. pkgpythondir = ${pythondir}/strongswan
  366. pki_plugins = aes des rc2 sha2 sha1 md5 mgf1 random x509 revocation pubkey pkcs1 pkcs7 pkcs8 pkcs12 dnskey sshkey pem gmp curve25519 hmac
  367. plugindir = ${exec_prefix}/lib/ipsec/plugins
  368. pool_plugins =
  369. prefix = /usr/local
  370. program_transform_name = s,x,x,
  371. psdir = ${docdir}
  372. pyexecdir = ${exec_prefix}/lib/python2.7/dist-packages
  373. pythondir = ${prefix}/lib/python2.7/dist-packages
  374. random_device = /dev/random
  375. resolv_conf = ${prefix}/etc/resolv.conf
  376. routing_table = 220
  377. routing_table_prio = 220
  378. runstatedir = ${localstatedir}/run
  379. 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
  380. sbindir = ${exec_prefix}/sbin
  381. scepclient_plugins = aes des rc2 sha2 sha1 md5 mgf1 random x509 pkcs1 pkcs7 pkcs8 pkcs12 pem gmp
  382. scripts_plugins = aes des rc2 sha2 sha1 md5 mgf1 random x509 pkcs1 pkcs7 pkcs8 pkcs12 pem gmp curve25519 hmac
  383. sharedstatedir = ${prefix}/com
  384. soup_CFLAGS =
  385. soup_LIBS =
  386. srcdir = .
  387. starter_plugins = kernel-netlink
  388. strongswan_conf = ${prefix}/etc/strongswan.conf
  389. strongswan_options = charon charon-logging starter scepclient pki swanctl
  390. swanctldir = ${prefix}/etc/swanctl
  391. sysconfdir = ${prefix}/etc
  392. systemd_CFLAGS =
  393. systemd_LIBS =
  394. systemd_daemon_CFLAGS =
  395. systemd_daemon_LIBS =
  396. systemd_journal_CFLAGS =
  397. systemd_journal_LIBS =
  398. systemdsystemunitdir = /lib/systemd/system
  399. t_plugins =
  400. target_alias =
  401. top_build_prefix = ../../
  402. top_builddir = ../..
  403. top_srcdir = ../..
  404. tss2_CFLAGS =
  405. tss2_LIBS =
  406. tss2_esys_CFLAGS =
  407. tss2_esys_LIBS =
  408. tss2_socket_CFLAGS =
  409. tss2_socket_LIBS =
  410. tss2_sys_CFLAGS =
  411. tss2_sys_LIBS =
  412. tss2_tabrmd_CFLAGS =
  413. tss2_tabrmd_LIBS =
  414. urandom_device = /dev/urandom
  415. xml_CFLAGS =
  416. xml_LIBS =
  417. _copyright_SOURCES = _copyright.c
  418. AM_CPPFLAGS = \
  419. -I$(top_srcdir)/src/libstrongswan
  420. _copyright_LDADD = $(top_builddir)/src/libstrongswan/libstrongswan.la
  421. all: all-am
  422. .SUFFIXES:
  423. .SUFFIXES: .c .lo .o .obj
  424. $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
  425. @for dep in $?; do \
  426. case '$(am__configure_deps)' in \
  427. *$$dep*) \
  428. ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
  429. && { if test -f $@; then exit 0; else break; fi; }; \
  430. exit 1;; \
  431. esac; \
  432. done; \
  433. echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/_copyright/Makefile'; \
  434. $(am__cd) $(top_srcdir) && \
  435. $(AUTOMAKE) --gnu src/_copyright/Makefile
  436. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  437. @case '$?' in \
  438. *config.status*) \
  439. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  440. *) \
  441. echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
  442. cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
  443. esac;
  444. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  445. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  446. $(top_srcdir)/configure: $(am__configure_deps)
  447. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  448. $(ACLOCAL_M4): $(am__aclocal_m4_deps)
  449. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  450. $(am__aclocal_m4_deps):
  451. install-ipsecPROGRAMS: $(ipsec_PROGRAMS)
  452. @$(NORMAL_INSTALL)
  453. @list='$(ipsec_PROGRAMS)'; test -n "$(ipsecdir)" || list=; \
  454. if test -n "$$list"; then \
  455. echo " $(MKDIR_P) '$(DESTDIR)$(ipsecdir)'"; \
  456. $(MKDIR_P) "$(DESTDIR)$(ipsecdir)" || exit 1; \
  457. fi; \
  458. for p in $$list; do echo "$$p $$p"; done | \
  459. sed 's/$(EXEEXT)$$//' | \
  460. while read p p1; do if test -f $$p \
  461. || test -f $$p1 \
  462. ; then echo "$$p"; echo "$$p"; else :; fi; \
  463. done | \
  464. sed -e 'p;s,.*/,,;n;h' \
  465. -e 's|.*|.|' \
  466. -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
  467. sed 'N;N;N;s,\n, ,g' | \
  468. $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
  469. { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
  470. if ($$2 == $$4) files[d] = files[d] " " $$1; \
  471. else { print "f", $$3 "/" $$4, $$1; } } \
  472. END { for (d in files) print "f", d, files[d] }' | \
  473. while read type dir files; do \
  474. if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
  475. test -z "$$files" || { \
  476. echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(ipsecdir)$$dir'"; \
  477. $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(ipsecdir)$$dir" || exit $$?; \
  478. } \
  479. ; done
  480. uninstall-ipsecPROGRAMS:
  481. @$(NORMAL_UNINSTALL)
  482. @list='$(ipsec_PROGRAMS)'; test -n "$(ipsecdir)" || list=; \
  483. files=`for p in $$list; do echo "$$p"; done | \
  484. sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
  485. -e 's/$$/$(EXEEXT)/' \
  486. `; \
  487. test -n "$$list" || exit 0; \
  488. echo " ( cd '$(DESTDIR)$(ipsecdir)' && rm -f" $$files ")"; \
  489. cd "$(DESTDIR)$(ipsecdir)" && rm -f $$files
  490. clean-ipsecPROGRAMS:
  491. @list='$(ipsec_PROGRAMS)'; test -n "$$list" || exit 0; \
  492. echo " rm -f" $$list; \
  493. rm -f $$list || exit $$?; \
  494. test -n "$(EXEEXT)" || exit 0; \
  495. list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
  496. echo " rm -f" $$list; \
  497. rm -f $$list
  498. _copyright$(EXEEXT): $(_copyright_OBJECTS) $(_copyright_DEPENDENCIES) $(EXTRA__copyright_DEPENDENCIES)
  499. @rm -f _copyright$(EXEEXT)
  500. $(AM_V_CCLD)$(LINK) $(_copyright_OBJECTS) $(_copyright_LDADD) $(LIBS)
  501. mostlyclean-compile:
  502. -rm -f *.$(OBJEXT)
  503. distclean-compile:
  504. -rm -f *.tab.c
  505. include ./$(DEPDIR)/_copyright.Po
  506. .c.o:
  507. $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\
  508. $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
  509. $(am__mv) $$depbase.Tpo $$depbase.Po
  510. # $(AM_V_CC)source='$<' object='$@' libtool=no \
  511. # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
  512. # $(AM_V_CC_no)$(COMPILE) -c -o $@ $<
  513. .c.obj:
  514. $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.obj$$||'`;\
  515. $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
  516. $(am__mv) $$depbase.Tpo $$depbase.Po
  517. # $(AM_V_CC)source='$<' object='$@' libtool=no \
  518. # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
  519. # $(AM_V_CC_no)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
  520. .c.lo:
  521. $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.lo$$||'`;\
  522. $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
  523. $(am__mv) $$depbase.Tpo $$depbase.Plo
  524. # $(AM_V_CC)source='$<' object='$@' libtool=yes \
  525. # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
  526. # $(AM_V_CC_no)$(LTCOMPILE) -c -o $@ $<
  527. mostlyclean-libtool:
  528. -rm -f *.lo
  529. clean-libtool:
  530. -rm -rf .libs _libs
  531. ID: $(am__tagged_files)
  532. $(am__define_uniq_tagged_files); mkid -fID $$unique
  533. tags: tags-am
  534. TAGS: tags
  535. tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  536. set x; \
  537. here=`pwd`; \
  538. $(am__define_uniq_tagged_files); \
  539. shift; \
  540. if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
  541. test -n "$$unique" || unique=$$empty_fix; \
  542. if test $$# -gt 0; then \
  543. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  544. "$$@" $$unique; \
  545. else \
  546. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  547. $$unique; \
  548. fi; \
  549. fi
  550. ctags: ctags-am
  551. CTAGS: ctags
  552. ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  553. $(am__define_uniq_tagged_files); \
  554. test -z "$(CTAGS_ARGS)$$unique" \
  555. || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  556. $$unique
  557. GTAGS:
  558. here=`$(am__cd) $(top_builddir) && pwd` \
  559. && $(am__cd) $(top_srcdir) \
  560. && gtags -i $(GTAGS_ARGS) "$$here"
  561. cscopelist: cscopelist-am
  562. cscopelist-am: $(am__tagged_files)
  563. list='$(am__tagged_files)'; \
  564. case "$(srcdir)" in \
  565. [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
  566. *) sdir=$(subdir)/$(srcdir) ;; \
  567. esac; \
  568. for i in $$list; do \
  569. if test -f "$$i"; then \
  570. echo "$(subdir)/$$i"; \
  571. else \
  572. echo "$$sdir/$$i"; \
  573. fi; \
  574. done >> $(top_builddir)/cscope.files
  575. distclean-tags:
  576. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  577. distdir: $(DISTFILES)
  578. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  579. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  580. list='$(DISTFILES)'; \
  581. dist_files=`for file in $$list; do echo $$file; done | \
  582. sed -e "s|^$$srcdirstrip/||;t" \
  583. -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  584. case $$dist_files in \
  585. */*) $(MKDIR_P) `echo "$$dist_files" | \
  586. sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  587. sort -u` ;; \
  588. esac; \
  589. for file in $$dist_files; do \
  590. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  591. if test -d $$d/$$file; then \
  592. dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  593. if test -d "$(distdir)/$$file"; then \
  594. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  595. fi; \
  596. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  597. cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  598. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  599. fi; \
  600. cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  601. else \
  602. test -f "$(distdir)/$$file" \
  603. || cp -p $$d/$$file "$(distdir)/$$file" \
  604. || exit 1; \
  605. fi; \
  606. done
  607. check-am: all-am
  608. check: check-am
  609. all-am: Makefile $(PROGRAMS)
  610. installdirs:
  611. for dir in "$(DESTDIR)$(ipsecdir)"; do \
  612. test -z "$$dir" || $(MKDIR_P) "$$dir"; \
  613. done
  614. install: install-am
  615. install-exec: install-exec-am
  616. install-data: install-data-am
  617. uninstall: uninstall-am
  618. install-am: all-am
  619. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  620. installcheck: installcheck-am
  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-am
  640. clean-am: clean-generic clean-ipsecPROGRAMS clean-libtool \
  641. mostlyclean-am
  642. distclean: distclean-am
  643. -rm -rf ./$(DEPDIR)
  644. -rm -f Makefile
  645. distclean-am: clean-am distclean-compile distclean-generic \
  646. distclean-tags
  647. dvi: dvi-am
  648. dvi-am:
  649. html: html-am
  650. html-am:
  651. info: info-am
  652. info-am:
  653. install-data-am: install-ipsecPROGRAMS
  654. install-dvi: install-dvi-am
  655. install-dvi-am:
  656. install-exec-am:
  657. install-html: install-html-am
  658. install-html-am:
  659. install-info: install-info-am
  660. install-info-am:
  661. install-man:
  662. install-pdf: install-pdf-am
  663. install-pdf-am:
  664. install-ps: install-ps-am
  665. install-ps-am:
  666. installcheck-am:
  667. maintainer-clean: maintainer-clean-am
  668. -rm -rf ./$(DEPDIR)
  669. -rm -f Makefile
  670. maintainer-clean-am: distclean-am maintainer-clean-generic
  671. mostlyclean: mostlyclean-am
  672. mostlyclean-am: mostlyclean-compile mostlyclean-generic \
  673. mostlyclean-libtool
  674. pdf: pdf-am
  675. pdf-am:
  676. ps: ps-am
  677. ps-am:
  678. uninstall-am: uninstall-ipsecPROGRAMS
  679. .MAKE: install-am install-strip
  680. .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
  681. clean-ipsecPROGRAMS clean-libtool cscopelist-am ctags ctags-am \
  682. distclean distclean-compile distclean-generic \
  683. distclean-libtool distclean-tags distdir dvi dvi-am html \
  684. html-am info info-am install install-am install-data \
  685. install-data-am install-dvi install-dvi-am install-exec \
  686. install-exec-am install-html install-html-am install-info \
  687. install-info-am install-ipsecPROGRAMS install-man install-pdf \
  688. install-pdf-am install-ps install-ps-am install-strip \
  689. installcheck installcheck-am installdirs maintainer-clean \
  690. maintainer-clean-generic mostlyclean mostlyclean-compile \
  691. mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
  692. tags tags-am uninstall uninstall-am uninstall-ipsecPROGRAMS
  693. .PRECIOUS: Makefile
  694. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  695. # Otherwise a system limit (for SysV at least) may be exceeded.
  696. .NOEXPORT: