Re: make dist and BUILT_SOURCES

2001-04-06 Thread Robert Collins
- Original Message - From: "Tom Tromey" <[EMAIL PROTECTED]> Subject: Re: make dist and BUILT_SOURCES > >>>>> "Robert" == Robert Collins <[EMAIL PROTECTED]> writes: > > >> Were they also listed in another foo_SOURCES variable

Re: make dist and BUILT_SOURCES

2001-04-06 Thread Tom Tromey
> "Robert" == Robert Collins <[EMAIL PROTECTED]> writes: >> Were they also listed in another foo_SOURCES variable? >> That would cause them to end up in the dist. Robert> Yes they were. I didn't know you could do Robert> BUILT_foo_SOURCES. I'll try rearranging the targets like that Robert> a

Re: make dist and BUILT_SOURCES

2001-04-05 Thread Robert Collins
- Original Message - From: "Tom Tromey" <[EMAIL PROTECTED]> To: "Robert Collins" <[EMAIL PROTECTED]> Cc: "Akim Demaille" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Friday, April 06, 2001 9:43 AM Subject: Re: make dist and BUIL

Re: make dist and BUILT_SOURCES

2001-04-05 Thread Tom Tromey
> "Robert" == Robert Collins <[EMAIL PROTECTED]> writes: >> BUILT_SOURCES aren't automatically distributed. Robert> Well... it was trying to :]. I've sent in an extract from Robert> Makefile.am,, would you like a test case? Sure. Were they also listed in another foo_SOURCES variable? That

Re: make dist and BUILT_SOURCES

2001-04-05 Thread Robert Collins
- Original Message - From: "Tom Tromey" <[EMAIL PROTECTED]> To: "Akim Demaille" <[EMAIL PROTECTED]> Cc: "Robert Collins" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Friday, April 06, 2001 3:13 AM Subject: Re: make dist and B

Re: make dist and BUILT_SOURCES

2001-04-05 Thread Tom Tromey
> "Akim" == Akim Demaille <[EMAIL PROTECTED]> writes: Robert> is there some way to exclude specific built sources from the Robert> disrtribution? Akim> Automake will always ship parsers and scanners, but I don't Akim> believe it ships all the BUILT_SOURCES. BUILT_SOURCES aren't automaticall

Re: make dist and BUILT_SOURCES

2001-04-04 Thread Robert Collins
- Original Message - From: "Akim Demaille" <[EMAIL PROTECTED]> To: "Robert Collins" <[EMAIL PROTECTED]> Subject: Re: make dist and BUILT_SOURCES > >>>>> "Robert" == Robert Collins <[EMAIL PROTECTED]> writes: > > Ro

Re: make dist and BUILT_SOURCES

2001-04-04 Thread Akim Demaille
> "Robert" == Robert Collins <[EMAIL PROTECTED]> writes: Robert> Yet another question from the newbie. I have a number of Robert> built source (.h and .c) files that are built from other Robert> sources/configure settings. Such as? Robert> "make dist" is failing to find these files. (Some

make dist and BUILT_SOURCES

2001-04-03 Thread Robert Collins
Yet another question from the newbie. I have a number of built source (.hand .c) files that are built from other soources/configure settings. "make dist" is failing to find these files. (Some of them shouldn't be included in the distribution, and some can be). is there some way to exclude speci