[PATCH 4/4] Add a convenience autoconf macro (AM_PROG_CLI) to help with matters.

2007-06-28 Thread Raja R Harinath
* automake.in (register_language): Add Nemerle (.n) and Boo (.boo) as languages "supported" by the CLI infrastructure. (handle_cli_assembly_sources): Handle single-char extensions -- compiler variable ends in 'CC' rather than 'C'. * lib/am/cli-assembly.am (%ASSEMBLY%): Use %LANGCC% instead of %LANG

[PATCH 2/4] Compute dependencies from assembly references

2007-06-28 Thread Raja R Harinath
* automake.in (handle_cli_assembly): Return true on success. (handle_cli_assembly_references): New. (handle_cli): Call it. * tests/cli2.test: Add test for dependency calculation. * tests/Makefile.am (TESTS): Update. --- ChangeLog |7 + automake.in | 65 +

[PATCH 3/4] Add support for resources

2007-06-28 Thread Raja R Harinath
* automake.in (handle_cli_assembly_sources): Rename from handle_cli_assembly. (handle_cli_assembly_resources): New. Add support for handling resources. (handle_cli_assembly): Call both the previous methods. (cli_need_resgen): New. (handle_cli): Use it to emit RESGEN suffix rules, if necessary. * l

[PATCH 1/4] Add basic support for Mono/.NET

2007-06-28 Thread Raja R Harinath
* automake.in (register_language): Add 'cli'. (handle_cli, handle_cli_assembly, lang_cli_rewrite): New. (generate_makefile): Call 'handle_cli'. * lib/am/Makefile.am (dist_am_DATA): Update. * lib/am/cli.am, lib/am/cli-assembly.am: New. * tests/cli1.test: Simple test for Mono/.NET support. * tests/Ma

[RFD] Support Mono/.NET

2007-06-28 Thread Raja R Harinath
Hi, I'm attaching a series of patches adding support for Mono/.NET/ECMA-335 (also called the CLI, common language infrastructure). I'm working on documenting the support, but the testcases show example usage. - Hari

[RFD] Support Mono/.NET

2007-06-28 Thread Raja R Harinath
Hi, I'm attaching a series of patches adding support for Mono/.NET/ECMA-335 (also called the CLI, common language infrastructure). I'm working on documenting the support, but the testcases show example usage. - Hari

[RFD] Preliminary patches for Mono/.NET support

2007-06-28 Thread Raja R Harinath
Hi, I'm attaching a series of preliminary patches that add basic support for compiling CLI (Mono/.NET/ECMA 335) assemblies. I'm only missing the corresponding autoconf macros. - Hari >From e688d8c80d3b8262b815646e474ec729d340af1e Mon Sep 17 00:00:00 2001 In-Reply-To: <[EMAIL PROTECTED]> Referen

[RFD] Preliminary patches for adding support for Mono/.NET (CLI)

2007-06-28 Thread Raja R Harinath
Hi, I'm attaching a series of patches to introduce support for building Mono (and .NET) assemblies using automake. The only (big) part missing is autoconf macros for detecting the installed compilers. - Hari