Update contrib.
1 # ;;; -*- Mode:makefile;-*-
2 # Generated automatically from Makefile.in by configure.
3 # This requires GNU make.
8 # point this to proper location
11 AUX_LIST=TestClass.cpp main.cpp nc_alloc.cpp random_number.cpp
13 TEST_LIST=test_algo.cpp \
14 test_algobase.cpp test_list.cpp test_slist.cpp \
15 test_bit_vector.cpp test_vector.cpp \
16 test_deque.cpp test_set.cpp test_map.cpp \
17 test_hash_map.cpp test_hash_set.cpp test_rope.cpp \
18 test_string.cpp test_bitset.cpp test_valarray.cpp
20 LIST=${AUX_LIST} ${TEST_LIST}
22 OBJECTS = $(LIST:%.cpp=%.o) $(STAT_MODULE)
23 EXECS = $(LIST:%.cpp=%)
24 TESTS = $(LIST:%.cpp=%.out)
34 # CXXFLAGS = -g -Wall -I${STL_INCL} -I. -D_STLP_USE_NEWALLOC -D_STLP_DEBUG_ALLOC ${REPO_FLAGS} -DEH_NEW_HEADERS
36 # CXXFLAGS = -Wall -ansi -I${STL_INCL} -I. -D_STLP_DEBUG ${REPO_FLAGS} ${CXX_EXTRA_FLAGS}
37 CXXFLAGS = -Wall -g -D_STLP_USE_NEWALLOC -DNO_FAST_ALLOCATOR -ansi -I${STL_INCL} -I. ${REPO_FLAGS} ${CXX_EXTRA_FLAGS} -DEH_VECTOR_OPERATOR_NEW -D_STLP_DEBUG -D_STLP_NO_DEBUG_EXCEPTIONS
39 # CXXFLAGS = -Wall -I${STL_INCL} -I. -D_STLP_USE_NEWALLOC ${REPO_FLAGS} ${CXX_EXTRA_FLAGS}
47 $(TEST_EXE) : $(OBJECTS)
48 $(CXX) $(CXXFLAGS) $(OBJECTS) $(LIBS) -o $(TEST_EXE)
54 SUFFIXES: .cpp.o.exe.out.res
57 $(CXX) $(CXXFLAGS) $< -c -o $@
60 $(CXX) $(CXXFLAGS) $< -E -H -o $@
63 $(CXX) $(CXXFLAGS) $< -c -USINGLE -DMAIN -g -o $*.o
64 $(CXX) $(CXXFLAGS) $*.o $(LIBS) -o $*
69 $(CXX) $(CXXFLAGS) -O4 -S -pto $< -o $@
72 $(CXX) $(CXXFLAGS) -E $< -o $@
75 -rm -fr ${TEST_EXE} $(OBJDIR) $(D_OBJDIR) $(NOSGI_OBJDIR) *.o *.rpo *.obj *.out core *~ Templates.DB