public software.sextractor

[/] [trunk/] [Makefile.in] - Diff between revs 39 and 173

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 39 Rev 173
Line 1... Line 1...
# Makefile.in generated by automake 1.9.6 from Makefile.am.
# Makefile.in generated by automake 1.10.1 from Makefile.am.
# @configure_input@
# @configure_input@
 
 
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
# 2003, 2004, 2005  Free Software Foundation, Inc.
# 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundation
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.
# with or without modifications, as long as this notice is preserved.
 
 
# This program is distributed in the hope that it will be useful,
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
# PARTICULAR PURPOSE.
# PARTICULAR PURPOSE.
 
 
@SET_MAKE@
@SET_MAKE@
srcdir = @srcdir@
 
top_srcdir = @top_srcdir@
 
VPATH = @srcdir@
VPATH = @srcdir@
pkgdatadir = $(datadir)/@PACKAGE@
pkgdatadir = $(datadir)/@PACKAGE@
pkglibdir = $(libdir)/@PACKAGE@
pkglibdir = $(libdir)/@PACKAGE@
pkgincludedir = $(includedir)/@PACKAGE@
pkgincludedir = $(includedir)/@PACKAGE@
top_builddir = .
 
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
INSTALL = @INSTALL@
 
install_sh_DATA = $(install_sh) -c -m 644
install_sh_DATA = $(install_sh) -c -m 644
install_sh_PROGRAM = $(install_sh) -c
install_sh_PROGRAM = $(install_sh) -c
install_sh_SCRIPT = $(install_sh) -c
install_sh_SCRIPT = $(install_sh) -c
INSTALL_HEADER = $(INSTALL_DATA)
INSTALL_HEADER = $(INSTALL_DATA)
transform = $(program_transform_name)
transform = $(program_transform_name)
Line 31... Line 28...
PRE_INSTALL = :
PRE_INSTALL = :
POST_INSTALL = :
POST_INSTALL = :
NORMAL_UNINSTALL = :
NORMAL_UNINSTALL = :
PRE_UNINSTALL = :
PRE_UNINSTALL = :
POST_UNINSTALL = :
POST_UNINSTALL = :
 
build_triplet = @build@
 
host_triplet = @host@
subdir = .
subdir = .
DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
DIST_COMMON = README $(am__configure_deps) $(dist_pkgdata_DATA) \
        $(srcdir)/Makefile.in $(srcdir)/config.h.in \
        $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
        $(srcdir)/sextractor-tpx.spec.in $(srcdir)/sextractor.spec.in \
        $(srcdir)/config.h.in $(srcdir)/sextractor.spec.in \
        $(top_srcdir)/configure AUTHORS COPYING ChangeLog INSTALL \
        $(top_srcdir)/configure AUTHORS COPYING ChangeLog INSTALL \
        THANKS autoconf/config.guess autoconf/config.sub \
        THANKS autoconf/config.guess autoconf/config.sub \
        autoconf/depcomp autoconf/install-sh autoconf/ltmain.sh \
        autoconf/depcomp autoconf/install-sh autoconf/ltmain.sh \
        autoconf/missing autoconf/mkinstalldirs
        autoconf/missing autoconf/mkinstalldirs
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
am__aclocal_m4_deps = $(top_srcdir)/acx_prog_cc_optim.m4 \
am__aclocal_m4_deps = $(top_srcdir)/acx_atlas.m4 \
 
        $(top_srcdir)/acx_fftw.m4 $(top_srcdir)/acx_prog_cc_optim.m4 \
 
        $(top_srcdir)/acx_pthread.m4 \
 
        $(top_srcdir)/acx_urbi_resolve_dir.m4 \
        $(top_srcdir)/configure.ac
        $(top_srcdir)/configure.ac
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
        $(ACLOCAL_M4)
        $(ACLOCAL_M4)
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
 configure.lineno configure.status.lineno
 configure.lineno config.status.lineno
mkinstalldirs = $(SHELL) $(top_srcdir)/autoconf/mkinstalldirs
mkinstalldirs = $(SHELL) $(top_srcdir)/autoconf/mkinstalldirs
CONFIG_HEADER = config.h
CONFIG_HEADER = config.h
CONFIG_CLEAN_FILES = sextractor.spec sextractor-tpx.spec
CONFIG_CLEAN_FILES = sextractor.spec
depcomp =
depcomp =
am__depfiles_maybe =
am__depfiles_maybe =
SOURCES =
SOURCES =
DIST_SOURCES =
DIST_SOURCES =
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
        html-recursive info-recursive install-data-recursive \
        html-recursive info-recursive install-data-recursive \
        install-exec-recursive install-info-recursive \
        install-dvi-recursive install-exec-recursive \
        install-recursive installcheck-recursive installdirs-recursive \
        install-html-recursive install-info-recursive \
        pdf-recursive ps-recursive uninstall-info-recursive \
        install-pdf-recursive install-ps-recursive install-recursive \
        uninstall-recursive
        installcheck-recursive installdirs-recursive pdf-recursive \
 
        ps-recursive uninstall-recursive
 
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
 
