Makefile.in 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578
  1. # Makefile.in generated by automake 1.15.1 from Makefile.am.
  2. # @configure_input@
  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. @SET_MAKE@
  12. VPATH = @srcdir@
  13. am__is_gnu_make = { \
  14. if test -z '$(MAKELEVEL)'; then \
  15. false; \
  16. elif test -n '$(MAKE_HOST)'; then \
  17. true; \
  18. elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
  19. true; \
  20. else \
  21. false; \
  22. fi; \
  23. }
  24. am__make_running_with_option = \
  25. case $${target_option-} in \
  26. ?) ;; \
  27. *) echo "am__make_running_with_option: internal error: invalid" \
  28. "target option '$${target_option-}' specified" >&2; \
  29. exit 1;; \
  30. esac; \
  31. has_opt=no; \
  32. sane_makeflags=$$MAKEFLAGS; \
  33. if $(am__is_gnu_make); then \
  34. sane_makeflags=$$MFLAGS; \
  35. else \
  36. case $$MAKEFLAGS in \
  37. *\\[\ \ ]*) \
  38. bs=\\; \
  39. sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
  40. | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
  41. esac; \
  42. fi; \
  43. skip_next=no; \
  44. strip_trailopt () \
  45. { \
  46. flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
  47. }; \
  48. for flg in $$sane_makeflags; do \
  49. test $$skip_next = yes && { skip_next=no; continue; }; \
  50. case $$flg in \
  51. *=*|--*) continue;; \
  52. -*I) strip_trailopt 'I'; skip_next=yes;; \
  53. -*I?*) strip_trailopt 'I';; \
  54. -*O) strip_trailopt 'O'; skip_next=yes;; \
  55. -*O?*) strip_trailopt 'O';; \
  56. -*l) strip_trailopt 'l'; skip_next=yes;; \
  57. -*l?*) strip_trailopt 'l';; \
  58. -[dEDm]) skip_next=yes;; \
  59. -[JT]) skip_next=yes;; \
  60. esac; \
  61. case $$flg in \
  62. *$$target_option*) has_opt=yes; break;; \
  63. esac; \
  64. done; \
  65. test $$has_opt = yes
  66. am__make_dryrun = (target_option=n; $(am__make_running_with_option))
  67. am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
  68. pkgdatadir = $(datadir)/@PACKAGE@
  69. pkgincludedir = $(includedir)/@PACKAGE@
  70. pkglibdir = $(libdir)/@PACKAGE@
  71. pkglibexecdir = $(libexecdir)/@PACKAGE@
  72. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
  73. install_sh_DATA = $(install_sh) -c -m 644
  74. install_sh_PROGRAM = $(install_sh) -c
  75. install_sh_SCRIPT = $(install_sh) -c
  76. INSTALL_HEADER = $(INSTALL_DATA)
  77. transform = $(program_transform_name)
  78. NORMAL_INSTALL = :
  79. PRE_INSTALL = :
  80. POST_INSTALL = :
  81. NORMAL_UNINSTALL = :
  82. PRE_UNINSTALL = :
  83. POST_UNINSTALL = :
  84. build_triplet = @build@
  85. host_triplet = @host@
  86. target_triplet = @target@
  87. subdir = jose
  88. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  89. am__aclocal_m4_deps = $(top_srcdir)/configure.ac
  90. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  91. $(ACLOCAL_M4)
  92. DIST_COMMON = $(srcdir)/Makefile.am $(inc_HEADERS) $(am__DIST_COMMON)
  93. mkinstalldirs = $(install_sh) -d
  94. CONFIG_CLEAN_FILES = jose.h
  95. CONFIG_CLEAN_VPATH_FILES =
  96. AM_V_P = $(am__v_P_@AM_V@)
  97. am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
  98. am__v_P_0 = false
  99. am__v_P_1 = :
  100. AM_V_GEN = $(am__v_GEN_@AM_V@)
  101. am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
  102. am__v_GEN_0 = @echo " GEN " $@;
  103. am__v_GEN_1 =
  104. AM_V_at = $(am__v_at_@AM_V@)
  105. am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
  106. am__v_at_0 = @
  107. am__v_at_1 =
  108. SOURCES =
  109. DIST_SOURCES =
  110. am__can_run_installinfo = \
  111. case $$AM_UPDATE_INFO_DIR in \
  112. n|no|NO) false;; \
  113. *) (install-info --version) >/dev/null 2>&1;; \
  114. esac
  115. am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
  116. am__vpath_adj = case $$p in \
  117. $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
  118. *) f=$$p;; \
  119. esac;
  120. am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
  121. am__install_max = 40
  122. am__nobase_strip_setup = \
  123. srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
  124. am__nobase_strip = \
  125. for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
  126. am__nobase_list = $(am__nobase_strip_setup); \
  127. for p in $$list; do echo "$$p $$p"; done | \
  128. sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
  129. $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
  130. if (++n[$$2] == $(am__install_max)) \
  131. { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
  132. END { for (dir in files) print dir, files[dir] }'
  133. am__base_list = \
  134. sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
  135. sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
  136. am__uninstall_files_from_dir = { \
  137. test -z "$$files" \
  138. || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
  139. || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
  140. $(am__cd) "$$dir" && rm -f $$files; }; \
  141. }
  142. am__installdirs = "$(DESTDIR)$(incdir)"
  143. HEADERS = $(inc_HEADERS)
  144. am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
  145. # Read a list of newline-separated strings from the standard input,
  146. # and print each of them once, without duplicates. Input order is
  147. # *not* preserved.
  148. am__uniquify_input = $(AWK) '\
  149. BEGIN { nonempty = 0; } \
  150. { items[$$0] = 1; nonempty = 1; } \
  151. END { if (nonempty) { for (i in items) print i; }; } \
  152. '
  153. # Make sure the list of sources is unique. This is necessary because,
  154. # e.g., the same source file might be shared among _SOURCES variables
  155. # for different programs/libraries.
  156. am__define_uniq_tagged_files = \
  157. list='$(am__tagged_files)'; \
  158. unique=`for i in $$list; do \
  159. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  160. done | $(am__uniquify_input)`
  161. ETAGS = etags
  162. CTAGS = ctags
  163. am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/jose.h.in
  164. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  165. ACLOCAL = @ACLOCAL@
  166. AMTAR = @AMTAR@
  167. AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
  168. AR = @AR@
  169. AUTOCONF = @AUTOCONF@
  170. AUTOHEADER = @AUTOHEADER@
  171. AUTOMAKE = @AUTOMAKE@
  172. AWK = @AWK@
  173. CC = @CC@
  174. CCDEPMODE = @CCDEPMODE@
  175. CFLAGS = @CFLAGS@
  176. CPP = @CPP@
  177. CPPFLAGS = @CPPFLAGS@
  178. CYGPATH_W = @CYGPATH_W@
  179. DEFS = @DEFS@
  180. DEPDIR = @DEPDIR@
  181. DLLTOOL = @DLLTOOL@
  182. DSYMUTIL = @DSYMUTIL@
  183. DUMPBIN = @DUMPBIN@
  184. ECHO_C = @ECHO_C@
  185. ECHO_N = @ECHO_N@
  186. ECHO_T = @ECHO_T@
  187. EGREP = @EGREP@
  188. EXEEXT = @EXEEXT@
  189. FGREP = @FGREP@
  190. GREP = @GREP@
  191. INSTALL = @INSTALL@
  192. INSTALL_DATA = @INSTALL_DATA@
  193. INSTALL_PROGRAM = @INSTALL_PROGRAM@
  194. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  195. INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  196. JOSE_CFLAGS = @JOSE_CFLAGS@
  197. LD = @LD@
  198. LDFLAGS = @LDFLAGS@
  199. LIBOBJS = @LIBOBJS@
  200. LIBS = @LIBS@
  201. LIBTOOL = @LIBTOOL@
  202. LIPO = @LIPO@
  203. LN_S = @LN_S@
  204. LTLIBOBJS = @LTLIBOBJS@
  205. LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
  206. MAKEINFO = @MAKEINFO@
  207. MANIFEST_TOOL = @MANIFEST_TOOL@
  208. MKDIR_P = @MKDIR_P@
  209. NM = @NM@
  210. NMEDIT = @NMEDIT@
  211. OBJDUMP = @OBJDUMP@
  212. OBJEXT = @OBJEXT@
  213. OPENMP_CFLAGS = @OPENMP_CFLAGS@
  214. OTOOL = @OTOOL@
  215. OTOOL64 = @OTOOL64@
  216. PACKAGE = @PACKAGE@
  217. PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  218. PACKAGE_NAME = @PACKAGE_NAME@
  219. PACKAGE_STRING = @PACKAGE_STRING@
  220. PACKAGE_TARNAME = @PACKAGE_TARNAME@
  221. PACKAGE_URL = @PACKAGE_URL@
  222. PACKAGE_VERSION = @PACKAGE_VERSION@
  223. PATH_SEPARATOR = @PATH_SEPARATOR@
  224. PKG_CONFIG = @PKG_CONFIG@
  225. PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
  226. PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
  227. RANLIB = @RANLIB@
  228. SED = @SED@
  229. SET_MAKE = @SET_MAKE@
  230. SHELL = @SHELL@
  231. STRIP = @STRIP@
  232. VERSION = @VERSION@
  233. abs_builddir = @abs_builddir@
  234. abs_srcdir = @abs_srcdir@
  235. abs_top_builddir = @abs_top_builddir@
  236. abs_top_srcdir = @abs_top_srcdir@
  237. ac_ct_AR = @ac_ct_AR@
  238. ac_ct_CC = @ac_ct_CC@
  239. ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
  240. am__include = @am__include@
  241. am__leading_dot = @am__leading_dot@
  242. am__quote = @am__quote@
  243. am__tar = @am__tar@
  244. am__untar = @am__untar@
  245. bindir = @bindir@
  246. build = @build@
  247. build_alias = @build_alias@
  248. build_cpu = @build_cpu@
  249. build_os = @build_os@
  250. build_vendor = @build_vendor@
  251. builddir = @builddir@
  252. datadir = @datadir@
  253. datarootdir = @datarootdir@
  254. docdir = @docdir@
  255. dvidir = @dvidir@
  256. exec_prefix = @exec_prefix@
  257. host = @host@
  258. host_alias = @host_alias@
  259. host_cpu = @host_cpu@
  260. host_os = @host_os@
  261. host_vendor = @host_vendor@
  262. htmldir = @htmldir@
  263. includedir = @includedir@
  264. infodir = @infodir@
  265. install_sh = @install_sh@
  266. jansson_CFLAGS = @jansson_CFLAGS@
  267. jansson_LIBS = @jansson_LIBS@
  268. libcrypto_CFLAGS = @libcrypto_CFLAGS@
  269. libcrypto_LIBS = @libcrypto_LIBS@
  270. libdir = @libdir@
  271. libexecdir = @libexecdir@
  272. localedir = @localedir@
  273. localstatedir = @localstatedir@
  274. mandir = @mandir@
  275. mkdir_p = @mkdir_p@
  276. oldincludedir = @oldincludedir@
  277. pdfdir = @pdfdir@
  278. prefix = @prefix@
  279. program_transform_name = @program_transform_name@
  280. psdir = @psdir@
  281. sbindir = @sbindir@
  282. sharedstatedir = @sharedstatedir@
  283. srcdir = @srcdir@
  284. sysconfdir = @sysconfdir@
  285. target = @target@
  286. target_alias = @target_alias@
  287. target_cpu = @target_cpu@
  288. target_os = @target_os@
  289. target_vendor = @target_vendor@
  290. top_build_prefix = @top_build_prefix@
  291. top_builddir = @top_builddir@
  292. top_srcdir = @top_srcdir@
  293. zlib_CFLAGS = @zlib_CFLAGS@
  294. zlib_LIBS = @zlib_LIBS@
  295. incdir = $(includedir)/$(PACKAGE_NAME)
  296. inc_HEADERS = \
  297. cfg.h \
  298. io.h \
  299. b64.h \
  300. jwk.h \
  301. jws.h \
  302. jwe.h \
  303. jose.h \
  304. openssl.h
  305. all: all-am
  306. .SUFFIXES:
  307. $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
  308. @for dep in $?; do \
  309. case '$(am__configure_deps)' in \
  310. *$$dep*) \
  311. ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
  312. && { if test -f $@; then exit 0; else break; fi; }; \
  313. exit 1;; \
  314. esac; \
  315. done; \
  316. echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign jose/Makefile'; \
  317. $(am__cd) $(top_srcdir) && \
  318. $(AUTOMAKE) --foreign jose/Makefile
  319. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  320. @case '$?' in \
  321. *config.status*) \
  322. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  323. *) \
  324. echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
  325. cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
  326. esac;
  327. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  328. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  329. $(top_srcdir)/configure: $(am__configure_deps)
  330. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  331. $(ACLOCAL_M4): $(am__aclocal_m4_deps)
  332. cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  333. $(am__aclocal_m4_deps):
  334. jose.h: $(top_builddir)/config.status $(srcdir)/jose.h.in
  335. cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
  336. mostlyclean-libtool:
  337. -rm -f *.lo
  338. clean-libtool:
  339. -rm -rf .libs _libs
  340. install-incHEADERS: $(inc_HEADERS)
  341. @$(NORMAL_INSTALL)
  342. @list='$(inc_HEADERS)'; test -n "$(incdir)" || list=; \
  343. if test -n "$$list"; then \
  344. echo " $(MKDIR_P) '$(DESTDIR)$(incdir)'"; \
  345. $(MKDIR_P) "$(DESTDIR)$(incdir)" || exit 1; \
  346. fi; \
  347. for p in $$list; do \
  348. if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
  349. echo "$$d$$p"; \
  350. done | $(am__base_list) | \
  351. while read files; do \
  352. echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(incdir)'"; \
  353. $(INSTALL_HEADER) $$files "$(DESTDIR)$(incdir)" || exit $$?; \
  354. done
  355. uninstall-incHEADERS:
  356. @$(NORMAL_UNINSTALL)
  357. @list='$(inc_HEADERS)'; test -n "$(incdir)" || list=; \
  358. files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
  359. dir='$(DESTDIR)$(incdir)'; $(am__uninstall_files_from_dir)
  360. ID: $(am__tagged_files)
  361. $(am__define_uniq_tagged_files); mkid -fID $$unique
  362. tags: tags-am
  363. TAGS: tags
  364. tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  365. set x; \
  366. here=`pwd`; \
  367. $(am__define_uniq_tagged_files); \
  368. shift; \
  369. if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
  370. test -n "$$unique" || unique=$$empty_fix; \
  371. if test $$# -gt 0; then \
  372. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  373. "$$@" $$unique; \
  374. else \
  375. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  376. $$unique; \
  377. fi; \
  378. fi
  379. ctags: ctags-am
  380. CTAGS: ctags
  381. ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  382. $(am__define_uniq_tagged_files); \
  383. test -z "$(CTAGS_ARGS)$$unique" \
  384. || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  385. $$unique
  386. GTAGS:
  387. here=`$(am__cd) $(top_builddir) && pwd` \
  388. && $(am__cd) $(top_srcdir) \
  389. && gtags -i $(GTAGS_ARGS) "$$here"
  390. cscopelist: cscopelist-am
  391. cscopelist-am: $(am__tagged_files)
  392. list='$(am__tagged_files)'; \
  393. case "$(srcdir)" in \
  394. [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
  395. *) sdir=$(subdir)/$(srcdir) ;; \
  396. esac; \
  397. for i in $$list; do \
  398. if test -f "$$i"; then \
  399. echo "$(subdir)/$$i"; \
  400. else \
  401. echo "$$sdir/$$i"; \
  402. fi; \
  403. done >> $(top_builddir)/cscope.files
  404. distclean-tags:
  405. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  406. distdir: $(DISTFILES)
  407. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  408. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  409. list='$(DISTFILES)'; \
  410. dist_files=`for file in $$list; do echo $$file; done | \
  411. sed -e "s|^$$srcdirstrip/||;t" \
  412. -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  413. case $$dist_files in \
  414. */*) $(MKDIR_P) `echo "$$dist_files" | \
  415. sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  416. sort -u` ;; \
  417. esac; \
  418. for file in $$dist_files; do \
  419. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  420. if test -d $$d/$$file; then \
  421. dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  422. if test -d "$(distdir)/$$file"; then \
  423. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  424. fi; \
  425. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  426. cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  427. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  428. fi; \
  429. cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  430. else \
  431. test -f "$(distdir)/$$file" \
  432. || cp -p $$d/$$file "$(distdir)/$$file" \
  433. || exit 1; \
  434. fi; \
  435. done
  436. check-am: all-am
  437. check: check-am
  438. all-am: Makefile $(HEADERS)
  439. installdirs:
  440. for dir in "$(DESTDIR)$(incdir)"; do \
  441. test -z "$$dir" || $(MKDIR_P) "$$dir"; \
  442. done
  443. install: install-am
  444. install-exec: install-exec-am
  445. install-data: install-data-am
  446. uninstall: uninstall-am
  447. install-am: all-am
  448. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  449. installcheck: installcheck-am
  450. install-strip:
  451. if test -z '$(STRIP)'; then \
  452. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  453. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  454. install; \
  455. else \
  456. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  457. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  458. "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
  459. fi
  460. mostlyclean-generic:
  461. clean-generic:
  462. distclean-generic:
  463. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  464. -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  465. maintainer-clean-generic:
  466. @echo "This command is intended for maintainers to use"
  467. @echo "it deletes files that may require special tools to rebuild."
  468. clean: clean-am
  469. clean-am: clean-generic clean-libtool mostlyclean-am
  470. distclean: distclean-am
  471. -rm -f Makefile
  472. distclean-am: clean-am distclean-generic distclean-tags
  473. dvi: dvi-am
  474. dvi-am:
  475. html: html-am
  476. html-am:
  477. info: info-am
  478. info-am:
  479. install-data-am: install-incHEADERS
  480. install-dvi: install-dvi-am
  481. install-dvi-am:
  482. install-exec-am:
  483. install-html: install-html-am
  484. install-html-am:
  485. install-info: install-info-am
  486. install-info-am:
  487. install-man:
  488. install-pdf: install-pdf-am
  489. install-pdf-am:
  490. install-ps: install-ps-am
  491. install-ps-am:
  492. installcheck-am:
  493. maintainer-clean: maintainer-clean-am
  494. -rm -f Makefile
  495. maintainer-clean-am: distclean-am maintainer-clean-generic
  496. mostlyclean: mostlyclean-am
  497. mostlyclean-am: mostlyclean-generic mostlyclean-libtool
  498. pdf: pdf-am
  499. pdf-am:
  500. ps: ps-am
  501. ps-am:
  502. uninstall-am: uninstall-incHEADERS
  503. .MAKE: install-am install-strip
  504. .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
  505. clean-libtool cscopelist-am ctags ctags-am distclean \
  506. distclean-generic distclean-libtool distclean-tags distdir dvi \
  507. dvi-am html html-am info info-am install install-am \
  508. install-data install-data-am install-dvi install-dvi-am \
  509. install-exec install-exec-am install-html install-html-am \
  510. install-incHEADERS install-info install-info-am install-man \
  511. install-pdf install-pdf-am install-ps install-ps-am \
  512. install-strip installcheck installcheck-am installdirs \
  513. maintainer-clean maintainer-clean-generic mostlyclean \
  514. mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
  515. tags tags-am uninstall uninstall-am uninstall-incHEADERS
  516. .PRECIOUS: Makefile
  517. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  518. # Otherwise a system limit (for SysV at least) may be exceeded.
  519. .NOEXPORT: