alpar@9: # Makefile.in generated by automake 1.11.1 from Makefile.am. alpar@9: # @configure_input@ alpar@9: alpar@9: # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, alpar@9: # 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, alpar@9: # Inc. alpar@9: # This Makefile.in is free software; the Free Software Foundation alpar@9: # gives unlimited permission to copy and/or distribute it, alpar@9: # with or without modifications, as long as this notice is preserved. alpar@9: alpar@9: # This program is distributed in the hope that it will be useful, alpar@9: # but WITHOUT ANY WARRANTY, to the extent permitted by law; without alpar@9: # even the implied warranty of MERCHANTABILITY or FITNESS FOR A alpar@9: # PARTICULAR PURPOSE. alpar@9: alpar@9: @SET_MAKE@ alpar@9: VPATH = @srcdir@ alpar@9: pkgdatadir = $(datadir)/@PACKAGE@ alpar@9: pkgincludedir = $(includedir)/@PACKAGE@ alpar@9: pkglibdir = $(libdir)/@PACKAGE@ alpar@9: pkglibexecdir = $(libexecdir)/@PACKAGE@ alpar@9: am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd alpar@9: install_sh_DATA = $(install_sh) -c -m 644 alpar@9: install_sh_PROGRAM = $(install_sh) -c alpar@9: install_sh_SCRIPT = $(install_sh) -c alpar@9: INSTALL_HEADER = $(INSTALL_DATA) alpar@9: transform = $(program_transform_name) alpar@9: NORMAL_INSTALL = : alpar@9: PRE_INSTALL = : alpar@9: POST_INSTALL = : alpar@9: NORMAL_UNINSTALL = : alpar@9: PRE_UNINSTALL = : alpar@9: POST_UNINSTALL = : alpar@9: build_triplet = @build@ alpar@9: host_triplet = @host@ alpar@9: subdir = . alpar@9: DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \ alpar@9: $(srcdir)/Makefile.in $(srcdir)/config.h.in \ alpar@9: $(top_srcdir)/configure AUTHORS COPYING ChangeLog INSTALL NEWS \ alpar@9: THANKS config.guess config.sub depcomp install-sh ltmain.sh \ alpar@9: missing alpar@9: ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 alpar@9: am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \ alpar@9: $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ alpar@9: $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ alpar@9: $(top_srcdir)/configure.ac alpar@9: am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ alpar@9: $(ACLOCAL_M4) alpar@9: am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ alpar@9: configure.lineno config.status.lineno alpar@9: mkinstalldirs = $(install_sh) -d alpar@9: CONFIG_HEADER = config.h alpar@9: CONFIG_CLEAN_FILES = alpar@9: CONFIG_CLEAN_VPATH_FILES = alpar@9: SOURCES = alpar@9: DIST_SOURCES = alpar@9: RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \ alpar@9: html-recursive info-recursive install-data-recursive \ alpar@9: install-dvi-recursive install-exec-recursive \ alpar@9: install-html-recursive install-info-recursive \ alpar@9: install-pdf-recursive install-ps-recursive install-recursive \ alpar@9: installcheck-recursive installdirs-recursive pdf-recursive \ alpar@9: ps-recursive uninstall-recursive alpar@9: RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ alpar@9: distclean-recursive maintainer-clean-recursive alpar@9: AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \ alpar@9: $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \ alpar@9: distdir dist dist-all distcheck alpar@9: ETAGS = etags alpar@9: CTAGS = ctags alpar@9: DIST_SUBDIRS = $(SUBDIRS) alpar@9: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) alpar@9: distdir = $(PACKAGE)-$(VERSION) alpar@9: top_distdir = $(distdir) alpar@9: am__remove_distdir = \ alpar@9: { test ! -d "$(distdir)" \ alpar@9: || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \ alpar@9: && rm -fr "$(distdir)"; }; } alpar@9: am__relativize = \ alpar@9: dir0=`pwd`; \ alpar@9: sed_first='s,^\([^/]*\)/.*$$,\1,'; \ alpar@9: sed_rest='s,^[^/]*/*,,'; \ alpar@9: sed_last='s,^.*/\([^/]*\)$$,\1,'; \ alpar@9: sed_butlast='s,/*[^/]*$$,,'; \ alpar@9: while test -n "$$dir1"; do \ alpar@9: first=`echo "$$dir1" | sed -e "$$sed_first"`; \ alpar@9: if test "$$first" != "."; then \ alpar@9: if test "$$first" = ".."; then \ alpar@9: dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ alpar@9: dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ alpar@9: else \ alpar@9: first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ alpar@9: if test "$$first2" = "$$first"; then \ alpar@9: dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ alpar@9: else \ alpar@9: dir2="../$$dir2"; \ alpar@9: fi; \ alpar@9: dir0="$$dir0"/"$$first"; \ alpar@9: fi; \ alpar@9: fi; \ alpar@9: dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ alpar@9: done; \ alpar@9: reldir="$$dir2" alpar@9: DIST_ARCHIVES = $(distdir).tar.gz alpar@9: GZIP_ENV = --best alpar@9: distuninstallcheck_listfiles = find . -type f -print alpar@9: distcleancheck_listfiles = find . -type f -print alpar@9: ACLOCAL = @ACLOCAL@ alpar@9: AMTAR = @AMTAR@ alpar@9: AR = @AR@ alpar@9: AUTOCONF = @AUTOCONF@ alpar@9: AUTOHEADER = @AUTOHEADER@ alpar@9: AUTOMAKE = @AUTOMAKE@ alpar@9: AWK = @AWK@ alpar@9: CC = @CC@ alpar@9: CCDEPMODE = @CCDEPMODE@ alpar@9: CFLAGS = @CFLAGS@ alpar@9: CPP = @CPP@ alpar@9: CPPFLAGS = @CPPFLAGS@ alpar@9: CYGPATH_W = @CYGPATH_W@ alpar@9: DEFS = @DEFS@ alpar@9: DEPDIR = @DEPDIR@ alpar@9: DLLTOOL = @DLLTOOL@ alpar@9: DSYMUTIL = @DSYMUTIL@ alpar@9: DUMPBIN = @DUMPBIN@ alpar@9: ECHO_C = @ECHO_C@ alpar@9: ECHO_N = @ECHO_N@ alpar@9: ECHO_T = @ECHO_T@ alpar@9: EGREP = @EGREP@ alpar@9: EXEEXT = @EXEEXT@ alpar@9: FGREP = @FGREP@ alpar@9: GREP = @GREP@ alpar@9: INSTALL = @INSTALL@ alpar@9: INSTALL_DATA = @INSTALL_DATA@ alpar@9: INSTALL_PROGRAM = @INSTALL_PROGRAM@ alpar@9: INSTALL_SCRIPT = @INSTALL_SCRIPT@ alpar@9: INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ alpar@9: LD = @LD@ alpar@9: LDFLAGS = @LDFLAGS@ alpar@9: LIBOBJS = @LIBOBJS@ alpar@9: LIBS = @LIBS@ alpar@9: LIBTOOL = @LIBTOOL@ alpar@9: LIPO = @LIPO@ alpar@9: LN_S = @LN_S@ alpar@9: LTLIBOBJS = @LTLIBOBJS@ alpar@9: MAKEINFO = @MAKEINFO@ alpar@9: MKDIR_P = @MKDIR_P@ alpar@9: NM = @NM@ alpar@9: NMEDIT = @NMEDIT@ alpar@9: OBJDUMP = @OBJDUMP@ alpar@9: OBJEXT = @OBJEXT@ alpar@9: OTOOL = @OTOOL@ alpar@9: OTOOL64 = @OTOOL64@ alpar@9: PACKAGE = @PACKAGE@ alpar@9: PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ alpar@9: PACKAGE_NAME = @PACKAGE_NAME@ alpar@9: PACKAGE_STRING = @PACKAGE_STRING@ alpar@9: PACKAGE_TARNAME = @PACKAGE_TARNAME@ alpar@9: PACKAGE_URL = @PACKAGE_URL@ alpar@9: PACKAGE_VERSION = @PACKAGE_VERSION@ alpar@9: PATH_SEPARATOR = @PATH_SEPARATOR@ alpar@9: RANLIB = @RANLIB@ alpar@9: SED = @SED@ alpar@9: SET_MAKE = @SET_MAKE@ alpar@9: SHELL = @SHELL@ alpar@9: STRIP = @STRIP@ alpar@9: VERSION = @VERSION@ alpar@9: abs_builddir = @abs_builddir@ alpar@9: abs_srcdir = @abs_srcdir@ alpar@9: abs_top_builddir = @abs_top_builddir@ alpar@9: abs_top_srcdir = @abs_top_srcdir@ alpar@9: ac_ct_CC = @ac_ct_CC@ alpar@9: ac_ct_DUMPBIN = @ac_ct_DUMPBIN@ alpar@9: am__include = @am__include@ alpar@9: am__leading_dot = @am__leading_dot@ alpar@9: am__quote = @am__quote@ alpar@9: am__tar = @am__tar@ alpar@9: am__untar = @am__untar@ alpar@9: bindir = @bindir@ alpar@9: build = @build@ alpar@9: build_alias = @build_alias@ alpar@9: build_cpu = @build_cpu@ alpar@9: build_os = @build_os@ alpar@9: build_vendor = @build_vendor@ alpar@9: builddir = @builddir@ alpar@9: datadir = @datadir@ alpar@9: datarootdir = @datarootdir@ alpar@9: docdir = @docdir@ alpar@9: dvidir = @dvidir@ alpar@9: exec_prefix = @exec_prefix@ alpar@9: host = @host@ alpar@9: host_alias = @host_alias@ alpar@9: host_cpu = @host_cpu@ alpar@9: host_os = @host_os@ alpar@9: host_vendor = @host_vendor@ alpar@9: htmldir = @htmldir@ alpar@9: includedir = @includedir@ alpar@9: infodir = @infodir@ alpar@9: install_sh = @install_sh@ alpar@9: libdir = @libdir@ alpar@9: libexecdir = @libexecdir@ alpar@9: localedir = @localedir@ alpar@9: localstatedir = @localstatedir@ alpar@9: mandir = @mandir@ alpar@9: mkdir_p = @mkdir_p@ alpar@9: oldincludedir = @oldincludedir@ alpar@9: pdfdir = @pdfdir@ alpar@9: prefix = @prefix@ alpar@9: program_transform_name = @program_transform_name@ alpar@9: psdir = @psdir@ alpar@9: sbindir = @sbindir@ alpar@9: sharedstatedir = @sharedstatedir@ alpar@9: srcdir = @srcdir@ alpar@9: sysconfdir = @sysconfdir@ alpar@9: target_alias = @target_alias@ alpar@9: to_host_path_cmd = @to_host_path_cmd@ alpar@9: top_build_prefix = @top_build_prefix@ alpar@9: top_builddir = @top_builddir@ alpar@9: top_srcdir = @top_srcdir@ alpar@9: ACLOCAL_AMFLAGS = -I m4 alpar@9: SUBDIRS = src examples alpar@9: all: config.h alpar@9: $(MAKE) $(AM_MAKEFLAGS) all-recursive alpar@9: alpar@9: .SUFFIXES: alpar@9: am--refresh: alpar@9: @: alpar@9: $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) alpar@9: @for dep in $?; do \ alpar@9: case '$(am__configure_deps)' in \ alpar@9: *$$dep*) \ alpar@9: echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \ alpar@9: $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \ alpar@9: && exit 0; \ alpar@9: exit 1;; \ alpar@9: esac; \ alpar@9: done; \ alpar@9: echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \ alpar@9: $(am__cd) $(top_srcdir) && \ alpar@9: $(AUTOMAKE) --gnu Makefile alpar@9: .PRECIOUS: Makefile alpar@9: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status alpar@9: @case '$?' in \ alpar@9: *config.status*) \ alpar@9: echo ' $(SHELL) ./config.status'; \ alpar@9: $(SHELL) ./config.status;; \ alpar@9: *) \ alpar@9: echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \ alpar@9: cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \ alpar@9: esac; alpar@9: alpar@9: $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) alpar@9: $(SHELL) ./config.status --recheck alpar@9: alpar@9: $(top_srcdir)/configure: $(am__configure_deps) alpar@9: $(am__cd) $(srcdir) && $(AUTOCONF) alpar@9: $(ACLOCAL_M4): $(am__aclocal_m4_deps) alpar@9: $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) alpar@9: $(am__aclocal_m4_deps): alpar@9: alpar@9: config.h: stamp-h1 alpar@9: @if test ! -f $@; then \ alpar@9: rm -f stamp-h1; \ alpar@9: $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \ alpar@9: else :; fi alpar@9: alpar@9: stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status alpar@9: @rm -f stamp-h1 alpar@9: cd $(top_builddir) && $(SHELL) ./config.status config.h alpar@9: $(srcdir)/config.h.in: $(am__configure_deps) alpar@9: ($(am__cd) $(top_srcdir) && $(AUTOHEADER)) alpar@9: rm -f stamp-h1 alpar@9: touch $@ alpar@9: alpar@9: distclean-hdr: alpar@9: -rm -f config.h stamp-h1 alpar@9: alpar@9: mostlyclean-libtool: alpar@9: -rm -f *.lo alpar@9: alpar@9: clean-libtool: alpar@9: -rm -rf .libs _libs alpar@9: alpar@9: distclean-libtool: alpar@9: -rm -f libtool config.lt alpar@9: alpar@9: # This directory's subdirectories are mostly independent; you can cd alpar@9: # into them and run `make' without going through this Makefile. alpar@9: # To change the values of `make' variables: instead of editing Makefiles, alpar@9: # (1) if the variable is set in `config.status', edit `config.status' alpar@9: # (which will cause the Makefiles to be regenerated when you run `make'); alpar@9: # (2) otherwise, pass the desired values on the `make' command line. alpar@9: $(RECURSIVE_TARGETS): alpar@9: @fail= failcom='exit 1'; \ alpar@9: for f in x $$MAKEFLAGS; do \ alpar@9: case $$f in \ alpar@9: *=* | --[!k]*);; \ alpar@9: *k*) failcom='fail=yes';; \ alpar@9: esac; \ alpar@9: done; \ alpar@9: dot_seen=no; \ alpar@9: target=`echo $@ | sed s/-recursive//`; \ alpar@9: list='$(SUBDIRS)'; for subdir in $$list; do \ alpar@9: echo "Making $$target in $$subdir"; \ alpar@9: if test "$$subdir" = "."; then \ alpar@9: dot_seen=yes; \ alpar@9: local_target="$$target-am"; \ alpar@9: else \ alpar@9: local_target="$$target"; \ alpar@9: fi; \ alpar@9: ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ alpar@9: || eval $$failcom; \ alpar@9: done; \ alpar@9: if test "$$dot_seen" = "no"; then \ alpar@9: $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ alpar@9: fi; test -z "$$fail" alpar@9: alpar@9: $(RECURSIVE_CLEAN_TARGETS): alpar@9: @fail= failcom='exit 1'; \ alpar@9: for f in x $$MAKEFLAGS; do \ alpar@9: case $$f in \ alpar@9: *=* | --[!k]*);; \ alpar@9: *k*) failcom='fail=yes';; \ alpar@9: esac; \ alpar@9: done; \ alpar@9: dot_seen=no; \ alpar@9: case "$@" in \ alpar@9: distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ alpar@9: *) list='$(SUBDIRS)' ;; \ alpar@9: esac; \ alpar@9: rev=''; for subdir in $$list; do \ alpar@9: if test "$$subdir" = "."; then :; else \ alpar@9: rev="$$subdir $$rev"; \ alpar@9: fi; \ alpar@9: done; \ alpar@9: rev="$$rev ."; \ alpar@9: target=`echo $@ | sed s/-recursive//`; \ alpar@9: for subdir in $$rev; do \ alpar@9: echo "Making $$target in $$subdir"; \ alpar@9: if test "$$subdir" = "."; then \ alpar@9: local_target="$$target-am"; \ alpar@9: else \ alpar@9: local_target="$$target"; \ alpar@9: fi; \ alpar@9: ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ alpar@9: || eval $$failcom; \ alpar@9: done && test -z "$$fail" alpar@9: tags-recursive: alpar@9: list='$(SUBDIRS)'; for subdir in $$list; do \ alpar@9: test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ alpar@9: done alpar@9: ctags-recursive: alpar@9: list='$(SUBDIRS)'; for subdir in $$list; do \ alpar@9: test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \ alpar@9: done alpar@9: alpar@9: ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) alpar@9: list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ alpar@9: unique=`for i in $$list; do \ alpar@9: if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ alpar@9: done | \ alpar@9: $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ alpar@9: END { if (nonempty) { for (i in files) print i; }; }'`; \ alpar@9: mkid -fID $$unique alpar@9: tags: TAGS alpar@9: alpar@9: TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \ alpar@9: $(TAGS_FILES) $(LISP) alpar@9: set x; \ alpar@9: here=`pwd`; \ alpar@9: if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ alpar@9: include_option=--etags-include; \ alpar@9: empty_fix=.; \ alpar@9: else \ alpar@9: include_option=--include; \ alpar@9: empty_fix=; \ alpar@9: fi; \ alpar@9: list='$(SUBDIRS)'; for subdir in $$list; do \ alpar@9: if test "$$subdir" = .; then :; else \ alpar@9: test ! -f $$subdir/TAGS || \ alpar@9: set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ alpar@9: fi; \ alpar@9: done; \ alpar@9: list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \ alpar@9: unique=`for i in $$list; do \ alpar@9: if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ alpar@9: done | \ alpar@9: $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ alpar@9: END { if (nonempty) { for (i in files) print i; }; }'`; \ alpar@9: shift; \ alpar@9: if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ alpar@9: test -n "$$unique" || unique=$$empty_fix; \ alpar@9: if test $$# -gt 0; then \ alpar@9: $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ alpar@9: "$$@" $$unique; \ alpar@9: else \ alpar@9: $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ alpar@9: $$unique; \ alpar@9: fi; \ alpar@9: fi alpar@9: ctags: CTAGS alpar@9: CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \ alpar@9: $(TAGS_FILES) $(LISP) alpar@9: list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \ alpar@9: unique=`for i in $$list; do \ alpar@9: if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ alpar@9: done | \ alpar@9: $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ alpar@9: END { if (nonempty) { for (i in files) print i; }; }'`; \ alpar@9: test -z "$(CTAGS_ARGS)$$unique" \ alpar@9: || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ alpar@9: $$unique alpar@9: alpar@9: GTAGS: alpar@9: here=`$(am__cd) $(top_builddir) && pwd` \ alpar@9: && $(am__cd) $(top_srcdir) \ alpar@9: && gtags -i $(GTAGS_ARGS) "$$here" alpar@9: alpar@9: distclean-tags: alpar@9: -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags alpar@9: alpar@9: distdir: $(DISTFILES) alpar@9: $(am__remove_distdir) alpar@9: test -d "$(distdir)" || mkdir "$(distdir)" alpar@9: @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ alpar@9: topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ alpar@9: list='$(DISTFILES)'; \ alpar@9: dist_files=`for file in $$list; do echo $$file; done | \ alpar@9: sed -e "s|^$$srcdirstrip/||;t" \ alpar@9: -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ alpar@9: case $$dist_files in \ alpar@9: */*) $(MKDIR_P) `echo "$$dist_files" | \ alpar@9: sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ alpar@9: sort -u` ;; \ alpar@9: esac; \ alpar@9: for file in $$dist_files; do \ alpar@9: if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ alpar@9: if test -d $$d/$$file; then \ alpar@9: dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ alpar@9: if test -d "$(distdir)/$$file"; then \ alpar@9: find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ alpar@9: fi; \ alpar@9: if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ alpar@9: cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ alpar@9: find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ alpar@9: fi; \ alpar@9: cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ alpar@9: else \ alpar@9: test -f "$(distdir)/$$file" \ alpar@9: || cp -p $$d/$$file "$(distdir)/$$file" \ alpar@9: || exit 1; \ alpar@9: fi; \ alpar@9: done alpar@9: @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ alpar@9: if test "$$subdir" = .; then :; else \ alpar@9: test -d "$(distdir)/$$subdir" \ alpar@9: || $(MKDIR_P) "$(distdir)/$$subdir" \ alpar@9: || exit 1; \ alpar@9: fi; \ alpar@9: done alpar@9: @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ alpar@9: if test "$$subdir" = .; then :; else \ alpar@9: dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ alpar@9: $(am__relativize); \ alpar@9: new_distdir=$$reldir; \ alpar@9: dir1=$$subdir; dir2="$(top_distdir)"; \ alpar@9: $(am__relativize); \ alpar@9: new_top_distdir=$$reldir; \ alpar@9: echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ alpar@9: echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ alpar@9: ($(am__cd) $$subdir && \ alpar@9: $(MAKE) $(AM_MAKEFLAGS) \ alpar@9: top_distdir="$$new_top_distdir" \ alpar@9: distdir="$$new_distdir" \ alpar@9: am__remove_distdir=: \ alpar@9: am__skip_length_check=: \ alpar@9: am__skip_mode_fix=: \ alpar@9: distdir) \ alpar@9: || exit 1; \ alpar@9: fi; \ alpar@9: done alpar@9: -test -n "$(am__skip_mode_fix)" \ alpar@9: || find "$(distdir)" -type d ! -perm -755 \ alpar@9: -exec chmod u+rwx,go+rx {} \; -o \ alpar@9: ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ alpar@9: ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ alpar@9: ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \ alpar@9: || chmod -R a+r "$(distdir)" alpar@9: dist-gzip: distdir alpar@9: tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz alpar@9: $(am__remove_distdir) alpar@9: alpar@9: dist-bzip2: distdir alpar@9: tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2 alpar@9: $(am__remove_distdir) alpar@9: alpar@9: dist-lzma: distdir alpar@9: tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma alpar@9: $(am__remove_distdir) alpar@9: alpar@9: dist-xz: distdir alpar@9: tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz alpar@9: $(am__remove_distdir) alpar@9: alpar@9: dist-tarZ: distdir alpar@9: tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z alpar@9: $(am__remove_distdir) alpar@9: alpar@9: dist-shar: distdir alpar@9: shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz alpar@9: $(am__remove_distdir) alpar@9: alpar@9: dist-zip: distdir alpar@9: -rm -f $(distdir).zip alpar@9: zip -rq $(distdir).zip $(distdir) alpar@9: $(am__remove_distdir) alpar@9: alpar@9: dist dist-all: distdir alpar@9: tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz alpar@9: $(am__remove_distdir) alpar@9: alpar@9: # This target untars the dist file and tries a VPATH configuration. Then alpar@9: # it guarantees that the distribution is self-contained by making another alpar@9: # tarfile. alpar@9: distcheck: dist alpar@9: case '$(DIST_ARCHIVES)' in \ alpar@9: *.tar.gz*) \ alpar@9: GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\ alpar@9: *.tar.bz2*) \ alpar@9: bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\ alpar@9: *.tar.lzma*) \ alpar@9: lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\ alpar@9: *.tar.xz*) \ alpar@9: xz -dc $(distdir).tar.xz | $(am__untar) ;;\ alpar@9: *.tar.Z*) \ alpar@9: uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ alpar@9: *.shar.gz*) \ alpar@9: GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\ alpar@9: *.zip*) \ alpar@9: unzip $(distdir).zip ;;\ alpar@9: esac alpar@9: chmod -R a-w $(distdir); chmod a+w $(distdir) alpar@9: mkdir $(distdir)/_build alpar@9: mkdir $(distdir)/_inst alpar@9: chmod a-w $(distdir) alpar@9: test -d $(distdir)/_build || exit 0; \ alpar@9: dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ alpar@9: && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ alpar@9: && am__cwd=`pwd` \ alpar@9: && $(am__cd) $(distdir)/_build \ alpar@9: && ../configure --srcdir=.. --prefix="$$dc_install_base" \ alpar@9: $(DISTCHECK_CONFIGURE_FLAGS) \ alpar@9: && $(MAKE) $(AM_MAKEFLAGS) \ alpar@9: && $(MAKE) $(AM_MAKEFLAGS) dvi \ alpar@9: && $(MAKE) $(AM_MAKEFLAGS) check \ alpar@9: && $(MAKE) $(AM_MAKEFLAGS) install \ alpar@9: && $(MAKE) $(AM_MAKEFLAGS) installcheck \ alpar@9: && $(MAKE) $(AM_MAKEFLAGS) uninstall \ alpar@9: && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \ alpar@9: distuninstallcheck \ alpar@9: && chmod -R a-w "$$dc_install_base" \ alpar@9: && ({ \ alpar@9: (cd ../.. && umask 077 && mkdir "$$dc_destdir") \ alpar@9: && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \ alpar@9: && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \ alpar@9: && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \ alpar@9: distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \ alpar@9: } || { rm -rf "$$dc_destdir"; exit 1; }) \ alpar@9: && rm -rf "$$dc_destdir" \ alpar@9: && $(MAKE) $(AM_MAKEFLAGS) dist \ alpar@9: && rm -rf $(DIST_ARCHIVES) \ alpar@9: && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \ alpar@9: && cd "$$am__cwd" \ alpar@9: || exit 1 alpar@9: $(am__remove_distdir) alpar@9: @(echo "$(distdir) archives ready for distribution: "; \ alpar@9: list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \ alpar@9: sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x' alpar@9: distuninstallcheck: alpar@9: @$(am__cd) '$(distuninstallcheck_dir)' \ alpar@9: && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \ alpar@9: || { echo "ERROR: files left after uninstall:" ; \ alpar@9: if test -n "$(DESTDIR)"; then \ alpar@9: echo " (check DESTDIR support)"; \ alpar@9: fi ; \ alpar@9: $(distuninstallcheck_listfiles) ; \ alpar@9: exit 1; } >&2 alpar@9: distcleancheck: distclean alpar@9: @if test '$(srcdir)' = . ; then \ alpar@9: echo "ERROR: distcleancheck can only run from a VPATH build" ; \ alpar@9: exit 1 ; \ alpar@9: fi alpar@9: @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ alpar@9: || { echo "ERROR: files left in build directory after distclean:" ; \ alpar@9: $(distcleancheck_listfiles) ; \ alpar@9: exit 1; } >&2 alpar@9: check-am: all-am alpar@9: check: check-recursive alpar@9: all-am: Makefile config.h alpar@9: installdirs: installdirs-recursive alpar@9: installdirs-am: alpar@9: install: install-recursive alpar@9: install-exec: install-exec-recursive alpar@9: install-data: install-data-recursive alpar@9: uninstall: uninstall-recursive alpar@9: alpar@9: install-am: all-am alpar@9: @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am alpar@9: alpar@9: installcheck: installcheck-recursive alpar@9: install-strip: alpar@9: $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ alpar@9: install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ alpar@9: `test -z '$(STRIP)' || \ alpar@9: echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install alpar@9: mostlyclean-generic: alpar@9: alpar@9: clean-generic: alpar@9: alpar@9: distclean-generic: alpar@9: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) alpar@9: -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) alpar@9: alpar@9: maintainer-clean-generic: alpar@9: @echo "This command is intended for maintainers to use" alpar@9: @echo "it deletes files that may require special tools to rebuild." alpar@9: clean: clean-recursive alpar@9: alpar@9: clean-am: clean-generic clean-libtool mostlyclean-am alpar@9: alpar@9: distclean: distclean-recursive alpar@9: -rm -f $(am__CONFIG_DISTCLEAN_FILES) alpar@9: -rm -f Makefile alpar@9: distclean-am: clean-am distclean-generic distclean-hdr \ alpar@9: distclean-libtool distclean-tags alpar@9: alpar@9: dvi: dvi-recursive alpar@9: alpar@9: dvi-am: alpar@9: alpar@9: html: html-recursive alpar@9: alpar@9: html-am: alpar@9: alpar@9: info: info-recursive alpar@9: alpar@9: info-am: alpar@9: alpar@9: install-data-am: alpar@9: alpar@9: install-dvi: install-dvi-recursive alpar@9: alpar@9: install-dvi-am: alpar@9: alpar@9: install-exec-am: alpar@9: alpar@9: install-html: install-html-recursive alpar@9: alpar@9: install-html-am: alpar@9: alpar@9: install-info: install-info-recursive alpar@9: alpar@9: install-info-am: alpar@9: alpar@9: install-man: alpar@9: alpar@9: install-pdf: install-pdf-recursive alpar@9: alpar@9: install-pdf-am: alpar@9: alpar@9: install-ps: install-ps-recursive alpar@9: alpar@9: install-ps-am: alpar@9: alpar@9: installcheck-am: alpar@9: alpar@9: maintainer-clean: maintainer-clean-recursive alpar@9: -rm -f $(am__CONFIG_DISTCLEAN_FILES) alpar@9: -rm -rf $(top_srcdir)/autom4te.cache alpar@9: -rm -f Makefile alpar@9: maintainer-clean-am: distclean-am maintainer-clean-generic alpar@9: alpar@9: mostlyclean: mostlyclean-recursive alpar@9: alpar@9: mostlyclean-am: mostlyclean-generic mostlyclean-libtool alpar@9: alpar@9: pdf: pdf-recursive alpar@9: alpar@9: pdf-am: alpar@9: alpar@9: ps: ps-recursive alpar@9: alpar@9: ps-am: alpar@9: alpar@9: uninstall-am: alpar@9: alpar@9: .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \ alpar@9: ctags-recursive install-am install-strip tags-recursive alpar@9: alpar@9: .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \ alpar@9: all all-am am--refresh check check-am clean clean-generic \ alpar@9: clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \ alpar@9: dist-gzip dist-lzma dist-shar dist-tarZ dist-xz dist-zip \ alpar@9: distcheck distclean distclean-generic distclean-hdr \ alpar@9: distclean-libtool distclean-tags distcleancheck distdir \ alpar@9: distuninstallcheck dvi dvi-am html html-am info info-am \ alpar@9: install install-am install-data install-data-am install-dvi \ alpar@9: install-dvi-am install-exec install-exec-am install-html \ alpar@9: install-html-am install-info install-info-am install-man \ alpar@9: install-pdf install-pdf-am install-ps install-ps-am \ alpar@9: install-strip installcheck installcheck-am installdirs \ alpar@9: installdirs-am maintainer-clean maintainer-clean-generic \ alpar@9: mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \ alpar@9: ps ps-am tags tags-recursive uninstall uninstall-am alpar@9: alpar@9: alpar@9: # Tell versions [3.59,3.63) of GNU make to not export all variables. alpar@9: # Otherwise a system limit (for SysV at least) may be exceeded. alpar@9: .NOEXPORT: