967 lines
49 KiB
Makefile
967 lines
49 KiB
Makefile
# Makefile.in generated by automake 1.11.1 from Makefile.am.
|
|
# Makefile. Generated from Makefile.in by configure.
|
|
|
|
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
|
|
# 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation,
|
|
# Inc.
|
|
# This Makefile.in is free software; the Free Software Foundation
|
|
# gives unlimited permission to copy and/or distribute it,
|
|
# with or without modifications, as long as this notice is preserved.
|
|
|
|
# This program is distributed in the hope that it will be useful,
|
|
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
|
|
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
|
# PARTICULAR PURPOSE.
|
|
|
|
|
|
|
|
|
|
pkgdatadir = $(datadir)/crcutil
|
|
pkgincludedir = $(includedir)/crcutil
|
|
pkglibdir = $(libdir)/crcutil
|
|
pkglibexecdir = $(libexecdir)/crcutil
|
|
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
|
|
install_sh_DATA = $(install_sh) -c -m 644
|
|
install_sh_PROGRAM = $(install_sh) -c
|
|
install_sh_SCRIPT = $(install_sh) -c
|
|
INSTALL_HEADER = $(INSTALL_DATA)
|
|
transform = $(program_transform_name)
|
|
NORMAL_INSTALL = :
|
|
PRE_INSTALL = :
|
|
POST_INSTALL = :
|
|
NORMAL_UNINSTALL = :
|
|
PRE_UNINSTALL = :
|
|
POST_UNINSTALL = :
|
|
check_PROGRAMS = crcutil_ut$(EXEEXT)
|
|
TESTS = crcutil_ut$(EXEEXT)
|
|
tmp_PROGRAMS = usage$(EXEEXT)
|
|
subdir = .
|
|
DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
|
|
$(srcdir)/Makefile.in $(srcdir)/config.h.in \
|
|
$(top_srcdir)/configure AUTHORS COPYING ChangeLog INSTALL NEWS \
|
|
depcomp install-sh missing
|
|
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
|
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
|
|
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
|
|
$(ACLOCAL_M4)
|
|
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
|
|
configure.lineno config.status.lineno
|
|
mkinstalldirs = $(install_sh) -d
|
|
CONFIG_HEADER = config.h
|
|
CONFIG_CLEAN_FILES =
|
|
CONFIG_CLEAN_VPATH_FILES =
|
|
am__installdirs = "$(DESTDIR)$(tmpdir)"
|
|
PROGRAMS = $(tmp_PROGRAMS)
|
|
am_crcutil_ut_OBJECTS = crc32c_sse4.$(OBJEXT) \
|
|
multiword_128_64_gcc_amd64_sse2.$(OBJEXT) \
|
|
multiword_64_64_cl_i386_mmx.$(OBJEXT) \
|
|
multiword_64_64_gcc_amd64_asm.$(OBJEXT) \
|
|
multiword_64_64_gcc_i386_mmx.$(OBJEXT) set_hi_pri.$(OBJEXT) \
|
|
unittest.$(OBJEXT)
|
|
crcutil_ut_OBJECTS = $(am_crcutil_ut_OBJECTS)
|
|
crcutil_ut_LDADD = $(LDADD)
|
|
am_usage_OBJECTS = usage-crc32c_sse4.$(OBJEXT) \
|
|
usage-multiword_128_64_gcc_amd64_sse2.$(OBJEXT) \
|
|
usage-multiword_64_64_cl_i386_mmx.$(OBJEXT) \
|
|
usage-multiword_64_64_gcc_amd64_asm.$(OBJEXT) \
|
|
usage-multiword_64_64_gcc_i386_mmx.$(OBJEXT) \
|
|
usage-interface.$(OBJEXT) usage-usage.$(OBJEXT)
|
|
usage_OBJECTS = $(am_usage_OBJECTS)
|
|
usage_LDADD = $(LDADD)
|
|
usage_LINK = $(CXXLD) $(usage_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) \
|
|
$(LDFLAGS) -o $@
|
|
DEFAULT_INCLUDES = -I.
|
|
depcomp = $(SHELL) $(top_srcdir)/depcomp
|
|
am__depfiles_maybe = depfiles
|
|
am__mv = mv -f
|
|
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
|
|
$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
|
|
CCLD = $(CC)
|
|
LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
|
|
CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
|
|
$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
|
|
CXXLD = $(CXX)
|
|
CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \
|
|
-o $@
|
|
SOURCES = $(crcutil_ut_SOURCES) $(usage_SOURCES)
|
|
DIST_SOURCES = $(crcutil_ut_SOURCES) $(usage_SOURCES)
|
|
ETAGS = etags
|
|
CTAGS = ctags
|
|
am__tty_colors = \
|
|
red=; grn=; lgn=; blu=; std=
|
|
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
|
|
distdir = $(PACKAGE)-$(VERSION)
|
|
top_distdir = $(distdir)
|
|
am__remove_distdir = \
|
|
{ test ! -d "$(distdir)" \
|
|
|| { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
|
|
&& rm -fr "$(distdir)"; }; }
|
|
DIST_ARCHIVES = $(distdir).tar.gz
|
|
GZIP_ENV = --best
|
|
distuninstallcheck_listfiles = find . -type f -print
|
|
distcleancheck_listfiles = find . -type f -print
|
|
ACLOCAL = ${SHELL} /home/akad/crc7/missing --run aclocal-1.11
|
|
AMTAR = ${SHELL} /home/akad/crc7/missing --run tar
|
|
AUTOCONF = ${SHELL} /home/akad/crc7/missing --run autoconf
|
|
AUTOHEADER = ${SHELL} /home/akad/crc7/missing --run autoheader
|
|
AUTOMAKE = ${SHELL} /home/akad/crc7/missing --run automake-1.11
|
|
AWK = gawk
|
|
CC = gcc
|
|
CCDEPMODE = depmode=gcc3
|
|
CFLAGS = -O3
|
|
CPP = gcc -E
|
|
CPPFLAGS =
|
|
CXX = g++
|
|
CXXDEPMODE = depmode=gcc3
|
|
CXXFLAGS = -O3
|
|
CYGPATH_W = echo
|
|
DEFS = -DHAVE_CONFIG_H
|
|
DEPDIR = .deps
|
|
ECHO_C =
|
|
ECHO_N = -n
|
|
ECHO_T =
|
|
EGREP = /bin/grep -E
|
|
EXEEXT =
|
|
GREP = /bin/grep
|
|
INSTALL = /usr/bin/install -c
|
|
INSTALL_DATA = ${INSTALL} -m 644
|
|
INSTALL_PROGRAM = ${INSTALL}
|
|
INSTALL_SCRIPT = ${INSTALL}
|
|
INSTALL_STRIP_PROGRAM = $(install_sh) -c -s
|
|
LDFLAGS =
|
|
LIBOBJS =
|
|
LIBS =
|
|
LTLIBOBJS =
|
|
MAKEINFO = ${SHELL} /home/akad/crc7/missing --run makeinfo
|
|
MKDIR_P = /bin/mkdir -p
|
|
OBJEXT = o
|
|
PACKAGE = crcutil
|
|
PACKAGE_BUGREPORT = crcutil@googlegroups.com
|
|
PACKAGE_NAME = crcutil
|
|
PACKAGE_STRING = crcutil 1.0
|
|
PACKAGE_TARNAME = crcutil
|
|
PACKAGE_URL =
|
|
PACKAGE_VERSION = 1.0
|
|
PATH_SEPARATOR = :
|
|
SET_MAKE =
|
|
SHELL = /bin/sh
|
|
STRIP =
|
|
VERSION = 1.0
|
|
abs_builddir = /home/akad/crc7
|
|
abs_srcdir = /home/akad/crc7
|
|
abs_top_builddir = /home/akad/crc7
|
|
abs_top_srcdir = /home/akad/crc7
|
|
ac_ct_CC = gcc
|
|
ac_ct_CXX = g++
|
|
am__include = include
|
|
am__leading_dot = .
|
|
am__quote =
|
|
am__tar = ${AMTAR} chof - "$$tardir"
|
|
am__untar = ${AMTAR} xf -
|
|
bindir = ${exec_prefix}/bin
|
|
build_alias =
|
|
builddir = .
|
|
datadir = ${datarootdir}
|
|
datarootdir = ${prefix}/share
|
|
docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
|
|
dvidir = ${docdir}
|
|
exec_prefix = ${prefix}
|
|
host_alias =
|
|
htmldir = ${docdir}
|
|
includedir = ${prefix}/include
|
|
infodir = ${datarootdir}/info
|
|
install_sh = ${SHELL} /home/akad/crc7/install-sh
|
|
libdir = ${exec_prefix}/lib
|
|
libexecdir = ${exec_prefix}/libexec
|
|
localedir = ${datarootdir}/locale
|
|
localstatedir = ${prefix}/var
|
|
mandir = ${datarootdir}/man
|
|
mkdir_p = /bin/mkdir -p
|
|
oldincludedir = /usr/include
|
|
pdfdir = ${docdir}
|
|
prefix = /usr/local
|
|
program_transform_name = s,x,x,
|
|
psdir = ${docdir}
|
|
sbindir = ${exec_prefix}/sbin
|
|
sharedstatedir = ${prefix}/com
|
|
srcdir = .
|
|
sysconfdir = ${prefix}/etc
|
|
target_alias =
|
|
top_build_prefix =
|
|
top_builddir = .
|
|
top_srcdir = .
|
|
AM_CXXFLAGS = -DCRCUTIL_USE_MM_CRC32=1 -Wall -msse2 -Icode
|
|
AM_CFLAGS = $(AM_CXXFLAGS)
|
|
crcutil_ut_SOURCES = code/base_types.h code/crc32c_sse4.cc code/crc32c_sse4.h code/crc32c_sse4_intrin.h code/crc_casts.h code/generic_crc.h code/gf_util.h code/multiword_128_64_gcc_amd64_sse2.cc code/multiword_64_64_cl_i386_mmx.cc code/multiword_64_64_gcc_amd64_asm.cc code/multiword_64_64_gcc_i386_mmx.cc code/platform.h code/protected_crc.h code/rolling_crc.h code/std_headers.h code/uint128_sse2.h tests/aligned_alloc.h tests/bob_jenkins_rng.h tests/rdtsc.h tests/set_hi_pri.c tests/unittest.cc tests/unittest.h tests/unittest_helper.h
|
|
tmpdir = /tmp
|
|
usage_CXXFLAGS = $(AM_CXXFLAGS) -Itests
|
|
usage_SOURCES = code/base_types.h code/crc32c_sse4.cc code/crc32c_sse4.h code/crc32c_sse4_intrin.h code/crc_casts.h code/generic_crc.h code/gf_util.h code/multiword_128_64_gcc_amd64_sse2.cc code/multiword_64_64_cl_i386_mmx.cc code/multiword_64_64_gcc_amd64_asm.cc code/multiword_64_64_gcc_i386_mmx.cc code/platform.h code/protected_crc.h code/rolling_crc.h code/std_headers.h code/uint128_sse2.h examples/interface.cc examples/interface.h examples/usage.cc tests/aligned_alloc.h
|
|
all: config.h
|
|
$(MAKE) $(AM_MAKEFLAGS) all-am
|
|
|
|
.SUFFIXES:
|
|
.SUFFIXES: .c .cc .o .obj
|
|
am--refresh:
|
|
@:
|
|
$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
|
|
@for dep in $?; do \
|
|
case '$(am__configure_deps)' in \
|
|
*$$dep*) \
|
|
echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \
|
|
$(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \
|
|
&& exit 0; \
|
|
exit 1;; \
|
|
esac; \
|
|
done; \
|
|
echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
|
|
$(am__cd) $(top_srcdir) && \
|
|
$(AUTOMAKE) --gnu Makefile
|
|
.PRECIOUS: Makefile
|
|
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
|
|
@case '$?' in \
|
|
*config.status*) \
|
|
echo ' $(SHELL) ./config.status'; \
|
|
$(SHELL) ./config.status;; \
|
|
*) \
|
|
echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
|
|
cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
|
|
esac;
|
|
|
|
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
|
|
$(SHELL) ./config.status --recheck
|
|
|
|
$(top_srcdir)/configure: $(am__configure_deps)
|
|
$(am__cd) $(srcdir) && $(AUTOCONF)
|
|
$(ACLOCAL_M4): $(am__aclocal_m4_deps)
|
|
$(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
|
|
$(am__aclocal_m4_deps):
|
|
|
|
config.h: stamp-h1
|
|
@if test ! -f $@; then \
|
|
rm -f stamp-h1; \
|
|
$(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
|
|
else :; fi
|
|
|
|
stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
|
|
@rm -f stamp-h1
|
|
cd $(top_builddir) && $(SHELL) ./config.status config.h
|
|
$(srcdir)/config.h.in: $(am__configure_deps)
|
|
($(am__cd) $(top_srcdir) && $(AUTOHEADER))
|
|
rm -f stamp-h1
|
|
touch $@
|
|
|
|
distclean-hdr:
|
|
-rm -f config.h stamp-h1
|
|
|
|
clean-checkPROGRAMS:
|
|
-test -z "$(check_PROGRAMS)" || rm -f $(check_PROGRAMS)
|
|
install-tmpPROGRAMS: $(tmp_PROGRAMS)
|
|
@$(NORMAL_INSTALL)
|
|
test -z "$(tmpdir)" || $(MKDIR_P) "$(DESTDIR)$(tmpdir)"
|
|
@list='$(tmp_PROGRAMS)'; test -n "$(tmpdir)" || list=; \
|
|
for p in $$list; do echo "$$p $$p"; done | \
|
|
sed 's/$(EXEEXT)$$//' | \
|
|
while read p p1; do if test -f $$p; \
|
|
then echo "$$p"; echo "$$p"; else :; fi; \
|
|
done | \
|
|
sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
|
|
-e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
|
|
sed 'N;N;N;s,\n, ,g' | \
|
|
$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
|
|
{ d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
|
|
if ($$2 == $$4) files[d] = files[d] " " $$1; \
|
|
else { print "f", $$3 "/" $$4, $$1; } } \
|
|
END { for (d in files) print "f", d, files[d] }' | \
|
|
while read type dir files; do \
|
|
if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
|
|
test -z "$$files" || { \
|
|
echo " $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(tmpdir)$$dir'"; \
|
|
$(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(tmpdir)$$dir" || exit $$?; \
|
|
} \
|
|
; done
|
|
|
|
uninstall-tmpPROGRAMS:
|
|
@$(NORMAL_UNINSTALL)
|
|
@list='$(tmp_PROGRAMS)'; test -n "$(tmpdir)" || list=; \
|
|
files=`for p in $$list; do echo "$$p"; done | \
|
|
sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
|
|
-e 's/$$/$(EXEEXT)/' `; \
|
|
test -n "$$list" || exit 0; \
|
|
echo " ( cd '$(DESTDIR)$(tmpdir)' && rm -f" $$files ")"; \
|
|
cd "$(DESTDIR)$(tmpdir)" && rm -f $$files
|
|
|
|
clean-tmpPROGRAMS:
|
|
-test -z "$(tmp_PROGRAMS)" || rm -f $(tmp_PROGRAMS)
|
|
crcutil_ut$(EXEEXT): $(crcutil_ut_OBJECTS) $(crcutil_ut_DEPENDENCIES)
|
|
@rm -f crcutil_ut$(EXEEXT)
|
|
$(CXXLINK) $(crcutil_ut_OBJECTS) $(crcutil_ut_LDADD) $(LIBS)
|
|
usage$(EXEEXT): $(usage_OBJECTS) $(usage_DEPENDENCIES)
|
|
@rm -f usage$(EXEEXT)
|
|
$(usage_LINK) $(usage_OBJECTS) $(usage_LDADD) $(LIBS)
|
|
|
|
mostlyclean-compile:
|
|
-rm -f *.$(OBJEXT)
|
|
|
|
distclean-compile:
|
|
-rm -f *.tab.c
|
|
|
|
include ./$(DEPDIR)/crc32c_sse4.Po
|
|
include ./$(DEPDIR)/multiword_128_64_gcc_amd64_sse2.Po
|
|
include ./$(DEPDIR)/multiword_64_64_cl_i386_mmx.Po
|
|
include ./$(DEPDIR)/multiword_64_64_gcc_amd64_asm.Po
|
|
include ./$(DEPDIR)/multiword_64_64_gcc_i386_mmx.Po
|
|
include ./$(DEPDIR)/set_hi_pri.Po
|
|
include ./$(DEPDIR)/unittest.Po
|
|
include ./$(DEPDIR)/usage-crc32c_sse4.Po
|
|
include ./$(DEPDIR)/usage-interface.Po
|
|
include ./$(DEPDIR)/usage-multiword_128_64_gcc_amd64_sse2.Po
|
|
include ./$(DEPDIR)/usage-multiword_64_64_cl_i386_mmx.Po
|
|
include ./$(DEPDIR)/usage-multiword_64_64_gcc_amd64_asm.Po
|
|
include ./$(DEPDIR)/usage-multiword_64_64_gcc_i386_mmx.Po
|
|
include ./$(DEPDIR)/usage-usage.Po
|
|
|
|
.c.o:
|
|
$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
|
|
$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
|
|
# source='$<' object='$@' libtool=no \
|
|
# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
|
|
# $(COMPILE) -c $<
|
|
|
|
.c.obj:
|
|
$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
|
|
$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
|
|
# source='$<' object='$@' libtool=no \
|
|
# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
|
|
# $(COMPILE) -c `$(CYGPATH_W) '$<'`
|
|
|
|
set_hi_pri.o: tests/set_hi_pri.c
|
|
$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT set_hi_pri.o -MD -MP -MF $(DEPDIR)/set_hi_pri.Tpo -c -o set_hi_pri.o `test -f 'tests/set_hi_pri.c' || echo '$(srcdir)/'`tests/set_hi_pri.c
|
|
$(am__mv) $(DEPDIR)/set_hi_pri.Tpo $(DEPDIR)/set_hi_pri.Po
|
|
# source='tests/set_hi_pri.c' object='set_hi_pri.o' libtool=no \
|
|
# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
|
|
# $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o set_hi_pri.o `test -f 'tests/set_hi_pri.c' || echo '$(srcdir)/'`tests/set_hi_pri.c
|
|
|
|
set_hi_pri.obj: tests/set_hi_pri.c
|
|
$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT set_hi_pri.obj -MD -MP -MF $(DEPDIR)/set_hi_pri.Tpo -c -o set_hi_pri.obj `if test -f 'tests/set_hi_pri.c'; then $(CYGPATH_W) 'tests/set_hi_pri.c'; else $(CYGPATH_W) '$(srcdir)/tests/set_hi_pri.c'; fi`
|
|
$(am__mv) $(DEPDIR)/set_hi_pri.Tpo $(DEPDIR)/set_hi_pri.Po
|
|
# source='tests/set_hi_pri.c' object='set_hi_pri.obj' libtool=no \
|
|
# DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) \
|
|
# $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o set_hi_pri.obj `if test -f 'tests/set_hi_pri.c'; then $(CYGPATH_W) 'tests/set_hi_pri.c'; else $(CYGPATH_W) '$(srcdir)/tests/set_hi_pri.c'; fi`
|
|
|
|
.cc.o:
|
|
$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
|
|
$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
|
|
# source='$<' object='$@' libtool=no \
|
|
# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
|
|
# $(CXXCOMPILE) -c -o $@ $<
|
|
|
|
.cc.obj:
|
|
$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
|
|
$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
|
|
# source='$<' object='$@' libtool=no \
|
|
# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
|
|
# $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
|
|
|
|
crc32c_sse4.o: code/crc32c_sse4.cc
|
|
$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT crc32c_sse4.o -MD -MP -MF $(DEPDIR)/crc32c_sse4.Tpo -c -o crc32c_sse4.o `test -f 'code/crc32c_sse4.cc' || echo '$(srcdir)/'`code/crc32c_sse4.cc
|
|
$(am__mv) $(DEPDIR)/crc32c_sse4.Tpo $(DEPDIR)/crc32c_sse4.Po
|
|
# source='code/crc32c_sse4.cc' object='crc32c_sse4.o' libtool=no \
|
|
# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
|
|
# $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o crc32c_sse4.o `test -f 'code/crc32c_sse4.cc' || echo '$(srcdir)/'`code/crc32c_sse4.cc
|
|
|
|
crc32c_sse4.obj: code/crc32c_sse4.cc
|
|
$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT crc32c_sse4.obj -MD -MP -MF $(DEPDIR)/crc32c_sse4.Tpo -c -o crc32c_sse4.obj `if test -f 'code/crc32c_sse4.cc'; then $(CYGPATH_W) 'code/crc32c_sse4.cc'; else $(CYGPATH_W) '$(srcdir)/code/crc32c_sse4.cc'; fi`
|
|
$(am__mv) $(DEPDIR)/crc32c_sse4.Tpo $(DEPDIR)/crc32c_sse4.Po
|
|
# source='code/crc32c_sse4.cc' object='crc32c_sse4.obj' libtool=no \
|
|
# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
|
|
# $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o crc32c_sse4.obj `if test -f 'code/crc32c_sse4.cc'; then $(CYGPATH_W) 'code/crc32c_sse4.cc'; else $(CYGPATH_W) '$(srcdir)/code/crc32c_sse4.cc'; fi`
|
|
|
|
multiword_128_64_gcc_amd64_sse2.o: code/multiword_128_64_gcc_amd64_sse2.cc
|
|
$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT multiword_128_64_gcc_amd64_sse2.o -MD -MP -MF $(DEPDIR)/multiword_128_64_gcc_amd64_sse2.Tpo -c -o multiword_128_64_gcc_amd64_sse2.o `test -f 'code/multiword_128_64_gcc_amd64_sse2.cc' || echo '$(srcdir)/'`code/multiword_128_64_gcc_amd64_sse2.cc
|
|
$(am__mv) $(DEPDIR)/multiword_128_64_gcc_amd64_sse2.Tpo $(DEPDIR)/multiword_128_64_gcc_amd64_sse2.Po
|
|
# source='code/multiword_128_64_gcc_amd64_sse2.cc' object='multiword_128_64_gcc_amd64_sse2.o' libtool=no \
|
|
# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
|
|
# $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o multiword_128_64_gcc_amd64_sse2.o `test -f 'code/multiword_128_64_gcc_amd64_sse2.cc' || echo '$(srcdir)/'`code/multiword_128_64_gcc_amd64_sse2.cc
|
|
|
|
multiword_128_64_gcc_amd64_sse2.obj: code/multiword_128_64_gcc_amd64_sse2.cc
|
|
$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT multiword_128_64_gcc_amd64_sse2.obj -MD -MP -MF $(DEPDIR)/multiword_128_64_gcc_amd64_sse2.Tpo -c -o multiword_128_64_gcc_amd64_sse2.obj `if test -f 'code/multiword_128_64_gcc_amd64_sse2.cc'; then $(CYGPATH_W) 'code/multiword_128_64_gcc_amd64_sse2.cc'; else $(CYGPATH_W) '$(srcdir)/code/multiword_128_64_gcc_amd64_sse2.cc'; fi`
|
|
$(am__mv) $(DEPDIR)/multiword_128_64_gcc_amd64_sse2.Tpo $(DEPDIR)/multiword_128_64_gcc_amd64_sse2.Po
|
|
# source='code/multiword_128_64_gcc_amd64_sse2.cc' object='multiword_128_64_gcc_amd64_sse2.obj' libtool=no \
|
|
# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
|
|
# $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o multiword_128_64_gcc_amd64_sse2.obj `if test -f 'code/multiword_128_64_gcc_amd64_sse2.cc'; then $(CYGPATH_W) 'code/multiword_128_64_gcc_amd64_sse2.cc'; else $(CYGPATH_W) '$(srcdir)/code/multiword_128_64_gcc_amd64_sse2.cc'; fi`
|
|
|
|
multiword_64_64_cl_i386_mmx.o: code/multiword_64_64_cl_i386_mmx.cc
|
|
$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT multiword_64_64_cl_i386_mmx.o -MD -MP -MF $(DEPDIR)/multiword_64_64_cl_i386_mmx.Tpo -c -o multiword_64_64_cl_i386_mmx.o `test -f 'code/multiword_64_64_cl_i386_mmx.cc' || echo '$(srcdir)/'`code/multiword_64_64_cl_i386_mmx.cc
|
|
$(am__mv) $(DEPDIR)/multiword_64_64_cl_i386_mmx.Tpo $(DEPDIR)/multiword_64_64_cl_i386_mmx.Po
|
|
# source='code/multiword_64_64_cl_i386_mmx.cc' object='multiword_64_64_cl_i386_mmx.o' libtool=no \
|
|
# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
|
|
# $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o multiword_64_64_cl_i386_mmx.o `test -f 'code/multiword_64_64_cl_i386_mmx.cc' || echo '$(srcdir)/'`code/multiword_64_64_cl_i386_mmx.cc
|
|
|
|
multiword_64_64_cl_i386_mmx.obj: code/multiword_64_64_cl_i386_mmx.cc
|
|
$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT multiword_64_64_cl_i386_mmx.obj -MD -MP -MF $(DEPDIR)/multiword_64_64_cl_i386_mmx.Tpo -c -o multiword_64_64_cl_i386_mmx.obj `if test -f 'code/multiword_64_64_cl_i386_mmx.cc'; then $(CYGPATH_W) 'code/multiword_64_64_cl_i386_mmx.cc'; else $(CYGPATH_W) '$(srcdir)/code/multiword_64_64_cl_i386_mmx.cc'; fi`
|
|
$(am__mv) $(DEPDIR)/multiword_64_64_cl_i386_mmx.Tpo $(DEPDIR)/multiword_64_64_cl_i386_mmx.Po
|
|
# source='code/multiword_64_64_cl_i386_mmx.cc' object='multiword_64_64_cl_i386_mmx.obj' libtool=no \
|
|
# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
|
|
# $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o multiword_64_64_cl_i386_mmx.obj `if test -f 'code/multiword_64_64_cl_i386_mmx.cc'; then $(CYGPATH_W) 'code/multiword_64_64_cl_i386_mmx.cc'; else $(CYGPATH_W) '$(srcdir)/code/multiword_64_64_cl_i386_mmx.cc'; fi`
|
|
|
|
multiword_64_64_gcc_amd64_asm.o: code/multiword_64_64_gcc_amd64_asm.cc
|
|
$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT multiword_64_64_gcc_amd64_asm.o -MD -MP -MF $(DEPDIR)/multiword_64_64_gcc_amd64_asm.Tpo -c -o multiword_64_64_gcc_amd64_asm.o `test -f 'code/multiword_64_64_gcc_amd64_asm.cc' || echo '$(srcdir)/'`code/multiword_64_64_gcc_amd64_asm.cc
|
|
$(am__mv) $(DEPDIR)/multiword_64_64_gcc_amd64_asm.Tpo $(DEPDIR)/multiword_64_64_gcc_amd64_asm.Po
|
|
# source='code/multiword_64_64_gcc_amd64_asm.cc' object='multiword_64_64_gcc_amd64_asm.o' libtool=no \
|
|
# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
|
|
# $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o multiword_64_64_gcc_amd64_asm.o `test -f 'code/multiword_64_64_gcc_amd64_asm.cc' || echo '$(srcdir)/'`code/multiword_64_64_gcc_amd64_asm.cc
|
|
|
|
multiword_64_64_gcc_amd64_asm.obj: code/multiword_64_64_gcc_amd64_asm.cc
|
|
$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT multiword_64_64_gcc_amd64_asm.obj -MD -MP -MF $(DEPDIR)/multiword_64_64_gcc_amd64_asm.Tpo -c -o multiword_64_64_gcc_amd64_asm.obj `if test -f 'code/multiword_64_64_gcc_amd64_asm.cc'; then $(CYGPATH_W) 'code/multiword_64_64_gcc_amd64_asm.cc'; else $(CYGPATH_W) '$(srcdir)/code/multiword_64_64_gcc_amd64_asm.cc'; fi`
|
|
$(am__mv) $(DEPDIR)/multiword_64_64_gcc_amd64_asm.Tpo $(DEPDIR)/multiword_64_64_gcc_amd64_asm.Po
|
|
# source='code/multiword_64_64_gcc_amd64_asm.cc' object='multiword_64_64_gcc_amd64_asm.obj' libtool=no \
|
|
# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
|
|
# $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o multiword_64_64_gcc_amd64_asm.obj `if test -f 'code/multiword_64_64_gcc_amd64_asm.cc'; then $(CYGPATH_W) 'code/multiword_64_64_gcc_amd64_asm.cc'; else $(CYGPATH_W) '$(srcdir)/code/multiword_64_64_gcc_amd64_asm.cc'; fi`
|
|
|
|
multiword_64_64_gcc_i386_mmx.o: code/multiword_64_64_gcc_i386_mmx.cc
|
|
$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT multiword_64_64_gcc_i386_mmx.o -MD -MP -MF $(DEPDIR)/multiword_64_64_gcc_i386_mmx.Tpo -c -o multiword_64_64_gcc_i386_mmx.o `test -f 'code/multiword_64_64_gcc_i386_mmx.cc' || echo '$(srcdir)/'`code/multiword_64_64_gcc_i386_mmx.cc
|
|
$(am__mv) $(DEPDIR)/multiword_64_64_gcc_i386_mmx.Tpo $(DEPDIR)/multiword_64_64_gcc_i386_mmx.Po
|
|
# source='code/multiword_64_64_gcc_i386_mmx.cc' object='multiword_64_64_gcc_i386_mmx.o' libtool=no \
|
|
# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
|
|
# $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o multiword_64_64_gcc_i386_mmx.o `test -f 'code/multiword_64_64_gcc_i386_mmx.cc' || echo '$(srcdir)/'`code/multiword_64_64_gcc_i386_mmx.cc
|
|
|
|
multiword_64_64_gcc_i386_mmx.obj: code/multiword_64_64_gcc_i386_mmx.cc
|
|
$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT multiword_64_64_gcc_i386_mmx.obj -MD -MP -MF $(DEPDIR)/multiword_64_64_gcc_i386_mmx.Tpo -c -o multiword_64_64_gcc_i386_mmx.obj `if test -f 'code/multiword_64_64_gcc_i386_mmx.cc'; then $(CYGPATH_W) 'code/multiword_64_64_gcc_i386_mmx.cc'; else $(CYGPATH_W) '$(srcdir)/code/multiword_64_64_gcc_i386_mmx.cc'; fi`
|
|
$(am__mv) $(DEPDIR)/multiword_64_64_gcc_i386_mmx.Tpo $(DEPDIR)/multiword_64_64_gcc_i386_mmx.Po
|
|
# source='code/multiword_64_64_gcc_i386_mmx.cc' object='multiword_64_64_gcc_i386_mmx.obj' libtool=no \
|
|
# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
|
|
# $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o multiword_64_64_gcc_i386_mmx.obj `if test -f 'code/multiword_64_64_gcc_i386_mmx.cc'; then $(CYGPATH_W) 'code/multiword_64_64_gcc_i386_mmx.cc'; else $(CYGPATH_W) '$(srcdir)/code/multiword_64_64_gcc_i386_mmx.cc'; fi`
|
|
|
|
unittest.o: tests/unittest.cc
|
|
$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT unittest.o -MD -MP -MF $(DEPDIR)/unittest.Tpo -c -o unittest.o `test -f 'tests/unittest.cc' || echo '$(srcdir)/'`tests/unittest.cc
|
|
$(am__mv) $(DEPDIR)/unittest.Tpo $(DEPDIR)/unittest.Po
|
|
# source='tests/unittest.cc' object='unittest.o' libtool=no \
|
|
# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
|
|
# $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o unittest.o `test -f 'tests/unittest.cc' || echo '$(srcdir)/'`tests/unittest.cc
|
|
|
|
unittest.obj: tests/unittest.cc
|
|
$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT unittest.obj -MD -MP -MF $(DEPDIR)/unittest.Tpo -c -o unittest.obj `if test -f 'tests/unittest.cc'; then $(CYGPATH_W) 'tests/unittest.cc'; else $(CYGPATH_W) '$(srcdir)/tests/unittest.cc'; fi`
|
|
$(am__mv) $(DEPDIR)/unittest.Tpo $(DEPDIR)/unittest.Po
|
|
# source='tests/unittest.cc' object='unittest.obj' libtool=no \
|
|
# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
|
|
# $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o unittest.obj `if test -f 'tests/unittest.cc'; then $(CYGPATH_W) 'tests/unittest.cc'; else $(CYGPATH_W) '$(srcdir)/tests/unittest.cc'; fi`
|
|
|
|
usage-crc32c_sse4.o: code/crc32c_sse4.cc
|
|
$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(usage_CXXFLAGS) $(CXXFLAGS) -MT usage-crc32c_sse4.o -MD -MP -MF $(DEPDIR)/usage-crc32c_sse4.Tpo -c -o usage-crc32c_sse4.o `test -f 'code/crc32c_sse4.cc' || echo '$(srcdir)/'`code/crc32c_sse4.cc
|
|
$(am__mv) $(DEPDIR)/usage-crc32c_sse4.Tpo $(DEPDIR)/usage-crc32c_sse4.Po
|
|
# source='code/crc32c_sse4.cc' object='usage-crc32c_sse4.o' libtool=no \
|
|
# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
|
|
# $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(usage_CXXFLAGS) $(CXXFLAGS) -c -o usage-crc32c_sse4.o `test -f 'code/crc32c_sse4.cc' || echo '$(srcdir)/'`code/crc32c_sse4.cc
|
|
|
|
usage-crc32c_sse4.obj: code/crc32c_sse4.cc
|
|
$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(usage_CXXFLAGS) $(CXXFLAGS) -MT usage-crc32c_sse4.obj -MD -MP -MF $(DEPDIR)/usage-crc32c_sse4.Tpo -c -o usage-crc32c_sse4.obj `if test -f 'code/crc32c_sse4.cc'; then $(CYGPATH_W) 'code/crc32c_sse4.cc'; else $(CYGPATH_W) '$(srcdir)/code/crc32c_sse4.cc'; fi`
|
|
$(am__mv) $(DEPDIR)/usage-crc32c_sse4.Tpo $(DEPDIR)/usage-crc32c_sse4.Po
|
|
# source='code/crc32c_sse4.cc' object='usage-crc32c_sse4.obj' libtool=no \
|
|
# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
|
|
# $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(usage_CXXFLAGS) $(CXXFLAGS) -c -o usage-crc32c_sse4.obj `if test -f 'code/crc32c_sse4.cc'; then $(CYGPATH_W) 'code/crc32c_sse4.cc'; else $(CYGPATH_W) '$(srcdir)/code/crc32c_sse4.cc'; fi`
|
|
|
|
usage-multiword_128_64_gcc_amd64_sse2.o: code/multiword_128_64_gcc_amd64_sse2.cc
|
|
$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(usage_CXXFLAGS) $(CXXFLAGS) -MT usage-multiword_128_64_gcc_amd64_sse2.o -MD -MP -MF $(DEPDIR)/usage-multiword_128_64_gcc_amd64_sse2.Tpo -c -o usage-multiword_128_64_gcc_amd64_sse2.o `test -f 'code/multiword_128_64_gcc_amd64_sse2.cc' || echo '$(srcdir)/'`code/multiword_128_64_gcc_amd64_sse2.cc
|
|
$(am__mv) $(DEPDIR)/usage-multiword_128_64_gcc_amd64_sse2.Tpo $(DEPDIR)/usage-multiword_128_64_gcc_amd64_sse2.Po
|
|
# source='code/multiword_128_64_gcc_amd64_sse2.cc' object='usage-multiword_128_64_gcc_amd64_sse2.o' libtool=no \
|
|
# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
|
|
# $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(usage_CXXFLAGS) $(CXXFLAGS) -c -o usage-multiword_128_64_gcc_amd64_sse2.o `test -f 'code/multiword_128_64_gcc_amd64_sse2.cc' || echo '$(srcdir)/'`code/multiword_128_64_gcc_amd64_sse2.cc
|
|
|
|
usage-multiword_128_64_gcc_amd64_sse2.obj: code/multiword_128_64_gcc_amd64_sse2.cc
|
|
$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(usage_CXXFLAGS) $(CXXFLAGS) -MT usage-multiword_128_64_gcc_amd64_sse2.obj -MD -MP -MF $(DEPDIR)/usage-multiword_128_64_gcc_amd64_sse2.Tpo -c -o usage-multiword_128_64_gcc_amd64_sse2.obj `if test -f 'code/multiword_128_64_gcc_amd64_sse2.cc'; then $(CYGPATH_W) 'code/multiword_128_64_gcc_amd64_sse2.cc'; else $(CYGPATH_W) '$(srcdir)/code/multiword_128_64_gcc_amd64_sse2.cc'; fi`
|
|
$(am__mv) $(DEPDIR)/usage-multiword_128_64_gcc_amd64_sse2.Tpo $(DEPDIR)/usage-multiword_128_64_gcc_amd64_sse2.Po
|
|
# source='code/multiword_128_64_gcc_amd64_sse2.cc' object='usage-multiword_128_64_gcc_amd64_sse2.obj' libtool=no \
|
|
# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
|
|
# $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(usage_CXXFLAGS) $(CXXFLAGS) -c -o usage-multiword_128_64_gcc_amd64_sse2.obj `if test -f 'code/multiword_128_64_gcc_amd64_sse2.cc'; then $(CYGPATH_W) 'code/multiword_128_64_gcc_amd64_sse2.cc'; else $(CYGPATH_W) '$(srcdir)/code/multiword_128_64_gcc_amd64_sse2.cc'; fi`
|
|
|
|
usage-multiword_64_64_cl_i386_mmx.o: code/multiword_64_64_cl_i386_mmx.cc
|
|
$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(usage_CXXFLAGS) $(CXXFLAGS) -MT usage-multiword_64_64_cl_i386_mmx.o -MD -MP -MF $(DEPDIR)/usage-multiword_64_64_cl_i386_mmx.Tpo -c -o usage-multiword_64_64_cl_i386_mmx.o `test -f 'code/multiword_64_64_cl_i386_mmx.cc' || echo '$(srcdir)/'`code/multiword_64_64_cl_i386_mmx.cc
|
|
$(am__mv) $(DEPDIR)/usage-multiword_64_64_cl_i386_mmx.Tpo $(DEPDIR)/usage-multiword_64_64_cl_i386_mmx.Po
|
|
# source='code/multiword_64_64_cl_i386_mmx.cc' object='usage-multiword_64_64_cl_i386_mmx.o' libtool=no \
|
|
# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
|
|
# $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(usage_CXXFLAGS) $(CXXFLAGS) -c -o usage-multiword_64_64_cl_i386_mmx.o `test -f 'code/multiword_64_64_cl_i386_mmx.cc' || echo '$(srcdir)/'`code/multiword_64_64_cl_i386_mmx.cc
|
|
|
|
usage-multiword_64_64_cl_i386_mmx.obj: code/multiword_64_64_cl_i386_mmx.cc
|
|
$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(usage_CXXFLAGS) $(CXXFLAGS) -MT usage-multiword_64_64_cl_i386_mmx.obj -MD -MP -MF $(DEPDIR)/usage-multiword_64_64_cl_i386_mmx.Tpo -c -o usage-multiword_64_64_cl_i386_mmx.obj `if test -f 'code/multiword_64_64_cl_i386_mmx.cc'; then $(CYGPATH_W) 'code/multiword_64_64_cl_i386_mmx.cc'; else $(CYGPATH_W) '$(srcdir)/code/multiword_64_64_cl_i386_mmx.cc'; fi`
|
|
$(am__mv) $(DEPDIR)/usage-multiword_64_64_cl_i386_mmx.Tpo $(DEPDIR)/usage-multiword_64_64_cl_i386_mmx.Po
|
|
# source='code/multiword_64_64_cl_i386_mmx.cc' object='usage-multiword_64_64_cl_i386_mmx.obj' libtool=no \
|
|
# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
|
|
# $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(usage_CXXFLAGS) $(CXXFLAGS) -c -o usage-multiword_64_64_cl_i386_mmx.obj `if test -f 'code/multiword_64_64_cl_i386_mmx.cc'; then $(CYGPATH_W) 'code/multiword_64_64_cl_i386_mmx.cc'; else $(CYGPATH_W) '$(srcdir)/code/multiword_64_64_cl_i386_mmx.cc'; fi`
|
|
|
|
usage-multiword_64_64_gcc_amd64_asm.o: code/multiword_64_64_gcc_amd64_asm.cc
|
|
$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(usage_CXXFLAGS) $(CXXFLAGS) -MT usage-multiword_64_64_gcc_amd64_asm.o -MD -MP -MF $(DEPDIR)/usage-multiword_64_64_gcc_amd64_asm.Tpo -c -o usage-multiword_64_64_gcc_amd64_asm.o `test -f 'code/multiword_64_64_gcc_amd64_asm.cc' || echo '$(srcdir)/'`code/multiword_64_64_gcc_amd64_asm.cc
|
|
$(am__mv) $(DEPDIR)/usage-multiword_64_64_gcc_amd64_asm.Tpo $(DEPDIR)/usage-multiword_64_64_gcc_amd64_asm.Po
|
|
# source='code/multiword_64_64_gcc_amd64_asm.cc' object='usage-multiword_64_64_gcc_amd64_asm.o' libtool=no \
|
|
# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
|
|
# $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(usage_CXXFLAGS) $(CXXFLAGS) -c -o usage-multiword_64_64_gcc_amd64_asm.o `test -f 'code/multiword_64_64_gcc_amd64_asm.cc' || echo '$(srcdir)/'`code/multiword_64_64_gcc_amd64_asm.cc
|
|
|
|
usage-multiword_64_64_gcc_amd64_asm.obj: code/multiword_64_64_gcc_amd64_asm.cc
|
|
$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(usage_CXXFLAGS) $(CXXFLAGS) -MT usage-multiword_64_64_gcc_amd64_asm.obj -MD -MP -MF $(DEPDIR)/usage-multiword_64_64_gcc_amd64_asm.Tpo -c -o usage-multiword_64_64_gcc_amd64_asm.obj `if test -f 'code/multiword_64_64_gcc_amd64_asm.cc'; then $(CYGPATH_W) 'code/multiword_64_64_gcc_amd64_asm.cc'; else $(CYGPATH_W) '$(srcdir)/code/multiword_64_64_gcc_amd64_asm.cc'; fi`
|
|
$(am__mv) $(DEPDIR)/usage-multiword_64_64_gcc_amd64_asm.Tpo $(DEPDIR)/usage-multiword_64_64_gcc_amd64_asm.Po
|
|
# source='code/multiword_64_64_gcc_amd64_asm.cc' object='usage-multiword_64_64_gcc_amd64_asm.obj' libtool=no \
|
|
# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
|
|
# $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(usage_CXXFLAGS) $(CXXFLAGS) -c -o usage-multiword_64_64_gcc_amd64_asm.obj `if test -f 'code/multiword_64_64_gcc_amd64_asm.cc'; then $(CYGPATH_W) 'code/multiword_64_64_gcc_amd64_asm.cc'; else $(CYGPATH_W) '$(srcdir)/code/multiword_64_64_gcc_amd64_asm.cc'; fi`
|
|
|
|
usage-multiword_64_64_gcc_i386_mmx.o: code/multiword_64_64_gcc_i386_mmx.cc
|
|
$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(usage_CXXFLAGS) $(CXXFLAGS) -MT usage-multiword_64_64_gcc_i386_mmx.o -MD -MP -MF $(DEPDIR)/usage-multiword_64_64_gcc_i386_mmx.Tpo -c -o usage-multiword_64_64_gcc_i386_mmx.o `test -f 'code/multiword_64_64_gcc_i386_mmx.cc' || echo '$(srcdir)/'`code/multiword_64_64_gcc_i386_mmx.cc
|
|
$(am__mv) $(DEPDIR)/usage-multiword_64_64_gcc_i386_mmx.Tpo $(DEPDIR)/usage-multiword_64_64_gcc_i386_mmx.Po
|
|
# source='code/multiword_64_64_gcc_i386_mmx.cc' object='usage-multiword_64_64_gcc_i386_mmx.o' libtool=no \
|
|
# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
|
|
# $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(usage_CXXFLAGS) $(CXXFLAGS) -c -o usage-multiword_64_64_gcc_i386_mmx.o `test -f 'code/multiword_64_64_gcc_i386_mmx.cc' || echo '$(srcdir)/'`code/multiword_64_64_gcc_i386_mmx.cc
|
|
|
|
usage-multiword_64_64_gcc_i386_mmx.obj: code/multiword_64_64_gcc_i386_mmx.cc
|
|
$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(usage_CXXFLAGS) $(CXXFLAGS) -MT usage-multiword_64_64_gcc_i386_mmx.obj -MD -MP -MF $(DEPDIR)/usage-multiword_64_64_gcc_i386_mmx.Tpo -c -o usage-multiword_64_64_gcc_i386_mmx.obj `if test -f 'code/multiword_64_64_gcc_i386_mmx.cc'; then $(CYGPATH_W) 'code/multiword_64_64_gcc_i386_mmx.cc'; else $(CYGPATH_W) '$(srcdir)/code/multiword_64_64_gcc_i386_mmx.cc'; fi`
|
|
$(am__mv) $(DEPDIR)/usage-multiword_64_64_gcc_i386_mmx.Tpo $(DEPDIR)/usage-multiword_64_64_gcc_i386_mmx.Po
|
|
# source='code/multiword_64_64_gcc_i386_mmx.cc' object='usage-multiword_64_64_gcc_i386_mmx.obj' libtool=no \
|
|
# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
|
|
# $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(usage_CXXFLAGS) $(CXXFLAGS) -c -o usage-multiword_64_64_gcc_i386_mmx.obj `if test -f 'code/multiword_64_64_gcc_i386_mmx.cc'; then $(CYGPATH_W) 'code/multiword_64_64_gcc_i386_mmx.cc'; else $(CYGPATH_W) '$(srcdir)/code/multiword_64_64_gcc_i386_mmx.cc'; fi`
|
|
|
|
usage-interface.o: examples/interface.cc
|
|
$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(usage_CXXFLAGS) $(CXXFLAGS) -MT usage-interface.o -MD -MP -MF $(DEPDIR)/usage-interface.Tpo -c -o usage-interface.o `test -f 'examples/interface.cc' || echo '$(srcdir)/'`examples/interface.cc
|
|
$(am__mv) $(DEPDIR)/usage-interface.Tpo $(DEPDIR)/usage-interface.Po
|
|
# source='examples/interface.cc' object='usage-interface.o' libtool=no \
|
|
# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
|
|
# $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(usage_CXXFLAGS) $(CXXFLAGS) -c -o usage-interface.o `test -f 'examples/interface.cc' || echo '$(srcdir)/'`examples/interface.cc
|
|
|
|
usage-interface.obj: examples/interface.cc
|
|
$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(usage_CXXFLAGS) $(CXXFLAGS) -MT usage-interface.obj -MD -MP -MF $(DEPDIR)/usage-interface.Tpo -c -o usage-interface.obj `if test -f 'examples/interface.cc'; then $(CYGPATH_W) 'examples/interface.cc'; else $(CYGPATH_W) '$(srcdir)/examples/interface.cc'; fi`
|
|
$(am__mv) $(DEPDIR)/usage-interface.Tpo $(DEPDIR)/usage-interface.Po
|
|
# source='examples/interface.cc' object='usage-interface.obj' libtool=no \
|
|
# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
|
|
# $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(usage_CXXFLAGS) $(CXXFLAGS) -c -o usage-interface.obj `if test -f 'examples/interface.cc'; then $(CYGPATH_W) 'examples/interface.cc'; else $(CYGPATH_W) '$(srcdir)/examples/interface.cc'; fi`
|
|
|
|
usage-usage.o: examples/usage.cc
|
|
$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(usage_CXXFLAGS) $(CXXFLAGS) -MT usage-usage.o -MD -MP -MF $(DEPDIR)/usage-usage.Tpo -c -o usage-usage.o `test -f 'examples/usage.cc' || echo '$(srcdir)/'`examples/usage.cc
|
|
$(am__mv) $(DEPDIR)/usage-usage.Tpo $(DEPDIR)/usage-usage.Po
|
|
# source='examples/usage.cc' object='usage-usage.o' libtool=no \
|
|
# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
|
|
# $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(usage_CXXFLAGS) $(CXXFLAGS) -c -o usage-usage.o `test -f 'examples/usage.cc' || echo '$(srcdir)/'`examples/usage.cc
|
|
|
|
usage-usage.obj: examples/usage.cc
|
|
$(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(usage_CXXFLAGS) $(CXXFLAGS) -MT usage-usage.obj -MD -MP -MF $(DEPDIR)/usage-usage.Tpo -c -o usage-usage.obj `if test -f 'examples/usage.cc'; then $(CYGPATH_W) 'examples/usage.cc'; else $(CYGPATH_W) '$(srcdir)/examples/usage.cc'; fi`
|
|
$(am__mv) $(DEPDIR)/usage-usage.Tpo $(DEPDIR)/usage-usage.Po
|
|
# source='examples/usage.cc' object='usage-usage.obj' libtool=no \
|
|
# DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
|
|
# $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(usage_CXXFLAGS) $(CXXFLAGS) -c -o usage-usage.obj `if test -f 'examples/usage.cc'; then $(CYGPATH_W) 'examples/usage.cc'; else $(CYGPATH_W) '$(srcdir)/examples/usage.cc'; fi`
|
|
|
|
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
|
|
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
|
|
unique=`for i in $$list; do \
|
|
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
|
|
done | \
|
|
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
|
|
END { if (nonempty) { for (i in files) print i; }; }'`; \
|
|
mkid -fID $$unique
|
|
tags: TAGS
|
|
|
|
TAGS: $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
|
|
$(TAGS_FILES) $(LISP)
|
|
set x; \
|
|
here=`pwd`; \
|
|
list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
|
|
unique=`for i in $$list; do \
|
|
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
|
|
done | \
|
|
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
|
|
END { if (nonempty) { for (i in files) print i; }; }'`; \
|
|
shift; \
|
|
if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
|
|
test -n "$$unique" || unique=$$empty_fix; \
|
|
if test $$# -gt 0; then \
|
|
$(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
|
|
"$$@" $$unique; \
|
|
else \
|
|
$(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
|
|
$$unique; \
|
|
fi; \
|
|
fi
|
|
ctags: CTAGS
|
|
CTAGS: $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
|
|
$(TAGS_FILES) $(LISP)
|
|
list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
|
|
unique=`for i in $$list; do \
|
|
if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
|
|
done | \
|
|
$(AWK) '{ files[$$0] = 1; nonempty = 1; } \
|
|
END { if (nonempty) { for (i in files) print i; }; }'`; \
|
|
test -z "$(CTAGS_ARGS)$$unique" \
|
|
|| $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
|
|
$$unique
|
|
|
|
GTAGS:
|
|
here=`$(am__cd) $(top_builddir) && pwd` \
|
|
&& $(am__cd) $(top_srcdir) \
|
|
&& gtags -i $(GTAGS_ARGS) "$$here"
|
|
|
|
distclean-tags:
|
|
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
|
|
|
|
check-TESTS: $(TESTS)
|
|
@failed=0; all=0; xfail=0; xpass=0; skip=0; \
|
|
srcdir=$(srcdir); export srcdir; \
|
|
list=' $(TESTS) '; \
|
|
$(am__tty_colors); \
|
|
if test -n "$$list"; then \
|
|
for tst in $$list; do \
|
|
if test -f ./$$tst; then dir=./; \
|
|
elif test -f $$tst; then dir=; \
|
|
else dir="$(srcdir)/"; fi; \
|
|
if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \
|
|
all=`expr $$all + 1`; \
|
|
case " $(XFAIL_TESTS) " in \
|
|
*[\ \ ]$$tst[\ \ ]*) \
|
|
xpass=`expr $$xpass + 1`; \
|
|
failed=`expr $$failed + 1`; \
|
|
col=$$red; res=XPASS; \
|
|
;; \
|
|
*) \
|
|
col=$$grn; res=PASS; \
|
|
;; \
|
|
esac; \
|
|
elif test $$? -ne 77; then \
|
|
all=`expr $$all + 1`; \
|
|
case " $(XFAIL_TESTS) " in \
|
|
*[\ \ ]$$tst[\ \ ]*) \
|
|
xfail=`expr $$xfail + 1`; \
|
|
col=$$lgn; res=XFAIL; \
|
|
;; \
|
|
*) \
|
|
failed=`expr $$failed + 1`; \
|
|
col=$$red; res=FAIL; \
|
|
;; \
|
|
esac; \
|
|
else \
|
|
skip=`expr $$skip + 1`; \
|
|
col=$$blu; res=SKIP; \
|
|
fi; \
|
|
echo "$${col}$$res$${std}: $$tst"; \
|
|
done; \
|
|
if test "$$all" -eq 1; then \
|
|
tests="test"; \
|
|
All=""; \
|
|
else \
|
|
tests="tests"; \
|
|
All="All "; \
|
|
fi; \
|
|
if test "$$failed" -eq 0; then \
|
|
if test "$$xfail" -eq 0; then \
|
|
banner="$$All$$all $$tests passed"; \
|
|
else \
|
|
if test "$$xfail" -eq 1; then failures=failure; else failures=failures; fi; \
|
|
banner="$$All$$all $$tests behaved as expected ($$xfail expected $$failures)"; \
|
|
fi; \
|
|
else \
|
|
if test "$$xpass" -eq 0; then \
|
|
banner="$$failed of $$all $$tests failed"; \
|
|
else \
|
|
if test "$$xpass" -eq 1; then passes=pass; else passes=passes; fi; \
|
|
banner="$$failed of $$all $$tests did not behave as expected ($$xpass unexpected $$passes)"; \
|
|
fi; \
|
|
fi; \
|
|
dashes="$$banner"; \
|
|
skipped=""; \
|
|
if test "$$skip" -ne 0; then \
|
|
if test "$$skip" -eq 1; then \
|
|
skipped="($$skip test was not run)"; \
|
|
else \
|
|
skipped="($$skip tests were not run)"; \
|
|
fi; \
|
|
test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
|
|
dashes="$$skipped"; \
|
|
fi; \
|
|
report=""; \
|
|
if test "$$failed" -ne 0 && test -n "$(PACKAGE_BUGREPORT)"; then \
|
|
report="Please report to $(PACKAGE_BUGREPORT)"; \
|
|
test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \
|
|
dashes="$$report"; \
|
|
fi; \
|
|
dashes=`echo "$$dashes" | sed s/./=/g`; \
|
|
if test "$$failed" -eq 0; then \
|
|
echo "$$grn$$dashes"; \
|
|
else \
|
|
echo "$$red$$dashes"; \
|
|
fi; \
|
|
echo "$$banner"; \
|
|
test -z "$$skipped" || echo "$$skipped"; \
|
|
test -z "$$report" || echo "$$report"; \
|
|
echo "$$dashes$$std"; \
|
|
test "$$failed" -eq 0; \
|
|
else :; fi
|
|
|
|
distdir: $(DISTFILES)
|
|
$(am__remove_distdir)
|
|
test -d "$(distdir)" || mkdir "$(distdir)"
|
|
@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
|
|
topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
|
|
list='$(DISTFILES)'; \
|
|
dist_files=`for file in $$list; do echo $$file; done | \
|
|
sed -e "s|^$$srcdirstrip/||;t" \
|
|
-e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
|
|
case $$dist_files in \
|
|
*/*) $(MKDIR_P) `echo "$$dist_files" | \
|
|
sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
|
|
sort -u` ;; \
|
|
esac; \
|
|
for file in $$dist_files; do \
|
|
if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
|
|
if test -d $$d/$$file; then \
|
|
dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
|
|
if test -d "$(distdir)/$$file"; then \
|
|
find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
|
|
fi; \
|
|
if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
|
|
cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
|
|
find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
|
|
fi; \
|
|
cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
|
|
else \
|
|
test -f "$(distdir)/$$file" \
|
|
|| cp -p $$d/$$file "$(distdir)/$$file" \
|
|
|| exit 1; \
|
|
fi; \
|
|
done
|
|
-test -n "$(am__skip_mode_fix)" \
|
|
|| find "$(distdir)" -type d ! -perm -755 \
|
|
-exec chmod u+rwx,go+rx {} \; -o \
|
|
! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
|
|
! -type d ! -perm -400 -exec chmod a+r {} \; -o \
|
|
! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
|
|
|| chmod -R a+r "$(distdir)"
|
|
dist-gzip: distdir
|
|
tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
|
|
$(am__remove_distdir)
|
|
|
|
dist-bzip2: distdir
|
|
tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
|
|
$(am__remove_distdir)
|
|
|
|
dist-lzma: distdir
|
|
tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
|
|
$(am__remove_distdir)
|
|
|
|
dist-xz: distdir
|
|
tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
|
|
$(am__remove_distdir)
|
|
|
|
dist-tarZ: distdir
|
|
tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
|
|
$(am__remove_distdir)
|
|
|
|
dist-shar: distdir
|
|
shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
|
|
$(am__remove_distdir)
|
|
|
|
dist-zip: distdir
|
|
-rm -f $(distdir).zip
|
|
zip -rq $(distdir).zip $(distdir)
|
|
$(am__remove_distdir)
|
|
|
|
dist dist-all: distdir
|
|
tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
|
|
$(am__remove_distdir)
|
|
|
|
# This target untars the dist file and tries a VPATH configuration. Then
|
|
# it guarantees that the distribution is self-contained by making another
|
|
# tarfile.
|
|
distcheck: dist
|
|
case '$(DIST_ARCHIVES)' in \
|
|
*.tar.gz*) \
|
|
GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
|
|
*.tar.bz2*) \
|
|
bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
|
|
*.tar.lzma*) \
|
|
lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
|
|
*.tar.xz*) \
|
|
xz -dc $(distdir).tar.xz | $(am__untar) ;;\
|
|
*.tar.Z*) \
|
|
uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
|
|
*.shar.gz*) \
|
|
GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
|
|
*.zip*) \
|
|
unzip $(distdir).zip ;;\
|
|
esac
|
|
chmod -R a-w $(distdir); chmod a+w $(distdir)
|
|
mkdir $(distdir)/_build
|
|
mkdir $(distdir)/_inst
|
|
chmod a-w $(distdir)
|
|
test -d $(distdir)/_build || exit 0; \
|
|
dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
|
|
&& dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
|
|
&& am__cwd=`pwd` \
|
|
&& $(am__cd) $(distdir)/_build \
|
|
&& ../configure --srcdir=.. --prefix="$$dc_install_base" \
|
|
$(DISTCHECK_CONFIGURE_FLAGS) \
|
|
&& $(MAKE) $(AM_MAKEFLAGS) \
|
|
&& $(MAKE) $(AM_MAKEFLAGS) dvi \
|
|
&& $(MAKE) $(AM_MAKEFLAGS) check \
|
|
&& $(MAKE) $(AM_MAKEFLAGS) install \
|
|
&& $(MAKE) $(AM_MAKEFLAGS) installcheck \
|
|
&& $(MAKE) $(AM_MAKEFLAGS) uninstall \
|
|
&& $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
|
|
distuninstallcheck \
|
|
&& chmod -R a-w "$$dc_install_base" \
|
|
&& ({ \
|
|
(cd ../.. && umask 077 && mkdir "$$dc_destdir") \
|
|
&& $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
|
|
&& $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
|
|
&& $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
|
|
distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
|
|
} || { rm -rf "$$dc_destdir"; exit 1; }) \
|
|
&& rm -rf "$$dc_destdir" \
|
|
&& $(MAKE) $(AM_MAKEFLAGS) dist \
|
|
&& rm -rf $(DIST_ARCHIVES) \
|
|
&& $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
|
|
&& cd "$$am__cwd" \
|
|
|| exit 1
|
|
$(am__remove_distdir)
|
|
@(echo "$(distdir) archives ready for distribution: "; \
|
|
list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
|
|
sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
|
|
distuninstallcheck:
|
|
@$(am__cd) '$(distuninstallcheck_dir)' \
|
|
&& test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
|
|
|| { echo "ERROR: files left after uninstall:" ; \
|
|
if test -n "$(DESTDIR)"; then \
|
|
echo " (check DESTDIR support)"; \
|
|
fi ; \
|
|
$(distuninstallcheck_listfiles) ; \
|
|
exit 1; } >&2
|
|
distcleancheck: distclean
|
|
@if test '$(srcdir)' = . ; then \
|
|
echo "ERROR: distcleancheck can only run from a VPATH build" ; \
|
|
exit 1 ; \
|
|
fi
|
|
@test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
|
|
|| { echo "ERROR: files left in build directory after distclean:" ; \
|
|
$(distcleancheck_listfiles) ; \
|
|
exit 1; } >&2
|
|
check-am: all-am
|
|
$(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS)
|
|
$(MAKE) $(AM_MAKEFLAGS) check-TESTS
|
|
check: check-am
|
|
all-am: Makefile $(PROGRAMS) config.h
|
|
installdirs:
|
|
for dir in "$(DESTDIR)$(tmpdir)"; do \
|
|
test -z "$$dir" || $(MKDIR_P) "$$dir"; \
|
|
done
|
|
install: install-am
|
|
install-exec: install-exec-am
|
|
install-data: install-data-am
|
|
uninstall: uninstall-am
|
|
|
|
install-am: all-am
|
|
@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
|
|
|
|
installcheck: installcheck-am
|
|
install-strip:
|
|
$(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
|
|
install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
|
|
`test -z '$(STRIP)' || \
|
|
echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
|
|
mostlyclean-generic:
|
|
|
|
clean-generic:
|
|
|
|
distclean-generic:
|
|
-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
|
|
-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
|
|
|
|
maintainer-clean-generic:
|
|
@echo "This command is intended for maintainers to use"
|
|
@echo "it deletes files that may require special tools to rebuild."
|
|
clean: clean-am
|
|
|
|
clean-am: clean-checkPROGRAMS clean-generic clean-tmpPROGRAMS \
|
|
mostlyclean-am
|
|
|
|
distclean: distclean-am
|
|
-rm -f $(am__CONFIG_DISTCLEAN_FILES)
|
|
-rm -rf ./$(DEPDIR)
|
|
-rm -f Makefile
|
|
distclean-am: clean-am distclean-compile distclean-generic \
|
|
distclean-hdr distclean-tags
|
|
|
|
dvi: dvi-am
|
|
|
|
dvi-am:
|
|
|
|
html: html-am
|
|
|
|
html-am:
|
|
|
|
info: info-am
|
|
|
|
info-am:
|
|
|
|
install-data-am: install-tmpPROGRAMS
|
|
|
|
install-dvi: install-dvi-am
|
|
|
|
install-dvi-am:
|
|
|
|
install-exec-am:
|
|
|
|
install-html: install-html-am
|
|
|
|
install-html-am:
|
|
|
|
install-info: install-info-am
|
|
|
|
install-info-am:
|
|
|
|
install-man:
|
|
|
|
install-pdf: install-pdf-am
|
|
|
|
install-pdf-am:
|
|
|
|
install-ps: install-ps-am
|
|
|
|
install-ps-am:
|
|
|
|
installcheck-am:
|
|
|
|
maintainer-clean: maintainer-clean-am
|
|
-rm -f $(am__CONFIG_DISTCLEAN_FILES)
|
|
-rm -rf $(top_srcdir)/autom4te.cache
|
|
-rm -rf ./$(DEPDIR)
|
|
-rm -f Makefile
|
|
maintainer-clean-am: distclean-am maintainer-clean-generic
|
|
|
|
mostlyclean: mostlyclean-am
|
|
|
|
mostlyclean-am: mostlyclean-compile mostlyclean-generic
|
|
|
|
pdf: pdf-am
|
|
|
|
pdf-am:
|
|
|
|
ps: ps-am
|
|
|
|
ps-am:
|
|
|
|
uninstall-am: uninstall-tmpPROGRAMS
|
|
|
|
.MAKE: all check-am install-am install-strip
|
|
|
|
.PHONY: CTAGS GTAGS all all-am am--refresh check check-TESTS check-am \
|
|
clean clean-checkPROGRAMS clean-generic clean-tmpPROGRAMS \
|
|
ctags dist dist-all dist-bzip2 dist-gzip dist-lzma dist-shar \
|
|
dist-tarZ dist-xz dist-zip distcheck distclean \
|
|
distclean-compile distclean-generic distclean-hdr \
|
|
distclean-tags distcleancheck distdir distuninstallcheck dvi \
|
|
dvi-am html html-am info info-am install install-am \
|
|
install-data install-data-am install-dvi install-dvi-am \
|
|
install-exec install-exec-am install-html install-html-am \
|
|
install-info install-info-am install-man install-pdf \
|
|
install-pdf-am install-ps install-ps-am install-strip \
|
|
install-tmpPROGRAMS installcheck installcheck-am installdirs \
|
|
maintainer-clean maintainer-clean-generic mostlyclean \
|
|
mostlyclean-compile mostlyclean-generic pdf pdf-am ps ps-am \
|
|
tags uninstall uninstall-am uninstall-tmpPROGRAMS
|
|
|
|
|
|
# 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.
|
|
.NOEXPORT:
|