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