]> sourceware.org Git - automake.git/commit
* automake.in: Register "Unified Parallel C" as language.
authorAlexandre Duret-Lutz <adl@gnu.org>
Mon, 14 Aug 2006 20:38:38 +0000 (20:38 +0000)
committerAlexandre Duret-Lutz <adl@gnu.org>
Mon, 14 Aug 2006 20:38:38 +0000 (20:38 +0000)
commit6661fa165d90df54d38c8b748ccc63f71a1f8ad0
tree121403497c5ef3e5a4f00da1c18200308e17d3e3
parent692c6ee2be7d3cf9b9d5bd914e0b2ec61ee11883
* 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]
This page took 0.032069 seconds and 5 git commands to generate.