Sophie

Sophie

distrib > Mandriva > 9.1 > i586 > by-pkgid > b9ba69a436161613d8fb030c8c726a8e > files > 388

spirit-1.5.1-2mdk.noarch.rpm

# Makefile.in generated automatically by automake 1.4 from Makefile.am

# Copyright (C) 1994, 1995-8, 1999 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.


SHELL = @SHELL@

srcdir = @srcdir@
top_srcdir = @top_srcdir@
VPATH = @srcdir@
prefix = @prefix@
exec_prefix = @exec_prefix@

bindir = @bindir@
sbindir = @sbindir@
libexecdir = @libexecdir@
datadir = @datadir@
sysconfdir = @sysconfdir@
sharedstatedir = @sharedstatedir@
localstatedir = @localstatedir@
libdir = @libdir@
infodir = @infodir@
mandir = @mandir@
includedir = @includedir@
oldincludedir = /usr/include

# use 'DESTDIR' from environment!

pkgdatadir = $(datadir)/@PACKAGE@
pkglibdir = $(libdir)/@PACKAGE@
pkgincludedir = $(includedir)/@PACKAGE@

top_builddir = ../../..

ACLOCAL = @ACLOCAL@
AUTOCONF = @AUTOCONF@
AUTOMAKE = @AUTOMAKE@
AUTOHEADER = @AUTOHEADER@

INSTALL = @INSTALL@
INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
INSTALL_DATA = @INSTALL_DATA@
INSTALL_SCRIPT = @INSTALL_SCRIPT@
transform = @program_transform_name@

NORMAL_INSTALL = :
PRE_INSTALL = :
POST_INSTALL = :
NORMAL_UNINSTALL = :
PRE_UNINSTALL = :
POST_UNINSTALL = :
CC = @CC@
CXX = @CXX@
CXXCPP = @CXXCPP@
MAKEINFO = @MAKEINFO@
PACKAGE = @PACKAGE@
VERSION = @VERSION@

check_PROGRAMS = binary_tests binders_tests functors_tests iostream_tests   mixed_binary_tests more_expressions_tests primitives_tests statements_tests   stl_tests tuples_tests unary_tests


binary_tests_SOURCES = binary_tests.cpp
binders_tests_SOURCES = binders_tests.cpp
functors_tests_SOURCES = functors_tests.cpp
iostream_tests_SOURCES = iostream_tests.cpp
mixed_binary_tests_SOURCES = mixed_binary_tests.cpp
more_expressions_tests_SOURCES = more_expressions_tests.cpp
primitives_tests_SOURCES = primitives_tests.cpp
statements_tests_SOURCES = statements_tests.cpp
stl_tests_SOURCES = stl_tests.cpp
tuples_tests_SOURCES = tuples_tests.cpp
unary_tests_SOURCES = unary_tests.cpp

EXTRA_DIST =  runtest.sh Jamfile


INCLUDES = -I$(top_srcdir)

TESTS = runtest.sh
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
CONFIG_CLEAN_FILES = 

DEFS = @DEFS@ -I. -I$(srcdir) 
CPPFLAGS = @CPPFLAGS@
LDFLAGS = @LDFLAGS@
LIBS = @LIBS@
binary_tests_OBJECTS =  binary_tests.o
binary_tests_LDADD = $(LDADD)
binary_tests_DEPENDENCIES = 
binary_tests_LDFLAGS = 
binders_tests_OBJECTS =  binders_tests.o
binders_tests_LDADD = $(LDADD)
binders_tests_DEPENDENCIES = 
binders_tests_LDFLAGS = 
functors_tests_OBJECTS =  functors_tests.o
functors_tests_LDADD = $(LDADD)
functors_tests_DEPENDENCIES = 
functors_tests_LDFLAGS = 
iostream_tests_OBJECTS =  iostream_tests.o
iostream_tests_LDADD = $(LDADD)
iostream_tests_DEPENDENCIES = 
iostream_tests_LDFLAGS = 
mixed_binary_tests_OBJECTS =  mixed_binary_tests.o
mixed_binary_tests_LDADD = $(LDADD)
mixed_binary_tests_DEPENDENCIES = 
mixed_binary_tests_LDFLAGS = 
more_expressions_tests_OBJECTS =  more_expressions_tests.o
more_expressions_tests_LDADD = $(LDADD)
more_expressions_tests_DEPENDENCIES = 
more_expressions_tests_LDFLAGS = 
primitives_tests_OBJECTS =  primitives_tests.o
primitives_tests_LDADD = $(LDADD)
primitives_tests_DEPENDENCIES = 
primitives_tests_LDFLAGS = 
statements_tests_OBJECTS =  statements_tests.o
statements_tests_LDADD = $(LDADD)
statements_tests_DEPENDENCIES = 
statements_tests_LDFLAGS = 
stl_tests_OBJECTS =  stl_tests.o
stl_tests_LDADD = $(LDADD)
stl_tests_DEPENDENCIES = 
stl_tests_LDFLAGS = 
tuples_tests_OBJECTS =  tuples_tests.o
tuples_tests_LDADD = $(LDADD)
tuples_tests_DEPENDENCIES = 
tuples_tests_LDFLAGS = 
unary_tests_OBJECTS =  unary_tests.o
unary_tests_LDADD = $(LDADD)
unary_tests_DEPENDENCIES = 
unary_tests_LDFLAGS = 
CXXFLAGS = @CXXFLAGS@
CXXCOMPILE = $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
CXXLD = $(CXX)
CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(LDFLAGS) -o $@
DIST_COMMON =  Makefile.am Makefile.in


DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)

TAR = tar
GZIP_ENV = --best
SOURCES = $(binary_tests_SOURCES) $(binders_tests_SOURCES) $(functors_tests_SOURCES) $(iostream_tests_SOURCES) $(mixed_binary_tests_SOURCES) $(more_expressions_tests_SOURCES) $(primitives_tests_SOURCES) $(statements_tests_SOURCES) $(stl_tests_SOURCES) $(tuples_tests_SOURCES) $(unary_tests_SOURCES)
OBJECTS = $(binary_tests_OBJECTS) $(binders_tests_OBJECTS) $(functors_tests_OBJECTS) $(iostream_tests_OBJECTS) $(mixed_binary_tests_OBJECTS) $(more_expressions_tests_OBJECTS) $(primitives_tests_OBJECTS) $(statements_tests_OBJECTS) $(stl_tests_OBJECTS) $(tuples_tests_OBJECTS) $(unary_tests_OBJECTS)

all: all-redirect
.SUFFIXES:
.SUFFIXES: .S .c .cpp .o .s
$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
	cd $(top_srcdir) && $(AUTOMAKE) --foreign --include-deps libs/phoenix/test/Makefile

Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
	cd $(top_builddir) \
	  && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status


mostlyclean-checkPROGRAMS:

clean-checkPROGRAMS:
	-test -z "$(check_PROGRAMS)" || rm -f $(check_PROGRAMS)

distclean-checkPROGRAMS:

maintainer-clean-checkPROGRAMS:

.c.o:
	$(COMPILE) -c $<

.s.o:
	$(COMPILE) -c $<

.S.o:
	$(COMPILE) -c $<

mostlyclean-compile:
	-rm -f *.o core *.core

clean-compile:

distclean-compile:
	-rm -f *.tab.c

maintainer-clean-compile:

binary_tests: $(binary_tests_OBJECTS) $(binary_tests_DEPENDENCIES)
	@rm -f binary_tests
	$(CXXLINK) $(binary_tests_LDFLAGS) $(binary_tests_OBJECTS) $(binary_tests_LDADD) $(LIBS)

binders_tests: $(binders_tests_OBJECTS) $(binders_tests_DEPENDENCIES)
	@rm -f binders_tests
	$(CXXLINK) $(binders_tests_LDFLAGS) $(binders_tests_OBJECTS) $(binders_tests_LDADD) $(LIBS)

functors_tests: $(functors_tests_OBJECTS) $(functors_tests_DEPENDENCIES)
	@rm -f functors_tests
	$(CXXLINK) $(functors_tests_LDFLAGS) $(functors_tests_OBJECTS) $(functors_tests_LDADD) $(LIBS)

iostream_tests: $(iostream_tests_OBJECTS) $(iostream_tests_DEPENDENCIES)
	@rm -f iostream_tests
	$(CXXLINK) $(iostream_tests_LDFLAGS) $(iostream_tests_OBJECTS) $(iostream_tests_LDADD) $(LIBS)

mixed_binary_tests: $(mixed_binary_tests_OBJECTS) $(mixed_binary_tests_DEPENDENCIES)
	@rm -f mixed_binary_tests
	$(CXXLINK) $(mixed_binary_tests_LDFLAGS) $(mixed_binary_tests_OBJECTS) $(mixed_binary_tests_LDADD) $(LIBS)

more_expressions_tests: $(more_expressions_tests_OBJECTS) $(more_expressions_tests_DEPENDENCIES)
	@rm -f more_expressions_tests
	$(CXXLINK) $(more_expressions_tests_LDFLAGS) $(more_expressions_tests_OBJECTS) $(more_expressions_tests_LDADD) $(LIBS)

primitives_tests: $(primitives_tests_OBJECTS) $(primitives_tests_DEPENDENCIES)
	@rm -f primitives_tests
	$(CXXLINK) $(primitives_tests_LDFLAGS) $(primitives_tests_OBJECTS) $(primitives_tests_LDADD) $(LIBS)

statements_tests: $(statements_tests_OBJECTS) $(statements_tests_DEPENDENCIES)
	@rm -f statements_tests
	$(CXXLINK) $(statements_tests_LDFLAGS) $(statements_tests_OBJECTS) $(statements_tests_LDADD) $(LIBS)

stl_tests: $(stl_tests_OBJECTS) $(stl_tests_DEPENDENCIES)
	@rm -f stl_tests
	$(CXXLINK) $(stl_tests_LDFLAGS) $(stl_tests_OBJECTS) $(stl_tests_LDADD) $(LIBS)

tuples_tests: $(tuples_tests_OBJECTS) $(tuples_tests_DEPENDENCIES)
	@rm -f tuples_tests
	$(CXXLINK) $(tuples_tests_LDFLAGS) $(tuples_tests_OBJECTS) $(tuples_tests_LDADD) $(LIBS)

unary_tests: $(unary_tests_OBJECTS) $(unary_tests_DEPENDENCIES)
	@rm -f unary_tests
	$(CXXLINK) $(unary_tests_LDFLAGS) $(unary_tests_OBJECTS) $(unary_tests_LDADD) $(LIBS)
.cpp.o:
	$(CXXCOMPILE) -c $<

tags: TAGS

