Makefile 27 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850
  1. # Makefile.in generated by automake 1.15.1 from Makefile.am.
  2. # 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)/lighttpd
  67. pkgincludedir = $(includedir)/lighttpd
  68. pkglibdir = $(libdir)/lighttpd
  69. pkglibexecdir = $(libexecdir)/lighttpd
  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 = arm-unknown-linux-gnueabihf
  84. target_triplet = arm-unknown-linux-gnueabihf
  85. subdir = .
  86. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  87. am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
  88. $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
  89. $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
  90. $(top_srcdir)/configure.ac
  91. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  92. $(ACLOCAL_M4)
  93. DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
  94. $(am__configure_deps) $(am__DIST_COMMON)
  95. am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
  96. configure.lineno config.status.lineno
  97. mkinstalldirs = $(install_sh) -d
  98. CONFIG_HEADER = config.h
  99. CONFIG_CLEAN_FILES = distribute.sh
  100. CONFIG_CLEAN_VPATH_FILES =
  101. AM_V_P = $(am__v_P_$(V))
  102. am__v_P_ = $(am__v_P_$(AM_DEFAULT_VERBOSITY))
  103. am__v_P_0 = false
  104. am__v_P_1 = :
  105. AM_V_GEN = $(am__v_GEN_$(V))
  106. am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
  107. am__v_GEN_0 = @echo " GEN " $@;
  108. am__v_GEN_1 =
  109. AM_V_at = $(am__v_at_$(V))
  110. am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
  111. am__v_at_0 = @
  112. am__v_at_1 =
  113. SOURCES =
  114. DIST_SOURCES =
  115. RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
  116. ctags-recursive dvi-recursive html-recursive info-recursive \
  117. install-data-recursive install-dvi-recursive \
  118. install-exec-recursive install-html-recursive \
  119. install-info-recursive install-pdf-recursive \
  120. install-ps-recursive install-recursive installcheck-recursive \
  121. installdirs-recursive pdf-recursive ps-recursive \
  122. tags-recursive uninstall-recursive
  123. am__can_run_installinfo = \
  124. case $$AM_UPDATE_INFO_DIR in \
  125. n|no|NO) false;; \
  126. *) (install-info --version) >/dev/null 2>&1;; \
  127. esac
  128. RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
  129. distclean-recursive maintainer-clean-recursive
  130. am__recursive_targets = \
  131. $(RECURSIVE_TARGETS) \
  132. $(RECURSIVE_CLEAN_TARGETS) \
  133. $(am__extra_recursive_targets)
  134. AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
  135. cscope distdir dist dist-all distcheck
  136. am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
  137. $(LISP)config.h.in
  138. # Read a list of newline-separated strings from the standard input,
  139. # and print each of them once, without duplicates. Input order is
  140. # *not* preserved.
  141. am__uniquify_input = $(AWK) '\
  142. BEGIN { nonempty = 0; } \
  143. { items[$$0] = 1; nonempty = 1; } \
  144. END { if (nonempty) { for (i in items) print i; }; } \
  145. '
  146. # Make sure the list of sources is unique. This is necessary because,
  147. # e.g., the same source file might be shared among _SOURCES variables
  148. # for different programs/libraries.
  149. am__define_uniq_tagged_files = \
  150. list='$(am__tagged_files)'; \
  151. unique=`for i in $$list; do \
  152. if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  153. done | $(am__uniquify_input)`
  154. ETAGS = etags
  155. CTAGS = ctags
  156. CSCOPE = cscope
  157. DIST_SUBDIRS = $(SUBDIRS)
  158. am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/config.h.in \
  159. $(srcdir)/distribute.sh.in AUTHORS COPYING INSTALL NEWS README \
  160. ar-lib compile config.guess config.sub install-sh ltmain.sh \
  161. missing
  162. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  163. distdir = $(PACKAGE)-$(VERSION)
  164. top_distdir = $(distdir)
  165. am__remove_distdir = \
  166. if test -d "$(distdir)"; then \
  167. find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
  168. && rm -rf "$(distdir)" \
  169. || { sleep 5 && rm -rf "$(distdir)"; }; \
  170. else :; fi
  171. am__post_remove_distdir = $(am__remove_distdir)
  172. am__relativize = \
  173. dir0=`pwd`; \
  174. sed_first='s,^\([^/]*\)/.*$$,\1,'; \
  175. sed_rest='s,^[^/]*/*,,'; \
  176. sed_last='s,^.*/\([^/]*\)$$,\1,'; \
  177. sed_butlast='s,/*[^/]*$$,,'; \
  178. while test -n "$$dir1"; do \
  179. first=`echo "$$dir1" | sed -e "$$sed_first"`; \
  180. if test "$$first" != "."; then \
  181. if test "$$first" = ".."; then \
  182. dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
  183. dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
  184. else \
  185. first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
  186. if test "$$first2" = "$$first"; then \
  187. dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
  188. else \
  189. dir2="../$$dir2"; \
  190. fi; \
  191. dir0="$$dir0"/"$$first"; \
  192. fi; \
  193. fi; \
  194. dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
  195. done; \
  196. reldir="$$dir2"
  197. DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2
  198. GZIP_ENV = --best
  199. DIST_TARGETS = dist-bzip2 dist-gzip
  200. distuninstallcheck_listfiles = find . -type f -print
  201. am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
  202. | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
  203. ACLOCAL = ${SHELL} /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/lighttpd-1.4.33/missing aclocal-1.15
  204. AMTAR = $${TAR-tar}
  205. AM_DEFAULT_VERBOSITY = 1
  206. AR = ar
  207. ATTR_LIB =
  208. AUTOCONF = ${SHELL} /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/lighttpd-1.4.33/missing autoconf
  209. AUTOHEADER = ${SHELL} /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/lighttpd-1.4.33/missing autoheader
  210. AUTOMAKE = ${SHELL} /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/lighttpd-1.4.33/missing automake-1.15
  211. AWK = gawk
  212. BZ_LIB =
  213. CC = /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/linux-devkit/sysroots/x86_64-arago-linux/usr/bin/arm-linux-gnueabihf-gcc
  214. CCDEPMODE = depmode=gcc3
  215. CFLAGS = -g -O2 -Wall -W -Wshadow -pedantic -std=gnu99
  216. CPP = /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/linux-devkit/sysroots/x86_64-arago-linux/usr/bin/arm-linux-gnueabihf-gcc -E
  217. CPPFLAGS = -D_REENTRANT -D__EXTENSIONS__ -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES
  218. CRYPT_LIB = -lcrypt
  219. CYGPATH_W = echo
  220. DEFS = -DHAVE_CONFIG_H
  221. DEPDIR = .deps
  222. DLLTOOL = false
  223. DL_LIB = -ldl
  224. DSYMUTIL =
  225. DUMPBIN = :
  226. ECHO_C =
  227. ECHO_N = -n
  228. ECHO_T =
  229. EGREP = /bin/grep -E
  230. EXEEXT =
  231. FAM_CFLAGS =
  232. FAM_LIBS =
  233. FGREP = /bin/grep -F
  234. GDBM_LIB =
  235. GREP = /bin/grep
  236. INSTALL = /usr/bin/install -c
  237. INSTALL_DATA = ${INSTALL} -m 644
  238. INSTALL_PROGRAM = ${INSTALL}
  239. INSTALL_SCRIPT = ${INSTALL}
  240. INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
  241. LBER_LIB =
  242. LD = /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/linux-devkit/sysroots/x86_64-arago-linux/usr/bin/arm-linux-gnueabihf-ld
  243. LDAP_LIB =
  244. LDFLAGS =
  245. LIBEV_CFLAGS =
  246. LIBEV_LIBS =
  247. LIBOBJS = ${LIBOBJDIR}lstat$U.o ${LIBOBJDIR}stat$U.o
  248. LIBS =
  249. LIBTOOL = $(SHELL) $(top_builddir)/libtool
  250. LIPO =
  251. LN_S = ln -s
  252. LTLIBOBJS = ${LIBOBJDIR}lstat$U.lo ${LIBOBJDIR}stat$U.lo
  253. LT_SYS_LIBRARY_PATH =
  254. LUA_CFLAGS =
  255. LUA_LIBS =
  256. MAKEINFO = ${SHELL} /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/lighttpd-1.4.33/missing makeinfo
  257. MANIFEST_TOOL = :
  258. MEMCACHE_LIB =
  259. MKDIR_P = /bin/mkdir -p
  260. MYSQL_CONFIG =
  261. MYSQL_INCLUDE =
  262. MYSQL_LIBS =
  263. NM = nm
  264. NMEDIT =
  265. OBJDUMP = objdump
  266. OBJEXT = o
  267. OTOOL =
  268. OTOOL64 =
  269. PACKAGE = lighttpd
  270. PACKAGE_BUGREPORT = contact@lighttpd.net
  271. PACKAGE_NAME = lighttpd
  272. PACKAGE_STRING = lighttpd 1.4.33
  273. PACKAGE_TARNAME = lighttpd
  274. PACKAGE_URL =
  275. PACKAGE_VERSION = 1.4.33
  276. PATH_SEPARATOR = :
  277. PCRECONFIG =
  278. PCRE_LIB =
  279. PKG_CONFIG = /usr/bin/pkg-config
  280. PKG_CONFIG_LIBDIR =
  281. PKG_CONFIG_PATH =
  282. RANLIB = ranlib
  283. SED = /bin/sed
  284. SENDFILE_LIB =
  285. SET_MAKE =
  286. SHELL = /bin/bash
  287. SQLITE_CFLAGS =
  288. SQLITE_LIBS =
  289. SSL_LIB =
  290. STRIP = strip
  291. UUID_LIBS =
  292. VERSION = 1.4.33
  293. XML_CFLAGS =
  294. XML_LIBS =
  295. Z_LIB =
  296. abs_builddir = /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/lighttpd-1.4.33
  297. abs_srcdir = /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/lighttpd-1.4.33
  298. abs_top_builddir = /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/lighttpd-1.4.33
  299. abs_top_srcdir = /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/lighttpd-1.4.33
  300. ac_ct_AR = ar
  301. ac_ct_CC =
  302. ac_ct_DUMPBIN = link -dump
  303. am__include = include
  304. am__leading_dot = .
  305. am__quote =
  306. am__tar = tar --format=ustar -chf - "$$tardir"
  307. am__untar = tar -xf -
  308. bindir = ${exec_prefix}/bin
  309. build = x86_64-pc-linux-gnu
  310. build_alias =
  311. build_cpu = x86_64
  312. build_os = linux-gnu
  313. build_vendor = pc
  314. builddir = .
  315. datadir = ${datarootdir}
  316. datarootdir = ${prefix}/share
  317. docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
  318. dvidir = ${docdir}
  319. exec_prefix = ${prefix}
  320. host = arm-unknown-linux-gnueabihf
  321. host_alias = arm-linux-gnueabihf
  322. host_cpu = arm
  323. host_os = linux-gnueabihf
  324. host_vendor = unknown
  325. htmldir = ${docdir}
  326. includedir = ${prefix}/include
  327. infodir = ${datarootdir}/info
  328. install_sh = ${SHELL} /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/lighttpd-1.4.33/install-sh
  329. libdir = ${exec_prefix}/lib
  330. libexecdir = ${exec_prefix}/libexec
  331. localedir = ${datarootdir}/locale
  332. localstatedir = ${prefix}/var
  333. mandir = ${datarootdir}/man
  334. mkdir_p = $(MKDIR_P)
  335. oldincludedir = /usr/include
  336. pdfdir = ${docdir}
  337. prefix = /opt/ti-processor-sdk-linux-am335x-evm-04.02.00.09/EVSE/GPL/lighttpd-1.4.33/release
  338. program_transform_name = s,x,x,
  339. psdir = ${docdir}
  340. runstatedir = ${localstatedir}/run
  341. sbindir = ${exec_prefix}/sbin
  342. sharedstatedir = ${prefix}/com
  343. srcdir = .
  344. sysconfdir = ${prefix}/etc
  345. target = arm-unknown-linux-gnueabihf
  346. target_alias =
  347. target_cpu = arm
  348. target_os = linux-gnueabihf
  349. target_vendor = unknown
  350. top_build_prefix =
  351. top_builddir = .
  352. top_srcdir = .
  353. SUBDIRS = src doc tests
  354. EXTRA_DIST = autogen.sh SConstruct
  355. ACLOCAL_AMFLAGS = -I m4
  356. distcleancheck_listfiles = find -type f -exec sh -c 'test -f $(srcdir)/{} || echo {}' ';'
  357. AM_DISTCHECK_CONFIGURE_FLAGS = --with-openssl
  358. all: config.h
  359. $(MAKE) $(AM_MAKEFLAGS) all-recursive
  360. .SUFFIXES:
  361. am--refresh: Makefile
  362. @:
  363. $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
  364. @for dep in $?; do \
  365. case '$(am__configure_deps)' in \
  366. *$$dep*) \
  367. echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
  368. $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
  369. && exit 0; \
  370. exit 1;; \
  371. esac; \
  372. done; \
  373. echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
  374. $(am__cd) $(top_srcdir) && \
  375. $(AUTOMAKE) --foreign Makefile
  376. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  377. @case '$?' in \
  378. *config.status*) \
  379. echo ' $(SHELL) ./config.status'; \
  380. $(SHELL) ./config.status;; \
  381. *) \
  382. echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
  383. cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
  384. esac;
  385. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  386. $(SHELL) ./config.status --recheck
  387. $(top_srcdir)/configure: $(am__configure_deps)
  388. $(am__cd) $(srcdir) && $(AUTOCONF)
  389. $(ACLOCAL_M4): $(am__aclocal_m4_deps)
  390. $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
  391. $(am__aclocal_m4_deps):
  392. config.h: stamp-h1
  393. @test -f $@ || rm -f stamp-h1
  394. @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
  395. stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
  396. @rm -f stamp-h1
  397. cd $(top_builddir) && $(SHELL) ./config.status config.h
  398. $(srcdir)/config.h.in: $(am__configure_deps)
  399. ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
  400. rm -f stamp-h1
  401. touch $@
  402. distclean-hdr:
  403. -rm -f config.h stamp-h1
  404. distribute.sh: $(top_builddir)/config.status $(srcdir)/distribute.sh.in
  405. cd $(top_builddir) && $(SHELL) ./config.status $@
  406. mostlyclean-libtool:
  407. -rm -f *.lo
  408. clean-libtool:
  409. -rm -rf .libs _libs
  410. distclean-libtool:
  411. -rm -f libtool config.lt
  412. # This directory's subdirectories are mostly independent; you can cd
  413. # into them and run 'make' without going through this Makefile.
  414. # To change the values of 'make' variables: instead of editing Makefiles,
  415. # (1) if the variable is set in 'config.status', edit 'config.status'
  416. # (which will cause the Makefiles to be regenerated when you run 'make');
  417. # (2) otherwise, pass the desired values on the 'make' command line.
  418. $(am__recursive_targets):
  419. @fail=; \
  420. if $(am__make_keepgoing); then \
  421. failcom='fail=yes'; \
  422. else \
  423. failcom='exit 1'; \
  424. fi; \
  425. dot_seen=no; \
  426. target=`echo $@ | sed s/-recursive//`; \
  427. case "$@" in \
  428. distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
  429. *) list='$(SUBDIRS)' ;; \
  430. esac; \
  431. for subdir in $$list; do \
  432. echo "Making $$target in $$subdir"; \
  433. if test "$$subdir" = "."; then \
  434. dot_seen=yes; \
  435. local_target="$$target-am"; \
  436. else \
  437. local_target="$$target"; \
  438. fi; \
  439. ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  440. || eval $$failcom; \
  441. done; \
  442. if test "$$dot_seen" = "no"; then \
  443. $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
  444. fi; test -z "$$fail"
  445. ID: $(am__tagged_files)
  446. $(am__define_uniq_tagged_files); mkid -fID $$unique
  447. tags: tags-recursive
  448. TAGS: tags
  449. tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  450. set x; \
  451. here=`pwd`; \
  452. if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
  453. include_option=--etags-include; \
  454. empty_fix=.; \
  455. else \
  456. include_option=--include; \
  457. empty_fix=; \
  458. fi; \
  459. list='$(SUBDIRS)'; for subdir in $$list; do \
  460. if test "$$subdir" = .; then :; else \
  461. test ! -f $$subdir/TAGS || \
  462. set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
  463. fi; \
  464. done; \
  465. $(am__define_uniq_tagged_files); \
  466. shift; \
  467. if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
  468. test -n "$$unique" || unique=$$empty_fix; \
  469. if test $$# -gt 0; then \
  470. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  471. "$$@" $$unique; \
  472. else \
  473. $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  474. $$unique; \
  475. fi; \
  476. fi
  477. ctags: ctags-recursive
  478. CTAGS: ctags
  479. ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  480. $(am__define_uniq_tagged_files); \
  481. test -z "$(CTAGS_ARGS)$$unique" \
  482. || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  483. $$unique
  484. GTAGS:
  485. here=`$(am__cd) $(top_builddir) && pwd` \
  486. && $(am__cd) $(top_srcdir) \
  487. && gtags -i $(GTAGS_ARGS) "$$here"
  488. cscope: cscope.files
  489. test ! -s cscope.files \
  490. || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
  491. clean-cscope:
  492. -rm -f cscope.files
  493. cscope.files: clean-cscope cscopelist
  494. cscopelist: cscopelist-recursive
  495. cscopelist-am: $(am__tagged_files)
  496. list='$(am__tagged_files)'; \
  497. case "$(srcdir)" in \
  498. [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
  499. *) sdir=$(subdir)/$(srcdir) ;; \
  500. esac; \
  501. for i in $$list; do \
  502. if test -f "$$i"; then \
  503. echo "$(subdir)/$$i"; \
  504. else \
  505. echo "$$sdir/$$i"; \
  506. fi; \
  507. done >> $(top_builddir)/cscope.files
  508. distclean-tags:
  509. -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  510. -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
  511. distdir: $(DISTFILES)
  512. $(am__remove_distdir)
  513. test -d "$(distdir)" || mkdir "$(distdir)"
  514. @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  515. topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  516. list='$(DISTFILES)'; \
  517. dist_files=`for file in $$list; do echo $$file; done | \
  518. sed -e "s|^$$srcdirstrip/||;t" \
  519. -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  520. case $$dist_files in \
  521. */*) $(MKDIR_P) `echo "$$dist_files" | \
  522. sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  523. sort -u` ;; \
  524. esac; \
  525. for file in $$dist_files; do \
  526. if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  527. if test -d $$d/$$file; then \
  528. dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  529. if test -d "$(distdir)/$$file"; then \
  530. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  531. fi; \
  532. if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  533. cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  534. find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  535. fi; \
  536. cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  537. else \
  538. test -f "$(distdir)/$$file" \
  539. || cp -p $$d/$$file "$(distdir)/$$file" \
  540. || exit 1; \
  541. fi; \
  542. done
  543. @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
  544. if test "$$subdir" = .; then :; else \
  545. $(am__make_dryrun) \
  546. || test -d "$(distdir)/$$subdir" \
  547. || $(MKDIR_P) "$(distdir)/$$subdir" \
  548. || exit 1; \
  549. dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
  550. $(am__relativize); \
  551. new_distdir=$$reldir; \
  552. dir1=$$subdir; dir2="$(top_distdir)"; \
  553. $(am__relativize); \
  554. new_top_distdir=$$reldir; \
  555. echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
  556. echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
  557. ($(am__cd) $$subdir && \
  558. $(MAKE) $(AM_MAKEFLAGS) \
  559. top_distdir="$$new_top_distdir" \
  560. distdir="$$new_distdir" \
  561. am__remove_distdir=: \
  562. am__skip_length_check=: \
  563. am__skip_mode_fix=: \
  564. distdir) \
  565. || exit 1; \
  566. fi; \
  567. done
  568. -test -n "$(am__skip_mode_fix)" \
  569. || find "$(distdir)" -type d ! -perm -755 \
  570. -exec chmod u+rwx,go+rx {} \; -o \
  571. ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
  572. ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
  573. ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
  574. || chmod -R a+r "$(distdir)"
  575. dist-gzip: distdir
  576. tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).tar.gz
  577. $(am__post_remove_distdir)
  578. dist-bzip2: distdir
  579. tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
  580. $(am__post_remove_distdir)
  581. dist-lzip: distdir
  582. tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
  583. $(am__post_remove_distdir)
  584. dist-xz: distdir
  585. tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
  586. $(am__post_remove_distdir)
  587. dist-tarZ: distdir
  588. @echo WARNING: "Support for distribution archives compressed with" \
  589. "legacy program 'compress' is deprecated." >&2
  590. @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
  591. tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
  592. $(am__post_remove_distdir)
  593. dist-shar: distdir
  594. @echo WARNING: "Support for shar distribution archives is" \
  595. "deprecated." >&2
  596. @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
  597. shar $(distdir) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).shar.gz
  598. $(am__post_remove_distdir)
  599. dist-zip: distdir
  600. -rm -f $(distdir).zip
  601. zip -rq $(distdir).zip $(distdir)
  602. $(am__post_remove_distdir)
  603. dist dist-all:
  604. $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
  605. $(am__post_remove_distdir)
  606. # This target untars the dist file and tries a VPATH configuration. Then
  607. # it guarantees that the distribution is self-contained by making another
  608. # tarfile.
  609. distcheck: dist
  610. case '$(DIST_ARCHIVES)' in \
  611. *.tar.gz*) \
  612. eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\
  613. *.tar.bz2*) \
  614. bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
  615. *.tar.lz*) \
  616. lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
  617. *.tar.xz*) \
  618. xz -dc $(distdir).tar.xz | $(am__untar) ;;\
  619. *.tar.Z*) \
  620. uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
  621. *.shar.gz*) \
  622. eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\
  623. *.zip*) \
  624. unzip $(distdir).zip ;;\
  625. esac
  626. chmod -R a-w $(distdir)
  627. chmod u+w $(distdir)
  628. mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst
  629. chmod a-w $(distdir)
  630. test -d $(distdir)/_build || exit 0; \
  631. dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
  632. && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
  633. && am__cwd=`pwd` \
  634. && $(am__cd) $(distdir)/_build/sub \
  635. && ../../configure \
  636. $(AM_DISTCHECK_CONFIGURE_FLAGS) \
  637. $(DISTCHECK_CONFIGURE_FLAGS) \
  638. --srcdir=../.. --prefix="$$dc_install_base" \
  639. && $(MAKE) $(AM_MAKEFLAGS) \
  640. && $(MAKE) $(AM_MAKEFLAGS) dvi \
  641. && $(MAKE) $(AM_MAKEFLAGS) check \
  642. && $(MAKE) $(AM_MAKEFLAGS) install \
  643. && $(MAKE) $(AM_MAKEFLAGS) installcheck \
  644. && $(MAKE) $(AM_MAKEFLAGS) uninstall \
  645. && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
  646. distuninstallcheck \
  647. && chmod -R a-w "$$dc_install_base" \
  648. && ({ \
  649. (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
  650. && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
  651. && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
  652. && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
  653. distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
  654. } || { rm -rf "$$dc_destdir"; exit 1; }) \
  655. && rm -rf "$$dc_destdir" \
  656. && $(MAKE) $(AM_MAKEFLAGS) dist \
  657. && rm -rf $(DIST_ARCHIVES) \
  658. && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
  659. && cd "$$am__cwd" \
  660. || exit 1
  661. $(am__post_remove_distdir)
  662. @(echo "$(distdir) archives ready for distribution: "; \
  663. list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
  664. sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
  665. distuninstallcheck:
  666. @test -n '$(distuninstallcheck_dir)' || { \
  667. echo 'ERROR: trying to run $@ with an empty' \
  668. '$$(distuninstallcheck_dir)' >&2; \
  669. exit 1; \
  670. }; \
  671. $(am__cd) '$(distuninstallcheck_dir)' || { \
  672. echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
  673. exit 1; \
  674. }; \
  675. test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
  676. || { echo "ERROR: files left after uninstall:" ; \
  677. if test -n "$(DESTDIR)"; then \
  678. echo " (check DESTDIR support)"; \
  679. fi ; \
  680. $(distuninstallcheck_listfiles) ; \
  681. exit 1; } >&2
  682. distcleancheck: distclean
  683. @if test '$(srcdir)' = . ; then \
  684. echo "ERROR: distcleancheck can only run from a VPATH build" ; \
  685. exit 1 ; \
  686. fi
  687. @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
  688. || { echo "ERROR: files left in build directory after distclean:" ; \
  689. $(distcleancheck_listfiles) ; \
  690. exit 1; } >&2
  691. check-am: all-am
  692. check: check-recursive
  693. all-am: Makefile config.h
  694. installdirs: installdirs-recursive
  695. installdirs-am:
  696. install: install-recursive
  697. install-exec: install-exec-recursive
  698. install-data: install-data-recursive
  699. uninstall: uninstall-recursive
  700. install-am: all-am
  701. @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  702. installcheck: installcheck-recursive
  703. install-strip:
  704. if test -z '$(STRIP)'; then \
  705. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  706. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  707. install; \
  708. else \
  709. $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  710. install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  711. "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
  712. fi
  713. mostlyclean-generic:
  714. clean-generic:
  715. distclean-generic:
  716. -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  717. -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  718. maintainer-clean-generic:
  719. @echo "This command is intended for maintainers to use"
  720. @echo "it deletes files that may require special tools to rebuild."
  721. clean: clean-recursive
  722. clean-am: clean-generic clean-libtool mostlyclean-am
  723. distclean: distclean-recursive
  724. -rm -f $(am__CONFIG_DISTCLEAN_FILES)
  725. -rm -f Makefile
  726. distclean-am: clean-am distclean-generic distclean-hdr \
  727. distclean-libtool distclean-tags
  728. dvi: dvi-recursive
  729. dvi-am:
  730. html: html-recursive
  731. html-am:
  732. info: info-recursive
  733. info-am:
  734. install-data-am:
  735. install-dvi: install-dvi-recursive
  736. install-dvi-am:
  737. install-exec-am:
  738. install-html: install-html-recursive
  739. install-html-am:
  740. install-info: install-info-recursive
  741. install-info-am:
  742. install-man:
  743. install-pdf: install-pdf-recursive
  744. install-pdf-am:
  745. install-ps: install-ps-recursive
  746. install-ps-am:
  747. installcheck-am:
  748. maintainer-clean: maintainer-clean-recursive
  749. -rm -f $(am__CONFIG_DISTCLEAN_FILES)
  750. -rm -rf $(top_srcdir)/autom4te.cache
  751. -rm -f Makefile
  752. maintainer-clean-am: distclean-am maintainer-clean-generic
  753. mostlyclean: mostlyclean-recursive
  754. mostlyclean-am: mostlyclean-generic mostlyclean-libtool
  755. pdf: pdf-recursive
  756. pdf-am:
  757. ps: ps-recursive
  758. ps-am:
  759. uninstall-am:
  760. .MAKE: $(am__recursive_targets) all install-am install-strip
  761. .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
  762. am--refresh check check-am clean clean-cscope clean-generic \
  763. clean-libtool cscope cscopelist-am ctags ctags-am dist \
  764. dist-all dist-bzip2 dist-gzip dist-lzip dist-shar dist-tarZ \
  765. dist-xz dist-zip distcheck distclean distclean-generic \
  766. distclean-hdr distclean-libtool distclean-tags distcleancheck \
  767. distdir distuninstallcheck dvi dvi-am html html-am info \
  768. info-am install install-am install-data install-data-am \
  769. install-dvi install-dvi-am install-exec install-exec-am \
  770. install-html install-html-am install-info install-info-am \
  771. install-man install-pdf install-pdf-am install-ps \
  772. install-ps-am install-strip installcheck installcheck-am \
  773. installdirs installdirs-am maintainer-clean \
  774. maintainer-clean-generic mostlyclean mostlyclean-generic \
  775. mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
  776. uninstall-am
  777. .PRECIOUS: Makefile
  778. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  779. # Otherwise a system limit (for SysV at least) may be exceeded.
  780. .NOEXPORT: