Makefile 24 KB

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