First public contribution.
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)
28 CC = e:\lang\como\bin\como
31 # __COMO__ appears not to be defined automatically ;(
32 CXXFLAGS = -D__COMO__ -D_MSC_VER=1200 --exceptions --microsoft -D_STLP_DEBUG -I${STL_INCL} -I. ${CXX_EXTRA_FLAGS}
39 $(TEST_EXE) : $(OBJECTS)
40 $(CXX) $(CXXFLAGS) $(OBJECTS) $(LIBS) -o $(TEST_EXE)
46 SUFFIXES: .cpp.o.exe.out.res
49 $(CXX) $(CXXFLAGS) $< -c -o $@
52 $(CXX) $(CXXFLAGS) $< -E -H -o $@
55 $(CXX) $(CXXFLAGS) $< -c -USINGLE -DMAIN -g -o $*.o
56 $(CXX) $(CXXFLAGS) $*.o $(LIBS) -o $*
61 $(CXX) $(CXXFLAGS) -O4 -S -pto $< -o $@
64 $(CXX) $(CXXFLAGS) -E $< -o $@
67 -rm -fr ${TEST_EXE} *.o *.rpo *.obj *.out core *~ Templates.DB