From 3697be69b0dffc185c9b4cf8221c782f48546771 Mon Sep 17 00:00:00 2001 From: Chuck Miller Date: Mon, 21 Jun 2010 13:12:27 -0400 Subject: Use the stlplus::inf class in the money count to avoid overflow Also changed the degree of freedom to 0 --- src/tool/moneycount/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/tool/moneycount/Makefile') diff --git a/src/tool/moneycount/Makefile b/src/tool/moneycount/Makefile index 27cd98e..e7b7022 100644 --- a/src/tool/moneycount/Makefile +++ b/src/tool/moneycount/Makefile @@ -1,13 +1,14 @@ all: moneycount -OBJECTS = main.o athena_text.o +OBJECTS = main.o athena_text.o inf.o portability_fixes.o CPP = g++ moneycount: $(OBJECTS) $(CPP) -o $@ $(OBJECTS) $(COMMON_OBJS) $(LIBS) main.o: main.cpp athena_text.o: athena_text.cpp athena_text.h - +inf.o: inf.cpp inf.hpp +portability_fixes.o: portability_fixes.cpp portability_fixes.hpp portability_exceptions.hpp clean: rm -f *.o moneycount -- cgit v1.2.3-70-g09d2