From: stephan b. <sg...@us...> - 2004-12-26 02:28:23
|
Update of /cvsroot/pclasses/pclasses2/src/s11n In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15726/src/s11n Modified Files: Makefile.toc Log Message: Removed auto-build of test bin. Copied test to (top)/test/s11nTest.cpp. Index: Makefile.toc =================================================================== RCS file: /cvsroot/pclasses/pclasses2/src/s11n/Makefile.toc,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- Makefile.toc 26 Dec 2004 01:26:15 -0000 1.3 +++ Makefile.toc 26 Dec 2004 02:28:13 -0000 1.4 @@ -7,26 +7,7 @@ s11n.cpp \ s11n_node.cpp -HEADERS = \ - abstract_creator.h \ - classload.h \ - data_node.h \ - data_node_algo.h \ - data_node_functor.h \ - data_node_serialize.h \ - list.h \ - map.h \ - pods_streamable.h \ - reg_list_specializations.h \ - reg_map_specializations.h \ - reg_serializable_traits.h \ - s11n_debuggering_macros.h \ - s11n_node.h \ - s11n.h \ - str.h \ - string_util.h \ - traits.h \ - valarray.h +HEADERS = $(wildcard *.h) OBJECTS = $(addsuffix .o,\ @@ -55,6 +36,7 @@ test_bin_OBJECTS = test.o libpclasses_s11n.so include $(TOC_MAKESDIR)/BIN_PROGRAMS.make -all: symlink-headers SHARED_LIBS BIN_PROGRAMS +all: symlink-headers SHARED_LIBS +# BIN_PROGRAMS |