Re: BUILT_SOURCES: dependencies not copied to build_dir

2006-03-28 Thread Ralf Wildenhues
Hi Michael, Tom, * tom fogal wrote on Mon, Mar 27, 2006 at 10:38:27PM CEST: [EMAIL PROTECTED]Michael Biebl writes: snip ngcs_marshal.c: ngcs_marshal.ngci idef.py $(srcdir)/idef.py ngcs_marshal ngcs_marshal.h: ngcs_marshal.ngci idef.py $(srcdir)/idef.py ngcs_marshal Not

Re: BUILT_SOURCES: dependencies not copied to build_dir

2006-03-28 Thread Michael Biebl
Ralf Wildenhues wrote: Hi Michael, Tom, Hi, thanks for you help so far. * tom fogal wrote on Mon, Mar 27, 2006 at 10:38:27PM CEST: [EMAIL PROTECTED]Michael Biebl writes: snip ngcs_marshal.c: ngcs_marshal.ngci idef.py $(srcdir)/idef.py ngcs_marshal ngcs_marshal.h:

Re: BUILT_SOURCES: dependencies not copied to build_dir

2006-03-28 Thread Ralf Wildenhues
Hi Michael, * Michael Biebl wrote on Tue, Mar 28, 2006 at 12:16:18PM CEST: This is the solution I came up with: EXTRA_DIST = ngcs_marshal.ngci idef.py ngcs.py CLEANFILES = ngcs_marshal.h ngcs_marshal.c ngcs_marshal.c: ngcs_marshal.ngci idef.py $(srcdir)/idef.py

Re: BUILT_SOURCES: dependencies not copied to build_dir

2006-03-28 Thread Michael Biebl
Ralf Wildenhues wrote: Hi Michael, * Michael Biebl wrote on Tue, Mar 28, 2006 at 12:16:18PM CEST: This is the solution I came up with: EXTRA_DIST = ngcs_marshal.ngci idef.py ngcs.py CLEANFILES = ngcs_marshal.h ngcs_marshal.c ngcs_marshal.c: ngcs_marshal.ngci idef.py

Re: BUILT_SOURCES: dependencies not copied to build_dir

2006-03-28 Thread Stepan Kasal
Hello, On Tue, Mar 28, 2006 at 12:16:18PM +0200, Michael Biebl meant to write: EXTRA_DIST = ngcs_marshal.ngci idef.py ngcs.py CLEANFILES = ngcs_marshal.h ngcs_marshal.c ngcs_marshal.c: ngcs_marshal.ngci idef.py $(srcdir)/idef.py $(srcdir)/ngcs_marshal $@ ngcs_marshal.h:

Re: BUILT_SOURCES: dependencies not copied to build_dir

2006-03-27 Thread Michael Biebl
I forgot to add that I'm not subscribed to the list so please CC on replies. Cheers, Michael -- Why is it that all of the instruments seeking intelligent life in the universe are pointed away from Earth? signature.asc Description: OpenPGP digital signature

Re: BUILT_SOURCES: dependencies not copied to build_dir

2006-03-27 Thread tom fogal
[EMAIL PROTECTED]Michael Biebl writes: snip ngcs_marshal.c: ngcs_marshal.ngci idef.py $(srcdir)/idef.py ngcs_marshal ngcs_marshal.h: ngcs_marshal.ngci idef.py $(srcdir)/idef.py ngcs_marshal Not sure if it will work, but perhaps you could just use the .ngci file without copying