am__vpath_adj = case $$p in \
 
    $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
 
    *) f=$$p;; \
 
  esac;
 
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
 
am__installdirs = "$(DESTDIR)$(pkgdatadir)"
 
dist_pkgdataDATA_INSTALL = $(INSTALL_DATA)
 
DATA = $(dist_pkgdata_DATA)
 
RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \
 
  distclean-recursive maintainer-clean-recursive
ETAGS = etags
ETAGS = etags
CTAGS = ctags
CTAGS = ctags
DIST_SUBDIRS = $(SUBDIRS)
DIST_SUBDIRS = $(SUBDIRS)
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
distdir = $(PACKAGE)-$(VERSION)
distdir = $(PACKAGE)-$(VERSION)
Line 74... Line 88...
DIST_ARCHIVES = $(distdir).tar.gz
DIST_ARCHIVES = $(distdir).tar.gz
GZIP_ENV = --best
GZIP_ENV = --best
distuninstallcheck_listfiles = find . -type f -print
distuninstallcheck_listfiles = find . -type f -print
distcleancheck_listfiles = find . -type f -print
distcleancheck_listfiles = find . -type f -print
ACLOCAL = @ACLOCAL@
ACLOCAL = @ACLOCAL@
AMDEP_FALSE = @AMDEP_FALSE@
 
AMDEP_TRUE = @AMDEP_TRUE@
 
AMTAR = @AMTAR@
AMTAR = @AMTAR@
 
AR = @AR@
 
ATLAS_CFLAGS = @ATLAS_CFLAGS@
 
ATLAS_ERROR = @ATLAS_ERROR@
 
ATLAS_LIB = @ATLAS_LIB@
 
ATLAS_LIBPATH = @ATLAS_LIBPATH@
AUTOCONF = @AUTOCONF@
AUTOCONF = @AUTOCONF@
AUTOHEADER = @AUTOHEADER@
AUTOHEADER = @AUTOHEADER@
AUTOMAKE = @AUTOMAKE@
AUTOMAKE = @AUTOMAKE@
AWK = @AWK@
AWK = @AWK@
CC = @CC@
CC = @CC@
CCDEPMODE = @CCDEPMODE@
CCDEPMODE = @CCDEPMODE@
CFLAGS = @CFLAGS@
CFLAGS = @CFLAGS@
CPP = @CPP@
CPP = @CPP@
CPPFLAGS = @CPPFLAGS@
CPPFLAGS = @CPPFLAGS@
 
CXX = @CXX@
 
CXXCPP = @CXXCPP@
 
CXXDEPMODE = @CXXDEPMODE@
 
CXXFLAGS = @CXXFLAGS@
CYGPATH_W = @CYGPATH_W@
CYGPATH_W = @CYGPATH_W@
DATE2 = @DATE2@
DATE2 = @DATE2@
DATE3 = @DATE3@
DATE3 = @DATE3@
DEFS = @DEFS@
DEFS = @DEFS@
DEPDIR = @DEPDIR@
DEPDIR = @DEPDIR@
 
ECHO = @ECHO@
ECHO_C = @ECHO_C@
ECHO_C = @ECHO_C@
ECHO_N = @ECHO_N@
ECHO_N = @ECHO_N@
ECHO_T = @ECHO_T@
ECHO_T = @ECHO_T@
EGREP = @EGREP@
EGREP = @EGREP@
EXEEXT = @EXEEXT@
EXEEXT = @EXEEXT@
 
F77 = @F77@
 
FFLAGS = @FFLAGS@
 
FFTW_ERROR = @FFTW_ERROR@
 
FFTW_LIBS = @FFTW_LIBS@
 
GREP = @GREP@
 
