Re: [Monetdb-developers] [Monetdb-checkins] buildtools/autogen/autogen am.py, 1.30.2.1, 1.30.2.2
On 02/25/2007 01:51 PM, Niels Nes wrote:
Update of /cvsroot/monetdb/buildtools/autogen/autogen In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv2017/autogen/autogen
Modified Files: Tag: MonetDB_1-16 am.py Log Message: we need to distribute *.def files as the rules to build them are part of the rules.mk file (which isn't distributed)
Did you really mean to check in those print statements?
Index: am.py =================================================================== RCS file: /cvsroot/monetdb/buildtools/autogen/autogen/am.py,v retrieving revision 1.30.2.1 retrieving revision 1.30.2.2 diff -u -d -r1.30.2.1 -r1.30.2.2 --- am.py 13 Feb 2007 10:13:23 -0000 1.30.2.1 +++ am.py 25 Feb 2007 12:51:11 -0000 1.30.2.2 @@ -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', ''] +automake_ext = ['o', 'lo', 'c', 'h', 'tab.c', 'tab.h', 'yy.c', 'glue.c', 'proto.h', 'py.c', 'pm.c', 'def', ''] buildtools_ext = ['mx', 'm', 'y', 'l', 'brg']
am_assign = "+=" @@ -153,9 +153,11 @@ pf = f
# built source if has dep and ext != cur ext + print(pf) if not(cond) and deps.has_key(pf) and pf not in am['BUILT_SOURCES']: pfb, pfext = split_filename(pf) sfb, sfext = split_filename(deps[pf][0]) + print('test %s' % pf) if sfext != pfext: if pfext in automake_ext: dist = None @@ -622,6 +624,7 @@ def am_library(fd, var, libmap, am): name = var[4:]
+ print("am_library\n"); sep = "" pref = 'lib' if libmap.has_key("NAME"): @@ -702,6 +705,7 @@ deps = [] for target in libmap['TARGETS']: t, ext = split_filename(target) + print(t,ext) if ext in scripts_ext: if target not in SCRIPTS: SCRIPTS.append(target)
------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Monetdb-checkins mailing list Monetdb-checkins@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/monetdb-checkins
-- Sjoerd Mullender
participants (1)
-
Sjoerd Mullender