ID: $(HEADERS) $(SOURCES) $(LISP)
	list='$(SOURCES) $(HEADERS)'; \
	unique=`for i in $$list; do echo $$i; done | \
	  awk '    { files[$$0] = 1; } \
	       END { for (i in files) print i; }'`; \
	here=`pwd` && cd $(srcdir) \
	  && mkid -f$$here/ID $$unique $(LISP)

TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
	tags=; \
	here=`pwd`; \
	list='$(SOURCES) $(HEADERS)'; \
	unique=`for i in $$list; do echo $$i; done | \
	  awk '    { files[$$0] = 1; } \
	       END { for (i in files) print i; }'`; \
	test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
	  || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)

mostlyclean-tags:

clean-tags:

distclean-tags:
	-rm -f TAGS ID

maintainer-clean-tags:

distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)

subdir = libs/phoenix/test

distdir: $(DISTFILES)
	@for file in $(DISTFILES); do \
	  d=$(srcdir); \
	  if test -d $$d/$$file; then \
	    cp -pr $$/$$file $(distdir)/$$file; \
	  else \
	    test -f $(distdir)/$$file \
	    || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
	    || cp -p $$d/$$file $(distdir)/$$file || :; \
	  fi; \
	done
binary_tests.o: binary_tests.cpp ../../../boost/phoenix/primitives.hpp \
	../../../boost/phoenix/actor.hpp \
	../../../boost/phoenix/tuples.hpp \
	../../../boost/static_assert.hpp ../../../boost/config.hpp \
	../../../boost/config/user.hpp \
	../../../boost/config/select_compiler_config.hpp \
	../../../boost/config/compiler/gcc.hpp \
	../../../boost/config/select_stdlib_config.hpp \
	../../../boost/config/stdlib/libstdcpp3.hpp \
	../../../boost/config/select_platform_config.hpp \
	../../../boost/config/platform/linux.hpp \
	../../../boost/config/posix_features.hpp \
	../../../boost/config/suffix.hpp ../../../boost/call_traits.hpp \
	../../../boost/detail/call_traits.hpp \
	../../../boost/type_traits/arithmetic_traits.hpp \
	../../../boost/type_traits/ice.hpp \
	../../../boost/type_traits/fwd.hpp \
	../../../boost/type_traits/composite_traits.hpp \
	../../../boost/type_traits/conversion_traits.hpp \
	../../../boost/type_traits/cv_traits.hpp \
	../../../boost/type_traits/reference_traits.hpp \
	../../../boost/type_traits/utility.hpp \
	../../../boost/type_traits/array_traits.hpp \
	../../../boost/type_traits/transform_traits.hpp \
	../../../boost/type_traits/is_class.hpp \
	../../../boost/type_traits.hpp \
	../../../boost/type_traits/alignment_traits.hpp \
	../../../boost/preprocessor/list/for_each_i.hpp \
	../../../boost/preprocessor/list/adt.hpp \
	../../../boost/preprocessor/tuple/elem.hpp \
	../../../boost/preprocessor/logical/not.hpp \
	../../../boost/preprocessor/logical/nor.hpp \
	../../../boost/preprocessor/logical/bool.hpp \
	../../../boost/preprocessor/inc.hpp \
	../../../boost/preprocessor/for.hpp \
	../../../boost/preprocessor/if.hpp \
	../../../boost/preprocessor/tuple/eat.hpp \
	../../../boost/preprocessor/tuple/to_list.hpp \
	../../../boost/preprocessor/cat.hpp \
	../../../boost/type_traits/object_traits.hpp \
	../../../boost/type_traits/function_traits.hpp \
	../../../boost/type_traits/same_traits.hpp \
	../../../boost/phoenix/operators.hpp \
	../../../boost/phoenix/composite.hpp
binders_tests.o: binders_tests.cpp ../../../boost/phoenix/primitives.hpp \
	../../../boost/phoenix/actor.hpp \
	../../../boost/phoenix/tuples.hpp \
	../../../boost/static_assert.hpp ../../../boost/config.hpp \
	../../../boost/config/user.hpp \
	../../../boost/config/select_compiler_config.hpp \
	../../../boost/config/compiler/gcc.hpp \
	../../../boost/config/select_stdlib_config.hpp \
	../../../boost/config/stdlib/libstdcpp3.hpp \
	../../../boost/config/select_platform_config.hpp \
	../../../boost/config/platform/linux.hpp \
	../../../boost/config/posix_features.hpp \
	../../../boost/config/suffix.hpp ../../../boost/call_traits.hpp \
	../../../boost/detail/call_traits.hpp \
	../../../boost/type_traits/arithmetic_traits.hpp \
	../../../boost/type_traits/ice.hpp \
	../../../boost/type_traits/fwd.hpp \
	../../../boost/type_traits/composite_traits.hpp \
	../../../boost/type_traits/conversion_traits.hpp \
	../../../boost/type_traits/cv_traits.hpp \
	../../../boost/type_traits/reference_traits.hpp \
	../../../boost/type_traits/utility.hpp \
	../../../boost/type_traits/array_traits.hpp \
	../../../boost/type_traits/transform_traits.hpp \
	../../../boost/type_traits/is_class.hpp \
	../../../boost/type_traits.hpp \
	../../../boost/type_traits/alignment_traits.hpp \
	../../../boost/preprocessor/list/for_each_i.hpp \
	../../../boost/preprocessor/list/adt.hpp \
	../../../boost/preprocessor/tuple/elem.hpp \
	../../../boost/preprocessor/logical/not.hpp \
	../../../boost/preprocessor/logical/nor.hpp \
	../../../boost/preprocessor/logical/bool.hpp \
	../../../boost/preprocessor/inc.hpp \
	../../../boost/preprocessor/for.hpp \
	../../../boost/preprocessor/if.hpp \
	../../../boost/preprocessor/tuple/eat.hpp \
	../../../boost/preprocessor/tuple/to_list.hpp \
	../../../boost/preprocessor/cat.hpp \
	../../../boost/type_traits/object_traits.hpp \
	../../../boost/type_traits/function_traits.hpp \
	../../../boost/type_traits/same_traits.hpp \
	../../../boost/phoenix/composite.hpp \
	../../../boost/phoenix/binders.hpp \
	../../../boost/phoenix/functions.hpp
