| 1 |
# Makefile.in generated by automake 1.11.1 from Makefile.am.
|
| 2 |
# @configure_input@
|
| 3 |
|
| 4 |
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
|
| 5 |
# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
|
| 6 |
# Inc.
|
| 7 |
# This Makefile.in is free software; the Free Software Foundation
|
| 8 |
# gives unlimited permission to copy and/or distribute it,
|
| 9 |
# with or without modifications, as long as this notice is preserved.
|
| 10 |
|
| 11 |
# This program is distributed in the hope that it will be useful,
|
| 12 |
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
|
| 13 |
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
| 14 |
# PARTICULAR PURPOSE.
|
| 15 |
|
| 16 |
@SET_MAKE@
|
| 17 |
VPATH = @srcdir@
|
| 18 |
pkgdatadir = $(datadir)/@PACKAGE@
|
| 19 |
pkgincludedir = $(includedir)/@PACKAGE@
|
| 20 |
pkglibdir = $(libdir)/@PACKAGE@
|
| 21 |
pkglibexecdir = $(libexecdir)/@PACKAGE@
|
| 22 |
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
|
| 23 |
install_sh_DATA = $(install_sh) -c -m 644
|
| 24 |
install_sh_PROGRAM = $(install_sh) -c
|
| 25 |
install_sh_SCRIPT = $(install_sh) -c
|
| 26 |
INSTALL_HEADER = $(INSTALL_DATA)
|
| 27 |
transform = $(program_transform_name)
|
| 28 |
NORMAL_INSTALL = :
|
| 29 |
PRE_INSTALL = :
|
| 30 |
POST_INSTALL = :
|
| 31 |
NORMAL_UNINSTALL = :
|
| 32 |
PRE_UNINSTALL = :
|
| 33 |
POST_UNINSTALL = :
|
| 34 |
build_triplet = @build@
|
| 35 |
host_triplet = @host@
|
| 36 |
subdir = .
|
| 37 |
DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
|
| 38 |
$(srcdir)/Makefile.in $(srcdir)/config.h.in \
|
| 39 |
$(top_srcdir)/configure $(top_srcdir)/contrib/help/Makefile.in \
|
| 40 |
AUTHORS COPYING INSTALL NEWS TODO config.guess config.sub \
|
| 41 |
depcomp install-sh ltmain.sh missing ylwrap
|
| 42 |
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
| 43 |
am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \
|
| 44 |
$(top_srcdir)/configure.ac
|
| 45 |
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
|
| 46 |
$(ACLOCAL_M4)
|
| 47 |
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
|
| 48 |
configure.lineno config.status.lineno
|
| 49 |
mkinstalldirs = $(install_sh) -d
|
| 50 |
CONFIG_HEADER = config.h
|
| 51 |
CONFIG_CLEAN_FILES = contrib/help/Makefile
|
| 52 |
CONFIG_CLEAN_VPATH_FILES =
|
| 53 |
SOURCES =
|
| 54 |
DIST_SOURCES =
|
| 55 |
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
|
| 56 |
html-recursive info-recursive install-data-recursive \
|
| 57 |
install-dvi-recursive install-exec-recursive \
|
| 58 |
install-html-recursive install-info-recursive \
|
| 59 |
install-pdf-recursive install-ps-recursive install-recursive \
|
| 60 |
installcheck-recursive installdirs-recursive pdf-recursive \
|
| 61 |
ps-recursive uninstall-recursive
|
| 62 |
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
|
| 63 |
distclean-recursive maintainer-clean-recursive
|
| 64 |
AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
|
| 65 |
$(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
|
| 66 |
distdir dist dist-all distcheck
|
| 67 |
ETAGS = etags
|
| 68 |
CTAGS = ctags
|
| 69 |
DIST_SUBDIRS = $(SUBDIRS)
|
| 70 |
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
|
| 71 |
distdir = $(PACKAGE)-$(VERSION)
|
| 72 |
top_distdir = $(distdir)
|
| 73 |
am__remove_distdir = \
|
| 74 |
{ test ! -d "$(distdir)" \
|
| 75 |
|| { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
|
| 76 |
&& rm -fr "$(distdir)"; }; }
|
| 77 |
am__relativize = \
|
| 78 |
dir0=`pwd`; \
|
| 79 |
sed_first='s,^\([^/]*\)/.*$$,\1,'; \
|
| 80 |
sed_rest='s,^[^/]*/*,,'; \
|
| 81 |
sed_last='s,^.*/\([^/]*\)$$,\1,'; \
|
| 82 |
sed_butlast='s,/*[^/]*$$,,'; \
|
| 83 |
while test -n "$$dir1"; do \
|
| 84 |
first=`echo "$$dir1" | sed -e "$$sed_first"`; \
|
| 85 |
if test "$$first" != "."; then \
|
| 86 |
if test "$$first" = ".."; then \
|
| 87 |
dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
|
| 88 |
dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
|
| 89 |
else \
|
| 90 |
first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
|
| 91 |
if test "$$first2" = "$$first"; then \
|
| 92 |
dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
|
| 93 |
else \
|
| 94 |
dir2="../$$dir2"; \
|
| 95 |
fi; \
|
| 96 |
dir0="$$dir0"/"$$first"; \
|
| 97 |
fi; \
|
| 98 |
fi; \
|
| 99 |
dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
|
| 100 |
done; \
|
| 101 |
reldir="$$dir2"
|
| 102 |
DIST_ARCHIVES = $(distdir).tar.gz
|
| 103 |
GZIP_ENV = --best
|
| 104 |
distuninstallcheck_listfiles = find . -type f -print
|
| 105 |
distcleancheck_listfiles = find . -type f -print
|
| 106 |
ACLOCAL = @ACLOCAL@
|
| 107 |
AMTAR = @AMTAR@
|
| 108 |
AR = @AR@
|
| 109 |
ARGZ_H = @ARGZ_H@
|
| 110 |
AUTOCONF = @AUTOCONF@
|
| 111 |
AUTOHEADER = @AUTOHEADER@
|
| 112 |
AUTOMAKE = @AUTOMAKE@
|
| 113 |
AWK = @AWK@
|
| 114 |
CC = @CC@
|
| 115 |
CCDEPMODE = @CCDEPMODE@
|
| 116 |
CFLAGS = @CFLAGS@
|
| 117 |
CPP = @CPP@
|
| 118 |
CPPFLAGS = @CPPFLAGS@
|
| 119 |
CYGPATH_W = @CYGPATH_W@
|
| 120 |
DATADIR = @DATADIR@
|
| 121 |
DEFS = @DEFS@
|
| 122 |
DEPDIR = @DEPDIR@
|
| 123 |
DSYMUTIL = @DSYMUTIL@
|
| 124 |
DUMPBIN = @DUMPBIN@
|
| 125 |
ECHO_C = @ECHO_C@
|
| 126 |
ECHO_N = @ECHO_N@
|
| 127 |
ECHO_T = @ECHO_T@
|
| 128 |
EGREP = @EGREP@
|
| 129 |
EXEEXT = @EXEEXT@
|
| 130 |
FGREP = @FGREP@
|
| 131 |
GREP = @GREP@
|
| 132 |
INCLTDL = @INCLTDL@
|
| 133 |
INSTALL = @INSTALL@
|
| 134 |
INSTALL_DATA = @INSTALL_DATA@
|
| 135 |
INSTALL_PROGRAM = @INSTALL_PROGRAM@
|
| 136 |
INSTALL_SCRIPT = @INSTALL_SCRIPT@
|
| 137 |
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
|
| 138 |
LD = @LD@
|
| 139 |
LDFLAGS = @LDFLAGS@
|
| 140 |
LEX = @LEX@
|
| 141 |
LEXLIB = @LEXLIB@
|
| 142 |
LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
|
| 143 |
LIBADD_DL = @LIBADD_DL@
|
| 144 |
LIBADD_DLD_LINK = @LIBADD_DLD_LINK@
|
| 145 |
LIBADD_DLOPEN = @LIBADD_DLOPEN@
|
| 146 |
LIBADD_SHL_LOAD = @LIBADD_SHL_LOAD@
|
| 147 |
LIBDIR = @LIBDIR@
|
| 148 |
LIBLTDL = @LIBLTDL@
|
| 149 |
LIBOBJS = @LIBOBJS@
|
| 150 |
LIBS = @LIBS@
|
| 151 |
LIBTOOL = @LIBTOOL@
|
| 152 |
LIPO = @LIPO@
|
| 153 |
LN_S = @LN_S@
|
| 154 |
LOCALSTATEDIR = @LOCALSTATEDIR@
|
| 155 |
LTDLDEPS = @LTDLDEPS@
|
| 156 |
LTDLINCL = @LTDLINCL@
|
| 157 |
LTDLOPEN = @LTDLOPEN@
|
| 158 |
LTLIBOBJS = @LTLIBOBJS@
|
| 159 |
LT_CONFIG_H = @LT_CONFIG_H@
|
| 160 |
LT_DLLOADERS = @LT_DLLOADERS@
|
| 161 |
LT_DLPREOPEN = @LT_DLPREOPEN@
|
| 162 |
MAINT = @MAINT@
|
| 163 |
MAKEINFO = @MAKEINFO@
|
| 164 |
MKDIR_P = @MKDIR_P@
|
| 165 |
NM = @NM@
|
| 166 |
NMEDIT = @NMEDIT@
|
| 167 |
OBJDUMP = @OBJDUMP@
|
| 168 |
OBJEXT = @OBJEXT@
|
| 169 |
OTOOL = @OTOOL@
|
| 170 |
OTOOL64 = @OTOOL64@
|
| 171 |
PACKAGE = @PACKAGE@
|
| 172 |
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
|
| 173 |
PACKAGE_NAME = @PACKAGE_NAME@
|
| 174 |
PACKAGE_STRING = @PACKAGE_STRING@
|
| 175 |
PACKAGE_TARNAME = @PACKAGE_TARNAME@
|
| 176 |
PACKAGE_URL = @PACKAGE_URL@
|
| 177 |
PACKAGE_VERSION = @PACKAGE_VERSION@
|
| 178 |
PATH_SEPARATOR = @PATH_SEPARATOR@
|
| 179 |
PREFIX = @PREFIX@
|
| 180 |
RANLIB = @RANLIB@
|
| 181 |
SED = @SED@
|
| 182 |
SET_MAKE = @SET_MAKE@
|
| 183 |
SHELL = @SHELL@
|
| 184 |
STRIP = @STRIP@
|
| 185 |
SYSCONFDIR = @SYSCONFDIR@
|
| 186 |
VERSION = @VERSION@
|
| 187 |
YACC = @YACC@
|
| 188 |
YFLAGS = @YFLAGS@
|
| 189 |
abs_builddir = @abs_builddir@
|
| 190 |
abs_srcdir = @abs_srcdir@
|
| 191 |
abs_top_builddir = @abs_top_builddir@
|
| 192 |
abs_top_srcdir = @abs_top_srcdir@
|
| 193 |
ac_ct_CC = @ac_ct_CC@
|
| 194 |
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
|
| 195 |
am__include = @am__include@
|
| 196 |
am__leading_dot = @am__leading_dot@
|
| 197 |
am__quote = @am__quote@
|
| 198 |
am__tar = @am__tar@
|
| 199 |
am__untar = @am__untar@
|
| 200 |
bindir = @bindir@
|
| 201 |
build = @build@
|
| 202 |
build_alias = @build_alias@
|
| 203 |
build_cpu = @build_cpu@
|
| 204 |
build_os = @build_os@
|
| 205 |
build_vendor = @build_vendor@
|
| 206 |
builddir = @builddir@
|
| 207 |
datadir = @datadir@
|
| 208 |
datarootdir = @datarootdir@
|
| 209 |
docdir = @docdir@
|
| 210 |
dvidir = @dvidir@
|
| 211 |
exec_prefix = @exec_prefix@
|
| 212 |
host = @host@
|
| 213 |
host_alias = @host_alias@
|
| 214 |
host_cpu = @host_cpu@
|
| 215 |
host_os = @host_os@
|
| 216 |
host_vendor = @host_vendor@
|
| 217 |
htmldir = @htmldir@
|
| 218 |
includedir = @includedir@
|
| 219 |
infodir = @infodir@
|
| 220 |
install_sh = @install_sh@
|
| 221 |
libdir = @libdir@
|
| 222 |
libexecdir = @libexecdir@
|
| 223 |
localedir = @localedir@
|
| 224 |
localstatedir = @localstatedir@
|
| 225 |
ltdl_LIBOBJS = @ltdl_LIBOBJS@
|
| 226 |
ltdl_LTLIBOBJS = @ltdl_LTLIBOBJS@
|
| 227 |
mandir = @mandir@
|
| 228 |
mkdir_p = @mkdir_p@
|
| 229 |
oldincludedir = @oldincludedir@
|
| 230 |
pdfdir = @pdfdir@
|
| 231 |
prefix = @prefix@
|
| 232 |
program_transform_name = @program_transform_name@
|
| 233 |
psdir = @psdir@
|
| 234 |
sbindir = @sbindir@
|
| 235 |
sharedstatedir = @sharedstatedir@
|
| 236 |
srcdir = @srcdir@
|
| 237 |
sys_symbol_underscore = @sys_symbol_underscore@
|
| 238 |
sysconfdir = @sysconfdir@
|
| 239 |
target_alias = @target_alias@
|
| 240 |
top_build_prefix = @top_build_prefix@
|
| 241 |
top_builddir = @top_builddir@
|
| 242 |
top_srcdir = @top_srcdir@
|
| 243 |
AUTOMAKE_OPTIONS = foreign
|
| 244 |
SUBDIRS = tools libltdl doc etc help messages modules servlink src
|
| 245 |
all: config.h
|
| 246 |
$(MAKE) $(AM_MAKEFLAGS) all-recursive
|
| 247 |
|
| 248 |
.SUFFIXES:
|
| 249 |
am--refresh:
|
| 250 |
@:
|
| 251 |
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
|
| 252 |
@for dep in $?; do \
|
| 253 |
case '$(am__configure_deps)' in \
|
| 254 |
*$$dep*) \
|
| 255 |
echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
|
| 256 |
$(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
|
| 257 |
&& exit 0; \
|
| 258 |
exit 1;; \
|
| 259 |
esac; \
|
| 260 |
done; \
|
| 261 |
echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
|
| 262 |
$(am__cd) $(top_srcdir) && \
|
| 263 |
$(AUTOMAKE) --foreign Makefile
|
| 264 |
.PRECIOUS: Makefile
|
| 265 |
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
|
| 266 |
@case '$?' in \
|
| 267 |
*config.status*) \
|
| 268 |
echo ' $(SHELL) ./config.status'; \
|
| 269 |
$(SHELL) ./config.status;; \
|
| 270 |
*) \
|
| 271 |
echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
|
| 272 |
cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
|
| 273 |
esac;
|
| 274 |
|
| 275 |
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
|
| 276 |
$(SHELL) ./config.status --recheck
|
| 277 |
|
| 278 |
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
|
| 279 |
$(am__cd) $(srcdir) && $(AUTOCONF)
|
| 280 |
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
|
| 281 |
$(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
|
| 282 |
$(am__aclocal_m4_deps):
|
| 283 |
|
| 284 |
config.h: stamp-h1
|
| 285 |
@if test ! -f $@; then \
|
| 286 |
rm -f stamp-h1; \
|
| 287 |
$(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
|
| 288 |
else :; fi
|
| 289 |
|
| 290 |
stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
|
| 291 |
@rm -f stamp-h1
|
| 292 |
cd $(top_builddir) && $(SHELL) ./config.status config.h
|
| 293 |
$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
|
| 294 |
($(am__cd) $(top_srcdir) && $(AUTOHEADER))
|
| 295 |
rm -f stamp-h1
|
| 296 |
touch $@
|
| 297 |
|
| 298 |
distclean-hdr:
|
| 299 |
-rm -f config.h stamp-h1
|
| 300 |
contrib/help/Makefile: $(top_builddir)/config.status $(top_srcdir)/contrib/help/Makefile.in
|
| 301 |
cd $(top_builddir) && $(SHELL) ./config.status $@
|
| 302 |
|
| 303 |
mostlyclean-libtool:
|
| 304 |
-rm -f *.lo
|
| 305 |
|
| 306 |
clean-libtool:
|
| 307 |
-rm -rf .libs _libs
|
| 308 |
|
| 309 |
distclean-libtool:
|
| 310 |
-rm -f libtool config.lt
|
| 311 |
|
| 312 |
# This directory's subdirectories are mostly independent; you can cd
|
| 313 |
# into them and run `make' without going through this Makefile.
|
| 314 |
# To change the values of `make' variables: instead of editing Makefiles,
|
| 315 |
# (1) if the variable is set in `config.status', edit `config.status'
|
| 316 |
# (which will cause the Makefiles to be regenerated when you run `make');
|
| 317 |
# (2) otherwise, pass the desired values on the `make' command line.
|
| 318 |
$(RECURSIVE_TARGETS):
|
| 319 |
@fail= failcom='exit 1'; \
|
| 320 |
for f in x $$MAKEFLAGS; do \
|
| 321 |
case $$f in \
|
| 322 |
*=* | --[!k]*);; \
|
| 323 |
*k*) failcom='fail=yes';; \
|
| 324 |
esac; \
|
| 325 |
done; \
|
| 326 |
dot_seen=no; \
|
| 327 |
target=`echo $@ | sed s/-recursive//`; \
|
| 328 |
list='$(SUBDIRS)'; for subdir in $$list; do \
|
| 329 |
echo "Making $$target in $$subdir"; \
|
| 330 |
if test "$$subdir" = "."; then \
|
| 331 |
dot_seen=yes; \
|
| 332 |
local_target="$$target-am"; \
|
| 333 |
else \
|
| 334 |
local_target="$$target"; \
|
| 335 |
fi; \
|
| 336 |
($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
|
| 337 |
|| eval $$failcom; \
|
| 338 |
done; \
|
| 339 |
if test "$$dot_seen" = "no"; then \
|
| 340 |
$(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
|
| 341 |
fi; test -z "$$fail"
|
| 342 |
|
| 343 |
$(RECURSIVE_CLEAN_TARGETS):
|
| 344 |
@fail= failcom='exit 1'; \
|
| 345 |
for f in x $$MAKEFLAGS; do \
|
| 346 |
case $$f in \
|
| 347 |
*=* | --[!k]*);; \
|
| 348 |
*k*) failcom='fail=yes';; \
|
| 349 |
esac; \
|
| 350 |
done; \
|
| 351 |
dot_seen=no; \
|
| 352 |
case "$@" in \
|
| 353 |
distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
|
| 354 |
*) list='$(SUBDIRS)' ;; \
|
| 355 |
esac; \
|
| 356 |
rev=''; for subdir in $$list; do \
|
| 357 |
if test "$$subdir" = "."; then :; else \
|
| 358 |
rev="$$subdir $$rev"; \
|
| 359 |
fi; \
|
| 360 |
done; \
|
| 361 |
rev="$$rev ."; \
|
| 362 |
target=`echo $@ | sed s/-recursive//`; \
|
| 363 |
for subdir in $$rev; do \
|
| 364 |
echo "Making $$target in $$subdir"; \
|
| 365 |
if test "$$subdir" = "."; then \
|
| 366 |
local_target="$$target-am"; \
|
| 367 |
else \
|
| 368 |
local_target="$$target"; \
|
| 369 |
fi; \
|
| 370 |
($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
|
| 371 |
|| eval $$failcom; \
|
| 372 |
done && test -z "$$fail"
|
| 373 |
tags-recursive:
|
| 374 |
list='$(SUBDIRS)'; for subdir in $$list; do \
|
| 375 |
test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
|
| 376 |
done
|
| 377 |
ctags-recursive:
|
| 378 |
list='$(SUBDIRS)'; for subdir in $$list; do \
|
| 379 |
test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
|
| 380 |
done
|
| 381 |
|
| 382 |
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
|
| 383 |
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
|
| 384 |
unique=`for i in $$list; do \
|
| 385 |
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
|
| 386 |
done | \
|
| 387 |
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
|
| 388 |
END { if (nonempty) { for (i in files) print i; }; }'`; \
|
| 389 |
mkid -fID $$unique
|
| 390 |
tags: TAGS
|
| 391 |
|
| 392 |
TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
|
| 393 |
$(TAGS_FILES) $(LISP)
|
| 394 |
set x; \
|
| 395 |
here=`pwd`; \
|
| 396 |
if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
|
| 397 |
include_option=--etags-include; \
|
| 398 |
empty_fix=.; \
|
| 399 |
else \
|
| 400 |
include_option=--include; \
|
| 401 |
empty_fix=; \
|
| 402 |
fi; \
|
| 403 |
list='$(SUBDIRS)'; for subdir in $$list; do \
|
| 404 |
if test "$$subdir" = .; then :; else \
|
| 405 |
test ! -f $$subdir/TAGS || \
|
| 406 |
set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
|
| 407 |
fi; \
|
| 408 |
done; \
|
| 409 |
list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
|
| 410 |
unique=`for i in $$list; do \
|
| 411 |
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
|
| 412 |
done | \
|
| 413 |
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
|
| 414 |
END { if (nonempty) { for (i in files) print i; }; }'`; \
|
| 415 |
shift; \
|
| 416 |
if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
|
| 417 |
test -n "$$unique" || unique=$$empty_fix; \
|
| 418 |
if test $$# -gt 0; then \
|
| 419 |
$(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
|
| 420 |
"$$@" $$unique; \
|
| 421 |
else \
|
| 422 |
$(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
|
| 423 |
$$unique; \
|
| 424 |
fi; \
|
| 425 |
fi
|
| 426 |
ctags: CTAGS
|
| 427 |
CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
|
| 428 |
$(TAGS_FILES) $(LISP)
|
| 429 |
list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
|
| 430 |
unique=`for i in $$list; do \
|
| 431 |
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
|
| 432 |
done | \
|
| 433 |
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
|
| 434 |
END { if (nonempty) { for (i in files) print i; }; }'`; \
|
| 435 |
test -z "$(CTAGS_ARGS)$$unique" \
|
| 436 |
|| $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
|
| 437 |
$$unique
|
| 438 |
|
| 439 |
GTAGS:
|
| 440 |
here=`$(am__cd) $(top_builddir) && pwd` \
|
| 441 |
&& $(am__cd) $(top_srcdir) \
|
| 442 |
&& gtags -i $(GTAGS_ARGS) "$$here"
|
| 443 |
|
| 444 |
distclean-tags:
|
| 445 |
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
|
| 446 |
|
| 447 |
distdir: $(DISTFILES)
|
| 448 |
$(am__remove_distdir)
|
| 449 |
test -d "$(distdir)" || mkdir "$(distdir)"
|
| 450 |
@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
|
| 451 |
topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
|
| 452 |
list='$(DISTFILES)'; \
|
| 453 |
dist_files=`for file in $$list; do echo $$file; done | \
|
| 454 |
sed -e "s|^$$srcdirstrip/||;t" \
|
| 455 |
-e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
|
| 456 |
case $$dist_files in \
|
| 457 |
*/*) $(MKDIR_P) `echo "$$dist_files" | \
|
| 458 |
sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
|
| 459 |
sort -u` ;; \
|
| 460 |
esac; \
|
| 461 |
for file in $$dist_files; do \
|
| 462 |
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
|
| 463 |
if test -d $$d/$$file; then \
|
| 464 |
dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
|
| 465 |
if test -d "$(distdir)/$$file"; then \
|
| 466 |
find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
|
| 467 |
fi; \
|
| 468 |
if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
|
| 469 |
cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
|
| 470 |
find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
|
| 471 |
fi; \
|
| 472 |
cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
|
| 473 |
else \
|
| 474 |
test -f "$(distdir)/$$file" \
|
| 475 |
|| cp -p $$d/$$file "$(distdir)/$$file" \
|
| 476 |
|| exit 1; \
|
| 477 |
fi; \
|
| 478 |
done
|
| 479 |
@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
|
| 480 |
if test "$$subdir" = .; then :; else \
|
| 481 |
test -d "$(distdir)/$$subdir" \
|
| 482 |
|| $(MKDIR_P) "$(distdir)/$$subdir" \
|
| 483 |
|| exit 1; \
|
| 484 |
fi; \
|
| 485 |
done
|
| 486 |
@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
|
| 487 |
if test "$$subdir" = .; then :; else \
|
| 488 |
dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
|
| 489 |
$(am__relativize); \
|
| 490 |
new_distdir=$$reldir; \
|
| 491 |
dir1=$$subdir; dir2="$(top_distdir)"; \
|
| 492 |
$(am__relativize); \
|
| 493 |
new_top_distdir=$$reldir; \
|
| 494 |
echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
|
| 495 |
echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
|
| 496 |
($(am__cd) $$subdir && \
|
| 497 |
$(MAKE) $(AM_MAKEFLAGS) \
|
| 498 |
top_distdir="$$new_top_distdir" \
|
| 499 |
distdir="$$new_distdir" \
|
| 500 |
am__remove_distdir=: \
|
| 501 |
am__skip_length_check=: \
|
| 502 |
am__skip_mode_fix=: \
|
| 503 |
distdir) \
|
| 504 |
|| exit 1; \
|
| 505 |
fi; \
|
| 506 |
done
|
| 507 |
-test -n "$(am__skip_mode_fix)" \
|
| 508 |
|| find "$(distdir)" -type d ! -perm -755 \
|
| 509 |
-exec chmod u+rwx,go+rx {} \; -o \
|
| 510 |
! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
|
| 511 |
! -type d ! -perm -400 -exec chmod a+r {} \; -o \
|
| 512 |
! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
|
| 513 |
|| chmod -R a+r "$(distdir)"
|
| 514 |
dist-gzip: distdir
|
| 515 |
tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
|
| 516 |
$(am__remove_distdir)
|
| 517 |
|
| 518 |
dist-bzip2: distdir
|
| 519 |
tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
|
| 520 |
$(am__remove_distdir)
|
| 521 |
|
| 522 |
dist-lzma: distdir
|
| 523 |
tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
|
| 524 |
$(am__remove_distdir)
|
| 525 |
|
| 526 |
dist-xz: distdir
|
| 527 |
tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
|
| 528 |
$(am__remove_distdir)
|
| 529 |
|
| 530 |
dist-tarZ: distdir
|
| 531 |
tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
|
| 532 |
$(am__remove_distdir)
|
| 533 |
|
| 534 |
dist-shar: distdir
|
| 535 |
shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
|
| 536 |
$(am__remove_distdir)
|
| 537 |
|
| 538 |
dist-zip: distdir
|
| 539 |
-rm -f $(distdir).zip
|
| 540 |
zip -rq $(distdir).zip $(distdir)
|
| 541 |
$(am__remove_distdir)
|
| 542 |
|
| 543 |
dist dist-all: distdir
|
| 544 |
tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
|
| 545 |
$(am__remove_distdir)
|
| 546 |
|
| 547 |
# This target untars the dist file and tries a VPATH configuration. Then
|
| 548 |
# it guarantees that the distribution is self-contained by making another
|
| 549 |
# tarfile.
|
| 550 |
distcheck: dist
|
| 551 |
case '$(DIST_ARCHIVES)' in \
|
| 552 |
*.tar.gz*) \
|
| 553 |
GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
|
| 554 |
*.tar.bz2*) \
|
| 555 |
bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
|
| 556 |
*.tar.lzma*) \
|
| 557 |
lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
|
| 558 |
*.tar.xz*) \
|
| 559 |
xz -dc $(distdir).tar.xz | $(am__untar) ;;\
|
| 560 |
*.tar.Z*) \
|
| 561 |
uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
|
| 562 |
*.shar.gz*) \
|
| 563 |
GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
|
| 564 |
*.zip*) \
|
| 565 |
unzip $(distdir).zip ;;\
|
| 566 |
esac
|
| 567 |
chmod -R a-w $(distdir); chmod a+w $(distdir)
|
| 568 |
mkdir $(distdir)/_build
|
| 569 |
mkdir $(distdir)/_inst
|
| 570 |
chmod a-w $(distdir)
|
| 571 |
test -d $(distdir)/_build || exit 0; \
|
| 572 |
dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
|
| 573 |
&& dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
|
| 574 |
&& am__cwd=`pwd` \
|
| 575 |
&& $(am__cd) $(distdir)/_build \
|
| 576 |
&& ../configure --srcdir=.. --prefix="$$dc_install_base" \
|
| 577 |
$(DISTCHECK_CONFIGURE_FLAGS) \
|
| 578 |
&& $(MAKE) $(AM_MAKEFLAGS) \
|
| 579 |
&& $(MAKE) $(AM_MAKEFLAGS) dvi \
|
| 580 |
&& $(MAKE) $(AM_MAKEFLAGS) check \
|
| 581 |
&& $(MAKE) $(AM_MAKEFLAGS) install \
|
| 582 |
&& $(MAKE) $(AM_MAKEFLAGS) installcheck \
|
| 583 |
&& $(MAKE) $(AM_MAKEFLAGS) uninstall \
|
| 584 |
&& $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
|
| 585 |
distuninstallcheck \
|
| 586 |
&& chmod -R a-w "$$dc_install_base" \
|
| 587 |
&& ({ \
|
| 588 |
(cd ../.. && umask 077 && mkdir "$$dc_destdir") \
|
| 589 |
&& $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
|
| 590 |
&& $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
|
| 591 |
&& $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
|
| 592 |
distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
|
| 593 |
} || { rm -rf "$$dc_destdir"; exit 1; }) \
|
| 594 |
&& rm -rf "$$dc_destdir" \
|
| 595 |
&& $(MAKE) $(AM_MAKEFLAGS) dist \
|
| 596 |
&& rm -rf $(DIST_ARCHIVES) \
|
| 597 |
&& $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
|
| 598 |
&& cd "$$am__cwd" \
|
| 599 |
|| exit 1
|
| 600 |
$(am__remove_distdir)
|
| 601 |
@(echo "$(distdir) archives ready for distribution: "; \
|
| 602 |
list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
|
| 603 |
sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
|
| 604 |
distuninstallcheck:
|
| 605 |
@$(am__cd) '$(distuninstallcheck_dir)' \
|
| 606 |
&& test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
|
| 607 |
|| { echo "ERROR: files left after uninstall:" ; \
|
| 608 |
if test -n "$(DESTDIR)"; then \
|
| 609 |
echo " (check DESTDIR support)"; \
|
| 610 |
fi ; \
|
| 611 |
$(distuninstallcheck_listfiles) ; \
|
| 612 |
exit 1; } >&2
|
| 613 |
distcleancheck: distclean
|
| 614 |
@if test '$(srcdir)' = . ; then \
|
| 615 |
echo "ERROR: distcleancheck can only run from a VPATH build" ; \
|
| 616 |
exit 1 ; \
|
| 617 |
fi
|
| 618 |
@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
|
| 619 |
|| { echo "ERROR: files left in build directory after distclean:" ; \
|
| 620 |
$(distcleancheck_listfiles) ; \
|
| 621 |
exit 1; } >&2
|
| 622 |
check-am: all-am
|
| 623 |
check: check-recursive
|
| 624 |
all-am: Makefile config.h
|
| 625 |
installdirs: installdirs-recursive
|
| 626 |
installdirs-am:
|
| 627 |
install: install-recursive
|
| 628 |
install-exec: install-exec-recursive
|
| 629 |
install-data: install-data-recursive
|
| 630 |
uninstall: uninstall-recursive
|
| 631 |
|
| 632 |
install-am: all-am
|
| 633 |
@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
|
| 634 |
|
| 635 |
installcheck: installcheck-recursive
|
| 636 |
install-strip:
|
| 637 |
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
|
| 638 |
install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
|
| 639 |
`test -z '$(STRIP)' || \
|
| 640 |
echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
|
| 641 |
mostlyclean-generic:
|
| 642 |
|
| 643 |
clean-generic:
|
| 644 |
|
| 645 |
distclean-generic:
|
| 646 |
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
|
| 647 |
-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
|
| 648 |
|
| 649 |
maintainer-clean-generic:
|
| 650 |
@echo "This command is intended for maintainers to use"
|
| 651 |
@echo "it deletes files that may require special tools to rebuild."
|
| 652 |
clean: clean-recursive
|
| 653 |
|
| 654 |
clean-am: clean-generic clean-libtool mostlyclean-am
|
| 655 |
|
| 656 |
distclean: distclean-recursive
|
| 657 |
-rm -f $(am__CONFIG_DISTCLEAN_FILES)
|
| 658 |
-rm -f Makefile
|
| 659 |
distclean-am: clean-am distclean-generic distclean-hdr \
|
| 660 |
distclean-libtool distclean-tags
|
| 661 |
|
| 662 |
dvi: dvi-recursive
|
| 663 |
|
| 664 |
dvi-am:
|
| 665 |
|
| 666 |
html: html-recursive
|
| 667 |
|
| 668 |
html-am:
|
| 669 |
|
| 670 |
info: info-recursive
|
| 671 |
|
| 672 |
info-am:
|
| 673 |
|
| 674 |
install-data-am: install-data-local
|
| 675 |
|
| 676 |
install-dvi: install-dvi-recursive
|
| 677 |
|
| 678 |
install-dvi-am:
|
| 679 |
|
| 680 |
install-exec-am:
|
| 681 |
|
| 682 |
install-html: install-html-recursive
|
| 683 |
|
| 684 |
install-html-am:
|
| 685 |
|
| 686 |
install-info: install-info-recursive
|
| 687 |
|
| 688 |
install-info-am:
|
| 689 |
|
| 690 |
install-man:
|
| 691 |
|
| 692 |
install-pdf: install-pdf-recursive
|
| 693 |
|
| 694 |
install-pdf-am:
|
| 695 |
|
| 696 |
install-ps: install-ps-recursive
|
| 697 |
|
| 698 |
install-ps-am:
|
| 699 |
|
| 700 |
installcheck-am:
|
| 701 |
|
| 702 |
maintainer-clean: maintainer-clean-recursive
|
| 703 |
-rm -f $(am__CONFIG_DISTCLEAN_FILES)
|
| 704 |
-rm -rf $(top_srcdir)/autom4te.cache
|
| 705 |
-rm -f Makefile
|
| 706 |
maintainer-clean-am: distclean-am maintainer-clean-generic
|
| 707 |
|
| 708 |
mostlyclean: mostlyclean-recursive
|
| 709 |
|
| 710 |
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
|
| 711 |
|
| 712 |
pdf: pdf-recursive
|
| 713 |
|
| 714 |
pdf-am:
|
| 715 |
|
| 716 |
ps: ps-recursive
|
| 717 |
|
| 718 |
ps-am:
|
| 719 |
|
| 720 |
uninstall-am:
|
| 721 |
|
| 722 |
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \
|
| 723 |
ctags-recursive install-am install-strip tags-recursive
|
| 724 |
|
| 725 |
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
|
| 726 |
all all-am am--refresh check check-am clean clean-generic \
|
| 727 |
clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \
|
| 728 |
dist-gzip dist-lzma dist-shar dist-tarZ dist-xz dist-zip \
|
| 729 |
distcheck distclean distclean-generic distclean-hdr \
|
| 730 |
distclean-libtool distclean-tags distcleancheck distdir \
|
| 731 |
distuninstallcheck dvi dvi-am html html-am info info-am \
|
| 732 |
install install-am install-data install-data-am \
|
| 733 |
install-data-local install-dvi install-dvi-am install-exec \
|
| 734 |
install-exec-am install-html install-html-am install-info \
|
| 735 |
install-info-am install-man install-pdf install-pdf-am \
|
| 736 |
install-ps install-ps-am install-strip installcheck \
|
| 737 |
installcheck-am installdirs installdirs-am maintainer-clean \
|
| 738 |
maintainer-clean-generic mostlyclean mostlyclean-generic \
|
| 739 |
mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
|
| 740 |
uninstall uninstall-am
|
| 741 |
|
| 742 |
|
| 743 |
install-data-local:
|
| 744 |
$(INSTALL) -d $(DESTDIR)${localstatedir}/log
|
| 745 |
$(INSTALL) -d $(DESTDIR)${localstatedir}/run
|
| 746 |
|
| 747 |
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
| 748 |
# Otherwise a system limit (for SysV at least) may be exceeded.
|
| 749 |
.NOEXPORT:
|