Fresco Makefile.in,1.43,1.44
Tobias Hunger <[email protected]> Fri, 01 Aug 2003 11:47:41 -0500
| Newsgroups | gmane.comp.video.fresco.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvs/fresco/Fresco In directory purcel:/tmp/cvs-serv24256 Modified Files: Makefile.in 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/Makefile.in,v retrieving revision 1.43 retrieving revision 1.44 diff -u -d -r1.43 -r1.44 --- Makefile.in 14 May 2003 22:42:09 -0000 1.43 +++ Makefile.in 1 Aug 2003 16:47:08 -0000 1.44 @@ -175,6 +175,12 @@ Fresco-C++: Babylon Clients-C++: Babylon endif +ifneq ($(findstring Fresco-IDL, $(subdirs)),) +Fresco-C++: Fresco-IDL +Fresco-Java: Fresco-IDL +Fresco-Python: Fresco-IDL +Fresco-Perl: Fresco-IDL +endif ifneq ($(findstring Fresco-C++, $(subdirs)),) Berlin: Fresco-C++ Fresco-C++-demos: Fresco-C++ @@ -184,5 +190,8 @@ GGI: Berlin SDL: Berlin Fresco-C++-demos: Berlin #FIXME !!! +endif +ifneq ($(findstring Fresco-Python, $(subdirs)),) +Fresco-Python-demos: Fresco-Python endif