functors_tests.o: functors_tests.cpp \
	../../../boost/phoenix/primitives.hpp \
	../../../boost/phoenix/actor.hpp \
	../../../boost/phoenix/tuples.hpp \
	../../../boost/static_assert.hpp ../../../boost/config.hpp \
	../../../boost/config/user.hpp \
	../../../boost/config/select_compiler_config.hpp \
	../../../boost/config/compiler/gcc.hpp \
	../../../boost/config/select_stdlib_config.hpp \
	../../../boost/config/stdlib/libstdcpp3.hpp \
	../../../boost/config/select_platform_config.hpp \
	../../../boost/config/platform/linux.hpp \
	../../../boost/config/posix_features.hpp \
	../../../boost/config/suffix.hpp ../../../boost/call_traits.hpp \
	../../../boost/detail/call_traits.hpp \
	../../../boost/type_traits/arithmetic_traits.hpp \
	../../../boost/type_traits/ice.hpp \
	../../../boost/type_traits/fwd.hpp \
	../../../boost/type_traits/composite_traits.hpp \
	../../../boost/type_traits/conversion_traits.hpp \
	../../../boost/type_traits/cv_traits.hpp \
	../../../boost/type_traits/reference_traits.hpp \
	../../../boost/type_traits/utility.hpp \
	../../../boost/type_traits/array_traits.hpp \
	../../../boost/type_traits/transform_traits.hpp \
	../../../boost/type_traits/is_class.hpp \
	../../../boost/type_traits.hpp \
	../../../boost/type_traits/alignment_traits.hpp \
	../../../boost/preprocessor/list/for_each_i.hpp \
	../../../boost/preprocessor/list/adt.hpp \
	../../../boost/preprocessor/tuple/elem.hpp \
	../../../boost/preprocessor/logical/not.hpp \
	../../../boost/preprocessor/logical/nor.hpp \
	../../../boost/preprocessor/logical/bool.hpp \
	../../../boost/preprocessor/inc.hpp \
	../../../boost/preprocessor/for.hpp \
	../../../boost/preprocessor/if.hpp \
	../../../boost/preprocessor/tuple/eat.hpp \
	../../../boost/preprocessor/tuple/to_list.hpp \
	../../../boost/preprocessor/cat.hpp \
	../../../boost/type_traits/object_traits.hpp \
	../../../boost/type_traits/function_traits.hpp \
	../../../boost/type_traits/same_traits.hpp \
	../../../boost/phoenix/composite.hpp \
	../../../boost/phoenix/functions.hpp \
	../../../boost/phoenix/operators.hpp
iostream_tests.o: iostream_tests.cpp ../../../boost/config.hpp \
	../../../boost/config/user.hpp \
	../../../boost/config/select_compiler_config.hpp \
	../../../boost/config/compiler/gcc.hpp \
	../../../boost/config/select_stdlib_config.hpp \
	../../../boost/config/stdlib/libstdcpp3.hpp \
	../../../boost/config/select_platform_config.hpp \
	../../../boost/config/platform/linux.hpp \
	../../../boost/config/posix_features.hpp \
	../../../boost/config/suffix.hpp \
	../../../boost/phoenix/primitives.hpp \
	../../../boost/phoenix/actor.hpp \
	../../../boost/phoenix/tuples.hpp \
	../../../boost/static_assert.hpp ../../../boost/call_traits.hpp \
	../../../boost/detail/call_traits.hpp \
	../../../boost/type_traits/arithmetic_traits.hpp \
	../../../boost/type_traits/ice.hpp \
	../../../boost/type_traits/fwd.hpp \
	../../../boost/type_traits/composite_traits.hpp \
	../../../boost/type_traits/conversion_traits.hpp \
	../../../boost/type_traits/cv_traits.hpp \
	../../../boost/type_traits/reference_traits.hpp \
	../../../boost/type_traits/utility.hpp \
	../../../boost/type_traits/array_traits.hpp \
	../../../boost/type_traits/transform_traits.hpp \
	../../../boost/type_traits/is_class.hpp \
	../../../boost/type_traits.hpp \
	../../../boost/type_traits/alignment_traits.hpp \
	../../../boost/preprocessor/list/for_each_i.hpp \
	../../../boost/preprocessor/list/adt.hpp \
	../../../boost/preprocessor/tuple/elem.hpp \
	../../../boost/preprocessor/logical/not.hpp \
	../../../boost/preprocessor/logical/nor.hpp \
	../../../boost/preprocessor/logical/bool.hpp \
	../../../boost/preprocessor/inc.hpp \
	../../../boost/preprocessor/for.hpp \
	../../../boost/preprocessor/if.hpp \
	../../../boost/preprocessor/tuple/eat.hpp \
	../../../boost/preprocessor/tuple/to_list.hpp \
	../../../boost/preprocessor/cat.hpp \
	../../../boost/type_traits/object_traits.hpp \
	../../../boost/type_traits/function_traits.hpp \
	../../../boost/type_traits/same_traits.hpp \
	../../../boost/phoenix/composite.hpp \
	../../../boost/phoenix/operators.hpp \
	../../../boost/phoenix/special_ops.hpp
