* automake.in: Register "Unified Parallel C" as language.
authorAlexandre Duret-Lutz <adl@gnu.org>
Mon, 14 Aug 2006 20:38:43 +0000 (20:38 +0000)
committerAlexandre Duret-Lutz <adl@gnu.org>
Mon, 14 Aug 2006 20:38:43 +0000 (20:38 +0000)
commit49d9a341365242d247f1ea4f00d98542b831bcb4
tree1b0a7c8f89fccee5fc82cb19ded8e92af382dc22
parent552cd6037973ca801dd6332f4e002c7b92dea670
* automake.in: Register "Unified Parallel C" as language.
(lang_upc_rewrite): New function.
(resolve_linker): Consider UPCLINK.
* lib/Automake/Variable.pm (%_ac_macro_for_var): Suggest
AM_PROG_UPC for UPC and UPCFLAGS.
* m4/upc.m4: New file.
* m4/depend.m4 (_AM_DEPENDENCIES): Add UPC case.
* m4/Makefile.am (dist_m4data_DATA): Add upc.m4.
* doc/automake.texi (Unified Parallel C Support): New node.
(Public macros): Mention AM_PROG_UPC.
(Program and Library Variables, Flag Variables Ordering):
Mention UPCFLAGS.
* tests/upc.test, tests/upc2.test, tests/upc3.test: New file.
* tests/Makefile.am (TESTS): Add them.
* tests/ext.test: Also test upc files.
17 files changed:
ChangeLog
NEWS
automake.in
doc/automake.texi
doc/stamp-vti
doc/version.texi
lib/Automake/Variable.pm
m4/Makefile.am
m4/Makefile.in
m4/depend.m4
m4/upc.m4 [new file with mode: 0644]
tests/Makefile.am
tests/Makefile.in
tests/ext.test
tests/upc.test [new file with mode: 0755]
tests/upc2.test [new file with mode: 0755]
tests/upc3.test [new file with mode: 0755]