First public contribution.
1 # ;;; -*- Mode:makefile;-*-
2 # Generated automatically from Makefile.in by configure.
3 # This requires GNU make.
11 STL_INCL=-I${PWD}/../../stlport/
13 # STL_INCL= -DEH_NO_SGI_STL
15 AUX_LIST=TestClass.o main.o nc_alloc.o random_number.o
17 TEST_LIST=test_algo.o \
18 test_algobase.o test_list.o test_slist.o \
19 test_bit_vector.o test_vector.o \
20 test_deque.o test_set.o test_map.o \
21 test_hash_map.o test_hash_set.o test_rope.o \
22 test_string.o test_bitset.o test_valarray.o
24 LIST=${AUX_LIST} ${TEST_LIST}
28 TESTS = $(LIST:%.o=%.out)
35 # CXXFLAGS = -J 4 -ansi -LANG:std -I. ${STL_INCL} ${DEBUG_FLAGS} -I. -D_STLP_NO_OWN_IOSTREAMS -D_STLP_NO_NEW_IOSTREAMS
36 CXXFLAGS = -J 4 -ansi -LANG:std -I. ${STL_INCL} ${DEBUG_FLAGS} -I.
38 LIBS = -L../../lib -lstlport_mipspro -lm
41 .SUFFIXES: .cpp .i .o .out .res
46 $(CXX) $(CXXFLAGS) $(OBJECTS) $(LIBS) -o $(TEST_EXE)
47 LD_LIBRARY_PATH="../../lib:$(LD_LIBRARY_PATH)" ./$(TEST_EXE) -s 100
50 $(CXX) $(CXXFLAGS) $< -c -o $@
53 $(CXX) $(CXXFLAGS) $< -E > $@
56 $(CXX) $(CXXFLAGS) $*.cpp -c -USINGLE -DMAIN -g -o $*.o
57 $(CXX) $(CXXFLAGS) $*.o $(LIBS) -o $*
62 -rm -fr ${TEST_EXE} *.o *.rpo *.obj *.out core *~ Templates.DB SunWS_cache cxx_repository