Fresco/Babylon Makefile.in,1.15,1.16 configure.ac,1.24,1.25

Tobias Hunger <[email protected]> Fri, 01 Aug 2003 11:47:42 -0500
Newsgroups gmane.comp.video.fresco.cvs
Message-ID <[email protected]>
Update of /cvs/fresco/Fresco/Babylon
In directory purcel:/tmp/cvs-serv24256/Babylon

Modified Files:
	Makefile.in configure.ac 
Log Message:
Babylon work over:
 * Use iconv to convert characters to/from Babylon
 * Updtae to Unicode Version 4.0
 * Added unit tests (some fail for now, still need to work on that)

 * Removed the VisualTextBuffer from the CommandKit: I still like the idea,
   unfortunately it won't work out in the real world:-|

 * Updated code to the changed Babylon interfaces whereever needed.


Index: Makefile.in
===================================================================
RCS file: /cvs/fresco/Fresco/Babylon/Makefile.in,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- Makefile.in	6 Apr 2003 16:15:44 -0000	1.15
+++ Makefile.in	1 Aug 2003 16:47:09 -0000	1.16
@@ -26,7 +26,7 @@
 
 distdir		:= @PACKAGE_NAME@-@PACKAGE_VERSION@
 
-subdirs	:= src modules test
+subdirs	:= src modules demo test
 # insert inter-directory dependencies below
 
 # Overridden by the clean-targets, allowing the same subdirs-rule to be used
@@ -41,6 +41,8 @@
 
 # insert inter-directory dependencies here
 modules: src
+demo: src
+test: demo
 
 $(subdirs):
 	@echo making $(action) in $@

Index: configure.ac
===================================================================
RCS file: /cvs/fresco/Fresco/Babylon/configure.ac,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -d -r1.24 -r1.25
--- configure.ac	14 May 2003 22:42:09 -0000	1.24
+++ configure.ac	1 Aug 2003 16:47:09 -0000	1.25
@@ -89,7 +89,7 @@
 AC_CONFIG_FILES([config/Babylon-config], [chmod +x config/Babylon-config])
 AC_CONFIG_FILES([bin/Babylon-config:config/Babylon-build-config.in], [chmod +x bin/Babylon-config])
 AC_CONFIG_FILES([Makefile src/Makefile modules/Makefile])
-AC_CONFIG_FILES([test/Makefile])
+AC_CONFIG_FILES([test/Makefile demo/Makefile])
 
 mkdir -p lib
 mkdir -p modules