mixed_binary_tests.o: mixed_binary_tests.cpp \
	../../../boost/phoenix/primitives.hpp \
	../../../boost/phoenix/actor.hpp \
	../../../boost/phoenix/tuples.hpp \
	../../../boost/static_assert.hpp ../../../boost/config.hpp \
	../../../boost/config/user.hpp \
	../../../boost/config/select_compiler_config.hpp \
	../../../boost/config/compiler/gcc.hpp \
	../../../boost/config/select_stdlib_config.hpp \
	../../../boost/config/stdlib/libstdcpp3.hpp \
	../../../boost/config/select_platform_config.hpp \
	../../../boost/config/platform/linux.hpp \
	../../../boost/config/posix_features.hpp \
	../../../boost/config/suffix.hpp ../../../boost/call_traits.hpp \
	../../../boost/detail/call_traits.hpp \
	../../../boost/type_traits/arithmetic_traits.hpp \
	../../../boost/type_traits/ice.hpp \
	../../../boost/type_traits/fwd.hpp \
	../../../boost/type_traits/composite_traits.hpp \
	../../../boost/type_traits/conversion_traits.hpp \
	../../../boost/type_traits/cv_traits.hpp \
	../../../boost/type_traits/reference_traits.hpp \
	../../../boost/type_traits/utility.hpp \
	../../../boost/type_traits/array_traits.hpp \
	../../../boost/type_traits/transform_traits.hpp \
	../../../boost/type_traits/is_class.hpp \
	../../../boost/type_traits.hpp \
	../../../boost/type_traits/alignment_traits.hpp \
	../../../boost/preprocessor/list/for_each_i.hpp \
	../../../boost/preprocessor/list/adt.hpp \
	../../../boost/preprocessor/tuple/elem.hpp \
	../../../boost/preprocessor/logical/not.hpp \
	../../../boost/preprocessor/logical/nor.hpp \
	../../../boost/preprocessor/logical/bool.hpp \
	../../../boost/preprocessor/inc.hpp \
	../../../boost/preprocessor/for.hpp \
	../../../boost/preprocessor/if.hpp \
	../../../boost/preprocessor/tuple/eat.hpp \
	../../../boost/preprocessor/tuple/to_list.hpp \
	../../../boost/preprocessor/cat.hpp \
	../../../boost/type_traits/object_traits.hpp \
	../../../boost/type_traits/function_traits.hpp \
	../../../boost/type_traits/same_traits.hpp \
	../../../boost/phoenix/operators.hpp \
	../../../boost/phoenix/composite.hpp
more_expressions_tests.o: more_expressions_tests.cpp \
	../../../boost/phoenix/primitives.hpp \
	../../../boost/phoenix/actor.hpp \
	../../../boost/phoenix/tuples.hpp \
	../../../boost/static_assert.hpp ../../../boost/config.hpp \
	../../../boost/config/user.hpp \
	../../../boost/config/select_compiler_config.hpp \
	../../../boost/config/compiler/gcc.hpp \
	../../../boost/config/select_stdlib_config.hpp \
	../../../boost/config/stdlib/libstdcpp3.hpp \
	../../../boost/config/select_platform_config.hpp \
	../../../boost/config/platform/linux.hpp \
	../../../boost/config/posix_features.hpp \
	../../../boost/config/suffix.hpp ../../../boost/call_traits.hpp \
	../../../boost/detail/call_traits.hpp \
	../../../boost/type_traits/arithmetic_traits.hpp \
	../../../boost/type_traits/ice.hpp \
	../../../boost/type_traits/fwd.hpp \
	../../../boost/type_traits/composite_traits.hpp \
	../../../boost/type_traits/conversion_traits.hpp \
	../../../boost/type_traits/cv_traits.hpp \
	../../../boost/type_traits/reference_traits.hpp \
	../../../boost/type_traits/utility.hpp \
	../../../boost/type_traits/array_traits.hpp \
	../../../boost/type_traits/transform_traits.hpp \
	../../../boost/type_traits/is_class.hpp \
	../../../boost/type_traits.hpp \
	../../../boost/type_traits/alignment_traits.hpp \
	../../../boost/preprocessor/list/for_each_i.hpp \
	../../../boost/preprocessor/list/adt.hpp \
	../../../boost/preprocessor/tuple/elem.hpp \
	../../../boost/preprocessor/logical/not.hpp \
	../../../boost/preprocessor/logical/nor.hpp \
	../../../boost/preprocessor/logical/bool.hpp \
	../../../boost/preprocessor/inc.hpp \
	../../../boost/preprocessor/for.hpp \
	../../../boost/preprocessor/if.hpp \
	../../../boost/preprocessor/tuple/eat.hpp \
	../../../boost/preprocessor/tuple/to_list.hpp \
	../../../boost/preprocessor/cat.hpp \
	../../../boost/type_traits/object_traits.hpp \
	../../../boost/type_traits/function_traits.hpp \
	../../../boost/type_traits/same_traits.hpp \
	../../../boost/phoenix/composite.hpp \
	../../../boost/phoenix/functions.hpp \
	../../../boost/phoenix/operators.hpp
