automake: Unified Parallel C Support

1 
1 8.12 Unified Parallel C Support
1 ===============================
1 
1 Automake includes some support for Unified Parallel C.
1 
1    Any package including Unified Parallel C code must define the output
1 variable ‘UPC’ in ‘configure.ac’; the simplest way to do this is to use
1 the ‘AM_PROG_UPC’ macro (⇒Public Macros).
1 
1    A few additional variables are defined when a Unified Parallel C
1 source file is seen:
1 
1 ‘UPC’
1      The name of the Unified Parallel C compiler.
1 
1 ‘UPCFLAGS’
1      Any flags to pass to the Unified Parallel C compiler.
1 
1 ‘AM_UPCFLAGS’
1      The maintainer’s variant of ‘UPCFLAGS’.
1 
1 ‘UPCCOMPILE’
1      The command used to actually compile a Unified Parallel C source
1      file.  The file name is appended to form the complete command line.
1 
1 ‘UPCLINK’
1      The command used to actually link a Unified Parallel C program.
1