Re: 79-lang-compile.patch

2001-04-11 Thread Akim Demaille
"Tom" == Tom Tromey [EMAIL PROTECTED] writes: Tom One last thing about separating into modules: we'll probably want Tom to put the module files into their own directory in the source Tom and install trees. Let's start a new directory for this sooner Tom rather than later. I agree! Likewise

Re: 79-lang-compile.patch

2001-04-10 Thread Akim Demaille
"Tom" == Tom Tromey [EMAIL PROTECTED] writes: "Akim" == Akim Demaille [EMAIL PROTECTED] writes: Akim * automake.in (Language): Add attributes `flags', `compile' and Akim `compiler'. (finish_languages, handle_single_transform_list, Akim handle_dist) (add_depend2, register_language): Use them

Re: 79-lang-compile.patch

2001-04-10 Thread Tom Tromey
"Akim" == Akim Demaille [EMAIL PROTECTED] writes: Akim Nevertheless, in the present case, these are not exactly Akim attributes, which _are_ hidden. It's accessors: Thanks. Akim Anyway, there is a big problem with pushing more language Akim handling in the class itself, as there is a lot of

Re: 79-lang-compile.patch

2001-04-10 Thread Tom Tromey
"Akim" == Akim Demaille [EMAIL PROTECTED] writes: Akim * automake.in (Language): Add attributes `flags', `compile' and Akim `compiler'. Akim (finish_languages, handle_single_transform_list, handle_dist) Akim (add_depend2, register_language): Use them and the `linker' and Akim `pure'

Re: 79-lang-compile.patch

2001-04-10 Thread Tom Tromey
"Akim" == Akim Demaille [EMAIL PROTECTED] writes: Tom But do we really want objects with public attributes? It seems Tom to me that we'd probably rather have objects with public methods Tom and private attributes. Akim Nevertheless, in the present case, these are not exactly Akim attributes,

Re: 79-lang-compile.patch

2001-04-10 Thread Tom Tromey
One last thing about separating into modules: we'll probably want to put the module files into their own directory in the source and install trees. Let's start a new directory for this sooner rather than later. Tom

Re: 79-lang-compile.patch

2001-04-09 Thread Tom Tromey
"Akim" == Akim Demaille [EMAIL PROTECTED] writes: Akim * automake.in (Language): Add attributes `flags', `compile' and Akim `compiler'. Akim (finish_languages, handle_single_transform_list, handle_dist) Akim (add_depend2, register_language): Use them and the `linker' and Akim `pure'

79-lang-compile.patch

2001-03-23 Thread Akim Demaille
Index: ChangeLog from Akim Demaille [EMAIL PROTECTED] * automake.in (Language): Add attributes `flags', `compile' and `compiler'. (finish_languages, handle_single_transform_list, handle_dist) (add_depend2, register_language): Use them and the `linker' and