1# -*- makefile -*- Time-stamp: <05/03/29 23:39:01 ptr>
2# $Id$
3
4# this is the version number of needed STLport library for linking
5LIBMAJOR = 5
6LIBMINOR = 2
7
8PRGNAME = eh_test
9SRC_CPP = ../../../test/eh/TestClass.cpp \
10          ../../../test/eh/main.cpp \
11          ../../../test/eh/nc_alloc.cpp \
12          ../../../test/eh/random_number.cpp \
13          ../../../test/eh/test_algo.cpp \
14          ../../../test/eh/test_algobase.cpp \
15          ../../../test/eh/test_list.cpp \
16          ../../../test/eh/test_slist.cpp \
17          ../../../test/eh/test_bit_vector.cpp \
18          ../../../test/eh/test_vector.cpp \
19          ../../../test/eh/test_deque.cpp \
20          ../../../test/eh/test_set.cpp \
21          ../../../test/eh/test_map.cpp \
22          ../../../test/eh/test_hash_map.cpp \
23          ../../../test/eh/test_hash_set.cpp \
24          ../../../test/eh/test_rope.cpp \
25          ../../../test/eh/test_string.cpp \
26          ../../../test/eh/test_bitset.cpp \
27          ../../../test/eh/test_valarray.cpp
28
29