Mercurial > hg > octave-kai > gnulib-hg
annotate modules/csharpcomp @ 10264:ebb7ea0c94e8
Rename isnand.h to isnand-nolibm.h, similarly for isnanf.h.
author | Ben Pfaff <blp@cs.stanford.edu> |
---|---|
date | Sat, 12 Jul 2008 10:41:34 -0700 |
parents | a162347a0232 |
children | 0ef26bffcbe1 |
rev | line source |
---|---|
5913 | 1 Description: |
2 Compile a C# program. | |
3 | |
4 Files: | |
5 lib/csharpcomp.h | |
6 lib/csharpcomp.c | |
7 | |
8 Depends-on: | |
9 stdbool | |
8948
a162347a0232
Update after allocsa -> malloca renaming.
Bruno Haible <bruno@clisp.org>
parents:
6466
diff
changeset
|
10 xmalloca |
5913 | 11 execute |
12 pipe | |
13 wait-process | |
14 getline | |
15 sh-quote | |
16 safe-read | |
17 error | |
5965
cd3c62f1332e
Support programs like Emacs that use gnulib but not gettext.
Paul Eggert <eggert@cs.ucla.edu>
parents:
5913
diff
changeset
|
18 gettext-h |
6466
9e0ec6858ac9
Depend on csharpcomp-script.
Bruno Haible <bruno@clisp.org>
parents:
5965
diff
changeset
|
19 csharpcomp-script |
5913 | 20 |
21 configure.ac: | |
22 | |
23 Makefile.am: | |
24 lib_SOURCES += csharpcomp.h csharpcomp.c | |
25 | |
26 Include: | |
27 "csharpcomp.h" | |
28 | |
29 License: | |
30 GPL | |
31 | |
32 Maintainer: | |
33 Bruno Haible |