annotate modules/csharpexec-script @ 16434:4f9beada6ccb

New module 'frexpf-ieee'. * modules/frexpf-ieee: New file.
author Bruno Haible <bruno@clisp.org>
date Sun, 26 Feb 2012 15:08:36 +0100
parents 1c6d7f8aff91
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
7887
87ea438b0662 New module 'csharpexec-script'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
1 Description:
87ea438b0662 New module 'csharpexec-script'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
2 Script to execute a C# program.
87ea438b0662 New module 'csharpexec-script'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
3
87ea438b0662 New module 'csharpexec-script'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
4 Files:
87ea438b0662 New module 'csharpexec-script'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
5 build-aux/csharpexec.sh.in
87ea438b0662 New module 'csharpexec-script'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
6 m4/csharpexec.m4
87ea438b0662 New module 'csharpexec-script'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
7 m4/csharp.m4
87ea438b0662 New module 'csharpexec-script'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
8
87ea438b0662 New module 'csharpexec-script'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
9 Depends-on:
87ea438b0662 New module 'csharpexec-script'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
10
87ea438b0662 New module 'csharpexec-script'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
11 configure.ac:
87ea438b0662 New module 'csharpexec-script'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
12 # You need to invoke gt_CSHARPEXEC yourself, possibly with arguments.
7895
1c6d7f8aff91 revert unwanted commit
Paolo Bonzini <bonzini@gnu.org>
parents: 7894
diff changeset
13 AC_CONFIG_FILES([csharpexec.sh:build-aux/csharpexec.sh.in])
7887
87ea438b0662 New module 'csharpexec-script'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
14
87ea438b0662 New module 'csharpexec-script'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
15 Makefile.am:
87ea438b0662 New module 'csharpexec-script'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
16
87ea438b0662 New module 'csharpexec-script'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
17 Include:
87ea438b0662 New module 'csharpexec-script'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
18
87ea438b0662 New module 'csharpexec-script'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
19 License:
87ea438b0662 New module 'csharpexec-script'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
20 GPLed build tool
87ea438b0662 New module 'csharpexec-script'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
21
87ea438b0662 New module 'csharpexec-script'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
22 Maintainer:
87ea438b0662 New module 'csharpexec-script'.
Bruno Haible <bruno@clisp.org>
parents:
diff changeset
23 Bruno Haible