primitives_tests.o: primitives_tests.cpp \
	../../../boost/phoenix/primitives.hpp \
	../../../boost/phoenix/actor.hpp \
	../../../boost/phoenix/tuples.hpp \
	../../../boost/static_assert.hpp ../../../boost/config.hpp \
	../../../boost/config/user.hpp \
	../../../boost/config/select_compiler_config.hpp \
	../../../boost/config/compiler/gcc.hpp \
	../../../boost/config/select_stdlib_config.hpp \
	../../../boost/config/stdlib/libstdcpp3.hpp \
	../../../boost/config/select_platform_config.hpp \
	../../../boost/config/platform/linux.hpp \
	../../../boost/config/posix_features.hpp \
	../../../boost/config/suffix.hpp ../../../boost/call_traits.hpp \
	../../../boost/detail/call_traits.hpp \
	../../../boost/type_traits/arithmetic_traits.hpp \
	../../../boost/type_traits/ice.hpp \
	../../../boost/type_traits/fwd.hpp \
	../../../boost/type_traits/composite_traits.hpp \
	../../../boost/type_traits/conversion_traits.hpp \
	../../../boost/type_traits/cv_traits.hpp \
	../../../boost/type_traits/reference_traits.hpp \
	../../../boost/type_traits/utility.hpp \
	../../../boost/type_traits/array_traits.hpp \
	../../../boost/type_traits/transform_traits.hpp \
	../../../boost/type_traits/is_class.hpp \
	../../../boost/type_traits.hpp \
	../../../boost/type_traits/alignment_traits.hpp \
	../../../boost/preprocessor/list/for_each_i.hpp \
	../../../boost/preprocessor/list/adt.hpp \
	../../../boost/preprocessor/tuple/elem.hpp \
	../../../boost/preprocessor/logical/not.hpp \
	../../../boost/preprocessor/logical/nor.hpp \
	../../../boost/preprocessor/logical/bool.hpp \
	../../../boost/preprocessor/inc.hpp \
	../../../boost/preprocessor/for.hpp \
	../../../boost/preprocessor/if.hpp \
	../../../boost/preprocessor/tuple/eat.hpp \
	../../../boost/preprocessor/tuple/to_list.hpp \
	../../../boost/preprocessor/cat.hpp \
	../../../boost/type_traits/object_traits.hpp \
	../../../boost/type_traits/function_traits.hpp \
	../../../boost/type_traits/same_traits.hpp
statements_tests.o: statements_tests.cpp \
	../../../boost/phoenix/primitives.hpp \
	../../../boost/phoenix/actor.hpp \
	../../../boost/phoenix/tuples.hpp \
	../../../boost/static_assert.hpp ../../../boost/config.hpp \
	../../../boost/config/user.hpp \
	../../../boost/config/select_compiler_config.hpp \
	../../../boost/config/compiler/gcc.hpp \
	../../../boost/config/select_stdlib_config.hpp \
	../../../boost/config/stdlib/libstdcpp3.hpp \
	../../../boost/config/select_platform_config.hpp \
	../../../boost/config/platform/linux.hpp \
	../../../boost/config/posix_features.hpp \
	../../../boost/config/suffix.hpp ../../../boost/call_traits.hpp \
	../../../boost/detail/call_traits.hpp \
	../../../boost/type_traits/arithmetic_traits.hpp \
	../../../boost/type_traits/ice.hpp \
	../../../boost/type_traits/fwd.hpp \
	../../../boost/type_traits/composite_traits.hpp \
	../../../boost/type_traits/conversion_traits.hpp \
	../../../boost/type_traits/cv_traits.hpp \
	../../../boost/type_traits/reference_traits.hpp \
	../../../boost/type_traits/utility.hpp \
	../../../boost/type_traits/array_traits.hpp \
	../../../boost/type_traits/transform_traits.hpp \
	../../../boost/type_traits/is_class.hpp \
	../../../boost/type_traits.hpp \
	../../../boost/type_traits/alignment_traits.hpp \
	../../../boost/preprocessor/list/for_each_i.hpp \
	../../../boost/preprocessor/list/adt.hpp \
	../../../boost/preprocessor/tuple/elem.hpp \
	../../../boost/preprocessor/logical/not.hpp \
	../../../boost/preprocessor/logical/nor.hpp \
	../../../boost/preprocessor/logical/bool.hpp \
	../../../boost/preprocessor/inc.hpp \
	../../../boost/preprocessor/for.hpp \
	../../../boost/preprocessor/if.hpp \
	../../../boost/preprocessor/tuple/eat.hpp \
	../../../boost/preprocessor/tuple/to_list.hpp \
	../../../boost/preprocessor/cat.hpp \
	../../../boost/type_traits/object_traits.hpp \
	../../../boost/type_traits/function_traits.hpp \
	../../../boost/type_traits/same_traits.hpp \
	../../../boost/phoenix/functions.hpp \
	../../../boost/phoenix/composite.hpp \
	../../../boost/phoenix/operators.hpp \
	../../../boost/phoenix/special_ops.hpp \
	../../../boost/phoenix/statements.hpp
