Advertisement
Guest User

makefile lighttpd

a guest
Oct 30th, 2018
220
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Make 27.20 KB | None | 0 0
  1. # Makefile.in generated by automake 1.15.1 from Makefile.am.
  2. # Makefile.  Generated from Makefile.in by configure.
  3.  
  4. # Copyright (C) 1994-2017 Free Software Foundation, Inc.
  5.  
  6. # This Makefile.in is free software; the Free Software Foundation
  7. # gives unlimited permission to copy and/or distribute it,
  8. # with or without modifications, as long as this notice is preserved.
  9.  
  10. # This program is distributed in the hope that it will be useful,
  11. # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
  12. # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
  13. # PARTICULAR PURPOSE.
  14.  
  15.  
  16.  
  17. am__is_gnu_make = { \
  18.   if test -z '$(MAKELEVEL)'; then \
  19.     false; \
  20.   elif test -n '$(MAKE_HOST)'; then \
  21.     true; \
  22.   elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
  23.     true; \
  24.   else \
  25.     false; \
  26.   fi; \
  27. }
  28. am__make_running_with_option = \
  29.   case $${target_option-} in \
  30.       ?) ;; \
  31.       *) echo "am__make_running_with_option: internal error: invalid" \
  32.               "target option '$${target_option-}' specified" >&2; \
  33.          exit 1;; \
  34.   esac; \
  35.   has_opt=no; \
  36.   sane_makeflags=$$MAKEFLAGS; \
  37.   if $(am__is_gnu_make); then \
  38.     sane_makeflags=$$MFLAGS; \
  39.   else \
  40.     case $$MAKEFLAGS in \
  41.       *\\[\ \   ]*) \
  42.         bs=\\; \
  43.         sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
  44.           | sed "s/$$bs$$bs[$$bs $$bs   ]*//g"`;; \
  45.     esac; \
  46.   fi; \
  47.   skip_next=no; \
  48.   strip_trailopt () \
  49.   { \
  50.     flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
  51.   }; \
  52.   for flg in $$sane_makeflags; do \
  53.     test $$skip_next = yes && { skip_next=no; continue; }; \
  54.     case $$flg in \
  55.       *=*|--*) continue;; \
  56.         -*I) strip_trailopt 'I'; skip_next=yes;; \
  57.       -*I?*) strip_trailopt 'I';; \
  58.         -*O) strip_trailopt 'O'; skip_next=yes;; \
  59.       -*O?*) strip_trailopt 'O';; \
  60.         -*l) strip_trailopt 'l'; skip_next=yes;; \
  61.       -*l?*) strip_trailopt 'l';; \
  62.       -[dEDm]) skip_next=yes;; \
  63.       -[JT]) skip_next=yes;; \
  64.     esac; \
  65.     case $$flg in \
  66.       *$$target_option*) has_opt=yes; break;; \
  67.     esac; \
  68.   done; \
  69.   test $$has_opt = yes
  70. am__make_dryrun = (target_option=n; $(am__make_running_with_option))
  71. am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
  72. pkgdatadir = $(datadir)/lighttpd
  73. pkgincludedir = $(includedir)/lighttpd
  74. pkglibdir = $(libdir)/lighttpd
  75. pkglibexecdir = $(libexecdir)/lighttpd
  76. am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
  77. install_sh_DATA = $(install_sh) -c -m 644
  78. install_sh_PROGRAM = $(install_sh) -c
  79. install_sh_SCRIPT = $(install_sh) -c
  80. INSTALL_HEADER = $(INSTALL_DATA)
  81. transform = $(program_transform_name)
  82. NORMAL_INSTALL = :
  83. PRE_INSTALL = :
  84. POST_INSTALL = :
  85. NORMAL_UNINSTALL = :
  86. PRE_UNINSTALL = :
  87. POST_UNINSTALL = :
  88. build_triplet = armv7l-unknown-linux-gnueabihf
  89. host_triplet = armv7l-unknown-linux-gnueabihf
  90. subdir = .
  91. ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
  92. am__aclocal_m4_deps =  \
  93.     $(top_srcdir)/scripts/m4/ax_prog_cc_for_build.m4 \
  94.     $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
  95.     $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
  96.     $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac
  97. am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
  98.     $(ACLOCAL_M4)
  99. DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
  100.     $(am__configure_deps) $(am__DIST_COMMON)
  101. am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
  102.  configure.lineno config.status.lineno
  103. mkinstalldirs = $(install_sh) -d
  104. CONFIG_HEADER = config.h
  105. CONFIG_CLEAN_FILES = distribute.sh
  106. CONFIG_CLEAN_VPATH_FILES =
  107. AM_V_P = $(am__v_P_$(V))
  108. am__v_P_ = $(am__v_P_$(AM_DEFAULT_VERBOSITY))
  109. am__v_P_0 = false
  110. am__v_P_1 = :
  111. AM_V_GEN = $(am__v_GEN_$(V))
  112. am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
  113. am__v_GEN_0 = @echo "  GEN     " $@;
  114. am__v_GEN_1 =
  115. AM_V_at = $(am__v_at_$(V))
  116. am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
  117. am__v_at_0 = @
  118. am__v_at_1 =
  119. SOURCES =
  120. DIST_SOURCES =
  121. RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
  122.     ctags-recursive dvi-recursive html-recursive info-recursive \
  123.     install-data-recursive install-dvi-recursive \
  124.     install-exec-recursive install-html-recursive \
  125.     install-info-recursive install-pdf-recursive \
  126.     install-ps-recursive install-recursive installcheck-recursive \
  127.     installdirs-recursive pdf-recursive ps-recursive \
  128.     tags-recursive uninstall-recursive
  129. am__can_run_installinfo = \
  130.   case $$AM_UPDATE_INFO_DIR in \
  131.     n|no|NO) false;; \
  132.     *) (install-info --version) >/dev/null 2>&1;; \
  133.   esac
  134. RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
  135.   distclean-recursive maintainer-clean-recursive
  136. am__recursive_targets = \
  137.   $(RECURSIVE_TARGETS) \
  138.   $(RECURSIVE_CLEAN_TARGETS) \
  139.   $(am__extra_recursive_targets)
  140. AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
  141.     cscope distdir dist dist-all distcheck
  142. am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
  143.     $(LISP)config.h.in
  144. # Read a list of newline-separated strings from the standard input,
  145. # and print each of them once, without duplicates.  Input order is
  146. # *not* preserved.
  147. am__uniquify_input = $(AWK) '\
  148.  BEGIN { nonempty = 0; } \
  149.  { items[$$0] = 1; nonempty = 1; } \
  150.  END { if (nonempty) { for (i in items) print i; }; } \
  151. '
  152. # Make sure the list of sources is unique.  This is necessary because,
  153. # e.g., the same source file might be shared among _SOURCES variables
  154. # for different programs/libraries.
  155. am__define_uniq_tagged_files = \
  156.   list='$(am__tagged_files)'; \
  157.   unique=`for i in $$list; do \
  158.     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  159.   done | $(am__uniquify_input)`
  160. ETAGS = etags
  161. CTAGS = ctags
  162. CSCOPE = cscope
  163. DIST_SUBDIRS = $(SUBDIRS)
  164. am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/config.h.in \
  165.     $(srcdir)/distribute.sh.in AUTHORS COPYING INSTALL NEWS README \
  166.     ar-lib compile config.guess config.sub install-sh ltmain.sh \
  167.     missing
  168. DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  169. distdir = $(PACKAGE)-$(VERSION)
  170. top_distdir = $(distdir)
  171. am__remove_distdir = \
  172.   if test -d "$(distdir)"; then \
  173.     find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
  174.       && rm -rf "$(distdir)" \
  175.       || { sleep 5 && rm -rf "$(distdir)"; }; \
  176.   else :; fi
  177. am__post_remove_distdir = $(am__remove_distdir)
  178. am__relativize = \
  179.   dir0=`pwd`; \
  180.   sed_first='s,^\([^/]*\)/.*$$,\1,'; \
  181.   sed_rest='s,^[^/]*/*,,'; \
  182.   sed_last='s,^.*/\([^/]*\)$$,\1,'; \
  183.   sed_butlast='s,/*[^/]*$$,,'; \
  184.   while test -n "$$dir1"; do \
  185.     first=`echo "$$dir1" | sed -e "$$sed_first"`; \
  186.     if test "$$first" != "."; then \
  187.       if test "$$first" = ".."; then \
  188.         dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
  189.         dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
  190.       else \
  191.         first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
  192.         if test "$$first2" = "$$first"; then \
  193.           dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
  194.         else \
  195.           dir2="../$$dir2"; \
  196.         fi; \
  197.         dir0="$$dir0"/"$$first"; \
  198.       fi; \
  199.     fi; \
  200.     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
  201.   done; \
  202.   reldir="$$dir2"
  203. DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.xz
  204. GZIP_ENV = --best
  205. DIST_TARGETS = dist-xz dist-gzip
  206. distuninstallcheck_listfiles = find . -type f -print
  207. am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
  208.   | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
  209. ACLOCAL = ${SHELL} /usr/local/src/lighttpd-1.4.51/missing aclocal-1.15
  210. AMTAR = $${TAR-tar}
  211. AM_DEFAULT_VERBOSITY = 1
  212. AR = ar
  213. ATTR_LIB =
  214. AUTOCONF = ${SHELL} /usr/local/src/lighttpd-1.4.51/missing autoconf
  215. AUTOHEADER = ${SHELL} /usr/local/src/lighttpd-1.4.51/missing autoheader
  216. AUTOMAKE = ${SHELL} /usr/local/src/lighttpd-1.4.51/missing automake-1.15
  217. AWK = mawk
  218. BUILD_EXEEXT =
  219. BUILD_OBJEXT =
  220. BZ_LIB = -lbz2
  221. CC = gcc
  222. CCDEPMODE = depmode=gcc3
  223. CC_FOR_BUILD = gcc
  224. CFLAGS = -g -O2 -Wall -W -Wshadow -pedantic
  225. CFLAGS_FOR_BUILD = -g -O2
  226. CPP = gcc -E
  227. CPPFLAGS =  -D_REENTRANT  -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGE_FILES
  228. CPPFLAGS_FOR_BUILD =
  229. CPP_FOR_BUILD = gcc -E
  230. CRYPTO_LIB = -lcrypto
  231. CRYPT_LIB = -lcrypt
  232. CYGPATH_W = echo
  233. DBI_CFLAGS =
  234. DBI_LIBS =
  235. DEFS = -DHAVE_CONFIG_H
  236. DEPDIR = .deps
  237. DLLTOOL = false
  238. DL_LIB = -ldl
  239. DSYMUTIL =
  240. DUMPBIN =
  241. ECHO_C =
  242. ECHO_N = -n
  243. ECHO_T =
  244. EGREP = /bin/grep -E
  245. EXEEXT =
  246. FAM_CFLAGS =
  247. FAM_LIBS =
  248. FGREP = /bin/grep -F
  249. GDBM_LIB =
  250. GEOIP_LIB =
  251. GREP = /bin/grep
  252. INSTALL = /usr/bin/install -c
  253. INSTALL_DATA = ${INSTALL} -m 644
  254. INSTALL_PROGRAM = ${INSTALL}
  255. INSTALL_SCRIPT = ${INSTALL}
  256. INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
  257. KRB5_LIB =
  258. LBER_LIB =
  259. LD = /usr/bin/ld
  260. LDAP_LIB =
  261. LDFLAGS =  -L/usr/lib/arm-linux-gnueabihf/
  262. LDFLAGS_FOR_BUILD =
  263. LIBEV_CFLAGS =
  264. LIBEV_LIBS =
  265. LIBOBJS =
  266. LIBS =
  267. LIBTOOL = $(SHELL) $(top_builddir)/libtool
  268. LIBUNWIND_CFLAGS =
  269. LIBUNWIND_LIBS =
  270. LIPO =
  271. LN_S = ln -s
  272. LTLIBOBJS =
  273. LT_SYS_LIBRARY_PATH =
  274. LUA_CFLAGS =
  275. LUA_LIBS =
  276. MAKEINFO = ${SHELL} /usr/local/src/lighttpd-1.4.51/missing makeinfo
  277. MANIFEST_TOOL = :
  278. MEMCACHED_LIB =
  279. MKDIR_P = /bin/mkdir -p
  280. MYSQL_CONFIG =
  281. MYSQL_INCLUDE =
  282. MYSQL_LIBS =
  283. NM = /usr/bin/nm -B
  284. NMEDIT =
  285. OBJDUMP = objdump
  286. OBJEXT = o
  287. OTOOL =
  288. OTOOL64 =
  289. PACKAGE = lighttpd
  290. PACKAGE_BUGREPORT = contact@lighttpd.net
  291. PACKAGE_NAME = lighttpd
  292. PACKAGE_STRING = lighttpd 1.4.51
  293. PACKAGE_TARNAME = lighttpd
  294. PACKAGE_URL =
  295. PACKAGE_VERSION = 1.4.51
  296. PAM_LIB =
  297. PATH_SEPARATOR = :
  298. PCRECONFIG = /usr/bin/pcre-config
  299. PCRE_LIB = -lpcre
  300. PGSQL_CONFIG =
  301. PGSQL_INCLUDE =
  302. PGSQL_LIBS =
  303. PKG_CONFIG = /usr/bin/pkg-config
  304. PKG_CONFIG_LIBDIR =
  305. PKG_CONFIG_PATH =
  306. RANLIB = ranlib
  307. SASL_CFLAGS =
  308. SASL_LIBS =
  309. SED = /bin/sed
  310. SENDFILE_LIB =
  311. SET_MAKE =
  312. SHELL = /bin/bash
  313. SQLITE_CFLAGS =
  314. SQLITE_LIBS = -lsqlite3
  315. SSL_LIB = -lssl -lcrypto
  316. STRIP = strip
  317. UUID_LIBS = -luuid
  318. VERSION = 1.4.51
  319. XML_CFLAGS = -I/usr/include/libxml2
  320. XML_LIBS = -lxml2
  321. Z_LIB = -lz
  322. abs_builddir = /usr/local/src/lighttpd-1.4.51
  323. abs_srcdir = /usr/local/src/lighttpd-1.4.51
  324. abs_top_builddir = /usr/local/src/lighttpd-1.4.51
  325. abs_top_srcdir = /usr/local/src/lighttpd-1.4.51
  326. ac_ct_AR = ar
  327. ac_ct_CC = gcc
  328. ac_ct_CC_FOR_BUILD = gcc
  329. ac_ct_DUMPBIN =
  330. am__include = include
  331. am__leading_dot = .
  332. am__quote =
  333. am__tar = tar --format=ustar -chf - "$$tardir"
  334. am__untar = tar -xf -
  335. bindir = ${exec_prefix}/bin
  336. build = armv7l-unknown-linux-gnueabihf
  337. build_alias =
  338. build_cpu = armv7l
  339. build_os = linux-gnueabihf
  340. build_vendor = unknown
  341. builddir = .
  342. datadir = ${datarootdir}
  343. datarootdir = ${prefix}/share
  344. docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
  345. dvidir = ${docdir}
  346. exec_prefix = ${prefix}
  347. host = armv7l-unknown-linux-gnueabihf
  348. host_alias =
  349. host_cpu = armv7l
  350. host_os = linux-gnueabihf
  351. host_vendor = unknown
  352. htmldir = ${docdir}
  353. includedir = ${prefix}/include
  354. infodir = ${datarootdir}/info
  355. install_sh = ${SHELL} /usr/local/src/lighttpd-1.4.51/install-sh
  356. libdir = ${exec_prefix}/lib
  357. libexecdir = ${exec_prefix}/libexec
  358. localedir = ${datarootdir}/locale
  359. localstatedir = ${prefix}/var
  360. mandir = ${datarootdir}/man
  361. mkdir_p = $(MKDIR_P)
  362. oldincludedir = /usr/include
  363. pdfdir = ${docdir}
  364. prefix = /opt
  365. program_transform_name = s,x,x,
  366. psdir = ${docdir}
  367. sbindir = ${exec_prefix}/sbin
  368. sharedstatedir = ${prefix}/com
  369. srcdir = .
  370. sysconfdir = ${prefix}/etc
  371. target_alias =
  372. top_build_prefix =
  373. top_builddir = .
  374. top_srcdir = .
  375. SUBDIRS = src doc tests
  376. EXTRA_DIST = autogen.sh SConstruct CMakeLists.txt meson.build meson_options.txt README.FreeBSD scripts
  377. ACLOCAL_AMFLAGS = -I m4 -I scripts/m4
  378. distcleancheck_listfiles = find -type f -exec sh -c 'test -f $(srcdir)/{} || echo {}' ';'
  379. AM_DISTCHECK_CONFIGURE_FLAGS = --with-openssl
  380. all: config.h
  381.     $(MAKE) $(AM_MAKEFLAGS) all-recursive
  382.  
  383. .SUFFIXES:
  384. am--refresh: Makefile
  385.     @:
  386. $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
  387.     @for dep in $?; do \
  388.       case '$(am__configure_deps)' in \
  389.         *$$dep*) \
  390.           echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
  391.           $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
  392.         && exit 0; \
  393.           exit 1;; \
  394.       esac; \
  395.     done; \
  396.     echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
  397.     $(am__cd) $(top_srcdir) && \
  398.       $(AUTOMAKE) --foreign Makefile
  399. Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  400.     @case '$?' in \
  401.       *config.status*) \
  402.         echo ' $(SHELL) ./config.status'; \
  403.         $(SHELL) ./config.status;; \
  404.       *) \
  405.         echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
  406.         cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
  407.     esac;
  408.  
  409. $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  410.     $(SHELL) ./config.status --recheck
  411.  
  412. $(top_srcdir)/configure:  $(am__configure_deps)
  413.     $(am__cd) $(srcdir) && $(AUTOCONF)
  414. $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
  415.     $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
  416. $(am__aclocal_m4_deps):
  417.  
  418. config.h: stamp-h1
  419.     @test -f $@ || rm -f stamp-h1
  420.     @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
  421.  
  422. stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
  423.     @rm -f stamp-h1
  424.     cd $(top_builddir) && $(SHELL) ./config.status config.h
  425. $(srcdir)/config.h.in:  $(am__configure_deps)
  426.     ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
  427.     rm -f stamp-h1
  428.     touch $@
  429.  
  430. distclean-hdr:
  431.     -rm -f config.h stamp-h1
  432. distribute.sh: $(top_builddir)/config.status $(srcdir)/distribute.sh.in
  433.     cd $(top_builddir) && $(SHELL) ./config.status $@
  434.  
  435. mostlyclean-libtool:
  436.     -rm -f *.lo
  437.  
  438. clean-libtool:
  439.     -rm -rf .libs _libs
  440.  
  441. distclean-libtool:
  442.     -rm -f libtool config.lt
  443.  
  444. # This directory's subdirectories are mostly independent; you can cd
  445. # into them and run 'make' without going through this Makefile.
  446. # To change the values of 'make' variables: instead of editing Makefiles,
  447. # (1) if the variable is set in 'config.status', edit 'config.status'
  448. #     (which will cause the Makefiles to be regenerated when you run 'make');
  449. # (2) otherwise, pass the desired values on the 'make' command line.
  450. $(am__recursive_targets):
  451.     @fail=; \
  452.     if $(am__make_keepgoing); then \
  453.       failcom='fail=yes'; \
  454.     else \
  455.       failcom='exit 1'; \
  456.     fi; \
  457.     dot_seen=no; \
  458.     target=`echo $@ | sed s/-recursive//`; \
  459.     case "$@" in \
  460.       distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
  461.       *) list='$(SUBDIRS)' ;; \
  462.     esac; \
  463.     for subdir in $$list; do \
  464.       echo "Making $$target in $$subdir"; \
  465.       if test "$$subdir" = "."; then \
  466.         dot_seen=yes; \
  467.         local_target="$$target-am"; \
  468.       else \
  469.         local_target="$$target"; \
  470.       fi; \
  471.       ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  472.       || eval $$failcom; \
  473.     done; \
  474.     if test "$$dot_seen" = "no"; then \
  475.       $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
  476.     fi; test -z "$$fail"
  477.  
  478. ID: $(am__tagged_files)
  479.     $(am__define_uniq_tagged_files); mkid -fID $$unique
  480. tags: tags-recursive
  481. TAGS: tags
  482.  
  483. tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  484.     set x; \
  485.     here=`pwd`; \
  486.     if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
  487.       include_option=--etags-include; \
  488.       empty_fix=.; \
  489.     else \
  490.       include_option=--include; \
  491.       empty_fix=; \
  492.     fi; \
  493.     list='$(SUBDIRS)'; for subdir in $$list; do \
  494.       if test "$$subdir" = .; then :; else \
  495.         test ! -f $$subdir/TAGS || \
  496.           set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
  497.       fi; \
  498.     done; \
  499.     $(am__define_uniq_tagged_files); \
  500.     shift; \
  501.     if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
  502.       test -n "$$unique" || unique=$$empty_fix; \
  503.       if test $$# -gt 0; then \
  504.         $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  505.           "$$@" $$unique; \
  506.       else \
  507.         $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  508.           $$unique; \
  509.       fi; \
  510.     fi
  511. ctags: ctags-recursive
  512.  
  513. CTAGS: ctags
  514. ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
  515.     $(am__define_uniq_tagged_files); \
  516.     test -z "$(CTAGS_ARGS)$$unique" \
  517.       || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  518.          $$unique
  519.  
  520. GTAGS:
  521.     here=`$(am__cd) $(top_builddir) && pwd` \
  522.       && $(am__cd) $(top_srcdir) \
  523.       && gtags -i $(GTAGS_ARGS) "$$here"
  524. cscope: cscope.files
  525.     test ! -s cscope.files \
  526.       || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
  527. clean-cscope:
  528.     -rm -f cscope.files
  529. cscope.files: clean-cscope cscopelist
  530. cscopelist: cscopelist-recursive
  531.  
  532. cscopelist-am: $(am__tagged_files)
  533.     list='$(am__tagged_files)'; \
  534.     case "$(srcdir)" in \
  535.       [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
  536.       *) sdir=$(subdir)/$(srcdir) ;; \
  537.     esac; \
  538.     for i in $$list; do \
  539.       if test -f "$$i"; then \
  540.         echo "$(subdir)/$$i"; \
  541.       else \
  542.         echo "$$sdir/$$i"; \
  543.       fi; \
  544.     done >> $(top_builddir)/cscope.files
  545.  
  546. distclean-tags:
  547.     -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  548.     -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
  549.  
  550. distdir: $(DISTFILES)
  551.     $(am__remove_distdir)
  552.     test -d "$(distdir)" || mkdir "$(distdir)"
  553.     @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  554.     topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  555.     list='$(DISTFILES)'; \
  556.       dist_files=`for file in $$list; do echo $$file; done | \
  557.       sed -e "s|^$$srcdirstrip/||;t" \
  558.           -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  559.     case $$dist_files in \
  560.       */*) $(MKDIR_P) `echo "$$dist_files" | \
  561.                sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  562.                sort -u` ;; \
  563.     esac; \
  564.     for file in $$dist_files; do \
  565.       if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  566.       if test -d $$d/$$file; then \
  567.         dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  568.         if test -d "$(distdir)/$$file"; then \
  569.           find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  570.         fi; \
  571.         if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  572.           cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  573.           find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  574.         fi; \
  575.         cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  576.       else \
  577.         test -f "$(distdir)/$$file" \
  578.         || cp -p $$d/$$file "$(distdir)/$$file" \
  579.         || exit 1; \
  580.       fi; \
  581.     done
  582.     @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
  583.       if test "$$subdir" = .; then :; else \
  584.         $(am__make_dryrun) \
  585.           || test -d "$(distdir)/$$subdir" \
  586.           || $(MKDIR_P) "$(distdir)/$$subdir" \
  587.           || exit 1; \
  588.         dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
  589.         $(am__relativize); \
  590.         new_distdir=$$reldir; \
  591.         dir1=$$subdir; dir2="$(top_distdir)"; \
  592.         $(am__relativize); \
  593.         new_top_distdir=$$reldir; \
  594.         echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
  595.         echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
  596.         ($(am__cd) $$subdir && \
  597.           $(MAKE) $(AM_MAKEFLAGS) \
  598.             top_distdir="$$new_top_distdir" \
  599.             distdir="$$new_distdir" \
  600.         am__remove_distdir=: \
  601.         am__skip_length_check=: \
  602.         am__skip_mode_fix=: \
  603.             distdir) \
  604.           || exit 1; \
  605.       fi; \
  606.     done
  607.     -test -n "$(am__skip_mode_fix)" \
  608.     || find "$(distdir)" -type d ! -perm -755 \
  609.         -exec chmod u+rwx,go+rx {} \; -o \
  610.       ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
  611.       ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
  612.       ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
  613.     || chmod -R a+r "$(distdir)"
  614. dist-gzip: distdir
  615.     tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).tar.gz
  616.     $(am__post_remove_distdir)
  617.  
  618. dist-bzip2: distdir
  619.     tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
  620.     $(am__post_remove_distdir)
  621.  
  622. dist-lzip: distdir
  623.     tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
  624.     $(am__post_remove_distdir)
  625. dist-xz: distdir
  626.     tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
  627.     $(am__post_remove_distdir)
  628.  
  629. dist-tarZ: distdir
  630.     @echo WARNING: "Support for distribution archives compressed with" \
  631.                "legacy program 'compress' is deprecated." >&2
  632.     @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
  633.     tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
  634.     $(am__post_remove_distdir)
  635.  
  636. dist-shar: distdir
  637.     @echo WARNING: "Support for shar distribution archives is" \
  638.                    "deprecated." >&2
  639.     @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
  640.     shar $(distdir) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).shar.gz
  641.     $(am__post_remove_distdir)
  642.  
  643. dist-zip: distdir
  644.     -rm -f $(distdir).zip
  645.     zip -rq $(distdir).zip $(distdir)
  646.     $(am__post_remove_distdir)
  647.  
  648. dist dist-all:
  649.     $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
  650.     $(am__post_remove_distdir)
  651.  
  652. # This target untars the dist file and tries a VPATH configuration.  Then
  653. # it guarantees that the distribution is self-contained by making another
  654. # tarfile.
  655. distcheck: dist
  656.     case '$(DIST_ARCHIVES)' in \
  657.     *.tar.gz*) \
  658.       eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\
  659.     *.tar.bz2*) \
  660.       bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
  661.     *.tar.lz*) \
  662.       lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
  663.     *.tar.xz*) \
  664.       xz -dc $(distdir).tar.xz | $(am__untar) ;;\
  665.     *.tar.Z*) \
  666.       uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
  667.     *.shar.gz*) \
  668.       eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\
  669.     *.zip*) \
  670.       unzip $(distdir).zip ;;\
  671.     esac
  672.     chmod -R a-w $(distdir)
  673.     chmod u+w $(distdir)
  674.     mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst
  675.     chmod a-w $(distdir)
  676.     test -d $(distdir)/_build || exit 0; \
  677.     dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
  678.       && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
  679.       && am__cwd=`pwd` \
  680.       && $(am__cd) $(distdir)/_build/sub \
  681.       && ../../configure \
  682.         $(AM_DISTCHECK_CONFIGURE_FLAGS) \
  683.         $(DISTCHECK_CONFIGURE_FLAGS) \
  684.         --srcdir=../.. --prefix="$$dc_install_base" \
  685.       && $(MAKE) $(AM_MAKEFLAGS) \
  686.       && $(MAKE) $(AM_MAKEFLAGS) dvi \
  687.       && $(MAKE) $(AM_MAKEFLAGS) check \
  688.       && $(MAKE) $(AM_MAKEFLAGS) install \
  689.       && $(MAKE) $(AM_MAKEFLAGS) installcheck \
  690.       && $(MAKE) $(AM_MAKEFLAGS) uninstall \
  691.       && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
  692.             distuninstallcheck \
  693.       && chmod -R a-w "$$dc_install_base" \
  694.       && ({ \
  695.            (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
  696.            && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
  697.            && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
  698.            && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
  699.                 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
  700.           } || { rm -rf "$$dc_destdir"; exit 1; }) \
  701.       && rm -rf "$$dc_destdir" \
  702.       && $(MAKE) $(AM_MAKEFLAGS) dist \
  703.       && rm -rf $(DIST_ARCHIVES) \
  704.       && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
  705.       && cd "$$am__cwd" \
  706.       || exit 1
  707.     $(am__post_remove_distdir)
  708.     @(echo "$(distdir) archives ready for distribution: "; \
  709.       list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
  710.       sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
  711. distuninstallcheck:
  712.     @test -n '$(distuninstallcheck_dir)' || { \
  713.       echo 'ERROR: trying to run $@ with an empty' \
  714.            '$$(distuninstallcheck_dir)' >&2; \
  715.       exit 1; \
  716.     }; \
  717.     $(am__cd) '$(distuninstallcheck_dir)' || { \
  718.       echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
  719.       exit 1; \
  720.     }; \
  721.     test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
  722.        || { echo "ERROR: files left after uninstall:" ; \
  723.             if test -n "$(DESTDIR)"; then \
  724.               echo "  (check DESTDIR support)"; \
  725.             fi ; \
  726.             $(distuninstallcheck_listfiles) ; \
  727.             exit 1; } >&2
  728. distcleancheck: distclean
  729.     @if test '$(srcdir)' = . ; then \
  730.       echo "ERROR: distcleancheck can only run from a VPATH build" ; \
  731.       exit 1 ; \
  732.     fi
  733.     @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
  734.       || { echo "ERROR: files left in build directory after distclean:" ; \
  735.            $(distcleancheck_listfiles) ; \
  736.            exit 1; } >&2
  737. check-am: all-am
  738. check: check-recursive
  739. all-am: Makefile config.h
  740. installdirs: installdirs-recursive
  741. installdirs-am:
  742. install: install-recursive
  743. install-exec: install-exec-recursive
  744. install-data: install-data-recursive
  745. uninstall: uninstall-recursive
  746.  
  747. install-am: all-am
  748.     @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  749.  
  750. installcheck: installcheck-recursive
  751. install-strip:
  752.     if test -z '$(STRIP)'; then \
  753.       $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  754.         install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  755.           install; \
  756.     else \
  757.       $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  758.         install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  759.         "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
  760.     fi
  761. mostlyclean-generic:
  762.  
  763. clean-generic:
  764.  
  765. distclean-generic:
  766.     -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  767.     -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  768.  
  769. maintainer-clean-generic:
  770.     @echo "This command is intended for maintainers to use"
  771.     @echo "it deletes files that may require special tools to rebuild."
  772. clean: clean-recursive
  773.  
  774. clean-am: clean-generic clean-libtool mostlyclean-am
  775.  
  776. distclean: distclean-recursive
  777.     -rm -f $(am__CONFIG_DISTCLEAN_FILES)
  778.     -rm -f Makefile
  779. distclean-am: clean-am distclean-generic distclean-hdr \
  780.     distclean-libtool distclean-tags
  781.  
  782. dvi: dvi-recursive
  783.  
  784. dvi-am:
  785.  
  786. html: html-recursive
  787.  
  788. html-am:
  789.  
  790. info: info-recursive
  791.  
  792. info-am:
  793.  
  794. install-data-am:
  795.  
  796. install-dvi: install-dvi-recursive
  797.  
  798. install-dvi-am:
  799.  
  800. install-exec-am:
  801.  
  802. install-html: install-html-recursive
  803.  
  804. install-html-am:
  805.  
  806. install-info: install-info-recursive
  807.  
  808. install-info-am:
  809.  
  810. install-man:
  811.  
  812. install-pdf: install-pdf-recursive
  813.  
  814. install-pdf-am:
  815.  
  816. install-ps: install-ps-recursive
  817.  
  818. install-ps-am:
  819.  
  820. installcheck-am:
  821.  
  822. maintainer-clean: maintainer-clean-recursive
  823.     -rm -f $(am__CONFIG_DISTCLEAN_FILES)
  824.     -rm -rf $(top_srcdir)/autom4te.cache
  825.     -rm -f Makefile
  826. maintainer-clean-am: distclean-am maintainer-clean-generic
  827.  
  828. mostlyclean: mostlyclean-recursive
  829.  
  830. mostlyclean-am: mostlyclean-generic mostlyclean-libtool
  831.  
  832. pdf: pdf-recursive
  833.  
  834. pdf-am:
  835.  
  836. ps: ps-recursive
  837.  
  838. ps-am:
  839.  
  840. uninstall-am:
  841.  
  842. .MAKE: $(am__recursive_targets) all install-am install-strip
  843.  
  844. .PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
  845.     am--refresh check check-am clean clean-cscope clean-generic \
  846.     clean-libtool cscope cscopelist-am ctags ctags-am dist \
  847.     dist-all dist-bzip2 dist-gzip dist-lzip dist-shar dist-tarZ \
  848.     dist-xz dist-zip distcheck distclean distclean-generic \
  849.     distclean-hdr distclean-libtool distclean-tags distcleancheck \
  850.     distdir distuninstallcheck dvi dvi-am html html-am info \
  851.     info-am install install-am install-data install-data-am \
  852.     install-dvi install-dvi-am install-exec install-exec-am \
  853.     install-html install-html-am install-info install-info-am \
  854.     install-man install-pdf install-pdf-am install-ps \
  855.     install-ps-am install-strip installcheck installcheck-am \
  856.     installdirs installdirs-am maintainer-clean \
  857.     maintainer-clean-generic mostlyclean mostlyclean-generic \
  858.     mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
  859.     uninstall-am
  860.  
  861. .PRECIOUS: Makefile
  862.  
  863.  
  864. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  865. # Otherwise a system limit (for SysV at least) may be exceeded.
  866. .NOEXPORT:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement