Thread: [complement-svn] SF.net SVN: complement: [1367] trunk/complement/extern/custom/boost/libs
Status: Pre-Alpha
Brought to you by:
complement
From: <com...@us...> - 2006-11-01 16:15:44
|
Revision: 1367 http://svn.sourceforge.net/complement/?rev=1367&view=rev Author: complement Date: 2006-11-01 08:15:23 -0800 (Wed, 01 Nov 2006) Log Message: ----------- boost::serialization Modified Paths: -------------- trunk/complement/extern/custom/boost/libs/test/unit_test_framework/Makefile Added Paths: ----------- trunk/complement/extern/custom/boost/libs/serialization/ trunk/complement/extern/custom/boost/libs/serialization/Makefile trunk/complement/extern/custom/boost/libs/serialization/Makefile.inc Property changes on: trunk/complement/extern/custom/boost/libs/serialization ___________________________________________________________________ Name: svn:ignore + obj Added: trunk/complement/extern/custom/boost/libs/serialization/Makefile =================================================================== --- trunk/complement/extern/custom/boost/libs/serialization/Makefile (rev 0) +++ trunk/complement/extern/custom/boost/libs/serialization/Makefile 2006-11-01 16:15:23 UTC (rev 1367) @@ -0,0 +1,11 @@ +# -*- makefile -*- Time-stamp: <03/03/31 15:18:29 ptr> + +SRCROOT := ../../../../../explore +COMPILER_NAME := gcc +POST_INSTALL = ln -sf ${SO_NAME} $(INSTALL_LIB_DIR)/libboost_serialization-gcc-mt.so +# POST_INSTALL_DBG = ln -sf ${SO_NAME_DBG} $(INSTALL_LIB_DIR_DBG)/libboost_serialization.so + +include Makefile.inc +include ${SRCROOT}/Makefiles/top.mak + +INCLUDES += -I${BOOST_INCLUDE_DIR} Added: trunk/complement/extern/custom/boost/libs/serialization/Makefile.inc =================================================================== --- trunk/complement/extern/custom/boost/libs/serialization/Makefile.inc (rev 0) +++ trunk/complement/extern/custom/boost/libs/serialization/Makefile.inc 2006-11-01 16:15:23 UTC (rev 1367) @@ -0,0 +1,34 @@ +# -*- makefile -*- Time-stamp: <06/06/02 19:38:29 ptr> + +BOOST_SR_SRC = ${BOOST_INCLUDE_DIR}/libs/serialization/src +#BOOST_SR_SRC = src +LIBNAME = boost_serialization +MAJOR = 1 +MINOR = 33 +PATCH = 1 +SRC_CPP = ${BOOST_SR_SRC}/basic_archive.cpp \ + ${BOOST_SR_SRC}/basic_archive_impl.cpp \ + ${BOOST_SR_SRC}/basic_iarchive.cpp \ + ${BOOST_SR_SRC}/basic_iserializer.cpp \ + ${BOOST_SR_SRC}/basic_oarchive.cpp \ + ${BOOST_SR_SRC}/basic_oserializer.cpp \ + ${BOOST_SR_SRC}/basic_pointer_iserializer.cpp \ + ${BOOST_SR_SRC}/basic_pointer_oserializer.cpp \ + ${BOOST_SR_SRC}/basic_serializer_map.cpp \ + ${BOOST_SR_SRC}/basic_text_iprimitive.cpp \ + ${BOOST_SR_SRC}/basic_text_oprimitive.cpp \ + ${BOOST_SR_SRC}/basic_xml_archive.cpp \ + ${BOOST_SR_SRC}/binary_iarchive.cpp \ + ${BOOST_SR_SRC}/binary_oarchive.cpp \ + ${BOOST_SR_SRC}/codecvt_null.cpp \ + ${BOOST_SR_SRC}/extended_type_info.cpp \ + ${BOOST_SR_SRC}/extended_type_info_no_rtti.cpp \ + ${BOOST_SR_SRC}/extended_type_info_typeid.cpp \ + ${BOOST_SR_SRC}/polymorphic_iarchive.cpp \ + ${BOOST_SR_SRC}/polymorphic_oarchive.cpp \ + ${BOOST_SR_SRC}/text_iarchive.cpp \ + ${BOOST_SR_SRC}/text_oarchive.cpp \ + ${BOOST_SR_SRC}/void_cast.cpp \ + ${BOOST_SR_SRC}/xml_grammar.cpp \ + ${BOOST_SR_SRC}/xml_iarchive.cpp \ + ${BOOST_SR_SRC}/xml_oarchive.cpp Modified: trunk/complement/extern/custom/boost/libs/test/unit_test_framework/Makefile =================================================================== --- trunk/complement/extern/custom/boost/libs/test/unit_test_framework/Makefile 2006-11-01 15:43:30 UTC (rev 1366) +++ trunk/complement/extern/custom/boost/libs/test/unit_test_framework/Makefile 2006-11-01 16:15:23 UTC (rev 1367) @@ -1,8 +1,6 @@ # -*- makefile -*- Time-stamp: <06/06/27 02:26:25 ptr> SRCROOT := ../../../../../../explore -BOOST_DIR := ${HOME}/labs/boost -# WITHOUT_STLPORT := 1 COMPILER_NAME := gcc POST_INSTALL = ln -sf ${SO_NAME} $(INSTALL_LIB_DIR)/libboost_unit_test_framework.so POST_INSTALL_DBG = ln -sf ${SO_NAME_DBG} $(INSTALL_LIB_DIR_DBG)/libboost_unit_test_framework.so This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <com...@us...> - 2006-11-01 16:26:54
|
Revision: 1368 http://svn.sourceforge.net/complement/?rev=1368&view=rev Author: complement Date: 2006-11-01 08:26:45 -0800 (Wed, 01 Nov 2006) Log Message: ----------- boost::program_options Added Paths: ----------- trunk/complement/extern/custom/boost/libs/program_options/ trunk/complement/extern/custom/boost/libs/program_options/Makefile trunk/complement/extern/custom/boost/libs/program_options/Makefile.inc Property changes on: trunk/complement/extern/custom/boost/libs/program_options ___________________________________________________________________ Name: svn:ignore + obj Added: trunk/complement/extern/custom/boost/libs/program_options/Makefile =================================================================== --- trunk/complement/extern/custom/boost/libs/program_options/Makefile (rev 0) +++ trunk/complement/extern/custom/boost/libs/program_options/Makefile 2006-11-01 16:26:45 UTC (rev 1368) @@ -0,0 +1,9 @@ +# -*- makefile -*- Time-stamp: <03/03/31 15:18:29 ptr> + +SRCROOT := ../../../../../explore +COMPILER_NAME := gcc + +include Makefile.inc +include ${SRCROOT}/Makefiles/top.mak + +INCLUDES += -I${BOOST_INCLUDE_DIR} Added: trunk/complement/extern/custom/boost/libs/program_options/Makefile.inc =================================================================== --- trunk/complement/extern/custom/boost/libs/program_options/Makefile.inc (rev 0) +++ trunk/complement/extern/custom/boost/libs/program_options/Makefile.inc 2006-11-01 16:26:45 UTC (rev 1368) @@ -0,0 +1,19 @@ +# -*- makefile -*- Time-stamp: <06/06/02 19:38:29 ptr> + +BOOST_SR_SRC = ${BOOST_INCLUDE_DIR}/libs/program_options/src + +LIBNAME = boost_program_options +MAJOR = 1 +MINOR = 33 +PATCH = 1 + +SRC_CPP = ${BOOST_SR_SRC}/cmdline.cpp \ + ${BOOST_SR_SRC}/config_file.cpp \ + ${BOOST_SR_SRC}/options_description.cpp \ + ${BOOST_SR_SRC}/parsers.cpp \ + ${BOOST_SR_SRC}/variables_map.cpp \ + ${BOOST_SR_SRC}/value_semantic.cpp \ + ${BOOST_SR_SRC}/positional_options.cpp \ + ${BOOST_SR_SRC}/utf8_codecvt_facet.cpp \ + ${BOOST_SR_SRC}/convert.cpp \ + ${BOOST_SR_SRC}/winmain.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <com...@us...> - 2007-01-23 12:24:57
|
Revision: 1467 http://svn.sourceforge.net/complement/?rev=1467&view=rev Author: complement Date: 2007-01-23 04:24:52 -0800 (Tue, 23 Jan 2007) Log Message: ----------- build some tests and check (run ones) Modified Paths: -------------- trunk/complement/extern/custom/boost/libs/Makefile trunk/complement/extern/custom/boost/libs/filesystem/Makefile trunk/complement/extern/custom/boost/libs/test/test_exec_mon/Makefile trunk/complement/extern/custom/boost/libs/test/test_exec_mon/Makefile.inc Added Paths: ----------- trunk/complement/extern/custom/boost/libs/filesystem/test/ trunk/complement/extern/custom/boost/libs/filesystem/test/Makefile trunk/complement/extern/custom/boost/libs/filesystem/test/Makefile.inc Modified: trunk/complement/extern/custom/boost/libs/Makefile =================================================================== --- trunk/complement/extern/custom/boost/libs/Makefile 2006-12-29 13:24:41 UTC (rev 1466) +++ trunk/complement/extern/custom/boost/libs/Makefile 2007-01-23 12:24:52 UTC (rev 1467) @@ -7,11 +7,13 @@ # SRCROOT := ../../../../explore -SUBDIRS := date_time filesystem program_options regex serialization test/unit_test_framework thread +SUBDIRS := date_time filesystem program_options regex serialization \ + test/unit_test_framework test/test_exec_mon \ + thread include ${SRCROOT}/Makefiles/gmake/subdirs.mak -all install install-release-static depend clean clobber distclean: +all install install-release-static depend clean clobber distclean check: $(doinsubdirs) -.PHONY: all install install-release-static depend clean clobber distclean +.PHONY: all install install-release-static depend clean clobber distclean check Modified: trunk/complement/extern/custom/boost/libs/filesystem/Makefile =================================================================== --- trunk/complement/extern/custom/boost/libs/filesystem/Makefile 2006-12-29 13:24:41 UTC (rev 1466) +++ trunk/complement/extern/custom/boost/libs/filesystem/Makefile 2007-01-23 12:24:52 UTC (rev 1467) @@ -14,3 +14,18 @@ POST_INSTALL += ; rm -f $(INSTALL_LIB_DIR)/libboost_filesystem.so $(INSTALL_LIB_DIR)/${SO_NAME} POST_INSTALL_DBG += ; rm -f $(INSTALL_LIB_DIR_DBG)/libboost_filesystem.so $(INSTALL_LIB_DIR_DBG)/${SO_NAME_DBG} endif + +check: all + ${MAKE} -C test check + +check-release-shared: release-shared + ${MAKE} -C test check-release-shared + +check-dbg-shared: dbg-shared + ${MAKE} -C test check-dbg-shared + +ifndef WITHOUT_STLPORT +check-stldbg-shared: stldbg-shared + ${MAKE} -C test check-stldbg-shared +endif + Property changes on: trunk/complement/extern/custom/boost/libs/filesystem/test ___________________________________________________________________ Name: svn:ignore + obj xx fstream_test_?foo Added: trunk/complement/extern/custom/boost/libs/filesystem/test/Makefile =================================================================== --- trunk/complement/extern/custom/boost/libs/filesystem/test/Makefile (rev 0) +++ trunk/complement/extern/custom/boost/libs/filesystem/test/Makefile 2007-01-23 12:24:52 UTC (rev 1467) @@ -0,0 +1,50 @@ +# -*- makefile -*- Time-stamp: <06/06/27 02:25:13 ptr> + +SRCROOT := ../../../../../../explore +COMPILER_NAME := gcc + +include Makefile.inc +include ${SRCROOT}/Makefiles/top.mak + +INCLUDES += -I${BOOST_INCLUDE_DIR} + +LDFLAGS += -L${INSTALL_LIB_DIR} -Wl,-rpath=${INSTALL_LIB_DIR}:${STLPORT_LIB_DIR} + +release-shared: LDLIBS = -lboost_test_tem -lboost_fs +dbg-shared: LDLIBS = -lboost_test_temg -lboost_fsg +ifndef WITHOUT_STLPORT +stldbg-shared: LDLIBS = -lboost_test_temstlg -lboost_fsstlg +endif + +check: all + for p in ${PRGNAME} ${PRGNAMES}; do \ + ${OUTPUT_DIR}/$$p || exit 1; \ + ${OUTPUT_DIR_DBG}/$$p || exit 1; \ + done +ifndef WITHOUT_STLPORT + for p in ${PRGNAME} ${PRGNAMES}; do \ + ${OUTPUT_DIR_STLDBG}/$$p || exit 1; \ + done +endif + rm -rf ./xx fstream_test_?foo + +check-release-shared: release-shared + for p in ${PRGNAME} ${PRGNAMES}; do \ + ${OUTPUT_DIR}/$$p || exit 1; \ + done + rm -rf ./xx fstream_test_?foo + +check-dbg-shared: dbg-shared + for p in ${PRGNAME} ${PRGNAMES}; do \ + ${OUTPUT_DIR_DBG}/$$p || exit 1; \ + done + rm -rf ./xx fstream_test_?foo + +ifndef WITHOUT_STLPORT +check-stldbg-shared: stldbg-shared + for p in ${PRGNAME} ${PRGNAMES}; do \ + ${OUTPUT_DIR_STLDBG}/$$p || exit 1; \ + done + rm -rf ./xx fstream_test_?foo +endif + Added: trunk/complement/extern/custom/boost/libs/filesystem/test/Makefile.inc =================================================================== --- trunk/complement/extern/custom/boost/libs/filesystem/test/Makefile.inc (rev 0) +++ trunk/complement/extern/custom/boost/libs/filesystem/test/Makefile.inc 2007-01-23 12:24:52 UTC (rev 1467) @@ -0,0 +1,12 @@ +# -*- makefile -*- Time-stamp: <03/03/31 15:11:21 ptr> + +BOOST_FS_SRC = ${BOOST_INCLUDE_DIR}/libs/filesystem/test +PRGNAME = path_test +PRGNAMES = default_name_check_test operations_test fstream_test convenience_test +# large_file_support_test +SRC_CPP = ${BOOST_FS_SRC}/path_test.cpp +default_name_check_test_SRC_CPP = ${BOOST_FS_SRC}/default_name_check_test.cpp +operations_test_SRC_CPP = ${BOOST_FS_SRC}/operations_test.cpp +fstream_test_SRC_CPP = ${BOOST_FS_SRC}/fstream_test.cpp +convenience_test_SRC_CPP = ${BOOST_FS_SRC}/convenience_test.cpp +# large_file_support_test_SRC_CPP = ${BOOST_FS_SRC}/large_file_support_test.cpp Modified: trunk/complement/extern/custom/boost/libs/test/test_exec_mon/Makefile =================================================================== --- trunk/complement/extern/custom/boost/libs/test/test_exec_mon/Makefile 2006-12-29 13:24:41 UTC (rev 1466) +++ trunk/complement/extern/custom/boost/libs/test/test_exec_mon/Makefile 2007-01-23 12:24:52 UTC (rev 1467) @@ -1,10 +1,16 @@ -# -*- makefile -*- Time-stamp: <03/03/31 15:18:29 ptr> -# $Id$ +# -*- makefile -*- Time-stamp: <06/06/27 02:26:25 ptr> SRCROOT := ../../../../../../explore COMPILER_NAME := gcc +POST_INSTALL = ln -sf ${SO_NAME} $(INSTALL_LIB_DIR)/libboost_unit_test_framework.so +POST_INSTALL_DBG = ln -sf ${SO_NAME_DBG} $(INSTALL_LIB_DIR_DBG)/libboost_unit_test_framework.so include Makefile.inc include ${SRCROOT}/Makefiles/top.mak -INCLUDES += -I$(STLPORT_INCLUDE_DIR) -I${BOOST_INCLUDE_DIR} +INCLUDES += -I${BOOST_INCLUDE_DIR} + +ifdef USE_SYSTEM_BOOST +POST_INSTALL += ; rm -f $(INSTALL_LIB_DIR)/libboost_unit_test_framework.so $(INSTALL_LIB_DIR)/${SO_NAME} +POST_INSTALL_DBG += ; rm -f $(INSTALL_LIB_DIR_DBG)/libboost_unit_test_framework.so $(INSTALL_LIB_DIR_DBG)/${SO_NAME_DBG} +endif Modified: trunk/complement/extern/custom/boost/libs/test/test_exec_mon/Makefile.inc =================================================================== --- trunk/complement/extern/custom/boost/libs/test/test_exec_mon/Makefile.inc 2006-12-29 13:24:41 UTC (rev 1466) +++ trunk/complement/extern/custom/boost/libs/test/test_exec_mon/Makefile.inc 2007-01-23 12:24:52 UTC (rev 1467) @@ -1,14 +1,23 @@ # -*- makefile -*- Time-stamp: <03/03/31 15:11:21 ptr> -# $Id$ BOOST_TST_SRC = ${BOOST_INCLUDE_DIR}/libs/test/src LIBNAME = boost_test_tem MAJOR = 1 -MINOR = 32 -PATCH = 0 -SRC_CPP = ${BOOST_TST_SRC}/execution_monitor.cpp ${BOOST_TST_SRC}/test_tools.cpp \ +MINOR = 33 +PATCH = 1 +SRC_CPP = ${BOOST_TST_SRC}/compiler_log_formatter.cpp \ + ${BOOST_TST_SRC}/execution_monitor.cpp \ + ${BOOST_TST_SRC}/framework.cpp \ + ${BOOST_TST_SRC}/plain_report_formatter.cpp \ + ${BOOST_TST_SRC}/progress_monitor.cpp \ + ${BOOST_TST_SRC}/results_collector.cpp \ + ${BOOST_TST_SRC}/results_reporter.cpp \ + ${BOOST_TST_SRC}/test_main.cpp \ + ${BOOST_TST_SRC}/test_tools.cpp \ + ${BOOST_TST_SRC}/unit_test_log.cpp \ + ${BOOST_TST_SRC}/unit_test_main.cpp \ + ${BOOST_TST_SRC}/unit_test_monitor.cpp \ ${BOOST_TST_SRC}/unit_test_parameters.cpp \ - ${BOOST_TST_SRC}/unit_test_log.cpp ${BOOST_TST_SRC}/unit_test_monitor.cpp \ - ${BOOST_TST_SRC}/unit_test_result.cpp \ - ${BOOST_TST_SRC}/unit_test_suite.cpp ${BOOST_TST_SRC}/test_main.cpp \ - ${BOOST_TST_SRC}/supplied_log_formatters.cpp + ${BOOST_TST_SRC}/unit_test_suite.cpp \ + ${BOOST_TST_SRC}/xml_log_formatter.cpp \ + ${BOOST_TST_SRC}/xml_report_formatter.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <com...@us...> - 2007-01-25 13:17:59
|
Revision: 1473 http://svn.sourceforge.net/complement/?rev=1473&view=rev Author: complement Date: 2007-01-25 05:17:57 -0800 (Thu, 25 Jan 2007) Log Message: ----------- more tests added; note, that tests for regex not pass! Modified Paths: -------------- trunk/complement/extern/custom/boost/libs/program_options/Makefile trunk/complement/extern/custom/boost/libs/regex/Makefile trunk/complement/extern/custom/boost/libs/test/prg_exec_mon/Makefile trunk/complement/extern/custom/boost/libs/test/prg_exec_mon/Makefile.inc trunk/complement/extern/custom/boost/libs/test/test_exec_mon/Makefile trunk/complement/extern/custom/boost/libs/test/unit_test_framework/Makefile Added Paths: ----------- trunk/complement/extern/custom/boost/libs/program_options/test/ trunk/complement/extern/custom/boost/libs/program_options/test/Makefile trunk/complement/extern/custom/boost/libs/program_options/test/Makefile.inc trunk/complement/extern/custom/boost/libs/regex/test/ trunk/complement/extern/custom/boost/libs/regex/test/Makefile trunk/complement/extern/custom/boost/libs/regex/test/Makefile.inc trunk/complement/extern/custom/boost/libs/test/prg_exec_mon/test/ trunk/complement/extern/custom/boost/libs/test/prg_exec_mon/test/Makefile trunk/complement/extern/custom/boost/libs/test/prg_exec_mon/test/Makefile.inc trunk/complement/extern/custom/boost/libs/test/test_exec_mon/test/ trunk/complement/extern/custom/boost/libs/test/test_exec_mon/test/Makefile trunk/complement/extern/custom/boost/libs/test/test_exec_mon/test/Makefile.inc Modified: trunk/complement/extern/custom/boost/libs/program_options/Makefile =================================================================== --- trunk/complement/extern/custom/boost/libs/program_options/Makefile 2007-01-23 19:02:08 UTC (rev 1472) +++ trunk/complement/extern/custom/boost/libs/program_options/Makefile 2007-01-25 13:17:57 UTC (rev 1473) @@ -1,4 +1,4 @@ -# -*- makefile -*- Time-stamp: <03/03/31 15:18:29 ptr> +# -*- makefile -*- Time-stamp: <07/01/25 00:51:36 ptr> SRCROOT := ../../../../../explore COMPILER_NAME := gcc @@ -7,3 +7,20 @@ include ${SRCROOT}/Makefiles/top.mak INCLUDES += -I${BOOST_INCLUDE_DIR} + +check: all-shared + $(MAKE) -C test check || exit 1 + +check-release: release-shared + $(MAKE) -C test check-release-shared || exit 1 + +check-dbg: dbg-shared + $(MAKE) -C test check-dbg-shared || exit 1 + +ifndef WITHOUT_STLPORT +check-stldbg: stldbg-shared + $(MAKE) -C test check-stldbg-shared || exit 1 +endif + +depend:: + $(MAKE) -C test depend Property changes on: trunk/complement/extern/custom/boost/libs/program_options/test ___________________________________________________________________ Name: svn:ignore + obj Added: trunk/complement/extern/custom/boost/libs/program_options/test/Makefile =================================================================== --- trunk/complement/extern/custom/boost/libs/program_options/test/Makefile (rev 0) +++ trunk/complement/extern/custom/boost/libs/program_options/test/Makefile 2007-01-25 13:17:57 UTC (rev 1473) @@ -0,0 +1,52 @@ +# -*- makefile -*- Time-stamp: <07/01/25 00:49:53 ptr> + +SRCROOT := ../../../../../../explore +COMPILER_NAME := gcc + +include Makefile.inc +include ${SRCROOT}/Makefiles/top.mak + +INCLUDES += -I${BOOST_INCLUDE_DIR} + +release-shared: LDFLAGS += -L../${OUTPUT_DIR} -L../../test/test_exec_mon/${OUTPUT_DIR} -Wl,-rpath=../${OUTPUT_DIR}:../../test/test_exec_mon/${OUTPUT_DIR}:${STLPORT_LIB_DIR} +dbg-shared: LDFLAGS += -L../${OUTPUT_DIR_DBG} -L../../test/test_exec_mon/${OUTPUT_DIR_DBG} -Wl,-rpath=../${OUTPUT_DIR_DBG}:../../test/test_exec_mon/${OUTPUT_DIR_DBG}:${STLPORT_LIB_DIR} +ifndef WITHOUT_STLPORT +stldbg-shared: LDFLAGS += -L../${OUTPUT_DIR_STLDBG} -L../../test/test_exec_mon/${OUTPUT_DIR_STLDBG} -Wl,-rpath=../${OUTPUT_DIR_STLDBG}:../../test/test_exec_mon/${OUTPUT_DIR_STLDBG}:${STLPORT_LIB_DIR} +endif + +release-shared: LDLIBS = -lboost_test_tem -lboost_program_options +dbg-shared: LDLIBS = -lboost_test_temg -lboost_program_optionsg +ifndef WITHOUT_STLPORT +stldbg-shared: LDLIBS = -lboost_test_temstlg -lboost_program_optionsstlg +endif + +check: all + @for p in ${PRGNAME} ${PRGNAMES}; do \ + ${OUTPUT_DIR}/$$p || exit 1; \ + done + @for p in ${PRGNAME} ${PRGNAMES}; do \ + ${OUTPUT_DIR_DBG}/$$p || exit 1; \ + done +ifndef WITHOUT_STLPORT + @for p in ${PRGNAME} ${PRGNAMES}; do \ + ${OUTPUT_DIR_STLDBG}/$$p || exit 1; \ + done +endif + +check-release-shared: release-shared + @for p in ${PRGNAME} ${PRGNAMES}; do \ + ${OUTPUT_DIR}/$$p || exit 1; \ + done + +check-dbg-shared: dbg-shared + @for p in ${PRGNAME} ${PRGNAMES}; do \ + ${OUTPUT_DIR_DBG}/$$p || exit 1; \ + done + +ifndef WITHOUT_STLPORT +check-stldbg-shared: stldbg-shared + @for p in ${PRGNAME} ${PRGNAMES}; do \ + ${OUTPUT_DIR_STLDBG}/$$p || exit 1; \ + done +endif + Added: trunk/complement/extern/custom/boost/libs/program_options/test/Makefile.inc =================================================================== --- trunk/complement/extern/custom/boost/libs/program_options/test/Makefile.inc (rev 0) +++ trunk/complement/extern/custom/boost/libs/program_options/test/Makefile.inc 2007-01-25 13:17:57 UTC (rev 1473) @@ -0,0 +1,13 @@ +# -*- makefile -*- Time-stamp: <07/01/25 00:54:51 ptr> + +BOOST_FS_SRC = ${BOOST_INCLUDE_DIR}/libs/program_options/test +PRGNAME = options_description_test +PRGNAMES = parsers_test variable_map_test cmdline_test positional_options_test \ + unicode_test winmain +SRC_CPP = ${BOOST_FS_SRC}/options_description_test.cpp +parsers_test_SRC_CPP = ${BOOST_FS_SRC}/parsers_test.cpp +variable_map_test_SRC_CPP = ${BOOST_FS_SRC}/variable_map_test.cpp +cmdline_test_SRC_CPP = ${BOOST_FS_SRC}/cmdline_test.cpp +positional_options_test_SRC_CPP = ${BOOST_FS_SRC}/positional_options_test.cpp +unicode_test_SRC_CPP = ${BOOST_FS_SRC}/unicode_test.cpp +winmain_SRC_CPP = ${BOOST_FS_SRC}/winmain.cpp Modified: trunk/complement/extern/custom/boost/libs/regex/Makefile =================================================================== --- trunk/complement/extern/custom/boost/libs/regex/Makefile 2007-01-23 19:02:08 UTC (rev 1472) +++ trunk/complement/extern/custom/boost/libs/regex/Makefile 2007-01-25 13:17:57 UTC (rev 1473) @@ -1,4 +1,4 @@ -# -*- makefile -*- Time-stamp: <03/03/31 15:18:29 ptr> +# -*- makefile -*- Time-stamp: <07/01/25 09:30:29 ptr> SRCROOT := ../../../../../explore COMPILER_NAME := gcc @@ -7,3 +7,20 @@ include ${SRCROOT}/Makefiles/top.mak INCLUDES += -I${BOOST_INCLUDE_DIR} + +check: all-shared + $(MAKE) -C test check || exit 1 + +check-release: release-shared + $(MAKE) -C test check-release-shared || exit 1 + +check-dbg: dbg-shared + $(MAKE) -C test check-dbg-shared || exit 1 + +ifndef WITHOUT_STLPORT +check-stldbg: stldbg-shared + $(MAKE) -C test check-stldbg-shared || exit 1 +endif + +depend:: + $(MAKE) -C test depend Property changes on: trunk/complement/extern/custom/boost/libs/regex/test ___________________________________________________________________ Name: svn:ignore + obj Added: trunk/complement/extern/custom/boost/libs/regex/test/Makefile =================================================================== --- trunk/complement/extern/custom/boost/libs/regex/test/Makefile (rev 0) +++ trunk/complement/extern/custom/boost/libs/regex/test/Makefile 2007-01-25 13:17:57 UTC (rev 1473) @@ -0,0 +1,52 @@ +# -*- makefile -*- Time-stamp: <07/01/25 00:49:53 ptr> + +SRCROOT := ../../../../../../explore +COMPILER_NAME := gcc + +include Makefile.inc +include ${SRCROOT}/Makefiles/top.mak + +INCLUDES += -I${BOOST_INCLUDE_DIR} + +release-shared: LDFLAGS += -L../${OUTPUT_DIR} -Wl,-rpath=../${OUTPUT_DIR}:${STLPORT_LIB_DIR} +dbg-shared: LDFLAGS += -L../${OUTPUT_DIR_DBG} -Wl,-rpath=../${OUTPUT_DIR_DBG}:${STLPORT_LIB_DIR} +ifndef WITHOUT_STLPORT +stldbg-shared: LDFLAGS += -L../${OUTPUT_DIR_STLDBG} -Wl,-rpath=../${OUTPUT_DIR_STLDBG}:${STLPORT_LIB_DIR} +endif + +release-shared: LDLIBS = -lboost_regex +dbg-shared: LDLIBS = -lboost_regexg +ifndef WITHOUT_STLPORT +stldbg-shared: LDLIBS = -lboost_regexstlg +endif + +check: all + @for p in ${PRGNAME} ${PRGNAMES}; do \ + ${OUTPUT_DIR}/$$p || exit 1; \ + done + @for p in ${PRGNAME} ${PRGNAMES}; do \ + ${OUTPUT_DIR_DBG}/$$p || exit 1; \ + done +ifndef WITHOUT_STLPORT + @for p in ${PRGNAME} ${PRGNAMES}; do \ + ${OUTPUT_DIR_STLDBG}/$$p || exit 1; \ + done +endif + +check-release-shared: release-shared + @for p in ${PRGNAME} ${PRGNAMES}; do \ + ${OUTPUT_DIR}/$$p || exit 1; \ + done + +check-dbg-shared: dbg-shared + @for p in ${PRGNAME} ${PRGNAMES}; do \ + ${OUTPUT_DIR_DBG}/$$p || exit 1; \ + done + +ifndef WITHOUT_STLPORT +check-stldbg-shared: stldbg-shared + @for p in ${PRGNAME} ${PRGNAMES}; do \ + ${OUTPUT_DIR_STLDBG}/$$p || exit 1; \ + done +endif + Added: trunk/complement/extern/custom/boost/libs/regex/test/Makefile.inc =================================================================== --- trunk/complement/extern/custom/boost/libs/regex/test/Makefile.inc (rev 0) +++ trunk/complement/extern/custom/boost/libs/regex/test/Makefile.inc 2007-01-25 13:17:57 UTC (rev 1473) @@ -0,0 +1,34 @@ +# -*- makefile -*- Time-stamp: <07/01/25 09:51:52 ptr> + +BOOST_FS_SRC = ${BOOST_INCLUDE_DIR}/libs/regex/test +PRGNAME = regex +PRGNAMES = posix_api_check wide_posix_api_check bad_expression_test \ + recursion_test unicode_iterator_test +SRC_CPP = ${BOOST_FS_SRC}/regress/basic_tests.cpp \ + ${BOOST_FS_SRC}/regress/main.cpp \ + ${BOOST_FS_SRC}/regress/test_alt.cpp \ + ${BOOST_FS_SRC}/regress/test_anchors.cpp \ + ${BOOST_FS_SRC}/regress/test_asserts.cpp \ + ${BOOST_FS_SRC}/regress/test_backrefs.cpp \ + ${BOOST_FS_SRC}/regress/test_deprecated.cpp \ + ${BOOST_FS_SRC}/regress/test_emacs.cpp \ + ${BOOST_FS_SRC}/regress/test_escapes.cpp \ + ${BOOST_FS_SRC}/regress/test_grep.cpp \ + ${BOOST_FS_SRC}/regress/test_locale.cpp \ + ${BOOST_FS_SRC}/regress/test_mfc.cpp \ + ${BOOST_FS_SRC}/regress/test_non_greedy_repeats.cpp \ + ${BOOST_FS_SRC}/regress/test_perl_ex.cpp \ + ${BOOST_FS_SRC}/regress/test_replace.cpp \ + ${BOOST_FS_SRC}/regress/test_sets.cpp \ + ${BOOST_FS_SRC}/regress/test_simple_repeats.cpp \ + ${BOOST_FS_SRC}/regress/test_tricky_cases.cpp \ + ${BOOST_FS_SRC}/regress/test_icu.cpp \ + ${BOOST_FS_SRC}/regress/test_unicode.cpp \ + ${BOOST_FS_SRC}/regress/test_overloads.cpp \ + ${BOOST_FS_SRC}/regress/test_operators.cpp + +posix_api_check_SRC_CPP = ${BOOST_FS_SRC}/c_compiler_checks/posix_api_check.cpp +wide_posix_api_check_SRC_CPP = ${BOOST_FS_SRC}/c_compiler_checks/wide_posix_api_check.cpp +bad_expression_test_SRC_CPP = ${BOOST_FS_SRC}/pathology/bad_expression_test.cpp +recursion_test_SRC_CPP = ${BOOST_FS_SRC}/pathology/recursion_test.cpp +unicode_iterator_test_SRC_CPP = ${BOOST_FS_SRC}/unicode/unicode_iterator_test.cpp Modified: trunk/complement/extern/custom/boost/libs/test/prg_exec_mon/Makefile =================================================================== --- trunk/complement/extern/custom/boost/libs/test/prg_exec_mon/Makefile 2007-01-23 19:02:08 UTC (rev 1472) +++ trunk/complement/extern/custom/boost/libs/test/prg_exec_mon/Makefile 2007-01-25 13:17:57 UTC (rev 1473) @@ -1,5 +1,4 @@ -# -*- makefile -*- Time-stamp: <03/03/31 15:18:29 ptr> -# $Id$ +# -*- makefile -*- Time-stamp: <07/01/24 22:10:47 ptr> SRCROOT := ../../../../../../explore COMPILER_NAME := gcc @@ -7,5 +6,21 @@ include Makefile.inc include ${SRCROOT}/Makefiles/top.mak -INCLUDES += -I$(STLPORT_INCLUDE_DIR) -I${BOOST_INCLUDE_DIR} +INCLUDES += -I${BOOST_INCLUDE_DIR} +check: all-shared + $(MAKE) -C test check || exit 1 + +check-release: release-shared + $(MAKE) -C test check-release-shared || exit 1 + +check-dbg: dbg-shared + $(MAKE) -C test check-dbg-shared || exit 1 + +ifndef WITHOUT_STLPORT +check-stldbg: stldbg-shared + $(MAKE) -C test check-stldbg-shared || exit 1 +endif + +depend:: + $(MAKE) -C test depend Modified: trunk/complement/extern/custom/boost/libs/test/prg_exec_mon/Makefile.inc =================================================================== --- trunk/complement/extern/custom/boost/libs/test/prg_exec_mon/Makefile.inc 2007-01-23 19:02:08 UTC (rev 1472) +++ trunk/complement/extern/custom/boost/libs/test/prg_exec_mon/Makefile.inc 2007-01-25 13:17:57 UTC (rev 1473) @@ -1,9 +1,11 @@ -# -*- makefile -*- Time-stamp: <03/03/31 15:11:21 ptr> -# $Id$ +# -*- makefile -*- Time-stamp: <07/01/24 22:12:03 ptr> BOOST_TST_SRC = ${BOOST_INCLUDE_DIR}/libs/test/src LIBNAME = boost_test_pem MAJOR = 1 -MINOR = 32 -PATCH = 0 -SRC_CPP = ${BOOST_TST_SRC}/execution_monitor.cpp ${BOOST_TST_SRC}/cpp_main.cpp +MINOR = 33 +PATCH = 1 +SRC_CPP = ${BOOST_TST_SRC}/execution_monitor.cpp \ + ${BOOST_TST_SRC}/cpp_main.cpp + + Property changes on: trunk/complement/extern/custom/boost/libs/test/prg_exec_mon/test ___________________________________________________________________ Name: svn:ignore + obj Added: trunk/complement/extern/custom/boost/libs/test/prg_exec_mon/test/Makefile =================================================================== --- trunk/complement/extern/custom/boost/libs/test/prg_exec_mon/test/Makefile (rev 0) +++ trunk/complement/extern/custom/boost/libs/test/prg_exec_mon/test/Makefile 2007-01-25 13:17:57 UTC (rev 1473) @@ -0,0 +1,58 @@ +# -*- makefile -*- Time-stamp: <07/01/24 23:48:37 ptr> + +SRCROOT := ../../../../../../../explore +COMPILER_NAME := gcc + +include Makefile.inc +include ${SRCROOT}/Makefiles/top.mak + +INCLUDES += -I${BOOST_INCLUDE_DIR} + +release-shared: LDFLAGS += -L../${OUTPUT_DIR} -Wl,-rpath=../${OUTPUT_DIR}:${STLPORT_LIB_DIR} +dbg-shared: LDFLAGS += -L../${OUTPUT_DIR_DBG} -Wl,-rpath=../${OUTPUT_DIR_DBG}:${STLPORT_LIB_DIR} +ifndef WITHOUT_STLPORT +stldbg-shared: LDFLAGS += -L../${OUTPUT_DIR_STLDBG} -Wl,-rpath=../${OUTPUT_DIR_STLDBG}:${STLPORT_LIB_DIR} +endif + +release-shared: LDLIBS = -lboost_test_pem +dbg-shared: LDLIBS = -lboost_test_pemg +ifndef WITHOUT_STLPORT +stldbg-shared: LDLIBS = -lboost_test_pemstlg +endif + +check: all + @for p in ${PRGNAME} ${PRGNAMES}; do \ + s=`${OUTPUT_DIR}/$$p 2>&1 | grep 'errors detected'`; \ + if [ "$$s" = "" ]; then echo $$p; exit 1; fi \ + done + @for p in ${PRGNAME} ${PRGNAMES}; do \ + s=`${OUTPUT_DIR_DBG}/$$p 2>&1 | grep 'errors detected'`; \ + if [ "$$s" = "" ]; then echo $$p; exit 1; fi \ + done +ifndef WITHOUT_STLPORT + @for p in ${PRGNAME} ${PRGNAMES}; do \ + s=`${OUTPUT_DIR_STLDBG}/$$p 2>&1 | grep 'errors detected'`; \ + if [ "$$s" = "" ]; then echo $$p; exit 1; fi \ + done +endif + +check-release-shared: release-shared + @for p in ${PRGNAME} ${PRGNAMES}; do \ + s=`${OUTPUT_DIR}/$$p 2>&1 | grep 'errors detected'`; \ + if [ "$$s" = "" ]; then echo $$p; exit 1; fi \ + done + +check-dbg-shared: dbg-shared + @for p in ${PRGNAME} ${PRGNAMES}; do \ + s=`${OUTPUT_DIR_DBG}/$$p 2>&1 | grep 'errors detected'`; \ + if [ "$$s" = "" ]; then echo $$p; exit 1; fi \ + done + +ifndef WITHOUT_STLPORT +check-stldbg-shared: stldbg-shared + @for p in ${PRGNAME} ${PRGNAMES}; do \ + s=`${OUTPUT_DIR_STLDBG}/$$p 2>&1 | grep 'errors detected'`; \ + if [ "$$s" = "" ]; then echo $$p; exit 1; fi \ + done +endif + Added: trunk/complement/extern/custom/boost/libs/test/prg_exec_mon/test/Makefile.inc =================================================================== --- trunk/complement/extern/custom/boost/libs/test/prg_exec_mon/test/Makefile.inc (rev 0) +++ trunk/complement/extern/custom/boost/libs/test/prg_exec_mon/test/Makefile.inc 2007-01-25 13:17:57 UTC (rev 1473) @@ -0,0 +1,11 @@ +# -*- makefile -*- Time-stamp: <07/01/24 22:17:50 ptr> + +BOOST_FS_SRC = ${BOOST_INCLUDE_DIR}/libs/test/test +PRGNAME = prg_exec_fail1 +PRGNAMES = prg_exec_fail2 prg_exec_fail3 prg_exec_fail4 +SRC_CPP = ${BOOST_FS_SRC}/prg_exec_fail1.cpp +prg_exec_fail2_SRC_CPP = ${BOOST_FS_SRC}/prg_exec_fail2.cpp +prg_exec_fail3_SRC_CPP = ${BOOST_FS_SRC}/prg_exec_fail3.cpp +prg_exec_fail4_SRC_CPP = ${BOOST_FS_SRC}/prg_exec_fail4.cpp + + Modified: trunk/complement/extern/custom/boost/libs/test/test_exec_mon/Makefile =================================================================== --- trunk/complement/extern/custom/boost/libs/test/test_exec_mon/Makefile 2007-01-23 19:02:08 UTC (rev 1472) +++ trunk/complement/extern/custom/boost/libs/test/test_exec_mon/Makefile 2007-01-25 13:17:57 UTC (rev 1473) @@ -1,4 +1,4 @@ -# -*- makefile -*- Time-stamp: <06/06/27 02:26:25 ptr> +# -*- makefile -*- Time-stamp: <07/01/24 22:12:49 ptr> SRCROOT := ../../../../../../explore COMPILER_NAME := gcc @@ -14,3 +14,20 @@ POST_INSTALL += ; rm -f $(INSTALL_LIB_DIR)/libboost_unit_test_framework.so $(INSTALL_LIB_DIR)/${SO_NAME} POST_INSTALL_DBG += ; rm -f $(INSTALL_LIB_DIR_DBG)/libboost_unit_test_framework.so $(INSTALL_LIB_DIR_DBG)/${SO_NAME_DBG} endif + +check: all-shared + $(MAKE) -C test check || exit 1 + +check-release: release-shared + $(MAKE) -C test check-release-shared || exit 1 + +check-dbg: dbg-shared + $(MAKE) -C test check-dbg-shared || exit 1 + +ifndef WITHOUT_STLPORT +check-stldbg: stldbg-shared + $(MAKE) -C test check-stldbg-shared || exit 1 +endif + +depend:: + $(MAKE) -C test depend Property changes on: trunk/complement/extern/custom/boost/libs/test/test_exec_mon/test ___________________________________________________________________ Name: svn:ignore + obj Added: trunk/complement/extern/custom/boost/libs/test/test_exec_mon/test/Makefile =================================================================== --- trunk/complement/extern/custom/boost/libs/test/test_exec_mon/test/Makefile (rev 0) +++ trunk/complement/extern/custom/boost/libs/test/test_exec_mon/test/Makefile 2007-01-25 13:17:57 UTC (rev 1473) @@ -0,0 +1,81 @@ +# -*- makefile -*- Time-stamp: <07/01/24 23:37:22 ptr> + +SRCROOT := ../../../../../../../explore +COMPILER_NAME := gcc + +include Makefile.inc +include ${SRCROOT}/Makefiles/top.mak + +INCLUDES += -I${BOOST_INCLUDE_DIR} + +release-shared: LDFLAGS += -L../${OUTPUT_DIR} -Wl,-rpath=../${OUTPUT_DIR}:${STLPORT_LIB_DIR} +dbg-shared: LDFLAGS += -L../${OUTPUT_DIR_DBG} -Wl,-rpath=../${OUTPUT_DIR_DBG}:${STLPORT_LIB_DIR} +ifndef WITHOUT_STLPORT +stldbg-shared: LDFLAGS += -L../${OUTPUT_DIR_STLDBG} -Wl,-rpath=../${OUTPUT_DIR_STLDBG}:${STLPORT_LIB_DIR} +endif + +release-shared: LDLIBS = -lboost_test_tem +dbg-shared: LDLIBS = -lboost_test_temg +ifndef WITHOUT_STLPORT +stldbg-shared: LDLIBS = -lboost_test_temstlg +endif + +check: all + @for p in ${PRGNAME} ${PRGNAMES}; do \ + if [ "$$p" != "boost_check_equal_str" ]; then \ + ${OUTPUT_DIR}/$$p >/dev/null 2>&1; \ + if [ $$? -eq 0 ]; then echo $$p; exit 1; fi \ + else \ + ${OUTPUT_DIR}/$$p; \ + fi \ + done + @for p in ${PRGNAME} ${PRGNAMES}; do \ + if [ "$$p" != "boost_check_equal_str" ]; then \ + ${OUTPUT_DIR_DBG}/$$p >/dev/null 2>&1; \ + if [ $$? -eq 0 ]; then echo $$p; exit 1; fi \ + else \ + ${OUTPUT_DIR_DBG}/$$p; \ + fi \ + done +ifndef WITHOUT_STLPORT + @for p in ${PRGNAME} ${PRGNAMES}; do \ + if [ "$$p" != "boost_check_equal_str" ]; then \ + ${OUTPUT_DIR_STLDBG}/$$p >/dev/null 2>&1; \ + if [ $$? -eq 0 ]; then echo $$p; exit 1; fi \ + else \ + ${OUTPUT_DIR_STLDBG}/$$p; \ + fi \ + done +endif + +check-release-shared: release-shared + @for p in ${PRGNAME} ${PRGNAMES}; do \ + if [ "$$p" != "boost_check_equal_str" ]; then \ + ${OUTPUT_DIR}/$$p >/dev/null 2>&1; \ + if [ $$? -eq 0 ]; then echo $$p; exit 1; fi; \ + else \ + ${OUTPUT_DIR}/$$p; \ + fi \ + done + +check-dbg-shared: dbg-shared + @for p in ${PRGNAME} ${PRGNAMES}; do \ + if [ "$$p" != "boost_check_equal_str" ]; then \ + ${OUTPUT_DIR_DBG}/$$p >/dev/null 2>&1; \ + if [ $$? -eq 0 ]; then echo $$p; exit 1; fi \ + else \ + ${OUTPUT_DIR_DBG}/$$p; \ + fi \ + done + +ifndef WITHOUT_STLPORT +check-stldbg-shared: stldbg-shared + @for p in ${PRGNAME} ${PRGNAMES}; do \ + if [ "$$p" != "boost_check_equal_str" ]; then \ + ${OUTPUT_DIR_STLDBG}/$$p >/dev/null 2>&1; \ + if [ $$? -eq 0 ]; then echo $$p; exit 1; fi \ + else \ + ${OUTPUT_DIR_STLDBG}/$$p; \ + fi \ + done +endif Added: trunk/complement/extern/custom/boost/libs/test/test_exec_mon/test/Makefile.inc =================================================================== --- trunk/complement/extern/custom/boost/libs/test/test_exec_mon/test/Makefile.inc (rev 0) +++ trunk/complement/extern/custom/boost/libs/test/test_exec_mon/test/Makefile.inc 2007-01-25 13:17:57 UTC (rev 1473) @@ -0,0 +1,11 @@ +# -*- makefile -*- Time-stamp: <07/01/24 23:23:35 ptr> + +BOOST_FS_SRC = ${BOOST_INCLUDE_DIR}/libs/test/test +PRGNAME = test_exec_fail1 +PRGNAMES = test_exec_fail2 test_exec_fail3 test_exec_fail4 \ + boost_check_equal_str +SRC_CPP = ${BOOST_FS_SRC}/test_exec_fail1.cpp +test_exec_fail2_SRC_CPP = ${BOOST_FS_SRC}/test_exec_fail2.cpp +test_exec_fail3_SRC_CPP = ${BOOST_FS_SRC}/test_exec_fail3.cpp +test_exec_fail4_SRC_CPP = ${BOOST_FS_SRC}/test_exec_fail4.cpp +boost_check_equal_str_SRC_CPP = ${BOOST_FS_SRC}/boost_check_equal_str.cpp Modified: trunk/complement/extern/custom/boost/libs/test/unit_test_framework/Makefile =================================================================== --- trunk/complement/extern/custom/boost/libs/test/unit_test_framework/Makefile 2007-01-23 19:02:08 UTC (rev 1472) +++ trunk/complement/extern/custom/boost/libs/test/unit_test_framework/Makefile 2007-01-25 13:17:57 UTC (rev 1473) @@ -1,4 +1,4 @@ -# -*- makefile -*- Time-stamp: <06/06/27 02:26:25 ptr> +# -*- makefile -*- Time-stamp: <07/01/24 10:41:48 ptr> SRCROOT := ../../../../../../explore COMPILER_NAME := gcc @@ -14,3 +14,20 @@ POST_INSTALL += ; rm -f $(INSTALL_LIB_DIR)/libboost_unit_test_framework.so $(INSTALL_LIB_DIR)/${SO_NAME} POST_INSTALL_DBG += ; rm -f $(INSTALL_LIB_DIR_DBG)/libboost_unit_test_framework.so $(INSTALL_LIB_DIR_DBG)/${SO_NAME_DBG} endif + +check: all-shared + $(MAKE) -C test check || exit 1 + +check-release: release-shared + $(MAKE) -C test check-release-shared || exit 1 + +check-dbg: dbg-shared + $(MAKE) -C test check-dbg-shared || exit 1 + +ifndef WITHOUT_STLPORT +check-stldbg: stldbg-shared + $(MAKE) -C test check-stldbg-shared || exit 1 +endif + +depend:: + $(MAKE) -C test depend This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <com...@us...> - 2007-01-26 13:52:13
|
Revision: 1475 http://svn.sourceforge.net/complement/?rev=1475&view=rev Author: complement Date: 2007-01-26 05:52:08 -0800 (Fri, 26 Jan 2007) Log Message: ----------- fix check- targets Modified Paths: -------------- trunk/complement/extern/custom/boost/libs/Makefile trunk/complement/extern/custom/boost/libs/program_options/Makefile trunk/complement/extern/custom/boost/libs/regex/Makefile trunk/complement/extern/custom/boost/libs/test/prg_exec_mon/Makefile trunk/complement/extern/custom/boost/libs/test/test_exec_mon/Makefile trunk/complement/extern/custom/boost/libs/test/unit_test_framework/Makefile Modified: trunk/complement/extern/custom/boost/libs/Makefile =================================================================== --- trunk/complement/extern/custom/boost/libs/Makefile 2007-01-25 14:21:57 UTC (rev 1474) +++ trunk/complement/extern/custom/boost/libs/Makefile 2007-01-26 13:52:08 UTC (rev 1475) @@ -8,7 +8,7 @@ SRCROOT := ../../../../explore SUBDIRS := date_time filesystem program_options regex serialization \ - test/unit_test_framework test/test_exec_mon \ + test/unit_test_framework test/test_exec_mon test/prg_exec_mon \ thread include ${SRCROOT}/Makefiles/gmake/subdirs.mak Modified: trunk/complement/extern/custom/boost/libs/program_options/Makefile =================================================================== --- trunk/complement/extern/custom/boost/libs/program_options/Makefile 2007-01-25 14:21:57 UTC (rev 1474) +++ trunk/complement/extern/custom/boost/libs/program_options/Makefile 2007-01-26 13:52:08 UTC (rev 1475) @@ -11,14 +11,14 @@ check: all-shared $(MAKE) -C test check || exit 1 -check-release: release-shared +check-release-shared: release-shared $(MAKE) -C test check-release-shared || exit 1 -check-dbg: dbg-shared +check-dbg-shared: dbg-shared $(MAKE) -C test check-dbg-shared || exit 1 ifndef WITHOUT_STLPORT -check-stldbg: stldbg-shared +check-stldbg-shared: stldbg-shared $(MAKE) -C test check-stldbg-shared || exit 1 endif Modified: trunk/complement/extern/custom/boost/libs/regex/Makefile =================================================================== --- trunk/complement/extern/custom/boost/libs/regex/Makefile 2007-01-25 14:21:57 UTC (rev 1474) +++ trunk/complement/extern/custom/boost/libs/regex/Makefile 2007-01-26 13:52:08 UTC (rev 1475) @@ -24,3 +24,15 @@ depend:: $(MAKE) -C test depend + +clean:: + $(MAKE) -C test clean + +distclean:: + $(MAKE) -C test distclean + +mostlyclean:: + $(MAKE) -C test mostlyclean + +maintainer-clean:: + $(MAKE) -C test maintainer-clean Modified: trunk/complement/extern/custom/boost/libs/test/prg_exec_mon/Makefile =================================================================== --- trunk/complement/extern/custom/boost/libs/test/prg_exec_mon/Makefile 2007-01-25 14:21:57 UTC (rev 1474) +++ trunk/complement/extern/custom/boost/libs/test/prg_exec_mon/Makefile 2007-01-26 13:52:08 UTC (rev 1475) @@ -11,14 +11,14 @@ check: all-shared $(MAKE) -C test check || exit 1 -check-release: release-shared +check-release-shared: release-shared $(MAKE) -C test check-release-shared || exit 1 -check-dbg: dbg-shared +check-dbg-shared: dbg-shared $(MAKE) -C test check-dbg-shared || exit 1 ifndef WITHOUT_STLPORT -check-stldbg: stldbg-shared +check-stldbg-shared: stldbg-shared $(MAKE) -C test check-stldbg-shared || exit 1 endif Modified: trunk/complement/extern/custom/boost/libs/test/test_exec_mon/Makefile =================================================================== --- trunk/complement/extern/custom/boost/libs/test/test_exec_mon/Makefile 2007-01-25 14:21:57 UTC (rev 1474) +++ trunk/complement/extern/custom/boost/libs/test/test_exec_mon/Makefile 2007-01-26 13:52:08 UTC (rev 1475) @@ -18,14 +18,14 @@ check: all-shared $(MAKE) -C test check || exit 1 -check-release: release-shared +check-release-shared: release-shared $(MAKE) -C test check-release-shared || exit 1 -check-dbg: dbg-shared +check-dbg-shared: dbg-shared $(MAKE) -C test check-dbg-shared || exit 1 ifndef WITHOUT_STLPORT -check-stldbg: stldbg-shared +check-stldbg-shared: stldbg-shared $(MAKE) -C test check-stldbg-shared || exit 1 endif Modified: trunk/complement/extern/custom/boost/libs/test/unit_test_framework/Makefile =================================================================== --- trunk/complement/extern/custom/boost/libs/test/unit_test_framework/Makefile 2007-01-25 14:21:57 UTC (rev 1474) +++ trunk/complement/extern/custom/boost/libs/test/unit_test_framework/Makefile 2007-01-26 13:52:08 UTC (rev 1475) @@ -18,14 +18,14 @@ check: all-shared $(MAKE) -C test check || exit 1 -check-release: release-shared +check-release-shared: release-shared $(MAKE) -C test check-release-shared || exit 1 -check-dbg: dbg-shared +check-dbg-shared: dbg-shared $(MAKE) -C test check-dbg-shared || exit 1 ifndef WITHOUT_STLPORT -check-stldbg: stldbg-shared +check-stldbg-shared: stldbg-shared $(MAKE) -C test check-stldbg-shared || exit 1 endif This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <com...@us...> - 2007-05-16 09:50:27
|
Revision: 1557 http://svn.sourceforge.net/complement/?rev=1557&view=rev Author: complement Date: 2007-05-16 02:50:21 -0700 (Wed, 16 May 2007) Log Message: ----------- boost 1.34.0 Modified Paths: -------------- trunk/complement/extern/custom/boost/libs/date_time/Makefile.inc trunk/complement/extern/custom/boost/libs/filesystem/Makefile.inc trunk/complement/extern/custom/boost/libs/program_options/Makefile.inc trunk/complement/extern/custom/boost/libs/regex/Makefile.inc trunk/complement/extern/custom/boost/libs/serialization/Makefile.inc trunk/complement/extern/custom/boost/libs/test/prg_exec_mon/Makefile.inc trunk/complement/extern/custom/boost/libs/test/test_exec_mon/Makefile.inc trunk/complement/extern/custom/boost/libs/test/unit_test_framework/Makefile.inc trunk/complement/extern/custom/boost/libs/thread/Makefile.inc Modified: trunk/complement/extern/custom/boost/libs/date_time/Makefile.inc =================================================================== --- trunk/complement/extern/custom/boost/libs/date_time/Makefile.inc 2007-03-12 18:34:51 UTC (rev 1556) +++ trunk/complement/extern/custom/boost/libs/date_time/Makefile.inc 2007-05-16 09:50:21 UTC (rev 1557) @@ -3,8 +3,8 @@ BOOST_SRC = ${BOOST_INCLUDE_DIR}/libs/date_time/src LIBNAME = boost_dt MAJOR = 1 -MINOR = 33 -PATCH = 1 +MINOR = 34 +PATCH = 0 SRC_CPP = ${BOOST_SRC}/gregorian/greg_month.cpp \ ${BOOST_SRC}/gregorian/greg_weekday.cpp \ ${BOOST_SRC}/gregorian/date_generators.cpp Modified: trunk/complement/extern/custom/boost/libs/filesystem/Makefile.inc =================================================================== --- trunk/complement/extern/custom/boost/libs/filesystem/Makefile.inc 2007-03-12 18:34:51 UTC (rev 1556) +++ trunk/complement/extern/custom/boost/libs/filesystem/Makefile.inc 2007-05-16 09:50:21 UTC (rev 1557) @@ -4,6 +4,6 @@ #BOOST_FS_SRC = src LIBNAME = boost_fs MAJOR = 1 -MINOR = 33 -PATCH = 1 -SRC_CPP = ${BOOST_FS_SRC}/convenience.cpp ${BOOST_FS_SRC}/exception.cpp ${BOOST_FS_SRC}/operations_posix_windows.cpp ${BOOST_FS_SRC}/path_posix_windows.cpp +MINOR = 34 +PATCH = 0 +SRC_CPP = ${BOOST_FS_SRC}/exception.cpp ${BOOST_FS_SRC}/operations.cpp ${BOOST_FS_SRC}/path.cpp ${BOOST_FS_SRC}/portability.cpp ${BOOST_FS_SRC}/utf8_codecvt_facet.cpp Modified: trunk/complement/extern/custom/boost/libs/program_options/Makefile.inc =================================================================== --- trunk/complement/extern/custom/boost/libs/program_options/Makefile.inc 2007-03-12 18:34:51 UTC (rev 1556) +++ trunk/complement/extern/custom/boost/libs/program_options/Makefile.inc 2007-05-16 09:50:21 UTC (rev 1557) @@ -4,8 +4,8 @@ LIBNAME = boost_program_options MAJOR = 1 -MINOR = 33 -PATCH = 1 +MINOR = 34 +PATCH = 0 SRC_CPP = ${BOOST_SR_SRC}/cmdline.cpp \ ${BOOST_SR_SRC}/config_file.cpp \ Modified: trunk/complement/extern/custom/boost/libs/regex/Makefile.inc =================================================================== --- trunk/complement/extern/custom/boost/libs/regex/Makefile.inc 2007-03-12 18:34:51 UTC (rev 1556) +++ trunk/complement/extern/custom/boost/libs/regex/Makefile.inc 2007-05-16 09:50:21 UTC (rev 1557) @@ -3,8 +3,8 @@ BOOST_REGEX_SRC = $(BOOST_INCLUDE_DIR)/libs/regex/src LIBNAME = boost_regex MAJOR = 1 -MINOR = 33 -PATCH = 1 +MINOR = 34 +PATCH = 0 SRC_CPP = $(BOOST_REGEX_SRC)/c_regex_traits.cpp \ $(BOOST_REGEX_SRC)/regex_traits_defaults.cpp \ $(BOOST_REGEX_SRC)/cpp_regex_traits.cpp \ Modified: trunk/complement/extern/custom/boost/libs/serialization/Makefile.inc =================================================================== --- trunk/complement/extern/custom/boost/libs/serialization/Makefile.inc 2007-03-12 18:34:51 UTC (rev 1556) +++ trunk/complement/extern/custom/boost/libs/serialization/Makefile.inc 2007-05-16 09:50:21 UTC (rev 1557) @@ -4,8 +4,8 @@ #BOOST_SR_SRC = src LIBNAME = boost_serialization MAJOR = 1 -MINOR = 33 -PATCH = 1 +MINOR = 34 +PATCH = 0 SRC_CPP = ${BOOST_SR_SRC}/basic_archive.cpp \ ${BOOST_SR_SRC}/basic_archive_impl.cpp \ ${BOOST_SR_SRC}/basic_iarchive.cpp \ Modified: trunk/complement/extern/custom/boost/libs/test/prg_exec_mon/Makefile.inc =================================================================== --- trunk/complement/extern/custom/boost/libs/test/prg_exec_mon/Makefile.inc 2007-03-12 18:34:51 UTC (rev 1556) +++ trunk/complement/extern/custom/boost/libs/test/prg_exec_mon/Makefile.inc 2007-05-16 09:50:21 UTC (rev 1557) @@ -3,8 +3,8 @@ BOOST_TST_SRC = ${BOOST_INCLUDE_DIR}/libs/test/src LIBNAME = boost_test_pem MAJOR = 1 -MINOR = 33 -PATCH = 1 +MINOR = 34 +PATCH = 0 SRC_CPP = ${BOOST_TST_SRC}/execution_monitor.cpp \ ${BOOST_TST_SRC}/cpp_main.cpp Modified: trunk/complement/extern/custom/boost/libs/test/test_exec_mon/Makefile.inc =================================================================== --- trunk/complement/extern/custom/boost/libs/test/test_exec_mon/Makefile.inc 2007-03-12 18:34:51 UTC (rev 1556) +++ trunk/complement/extern/custom/boost/libs/test/test_exec_mon/Makefile.inc 2007-05-16 09:50:21 UTC (rev 1557) @@ -3,8 +3,8 @@ BOOST_TST_SRC = ${BOOST_INCLUDE_DIR}/libs/test/src LIBNAME = boost_test_tem MAJOR = 1 -MINOR = 33 -PATCH = 1 +MINOR = 34 +PATCH = 0 SRC_CPP = ${BOOST_TST_SRC}/compiler_log_formatter.cpp \ ${BOOST_TST_SRC}/execution_monitor.cpp \ ${BOOST_TST_SRC}/framework.cpp \ Modified: trunk/complement/extern/custom/boost/libs/test/unit_test_framework/Makefile.inc =================================================================== --- trunk/complement/extern/custom/boost/libs/test/unit_test_framework/Makefile.inc 2007-03-12 18:34:51 UTC (rev 1556) +++ trunk/complement/extern/custom/boost/libs/test/unit_test_framework/Makefile.inc 2007-05-16 09:50:21 UTC (rev 1557) @@ -3,8 +3,8 @@ BOOST_TST_SRC = $(BOOST_INCLUDE_DIR)/libs/test/src LIBNAME = boost_test_utf MAJOR = 1 -MINOR = 33 -PATCH = 1 +MINOR = 34 +PATCH = 0 SRC_CPP = $(BOOST_TST_SRC)/compiler_log_formatter.cpp \ $(BOOST_TST_SRC)/execution_monitor.cpp \ $(BOOST_TST_SRC)/framework.cpp \ Modified: trunk/complement/extern/custom/boost/libs/thread/Makefile.inc =================================================================== --- trunk/complement/extern/custom/boost/libs/thread/Makefile.inc 2007-03-12 18:34:51 UTC (rev 1556) +++ trunk/complement/extern/custom/boost/libs/thread/Makefile.inc 2007-05-16 09:50:21 UTC (rev 1557) @@ -3,8 +3,8 @@ BOOST_SRC = $(BOOST_INCLUDE_DIR)/libs/thread/src LIBNAME = boost_thread MAJOR = 1 -MINOR = 33 -PATCH = 1 +MINOR = 34 +PATCH = 0 SRC_CPP = $(BOOST_SRC)/condition.cpp \ $(BOOST_SRC)/mutex.cpp \ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <com...@us...> - 2007-10-31 18:36:43
|
Revision: 1785 http://complement.svn.sourceforge.net/complement/?rev=1785&view=rev Author: complement Date: 2007-10-31 11:36:41 -0700 (Wed, 31 Oct 2007) Log Message: ----------- boost 1.34.1 Modified Paths: -------------- trunk/complement/extern/custom/boost/libs/date_time/Makefile.inc trunk/complement/extern/custom/boost/libs/filesystem/Makefile trunk/complement/extern/custom/boost/libs/filesystem/Makefile.inc trunk/complement/extern/custom/boost/libs/regex/Makefile.inc Modified: trunk/complement/extern/custom/boost/libs/date_time/Makefile.inc =================================================================== --- trunk/complement/extern/custom/boost/libs/date_time/Makefile.inc 2007-10-31 18:34:44 UTC (rev 1784) +++ trunk/complement/extern/custom/boost/libs/date_time/Makefile.inc 2007-10-31 18:36:41 UTC (rev 1785) @@ -1,10 +1,10 @@ -# -*- makefile -*- Time-stamp: <03/03/31 15:11:21 ptr> +# -*- makefile -*- Time-stamp: <07/10/31 11:51:51 ptr> BOOST_SRC = ${BOOST_INCLUDE_DIR}/libs/date_time/src LIBNAME = boost_dt MAJOR = 1 MINOR = 34 -PATCH = 0 +PATCH = 1 SRC_CPP = ${BOOST_SRC}/gregorian/greg_month.cpp \ ${BOOST_SRC}/gregorian/greg_weekday.cpp \ ${BOOST_SRC}/gregorian/date_generators.cpp Modified: trunk/complement/extern/custom/boost/libs/filesystem/Makefile =================================================================== --- trunk/complement/extern/custom/boost/libs/filesystem/Makefile 2007-10-31 18:34:44 UTC (rev 1784) +++ trunk/complement/extern/custom/boost/libs/filesystem/Makefile 2007-10-31 18:36:41 UTC (rev 1785) @@ -1,15 +1,12 @@ # -*- makefile -*- Time-stamp: <06/06/27 02:25:13 ptr> SRCROOT := ../../../../../explore -COMPILER_NAME := gcc POST_INSTALL = ln -sf ${SO_NAME} $(INSTALL_LIB_DIR)/libboost_filesystem.so POST_INSTALL_DBG = ln -sf ${SO_NAME_DBG} $(INSTALL_LIB_DIR_DBG)/libboost_filesystem.so include Makefile.inc include ${SRCROOT}/Makefiles/gmake/top.mak -INCLUDES += -I${BOOST_INCLUDE_DIR} - ifdef USE_SYSTEM_BOOST POST_INSTALL += ; rm -f $(INSTALL_LIB_DIR)/libboost_filesystem.so $(INSTALL_LIB_DIR)/${SO_NAME} POST_INSTALL_DBG += ; rm -f $(INSTALL_LIB_DIR_DBG)/libboost_filesystem.so $(INSTALL_LIB_DIR_DBG)/${SO_NAME_DBG} Modified: trunk/complement/extern/custom/boost/libs/filesystem/Makefile.inc =================================================================== --- trunk/complement/extern/custom/boost/libs/filesystem/Makefile.inc 2007-10-31 18:34:44 UTC (rev 1784) +++ trunk/complement/extern/custom/boost/libs/filesystem/Makefile.inc 2007-10-31 18:36:41 UTC (rev 1785) @@ -1,9 +1,9 @@ -# -*- makefile -*- Time-stamp: <03/03/31 15:11:21 ptr> +# -*- makefile -*- Time-stamp: <07/10/31 11:51:27 ptr> BOOST_FS_SRC = ${BOOST_INCLUDE_DIR}/libs/filesystem/src #BOOST_FS_SRC = src LIBNAME = boost_fs MAJOR = 1 MINOR = 34 -PATCH = 0 +PATCH = 1 SRC_CPP = ${BOOST_FS_SRC}/exception.cpp ${BOOST_FS_SRC}/operations.cpp ${BOOST_FS_SRC}/path.cpp ${BOOST_FS_SRC}/portability.cpp ${BOOST_FS_SRC}/utf8_codecvt_facet.cpp Modified: trunk/complement/extern/custom/boost/libs/regex/Makefile.inc =================================================================== --- trunk/complement/extern/custom/boost/libs/regex/Makefile.inc 2007-10-31 18:34:44 UTC (rev 1784) +++ trunk/complement/extern/custom/boost/libs/regex/Makefile.inc 2007-10-31 18:36:41 UTC (rev 1785) @@ -1,10 +1,10 @@ -# -*- makefile -*- Time-stamp: <03/03/31 15:11:21 ptr> +# -*- makefile -*- Time-stamp: <07/10/31 11:51:11 ptr> BOOST_REGEX_SRC = $(BOOST_INCLUDE_DIR)/libs/regex/src LIBNAME = boost_regex MAJOR = 1 MINOR = 34 -PATCH = 0 +PATCH = 1 SRC_CPP = $(BOOST_REGEX_SRC)/c_regex_traits.cpp \ $(BOOST_REGEX_SRC)/regex_traits_defaults.cpp \ $(BOOST_REGEX_SRC)/cpp_regex_traits.cpp \ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |