Update of /cvsroot/pclasses/pclasses2/src/System
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv663
Modified Files:
Makefile.toc
Log Message:
added testPathFinder
Index: Makefile.toc
===================================================================
RCS file: /cvsroot/pclasses/pclasses2/src/System/Makefile.toc,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- Makefile.toc 23 Dec 2004 21:40:32 -0000 1.4
+++ Makefile.toc 24 Dec 2004 01:40:27 -0000 1.5
@@ -14,6 +14,7 @@
CriticalSection.cpp \
CriticalSection.generic.cpp \
Mutex.cpp \
+ PathFinder.cpp \
SystemError.cpp \
timeout.cpp \
SharedLib.generic.cpp
@@ -91,6 +92,10 @@
# Run targets STATIC_LIBS and SHARED_LIBS build these.
endif
+BIN_PROGRAMS = testPathFinder
+testPathFinder_bin_OBJECTS = testPathFinder.o PathFinder.o
+include $(TOC_MAKESDIR)/BIN_PROGRAMS.make
+
all: STATIC_LIBS SHARED_LIBS
###################################################
# end auto-generated rules
|