INSTALL = @INSTALL@
INSTALL_DATA = @INSTALL_DATA@
INSTALL_DATA = @INSTALL_DATA@
INSTALL_PROGRAM = @INSTALL_PROGRAM@
INSTALL_PROGRAM = @INSTALL_PROGRAM@
INSTALL_SCRIPT = @INSTALL_SCRIPT@
INSTALL_SCRIPT = @INSTALL_SCRIPT@
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
LDFLAGS = @LDFLAGS@
LDFLAGS = @LDFLAGS@
LIBOBJS = @LIBOBJS@
LIBOBJS = @LIBOBJS@
LIBS = @LIBS@
LIBS = @LIBS@
 
LIBTOOL = @LIBTOOL@
 
LN_S = @LN_S@
LTLIBOBJS = @LTLIBOBJS@
LTLIBOBJS = @LTLIBOBJS@
MAKEINFO = @MAKEINFO@
MAKEINFO = @MAKEINFO@
 
MKDIR_P = @MKDIR_P@
OBJEXT = @OBJEXT@
OBJEXT = @OBJEXT@
PACKAGE = @PACKAGE@
PACKAGE = @PACKAGE@
PACKAGER = @PACKAGER@
PACKAGER = @PACKAGER@
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
PACKAGE_NAME = @PACKAGE_NAME@
PACKAGE_NAME = @PACKAGE_NAME@
PACKAGE_STRING = @PACKAGE_STRING@
PACKAGE_STRING = @PACKAGE_STRING@
PACKAGE_TARNAME = @PACKAGE_TARNAME@
PACKAGE_TARNAME = @PACKAGE_TARNAME@
PACKAGE_VERSION = @PACKAGE_VERSION@
PACKAGE_VERSION = @PACKAGE_VERSION@
PATH_SEPARATOR = @PATH_SEPARATOR@
PATH_SEPARATOR = @PATH_SEPARATOR@
 
PTHREAD_CC = @PTHREAD_CC@
 
PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
 
PTHREAD_LIBS = @PTHREAD_LIBS@
RANLIB = @RANLIB@
RANLIB = @RANLIB@
 
SED = @SED@
SET_MAKE = @SET_MAKE@
SET_MAKE = @SET_MAKE@
SHELL = @SHELL@
SHELL = @SHELL@
STRIP = @STRIP@
STRIP = @STRIP@
VERSION = @VERSION@
VERSION = @VERSION@
 
abs_builddir = @abs_builddir@
 
abs_srcdir = @abs_srcdir@
 
abs_top_builddir = @abs_top_builddir@
 
abs_top_srcdir = @abs_top_srcdir@
ac_ct_CC = @ac_ct_CC@
ac_ct_CC = @ac_ct_CC@
ac_ct_RANLIB = @ac_ct_RANLIB@
ac_ct_CXX = @ac_ct_CXX@
ac_ct_STRIP = @ac_ct_STRIP@
ac_ct_F77 = @ac_ct_F77@
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
 
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
 
am__include = @am__include@
am__include = @am__include@
am__leading_dot = @am__leading_dot@
am__leading_dot = @am__leading_dot@
am__quote = @am__quote@
am__quote = @am__quote@
am__tar = @am__tar@
am__tar = @am__tar@
am__untar = @am__untar@
am__untar = @am__untar@
bindir = @bindir@
bindir = @bindir@
 
build = @build@
build_alias = @build_alias@
build_alias = @build_alias@
 
build_cpu = @build_cpu@
 
build_os = @build_os@
 
build_vendor = @build_vendor@
 
builddir = @builddir@
datadir = @datadir@
datadir = @datadir@
 
datarootdir = @datarootdir@
 
docdir = @docdir@
 
dvidir = @dvidir@
exec_prefix = @exec_prefix@
exec_prefix = @exec_prefix@
 
host = @host@
host_alias = @host_alias@
host_alias = @host_alias@
 
host_cpu = @host_cpu@
 
host_os = @host_os@
 
host_vendor = @host_vendor@
 
htmldir = @htmldir@
includedir = @includedir@
includedir = @includedir@
infodir = @infodir@
infodir = @infodir@
install_sh = @install_sh@
install_sh = @install_sh@
libdir = @libdir@
libdir = @libdir@
libexecdir = @libexecdir@
libexecdir = @libexecdir@
 
localedir = @localedir@
localstatedir = @localstatedir@
localstatedir = @localstatedir@
mandir = @mandir@
mandir = @mandir@
mkdir_p = @mkdir_p@
mkdir_p = @mkdir_p@
oldincludedir = @oldincludedir@
oldincludedir = @oldincludedir@
 
pdfdir = @pdfdir@
prefix = @prefix@
prefix = @prefix@
program_transform_name = @program_transform_name@
program_transform_name = @program_transform_name@
 
psdir = @psdir@
sbindir = @sbindir@
sbindir = @sbindir@
sharedstatedir = @sharedstatedir@
sharedstatedir = @sharedstatedir@
 
srcdir = @srcdir@
sysconfdir = @sysconfdir@
sysconfdir = @sysconfdir@
target_alias = @target_alias@
target_alias = @target_alias@
 
top_builddir = @top_builddir@
 
top_srcdir = @top_srcdir@
 
 
# Main Makefile for SExtractor
# Main Makefile for SExtractor
# Copyright (C) 2002-2005 Emmanuel Bertin.
# Copyright (C) 2002-2008 Emmanuel Bertin.
AUTOMAKE_OPTIONS = foreign no-dependencies
AUTOMAKE_OPTIONS = foreign no-dependencies
SUBDIRS = man src
SUBDIRS = man src tests
 
dist_pkgdata_DATA = xsl/sextractor.xsl
EXTRA_DIST = config doc AUTHORS BUGS ChangeLog COPYING HISTORY \
EXTRA_DIST = config doc AUTHORS BUGS ChangeLog COPYING HISTORY \
                          INSTALL README THANKS \
                          INSTALL README THANKS \
                          acx_prog_cc_optim.m4
                          acx_atlas.m4 acx_prog_cc_optim.m4 \
 
                          acx_urbi_resolve_dir.m4
 
 
RPM_ROOTDIR = /usr/src/RPM
RPM_ROOTDIR = `rpmbuild --nobuild -E %_topdir`
RPM_SRCDIR = $(RPM_ROOTDIR)/SOURCES
RPM_SRCDIR = $(RPM_ROOTDIR)/SOURCES
all: config.h
all: config.h
        $(MAKE) $(AM_MAKEFLAGS) all-recursive
        $(MAKE) $(AM_MAKEFLAGS) all-recursive
 
 
.SUFFIXES:
.SUFFIXES:
Line 201... Line 259...
        cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
        cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
 
 
config.h: stamp-h1
config.h: stamp-h1
        @if test ! -f $@; then \
        @if test ! -f $@; then \
          rm -f stamp-h1; \
          rm -f stamp-h1; \
          $(MAKE) stamp-h1; \
          $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
        else :; fi
        else :; fi
 
 
stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
        @rm -f stamp-h1
        @rm -f stamp-h1
        cd $(top_builddir) && $(SHELL) ./config.status config.h
        cd $(top_builddir) && $(SHELL) ./config.status config.h
Line 216... Line 274...
 
 
distclean-hdr:
distclean-hdr:
        -rm -f config.h stamp-h1
        -rm -f config.h stamp-h1
sextractor.spec: $(top_builddir)/config.status $(srcdir)/sextractor.spec.in
sextractor.spec: $(top_builddir)/config.status $(srcdir)/sextractor.spec.in
        cd $(top_builddir) && $(SHELL) ./config.status $@
        cd $(top_builddir) && $(SHELL) ./config.status $@
sextractor-tpx.spec: $(top_builddir)/config.status $(srcdir)/sextractor-tpx.spec.in
 
        cd $(top_builddir) && $(SHELL) ./config.status $@
mostlyclean-libtool:
uninstall-info-am:
        -rm -f *.lo
 
 
 
clean-libtool:
 
        -rm -rf .libs _libs
 
 
 
distclean-libtool:
 
        -rm -f libtool
 
install-dist_pkgdataDATA: $(dist_pkgdata_DATA)
 
        @$(NORMAL_INSTALL)
 
        test -z "$(pkgdatadir)" || $(MKDIR_P) "$(DESTDIR)$(pkgdatadir)"
 
        @list='$(dist_pkgdata_DATA)'; for p in $$list; do \
 
          if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
 
          f=$(am__strip_dir) \
 
          echo " $(dist_pkgdataDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(pkgdatadir)/$$f'"; \
 
          $(dist_pkgdataDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(pkgdatadir)/$$f"; \
 
        done
 
 
 
uninstall-dist_pkgdataDATA:
 
        @$(NORMAL_UNINSTALL)
 
        @list='$(dist_pkgdata_DATA)'; for p in $$list; do \
 
          f=$(am__strip_dir) \
 
          echo " rm -f '$(DESTDIR)$(pkgdatadir)/$$f'"; \
 
          rm -f "$(DESTDIR)$(pkgdatadir)/$$f"; \
 
        done
 
 
# This directory's subdirectories are mostly independent; you can cd
# This directory's subdirectories are mostly independent; you can cd
# into them and run `make' without going through this Makefile.
# into them and run `make' without going through this Makefile.
# To change the values of `make' variables: instead of editing Makefiles,
# To change the values of `make' variables: instead of editing Makefiles,
# (1) if the variable is set in `config.status', edit `config.status'
# (1) if the variable is set in `config.status', edit `config.status'
Line 251... Line 332...
        done; \
        done; \
        if test "$$dot_seen" = "no"; then \
        if test "$$dot_seen" = "no"; then \
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
        fi; test -z "$$fail"
        fi; test -z "$$fail"
 
 
mostlyclean-recursive clean-recursive distclean-recursive \
$(RECURSIVE_CLEAN_TARGETS):
maintainer-clean-recursive:
 
        @failcom='exit 1'; \
        @failcom='exit 1'; \
        for f in x $$MAKEFLAGS; do \
        for f in x $$MAKEFLAGS; do \
          case $$f in \
          case $$f in \
            *=* | --[!k]*);; \
            *=* | --[!k]*);; \
            *k*) failcom='fail=yes';; \
            *k*) failcom='fail=yes';; \
