[svn] commit: r113 - in /experiments/jelte-configuration: Makefile.in data.cc data.h

BIND 10 source code commits bind10-changes at lists.isc.org
Thu Oct 22 11:55:43 UTC 2009


Author: jelte
Date: Thu Oct 22 11:55:42 2009
New Revision: 113

Log:
data element class, and derived classes to represent the building blocks for configuration and message data

Added:
    experiments/jelte-configuration/data.cc
    experiments/jelte-configuration/data.h
Modified:
    experiments/jelte-configuration/Makefile.in

Modified: experiments/jelte-configuration/Makefile.in
==============================================================================
--- experiments/jelte-configuration/Makefile.in (original)
+++ experiments/jelte-configuration/Makefile.in Thu Oct 22 11:55:42 2009
@@ -17,7 +17,7 @@
 CFLAGS = @CFLAGS@ -Wall -Werror
 LDFLAGS = @LDFLAGS@
 
-all:	config_manager config_module.o example_module
+all:	config_manager config_module.o example_module data.o
 
 config_manager:	config_manager.cc config_obj.o
 	$(CXX) $(CFLAGS) $(LDFLAGS) -lxerces-c -o config_manager \
@@ -29,6 +29,10 @@
 config_module.o:	config_obj.o config_module.cc config_module.hh
 	$(CXX) $(CFLAGS) -c -o config_module.o config_module.cc
 
+data.o:	data.cc data.h
+	#$(CXX) $(CFLAGS) -c -o data.o data.cc
+	$(CXX) $(CFLAGS) -o test data.cc
+
 example_module:	config_module.o example_module.hh example_module.cc
 	$(CXX) $(CFLAGS) -o example_module -l xerces-c config_module.o config_obj.o example_module.cc
 




More information about the bind10-changes mailing list