Update of /cvsroot/monetdb/buildtools/autogen/autogen
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv5386/autogen/autogen

Modified Files:
        am.py codegen.py 
Log Message:
more ruby changes


Index: codegen.py
===================================================================
RCS file: /cvsroot/monetdb/buildtools/autogen/autogen/codegen.py,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- codegen.py  22 Oct 2007 09:43:14 -0000      1.14
+++ codegen.py  9 Dec 2007 13:22:24 -0000       1.15
@@ -96,7 +96,8 @@
             'mt':       [ '.symbols.h', '.c' ],
             'brg':      [ '.c' ],
             'c':        [ '.o' ],
-            'ruby.i':   [ '.ruby.c', '.ruby' ],
+            'ruby.i':   [ '.ruby.c' ],
+            'ruby.c':   [ '.ruby.o' ],
             'tcl.i':    [ '.tcl.c', '.tcl' ],
             'php.i':    [ '.php.c', '.php' ],
             'py.i':     [ '.py.c', '.py' ],

Index: am.py
===================================================================
RCS file: /cvsroot/monetdb/buildtools/autogen/autogen/am.py,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -d -r1.63 -r1.64
--- am.py       7 Dec 2007 13:50:16 -0000       1.63
+++ am.py       9 Dec 2007 13:22:24 -0000       1.64
@@ -19,7 +19,7 @@
 from codegen import find_org
 
 #automake_ext = ['c', 'h', 'y', 'l', 'glue.c']
-automake_ext = ['o', 'lo', 'c', 'h', 'tab.c', 'tab.h', 'yy.c', 'glue.c', 
'proto.h', 'py.c', 'pm.c', 'def', '']
+automake_ext = ['o', 'lo', 'c', 'h', 'tab.c', 'tab.h', 'yy.c', 'glue.c', 
'proto.h', 'php.c', 'py.c', 'pm.c', 'ruby.c', 'def', '']
 buildtools_ext = ['mx', 'm', 'y', 'l', 'brg']
 
 am_assign = "+="


-------------------------------------------------------------------------
SF.Net email is sponsored by: 
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Monetdb-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-checkins

Reply via email to