stl_tests.o: stl_tests.cpp ../../../boost/phoenix/primitives.hpp \
	../../../boost/phoenix/actor.hpp \
	../../../boost/phoenix/tuples.hpp \
	../../../boost/static_assert.hpp ../../../boost/config.hpp \
	../../../boost/config/user.hpp \
	../../../boost/config/select_compiler_config.hpp \
	../../../boost/config/compiler/gcc.hpp \
	../../../boost/config/select_stdlib_config.hpp \
	../../../boost/config/stdlib/libstdcpp3.hpp \
	../../../boost/config/select_platform_config.hpp \
	../../../boost/config/platform/linux.hpp \
	../../../boost/config/posix_features.hpp \
	../../../boost/config/suffix.hpp ../../../boost/call_traits.hpp \
	../../../boost/detail/call_traits.hpp \
	../../../boost/type_traits/arithmetic_traits.hpp \
	../../../boost/type_traits/ice.hpp \
	../../../boost/type_traits/fwd.hpp \
	../../../boost/type_traits/composite_traits.hpp \
	../../../boost/type_traits/conversion_traits.hpp \
	../../../boost/type_traits/cv_traits.hpp \
	../../../boost/type_traits/reference_traits.hpp \
	../../../boost/type_traits/utility.hpp \
	../../../boost/type_traits/array_traits.hpp \
	../../../boost/type_traits/transform_traits.hpp \
	../../../boost/type_traits/is_class.hpp \
	../../../boost/type_traits.hpp \
	../../../boost/type_traits/alignment_traits.hpp \
	../../../boost/preprocessor/list/for_each_i.hpp \
	../../../boost/preprocessor/list/adt.hpp \
	../../../boost/preprocessor/tuple/elem.hpp \
	../../../boost/preprocessor/logical/not.hpp \
	../../../boost/preprocessor/logical/nor.hpp \
	../../../boost/preprocessor/logical/bool.hpp \
	../../../boost/preprocessor/inc.hpp \
	../../../boost/preprocessor/for.hpp \
	../../../boost/preprocessor/if.hpp \
	../../../boost/preprocessor/tuple/eat.hpp \
	../../../boost/preprocessor/tuple/to_list.hpp \
	../../../boost/preprocessor/cat.hpp \
	../../../boost/type_traits/object_traits.hpp \
	../../../boost/type_traits/function_traits.hpp \
	../../../boost/type_traits/same_traits.hpp \
	../../../boost/phoenix/composite.hpp \
	../../../boost/phoenix/functions.hpp \
	../../../boost/phoenix/operators.hpp \
	../../../boost/phoenix/binders.hpp \
	../../../boost/phoenix/special_ops.hpp
tuples_tests.o: tuples_tests.cpp ../../../boost/phoenix/tuples.hpp \
	../../../boost/static_assert.hpp ../../../boost/config.hpp \
	../../../boost/config/user.hpp \
	../../../boost/config/select_compiler_config.hpp \
	../../../boost/config/compiler/gcc.hpp \
	../../../boost/config/select_stdlib_config.hpp \
	../../../boost/config/stdlib/libstdcpp3.hpp \
	../../../boost/config/select_platform_config.hpp \
	../../../boost/config/platform/linux.hpp \
	../../../boost/config/posix_features.hpp \
	../../../boost/config/suffix.hpp ../../../boost/call_traits.hpp \
	../../../boost/detail/call_traits.hpp \
	../../../boost/type_traits/arithmetic_traits.hpp \
	../../../boost/type_traits/ice.hpp \
	../../../boost/type_traits/fwd.hpp \
	../../../boost/type_traits/composite_traits.hpp \
	../../../boost/type_traits/conversion_traits.hpp \
	../../../boost/type_traits/cv_traits.hpp \
	../../../boost/type_traits/reference_traits.hpp \
	../../../boost/type_traits/utility.hpp \
	../../../boost/type_traits/array_traits.hpp \
	../../../boost/type_traits/transform_traits.hpp \
	../../../boost/type_traits/is_class.hpp \
	../../../boost/type_traits.hpp \
	../../../boost/type_traits/alignment_traits.hpp \
	../../../boost/preprocessor/list/for_each_i.hpp \
	../../../boost/preprocessor/list/adt.hpp \
	../../../boost/preprocessor/tuple/elem.hpp \
	../../../boost/preprocessor/logical/not.hpp \
	../../../boost/preprocessor/logical/nor.hpp \
	../../../boost/preprocessor/logical/bool.hpp \
	../../../boost/preprocessor/inc.hpp \
	../../../boost/preprocessor/for.hpp \
	../../../boost/preprocessor/if.hpp \
	../../../boost/preprocessor/tuple/eat.hpp \
	../../../boost/preprocessor/tuple/to_list.hpp \
	../../../boost/preprocessor/cat.hpp \
	../../../boost/type_traits/object_traits.hpp \
	../../../boost/type_traits/function_traits.hpp \
	../../../boost/type_traits/same_traits.hpp
unary_tests.o: unary_tests.cpp ../../../boost/phoenix/primitives.hpp \
	../../../boost/phoenix/actor.hpp \
	../../../boost/phoenix/tuples.hpp \
	../../../boost/static_assert.hpp ../../../boost/config.hpp \
	../../../boost/config/user.hpp \
	../../../boost/config/select_compiler_config.hpp \
	../../../boost/config/compiler/gcc.hpp \
	../../../boost/config/select_stdlib_config.hpp \
	../../../boost/config/stdlib/libstdcpp3.hpp \
	../../../boost/config/select_platform_config.hpp \
	../../../boost/config/platform/linux.hpp \
	../../../boost/config/posix_features.hpp \
	../../../boost/config/suffix.hpp ../../../boost/call_traits.hpp \
	../../../boost/detail/call_traits.hpp \
	../../../boost/type_traits/arithmetic_traits.hpp \
	../../../boost/type_traits/ice.hpp \
	../../../boost/type_traits/fwd.hpp \
	../../../boost/type_traits/composite_traits.hpp \
	../../../boost/type_traits/conversion_traits.hpp \
	../../../boost/type_traits/cv_traits.hpp \
	../../../boost/type_traits/reference_traits.hpp \
	../../../boost/type_traits/utility.hpp \
	../../../boost/type_traits/array_traits.hpp \
	../../../boost/type_traits/transform_traits.hpp \
	../../../boost/type_traits/is_class.hpp \
	../../../boost/type_traits.hpp \
	../../../boost/type_traits/alignment_traits.hpp \
	../../../boost/preprocessor/list/for_each_i.hpp \
	../../../boost/preprocessor/list/adt.hpp \
	../../../boost/preprocessor/tuple/elem.hpp \
	../../../boost/preprocessor/logical/not.hpp \
	../../../boost/preprocessor/logical/nor.hpp \
	../../../boost/preprocessor/logical/bool.hpp \
	../../../boost/preprocessor/inc.hpp \
	../../../boost/preprocessor/for.hpp \
	../../../boost/preprocessor/if.hpp \
	../../../boost/preprocessor/tuple/eat.hpp \
	../../../boost/preprocessor/tuple/to_list.hpp \
	../../../boost/preprocessor/cat.hpp \
	../../../boost/type_traits/object_traits.hpp \
	../../../boost/type_traits/function_traits.hpp \
	../../../boost/type_traits/same_traits.hpp \
	../../../boost/phoenix/operators.hpp \
	../../../boost/phoenix/composite.hpp

check-TESTS: $(TESTS)
	@failed=0; all=0; \
	srcdir=$(srcdir); export srcdir; \
	for tst in $(TESTS); do \
	  if test -f $$tst; then dir=.; \
	  else dir="$(srcdir)"; fi; \
	  if $(TESTS_ENVIRONMENT) $$dir/$$tst; then \
	    all=`expr $$all + 1`; \
	    echo "PASS: $$tst"; \
	  elif test $$? -ne 77; then \
	    all=`expr $$all + 1`; \
	    failed=`expr $$failed + 1`; \
	    echo "FAIL: $$tst"; \
	  fi; \
	done; \
	if test "$$failed" -eq 0; then \
	  banner="All $$all tests passed"; \
	else \
	  banner="$$failed of $$all tests failed"; \
	fi; \
	dashes=`echo "$$banner" | sed s/./=/g`; \
	echo "$$dashes"; \
	echo "$$banner"; \
	echo "$$dashes"; \
	test "$$failed" -eq 0
info-am:
info: info-am
dvi-am:
dvi: dvi-am
check-am: all-am
	$(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS)
	$(MAKE) $(AM_MAKEFLAGS) check-TESTS
check: check-am
installcheck-am:
installcheck: installcheck-am
install-exec-am:
install-exec: install-exec-am

install-data-am:
install-data: install-data-am

install-am: all-am
	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
install: install-am
uninstall-am:
uninstall: uninstall-am
all-am: Makefile
all-redirect: all-am
install-strip:
	$(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
installdirs:


mostlyclean-generic:

clean-generic:

distclean-generic:
	-rm -f Makefile $(CONFIG_CLEAN_FILES)
	-rm -f config.cache config.log stamp-h stamp-h[0-9]*

maintainer-clean-generic:
mostlyclean-am:  mostlyclean-checkPROGRAMS mostlyclean-compile \
		mostlyclean-tags mostlyclean-generic

mostlyclean: mostlyclean-am

clean-am:  clean-checkPROGRAMS clean-compile clean-tags clean-generic \
		mostlyclean-am

clean: clean-am

distclean-am:  distclean-checkPROGRAMS distclean-compile distclean-tags \
		distclean-generic clean-am

distclean: distclean-am

maintainer-clean-am:  maintainer-clean-checkPROGRAMS \
		maintainer-clean-compile maintainer-clean-tags \
		maintainer-clean-generic distclean-am
	@echo "This command is intended for maintainers to use;"
	@echo "it deletes files that may require special tools to rebuild."

maintainer-clean: maintainer-clean-am

.PHONY: mostlyclean-checkPROGRAMS distclean-checkPROGRAMS \
clean-checkPROGRAMS maintainer-clean-checkPROGRAMS mostlyclean-compile \
distclean-compile clean-compile maintainer-clean-compile tags \
mostlyclean-tags distclean-tags clean-tags maintainer-clean-tags \
distdir check-TESTS info-am info dvi-am dvi check check-am \
installcheck-am installcheck install-exec-am install-exec \
install-data-am install-data install-am install uninstall-am uninstall \
all-redirect all-am all installdirs mostlyclean-generic \
distclean-generic clean-generic maintainer-clean-generic clean \
mostlyclean distclean maintainer-clean


# 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: