1# -*- makefile -*- Time-stamp: <07/06/27 20:39:05 ptr>
2
3# this is the version number of needed STLport library for linking
4LIBMAJOR = 5
5LIBMINOR = 2
6
7PRGNAME = stl_unit_test
8SRC_CPP = ../../../test/unit/cppunit/test_main.cpp \
9	../../../test/unit/accum_test.cpp \
10	../../../test/unit/adj_test.cpp \
11	../../../test/unit/advance_test.cpp \
12	../../../test/unit/alg_test.cpp \
13	../../../test/unit/algorithm_header_test.cpp \
14	../../../test/unit/allocator_test.cpp \
15	../../../test/unit/bcompos_test.cpp \
16	../../../test/unit/bind_test.cpp \
17	../../../test/unit/binsert_test.cpp \
18	../../../test/unit/bitset_test.cpp \
19	../../../test/unit/bitset_header_test.cpp \
20	../../../test/unit/bnegate_test.cpp \
21	../../../test/unit/boost_check.cpp \
22	../../../test/unit/bound_test.cpp \
23	../../../test/unit/bsearch_test.cpp \
24	../../../test/unit/bvector_test.cpp \
25	../../../test/unit/cassert_header_test.cpp \
26	../../../test/unit/cctype_header_test.cpp \
27	../../../test/unit/cerrno_header_test.cpp \
28	../../../test/unit/cfloat_header_test.cpp \
29	../../../test/unit/ciso646_header_test.cpp \
30	../../../test/unit/climits_header_test.cpp \
31	../../../test/unit/clocale_header_test.cpp \
32	../../../test/unit/cmath_test.cpp \
33	../../../test/unit/cmath_header_test.cpp \
34	../../../test/unit/codecvt_test.cpp \
35	../../../test/unit/collate_facets_test.cpp \
36	../../../test/unit/complex_header_test.cpp \
37	../../../test/unit/config_test.cpp \
38	../../../test/unit/copy_test.cpp \
39	../../../test/unit/count_test.cpp \
40	../../../test/unit/csetjmp_header_test.cpp \
41	../../../test/unit/setjmp_header_test2.cpp \
42	../../../test/unit/csignal_header_test.cpp \
43	../../../test/unit/cstdarg_header_test.cpp \
44	../../../test/unit/cstddef_header_test.cpp \
45	../../../test/unit/cstdio_header_test.cpp \
46	../../../test/unit/cstdlib_header_test.cpp \
47	../../../test/unit/cstring_test.cpp \
48	../../../test/unit/cstring_header_test.cpp \
49	../../../test/unit/ctime_header_test.cpp \
50	../../../test/unit/ctype_facets_test.cpp \
51	../../../test/unit/cwchar_header_test.cpp \
52	../../../test/unit/cwctype_header_test.cpp \
53	../../../test/unit/deque_test.cpp \
54	../../../test/unit/deque_header_test.cpp \
55	../../../test/unit/divides_test.cpp \
56	../../../test/unit/equal_test.cpp \
57	../../../test/unit/exception_test.cpp \
58	../../../test/unit/exception_header_test.cpp \
59	../../../test/unit/epilog_test.cpp \
60	../../../test/unit/fill_test.cpp \
61	../../../test/unit/find_test.cpp \
62	../../../test/unit/finsert_test.cpp \
63	../../../test/unit/foreach_test.cpp \
64	../../../test/unit/fstream_test.cpp \
65	../../../test/unit/fstream_header_test.cpp \
66	../../../test/unit/func_test.cpp \
67	../../../test/unit/functional_header_test.cpp \
68	../../../test/unit/generator_test.cpp \
69	../../../test/unit/greater_test.cpp \
70	../../../test/unit/hash_test.cpp \
71	../../../test/unit/heap_test.cpp \
72	../../../test/unit/includes_test.cpp \
73	../../../test/unit/innerprod_test.cpp \
74	../../../test/unit/inplace_test.cpp \
75	../../../test/unit/insert_test.cpp \
76	../../../test/unit/ioiter_test.cpp \
77	../../../test/unit/iomanip_header_test.cpp \
78	../../../test/unit/ios_header_test.cpp \
79	../../../test/unit/iosfwd_header_test.cpp \
80	../../../test/unit/iostream_header_test.cpp \
81	../../../test/unit/iostream_test.cpp \
82	../../../test/unit/iota_test.cpp \
83	../../../test/unit/istmit_test.cpp \
84	../../../test/unit/istream_header_test.cpp \
85	../../../test/unit/iter_test.cpp \
86	../../../test/unit/iterator_header_test.cpp \
87	../../../test/unit/less_test.cpp \
88	../../../test/unit/lexcmp_test.cpp \
89	../../../test/unit/limits_test.cpp \
90	../../../test/unit/limits_header_test.cpp \
91	../../../test/unit/list_test.cpp \
92	../../../test/unit/list_header_test.cpp \
93	../../../test/unit/locale_test.cpp \
94	../../../test/unit/locale_header_test.cpp \
95	../../../test/unit/logic_test.cpp \
96	../../../test/unit/macro_checks.cpp \
97	../../../test/unit/map_test.cpp \
98	../../../test/unit/map_header_test.cpp \
99	../../../test/unit/max_test.cpp \
100	../../../test/unit/memory_header_test.cpp \
101	../../../test/unit/memory_test.cpp \
102	../../../test/unit/merge_test.cpp \
103	../../../test/unit/messages_facets_test.cpp \
104	../../../test/unit/mfunptr_test.cpp \
105	../../../test/unit/min_test.cpp \
106	../../../test/unit/mismatch_test.cpp \
107	../../../test/unit/modulus_test.cpp \
108	../../../test/unit/money_facets_test.cpp \
109	../../../test/unit/multiset_test.cpp \
110	../../../test/unit/mvctor_test.cpp \
111	../../../test/unit/mvctor_declaration_test.cpp \
112	../../../test/unit/mvctor_traits_test.cpp \
113	../../../test/unit/neq_test.cpp \
114	../../../test/unit/new_header_test.cpp \
115	../../../test/unit/nthelm_test.cpp \
116	../../../test/unit/num_facets_test.cpp \
117	../../../test/unit/num_put_get_test.cpp \
118	../../../test/unit/numeric_header_test.cpp \
119	../../../test/unit/ostmit_test.cpp \
120	../../../test/unit/ostream_header_test.cpp \
121	../../../test/unit/pair_test.cpp \
122	../../../test/unit/partial_test.cpp \
123	../../../test/unit/partition_test.cpp \
124	../../../test/unit/perm_test.cpp \
125	../../../test/unit/plusminus_test.cpp \
126	../../../test/unit/ptr2_test.cpp \
127	../../../test/unit/ptrspec_test.cpp \
128	../../../test/unit/queue_test.cpp \
129	../../../test/unit/queue_header_test.cpp \
130	../../../test/unit/rawriter_test.cpp \
131	../../../test/unit/reference_wrapper_test.cpp \
132	../../../test/unit/resolve_name.cpp \
133	../../../test/unit/reviter_test.cpp \
134	../../../test/unit/rm_cp_test.cpp \
135	../../../test/unit/rndshf_test.cpp \
136	../../../test/unit/rope_test.cpp \
137	../../../test/unit/rotate_test.cpp \
138	../../../test/unit/search_test.cpp \
139	../../../test/unit/set_test.cpp \
140	../../../test/unit/set_header_test.cpp \
141	../../../test/unit/setdiff_test.cpp \
142	../../../test/unit/setinter_test.cpp \
143	../../../test/unit/setunion_test.cpp \
144	../../../test/unit/shared_ptr_test.cpp \
145	../../../test/unit/slist_test.cpp \
146	../../../test/unit/sort_test.cpp \
147	../../../test/unit/sstream_test.cpp \
148	../../../test/unit/sstream_header_test.cpp \
149	../../../test/unit/stack_test.cpp \
150	../../../test/unit/stack_header_test.cpp \
151	../../../test/unit/stdexcept_header_test.cpp \
152	../../../test/unit/stldbg_include.cpp \
153	../../../test/unit/string_test.cpp \
154	../../../test/unit/strstream_buffer_read_test.cpp \
155	../../../test/unit/strstream_header_test.cpp \
156	../../../test/unit/swap_test.cpp \
157	../../../test/unit/times_test.cpp \
158	../../../test/unit/transform_test.cpp \
159	../../../test/unit/type_traits_test.cpp \
160	../../../test/unit/typeinfo_header_test.cpp \
161	../../../test/unit/unary_test.cpp \
162	../../../test/unit/uninitialized_test.cpp \
163	../../../test/unit/unique_test.cpp \
164	../../../test/unit/unordered_test.cpp \
165	../../../test/unit/utility_header_test.cpp \
166	../../../test/unit/valarray_test.cpp \
167	../../../test/unit/valarray_header_test.cpp \
168	../../../test/unit/vector_test.cpp \
169	../../../test/unit/vector_header_test.cpp \
170	../../../test/unit/test_errno.cpp \
171	../../../test/unit/time_facets_test.cpp
172
173SRC_C = ../../../test/unit/assert_header_test.c \
174	../../../test/unit/ctype_header_test.c \
175	../../../test/unit/c_limits_header_test.c \
176	../../../test/unit/c_locale_header_test.c \
177	../../../test/unit/errno_header_test.c \
178	../../../test/unit/float_header_test.c \
179	../../../test/unit/iso646_header_test.c \
180	../../../test/unit/math_header_test.c \
181	../../../test/unit/setjmp_header_test.c \
182	../../../test/unit/signal_header_test.c \
183	../../../test/unit/stdarg_header_test.c \
184	../../../test/unit/stddef_header_test.c \
185	../../../test/unit/stdio_header_test.c \
186	../../../test/unit/stdlib_header_test.c \
187	../../../test/unit/string_header_test.c \
188	../../../test/unit/time_header_test.c \
189	../../../test/unit/wchar_header_test.c \
190	../../../test/unit/wctype_header_test.c
191