# -*- makefile -*- Time-stamp: <07/06/27 20:39:05 ptr> # this is the version number of needed STLport library for linking LIBMAJOR = 5 LIBMINOR = 2 PRGNAME = stl_unit_test SRC_CPP = ../../../test/unit/cppunit/test_main.cpp \ ../../../test/unit/accum_test.cpp \ ../../../test/unit/adj_test.cpp \ ../../../test/unit/advance_test.cpp \ ../../../test/unit/alg_test.cpp \ ../../../test/unit/algorithm_header_test.cpp \ ../../../test/unit/allocator_test.cpp \ ../../../test/unit/bcompos_test.cpp \ ../../../test/unit/bind_test.cpp \ ../../../test/unit/binsert_test.cpp \ ../../../test/unit/bitset_test.cpp \ ../../../test/unit/bitset_header_test.cpp \ ../../../test/unit/bnegate_test.cpp \ ../../../test/unit/boost_check.cpp \ ../../../test/unit/bound_test.cpp \ ../../../test/unit/bsearch_test.cpp \ ../../../test/unit/bvector_test.cpp \ ../../../test/unit/cassert_header_test.cpp \ ../../../test/unit/cctype_header_test.cpp \ ../../../test/unit/cerrno_header_test.cpp \ ../../../test/unit/cfloat_header_test.cpp \ ../../../test/unit/ciso646_header_test.cpp \ ../../../test/unit/climits_header_test.cpp \ ../../../test/unit/clocale_header_test.cpp \ ../../../test/unit/cmath_test.cpp \ ../../../test/unit/cmath_header_test.cpp \ ../../../test/unit/codecvt_test.cpp \ ../../../test/unit/collate_facets_test.cpp \ ../../../test/unit/complex_header_test.cpp \ ../../../test/unit/config_test.cpp \ ../../../test/unit/copy_test.cpp \ ../../../test/unit/count_test.cpp \ ../../../test/unit/csetjmp_header_test.cpp \ ../../../test/unit/setjmp_header_test2.cpp \ ../../../test/unit/csignal_header_test.cpp \ ../../../test/unit/cstdarg_header_test.cpp \ ../../../test/unit/cstddef_header_test.cpp \ ../../../test/unit/cstdio_header_test.cpp \ ../../../test/unit/cstdlib_header_test.cpp \ ../../../test/unit/cstring_test.cpp \ ../../../test/unit/cstring_header_test.cpp \ ../../../test/unit/ctime_header_test.cpp \ ../../../test/unit/ctype_facets_test.cpp \ ../../../test/unit/cwchar_header_test.cpp \ ../../../test/unit/cwctype_header_test.cpp \ ../../../test/unit/deque_test.cpp \ ../../../test/unit/deque_header_test.cpp \ ../../../test/unit/divides_test.cpp \ ../../../test/unit/equal_test.cpp \ ../../../test/unit/exception_test.cpp \ ../../../test/unit/exception_header_test.cpp \ ../../../test/unit/epilog_test.cpp \ ../../../test/unit/fill_test.cpp \ ../../../test/unit/find_test.cpp \ ../../../test/unit/finsert_test.cpp \ ../../../test/unit/foreach_test.cpp \ ../../../test/unit/fstream_test.cpp \ ../../../test/unit/fstream_header_test.cpp \ ../../../test/unit/func_test.cpp \ ../../../test/unit/functional_header_test.cpp \ ../../../test/unit/generator_test.cpp \ ../../../test/unit/greater_test.cpp \ ../../../test/unit/hash_test.cpp \ ../../../test/unit/heap_test.cpp \ ../../../test/unit/includes_test.cpp \ ../../../test/unit/innerprod_test.cpp \ ../../../test/unit/inplace_test.cpp \ ../../../test/unit/insert_test.cpp \ ../../../test/unit/ioiter_test.cpp \ ../../../test/unit/iomanip_header_test.cpp \ ../../../test/unit/ios_header_test.cpp \ ../../../test/unit/iosfwd_header_test.cpp \ ../../../test/unit/iostream_header_test.cpp \ ../../../test/unit/iostream_test.cpp \ ../../../test/unit/iota_test.cpp \ ../../../test/unit/istmit_test.cpp \ ../../../test/unit/istream_header_test.cpp \ ../../../test/unit/iter_test.cpp \ ../../../test/unit/iterator_header_test.cpp \ ../../../test/unit/less_test.cpp \ ../../../test/unit/lexcmp_test.cpp \ ../../../test/unit/limits_test.cpp \ ../../../test/unit/limits_header_test.cpp \ ../../../test/unit/list_test.cpp \ ../../../test/unit/list_header_test.cpp \ ../../../test/unit/locale_test.cpp \ ../../../test/unit/locale_header_test.cpp \ ../../../test/unit/logic_test.cpp \ ../../../test/unit/macro_checks.cpp \ ../../../test/unit/map_test.cpp \ ../../../test/unit/map_header_test.cpp \ ../../../test/unit/max_test.cpp \ ../../../test/unit/memory_header_test.cpp \ ../../../test/unit/memory_test.cpp \ ../../../test/unit/merge_test.cpp \ ../../../test/unit/messages_facets_test.cpp \ ../../../test/unit/mfunptr_test.cpp \ ../../../test/unit/min_test.cpp \ ../../../test/unit/mismatch_test.cpp \ ../../../test/unit/modulus_test.cpp \ ../../../test/unit/money_facets_test.cpp \ ../../../test/unit/multiset_test.cpp \ ../../../test/unit/mvctor_test.cpp \ ../../../test/unit/mvctor_declaration_test.cpp \ ../../../test/unit/mvctor_traits_test.cpp \ ../../../test/unit/neq_test.cpp \ ../../../test/unit/new_header_test.cpp \ ../../../test/unit/nthelm_test.cpp \ ../../../test/unit/num_facets_test.cpp \ ../../../test/unit/num_put_get_test.cpp \ ../../../test/unit/numeric_header_test.cpp \ ../../../test/unit/ostmit_test.cpp \ ../../../test/unit/ostream_header_test.cpp \ ../../../test/unit/pair_test.cpp \ ../../../test/unit/partial_test.cpp \ ../../../test/unit/partition_test.cpp \ ../../../test/unit/perm_test.cpp \ ../../../test/unit/plusminus_test.cpp \ ../../../test/unit/ptr2_test.cpp \ ../../../test/unit/ptrspec_test.cpp \ ../../../test/unit/queue_test.cpp \ ../../../test/unit/queue_header_test.cpp \ ../../../test/unit/rawriter_test.cpp \ ../../../test/unit/reference_wrapper_test.cpp \ ../../../test/unit/resolve_name.cpp \ ../../../test/unit/reviter_test.cpp \ ../../../test/unit/rm_cp_test.cpp \ ../../../test/unit/rndshf_test.cpp \ ../../../test/unit/rope_test.cpp \ ../../../test/unit/rotate_test.cpp \ ../../../test/unit/search_test.cpp \ ../../../test/unit/set_test.cpp \ ../../../test/unit/set_header_test.cpp \ ../../../test/unit/setdiff_test.cpp \ ../../../test/unit/setinter_test.cpp \ ../../../test/unit/setunion_test.cpp \ ../../../test/unit/shared_ptr_test.cpp \ ../../../test/unit/slist_test.cpp \ ../../../test/unit/sort_test.cpp \ ../../../test/unit/sstream_test.cpp \ ../../../test/unit/sstream_header_test.cpp \ ../../../test/unit/stack_test.cpp \ ../../../test/unit/stack_header_test.cpp \ ../../../test/unit/stdexcept_header_test.cpp \ ../../../test/unit/stldbg_include.cpp \ ../../../test/unit/string_test.cpp \ ../../../test/unit/strstream_buffer_read_test.cpp \ ../../../test/unit/strstream_header_test.cpp \ ../../../test/unit/swap_test.cpp \ ../../../test/unit/times_test.cpp \ ../../../test/unit/transform_test.cpp \ ../../../test/unit/type_traits_test.cpp \ ../../../test/unit/typeinfo_header_test.cpp \ ../../../test/unit/unary_test.cpp \ ../../../test/unit/uninitialized_test.cpp \ ../../../test/unit/unique_test.cpp \ ../../../test/unit/unordered_test.cpp \ ../../../test/unit/utility_header_test.cpp \ ../../../test/unit/valarray_test.cpp \ ../../../test/unit/valarray_header_test.cpp \ ../../../test/unit/vector_test.cpp \ ../../../test/unit/vector_header_test.cpp \ ../../../test/unit/test_errno.cpp \ ../../../test/unit/time_facets_test.cpp SRC_C = ../../../test/unit/assert_header_test.c \ ../../../test/unit/ctype_header_test.c \ ../../../test/unit/c_limits_header_test.c \ ../../../test/unit/c_locale_header_test.c \ ../../../test/unit/errno_header_test.c \ ../../../test/unit/float_header_test.c \ ../../../test/unit/iso646_header_test.c \ ../../../test/unit/math_header_test.c \ ../../../test/unit/setjmp_header_test.c \ ../../../test/unit/signal_header_test.c \ ../../../test/unit/stdarg_header_test.c \ ../../../test/unit/stddef_header_test.c \ ../../../test/unit/stdio_header_test.c \ ../../../test/unit/stdlib_header_test.c \ ../../../test/unit/string_header_test.c \ ../../../test/unit/time_header_test.c \ ../../../test/unit/wchar_header_test.c \ ../../../test/unit/wctype_header_test.c