Makefile 23 KB

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