Line 296... Line 376...
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
        unique=`for i in $$list; do \
        unique=`for i in $$list; do \
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
          done | \
          done | \
          $(AWK) '    { files[$$0] = 1; } \
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
               END { for (i in files) print i; }'`; \
              END { if (nonempty) { for (i in files) print i; }; }'`; \
        mkid -fID $$unique
        mkid -fID $$unique
tags: TAGS
tags: TAGS
 
 
TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
                $(TAGS_FILES) $(LISP)
                $(TAGS_FILES) $(LISP)
Line 322... Line 402...
        done; \
        done; \
        list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
        list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
        unique=`for i in $$list; do \
        unique=`for i in $$list; do \
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
          done | \
          done | \
          $(AWK) '    { files[$$0] = 1; } \
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
               END { for (i in files) print i; }'`; \
              END { if (nonempty) { for (i in files) print i; }; }'`; \
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
          test -n "$$unique" || unique=$$empty_fix; \
          test -n "$$unique" || unique=$$empty_fix; \
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
            $$tags $$unique; \
            $$tags $$unique; \
        fi
        fi
ctags: CTAGS
ctags: CTAGS
CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
                $(TAGS_FILES) $(LISP)
                $(TAGS_FILES) $(LISP)
        tags=; \
        tags=; \
        here=`pwd`; \
 
        list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
        list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
        unique=`for i in $$list; do \
        unique=`for i in $$list; do \
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
          done | \
          done | \
          $(AWK) '    { files[$$0] = 1; } \
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
               END { for (i in files) print i; }'`; \
              END { if (nonempty) { for (i in files) print i; }; }'`; \
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
             $$tags $$unique
             $$tags $$unique
 
 
GTAGS:
GTAGS:
Line 354... Line 433...
distclean-tags:
distclean-tags:
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
 
 
distdir: $(DISTFILES)
distdir: $(DISTFILES)
        $(am__remove_distdir)
        $(am__remove_distdir)
        mkdir $(distdir)
        test -d $(distdir) || mkdir $(distdir)
        $(mkdir_p) $(distdir)/. $(distdir)/autoconf $(distdir)/man
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
        list='$(DISTFILES)'; \
        list='$(DISTFILES)'; for file in $$list; do \
          dist_files=`for file in $$list; do echo $$file; done | \
          case $$file in \
          sed -e "s|^$$srcdirstrip/||;t" \
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
        case $$dist_files in \
 
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
                           sort -u` ;; \
          esac; \
          esac; \
 
        for file in $$dist_files; do \
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
 
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
 
            dir="/$$dir"; \
 
            $(mkdir_p) "$(distdir)$$dir"; \
 
          else \
 
            dir=''; \
 
          fi; \
 
          if test -d $$d/$$file; then \
          if test -d $$d/$$file; then \
 
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
            fi; \
            fi; \
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
          else \
          else \
Line 385... Line 462...
          fi; \
          fi; \
        done
        done
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
          if test "$$subdir" = .; then :; else \
          if test "$$subdir" = .; then :; else \
            test -d "$(distdir)/$$subdir" \
            test -d "$(distdir)/$$subdir" \
            || $(mkdir_p) "$(distdir)/$$subdir" \
            || $(MKDIR_P) "$(distdir)/$$subdir" \
            || exit 1; \
            || exit 1; \
            distdir=`$(am__cd) $(distdir) && pwd`; \
            distdir=`$(am__cd) $(distdir) && pwd`; \
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
            (cd $$subdir && \
            (cd $$subdir && \
              $(MAKE) $(AM_MAKEFLAGS) \
              $(MAKE) $(AM_MAKEFLAGS) \
                top_distdir="$$top_distdir" \
                top_distdir="$$top_distdir" \
                distdir="$$distdir/$$subdir" \
                distdir="$$distdir/$$subdir" \
 
                am__remove_distdir=: \
 
                am__skip_length_check=: \
                distdir) \
                distdir) \
              || exit 1; \
              || exit 1; \
          fi; \
          fi; \
        done
        done
 
        $(MAKE) $(AM_MAKEFLAGS) \
 
          top_distdir="$(top_distdir)" distdir="$(distdir)" \
 
          dist-hook
        -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
        -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
          ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
          ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
          ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
          ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
          ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \
          ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
        || chmod -R a+r $(distdir)
        || chmod -R a+r $(distdir)
dist-gzip: distdir
dist-gzip: distdir
        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
        tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
        $(am__remove_distdir)
        $(am__remove_distdir)
 
 
dist-bzip2: distdir
dist-bzip2: distdir
        tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
        tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
        $(am__remove_distdir)
        $(am__remove_distdir)
 
 
 
dist-lzma: distdir
 
        tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
 
        $(am__remove_distdir)
 
 
dist-tarZ: distdir
dist-tarZ: distdir
        tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
        tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
        $(am__remove_distdir)
        $(am__remove_distdir)
 
 
dist-shar: distdir
dist-shar: distdir
Line 436... Line 522...
        case '$(DIST_ARCHIVES)' in \
        case '$(DIST_ARCHIVES)' in \
        *.tar.gz*) \
        *.tar.gz*) \
          GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
          GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
        *.tar.bz2*) \
        *.tar.bz2*) \
          bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
          bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
 
        *.tar.lzma*) \
 
          unlzma -c $(distdir).tar.lzma | $(am__untar) ;;\
        *.tar.Z*) \
        *.tar.Z*) \
          uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
          uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
        *.shar.gz*) \
        *.shar.gz*) \
          GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
          GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
        *.zip*) \
        *.zip*) \
Line 475... Line 563...
          && rm -rf $(DIST_ARCHIVES) \
          && rm -rf $(DIST_ARCHIVES) \
          && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
          && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
        $(am__remove_distdir)
        $(am__remove_distdir)
        @(echo "$(distdir) archives ready for distribution: "; \
        @(echo "$(distdir) archives ready for distribution: "; \
          list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
          list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
          sed -e '1{h;s/./=/g;p;x;}' -e '$${p;x;}'
          sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
distuninstallcheck:
distuninstallcheck:
        @cd $(distuninstallcheck_dir) \
        @cd $(distuninstallcheck_dir) \
        && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
        && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
           || { echo "ERROR: files left after uninstall:" ; \
           || { echo "ERROR: files left after uninstall:" ; \
                if test -n "$(DESTDIR)"; then \
                if test -n "$(DESTDIR)"; then \
Line 496... Line 584...
          || { echo "ERROR: files left in build directory after distclean:" ; \
          || { echo "ERROR: files left in build directory after distclean:" ; \
               $(distcleancheck_listfiles) ; \
               $(distcleancheck_listfiles) ; \
               exit 1; } >&2
               exit 1; } >&2
check-am: all-am
check-am: all-am
check: check-recursive
check: check-recursive
all-am: Makefile config.h
all-am: Makefile $(DATA) config.h
installdirs: installdirs-recursive
installdirs: installdirs-recursive
installdirs-am:
installdirs-am:
 
        for dir in "$(DESTDIR)$(pkgdatadir)"; do \
 
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
 
        done
install: install-recursive
install: install-recursive
install-exec: install-exec-recursive
install-exec: install-exec-recursive
install-data: install-data-recursive
install-data: install-data-recursive
uninstall: uninstall-recursive
uninstall: uninstall-recursive
 
 
Line 525... Line 616...
maintainer-clean-generic:
maintainer-clean-generic:
        @echo "This command is intended for maintainers to use"
        @echo "This command is intended for maintainers to use"
        @echo "it deletes files that may require special tools to rebuild."
        @echo "it deletes files that may require special tools to rebuild."
clean: clean-recursive
clean: clean-recursive
 
 
clean-am: clean-generic mostlyclean-am
clean-am: clean-generic clean-libtool mostlyclean-am
 
 
distclean: distclean-recursive
distclean: distclean-recursive
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
        -rm -f Makefile
        -rm -f Makefile
distclean-am: clean-am distclean-generic distclean-hdr distclean-tags
distclean-am: clean-am distclean-generic distclean-hdr \
 
        distclean-libtool distclean-tags
 
 
dvi: dvi-recursive
dvi: dvi-recursive
 
 
dvi-am:
dvi-am:
 
 
Line 542... Line 634...
 
 
info: info-recursive
info: info-recursive
 
 
info-am:
info-am:
 
 
install-data-am:
install-data-am: install-dist_pkgdataDATA
 
 
 
install-dvi: install-dvi-recursive
 
 
install-exec-am:
install-exec-am:
 
 
 
install-html: install-html-recursive
 
 
install-info: install-info-recursive
install-info: install-info-recursive
 
 
install-man:
install-man:
 
 
 
install-pdf: install-pdf-recursive
 
 
 
install-ps: install-ps-recursive
 
 
installcheck-am:
installcheck-am:
 
 
maintainer-clean: maintainer-clean-recursive
maintainer-clean: maintainer-clean-recursive
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
        -rm -f $(am__CONFIG_DISTCLEAN_FILES)
        -rm -rf $(top_srcdir)/autom4te.cache
        -rm -rf $(top_srcdir)/autom4te.cache
        -rm -f Makefile
        -rm -f Makefile
maintainer-clean-am: distclean-am maintainer-clean-generic
maintainer-clean-am: distclean-am maintainer-clean-generic
 
 
mostlyclean: mostlyclean-recursive
mostlyclean: mostlyclean-recursive
 
 
mostlyclean-am: mostlyclean-generic
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
 
 
pdf: pdf-recursive
pdf: pdf-recursive
 
 
pdf-am:
pdf-am:
 
 
ps: ps-recursive
ps: ps-recursive
 
 
ps-am:
ps-am:
 
 
uninstall-am: uninstall-info-am
uninstall-am: uninstall-dist_pkgdataDATA
 
 
uninstall-info: uninstall-info-recursive
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
 
        install-strip
 
 
.PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am am--refresh check \
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
        check-am clean clean-generic clean-recursive ctags \
        all all-am am--refresh check check-am clean clean-generic \
        ctags-recursive dist dist-all dist-bzip2 dist-gzip dist-shar \
        clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \
        dist-tarZ dist-zip distcheck distclean distclean-generic \
        dist-gzip dist-hook dist-lzma dist-shar dist-tarZ dist-zip \
        distclean-hdr distclean-recursive distclean-tags \
        distcheck distclean distclean-generic distclean-hdr \
        distcleancheck distdir distuninstallcheck dvi dvi-am html \
        distclean-libtool distclean-tags distcleancheck distdir \
        html-am info info-am install install-am install-data \
        distuninstallcheck dvi dvi-am html html-am info info-am \
        install-data-am install-exec install-exec-am install-info \
        install install-am install-data install-data-am \
        install-info-am install-man install-strip installcheck \
        install-dist_pkgdataDATA install-dvi install-dvi-am \
        installcheck-am installdirs installdirs-am maintainer-clean \
        install-exec install-exec-am install-html install-html-am \
        maintainer-clean-generic maintainer-clean-recursive \
        install-info install-info-am install-man install-pdf \
        mostlyclean mostlyclean-generic mostlyclean-recursive pdf \
        install-pdf-am install-ps install-ps-am install-strip \
        pdf-am ps ps-am tags tags-recursive uninstall uninstall-am \
        installcheck installcheck-am installdirs installdirs-am \
        uninstall-info-am
        maintainer-clean maintainer-clean-generic mostlyclean \
 
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
 
        tags tags-recursive uninstall uninstall-am \
 
        uninstall-dist_pkgdataDATA
 
 
 
dist-hook:
 
        rm -rf `find $(distdir) -name .svn`
 
 
rpm:    dist
rpm:    dist
        cp -f $(PACKAGE_NAME)-$(PACKAGE_VERSION).tar.gz $(RPM_SRCDIR)
        cp -f $(PACKAGE_NAME)-$(PACKAGE_VERSION).tar.gz $(RPM_SRCDIR)
        rpmbuild -ba --clean $(PACKAGE_NAME).spec $(PACKAGE_NAME)-mp.spec
        rpmbuild -ba --clean --nodeps $(PACKAGE_NAME).spec
 
 
 
rpm-icc:        dist
 
        cp -f $(PACKAGE_NAME)-$(PACKAGE_VERSION).tar.gz $(RPM_SRCDIR)
 
        USE_ICC="1" rpmbuild -ba --clean --nodeps $(PACKAGE_NAME).spec
 
 
rpm-opteron:    dist
rpm-opteron:    dist
        cp -f $(PACKAGE_NAME)-$(PACKAGE_VERSION).tar.gz $(RPM_SRCDIR)
        cp -f $(PACKAGE_NAME)-$(PACKAGE_VERSION).tar.gz $(RPM_SRCDIR)
        GCCFLAGS="-O -g -funroll-loops -fomit-frame-pointer -Wall \
        TPXCC="gcc" TPXFLAGS="-O -g -funroll-loops -fomit-frame-pointer -Wall \
                -march=opteron" rpmbuild -ba --target=x86_64 \
                -march=opteron" \
                --clean $(PACKAGE_NAME).spec
                TPXLDFLAGS="-static -shared-libgcc" \
 
                TPXLIBS="-lfftw3 -llapack -lcblas -latlas -lm" \
 
                rpmbuild -ba --target=x86_64 --clean $(PACKAGE_NAME).spec
 
 
rpm-athlon:     dist
rpm-athlon:     dist
        cp -f $(PACKAGE_NAME)-$(PACKAGE_VERSION).tar.gz $(RPM_SRCDIR)
        cp -f $(PACKAGE_NAME)-$(PACKAGE_VERSION).tar.gz $(RPM_SRCDIR)
        GCCFLAGS="-O -g -funroll-loops -fomit-frame-pointer -Wall -m32 \
        TPXCC="gcc" TPXFLAGS="-O -g -funroll-loops -fomit-frame-pointer -Wall \
                -march=i686 -msse -mfpmath=sse -mtune=athlon" rpmbuild \
                -m32 -march=i686 -msse -mfpmath=sse -mtune=athlon" \
                -ba --target=i686 --clean $(PACKAGE_NAME).spec
                TPXLDFLAGS="-static -shared-libgcc" \
 
                TPXLIBS="-L/usr/lib/ -lm -L/usr/local/lib/ -lfftw3 \
 
                -llapack -lcblas -latlas -lm" \
 
                rpmbuild -ba --target=i686 --clean $(PACKAGE_NAME).spec
 
 
 
rpm-opteron-icc:        dist
 
        cp -f $(PACKAGE_NAME)-$(PACKAGE_VERSION).tar.gz $(RPM_SRCDIR)
 
        TPXCC="icc" TPXFLAGS="-O3 -g -axWPT -ip -unroll" \
 
                TPXLDFLAGS="-static -shared-libgcc" \
 
                TPXLIBS="-lfftw3 -llapack -lcblas -latlas -lm" \
 
                rpmbuild -ba --target=x86_64 --clean --nodeps $(PACKAGE_NAME).spec
 
 
 
rpm-athlon-icc: dist
 
        cp -f $(PACKAGE_NAME)-$(PACKAGE_VERSION).tar.gz $(RPM_SRCDIR)
 
                TPXCC="icc32" TPXFLAGS="-O3 -g -axKWNPT -ip -unroll" \
 
                TPXLDFLAGS="-static -shared-libgcc" \
 
                TPXLIBS="-L/usr/local/lib/ -L/usr/lib/ -lfftw3 \
 
                -llapack -lcblas -latlas -lm" \
 
                rpmbuild -ba --target=i686 --clean $(PACKAGE_NAME).spec
 
 
athlon:
athlon:
        $(MAKE) CFLAGS="-O -g -funroll-loops -fomit-frame-pointer -Wall -m32 -march=i686 -msse -mfpmath=sse -mtune=athlon" LIBS="-lm"
        $(MAKE) CFLAGS="-O -g -pthread -funroll-loops -fomit-frame-pointer \
 
                -Wall -m32 -march=i686 -msse -mfpmath=sse -mtune=athlon" \
 
                LIBS="-L/usr/lib/ -lpthread -lm -L/usr/local/lib/ \
 
                -lfftw3 -lfftw3_threads \
 
                -llapack -lcblas -latlas -lm"
 
 
 
pentium-icc:
 
        $(MAKE) CC="icc32" CFLAGS="-O3 -axKWNPT -ip -unroll -pthread" \
 
                LIBS="-L/usr/lib/ -lpthread -lm -L/usr/local/lib/ -llapack \
 
                -lcblas -latlas -lfftw3 -lfftw3_threads"
 
 
debug:
icc:
        $(MAKE) CFLAGS="-O3 -funroll-loops -fomit-frame-pointer -Wall -m32 -g"
        $(MAKE) CC="icc" CFLAGS="-O3 -g -axWPT -ip -unroll -pthread"
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT:
.NOEXPORT: