The files in this directory are a minimal set of files
so that a copy of the opari2 sources copied into the scalasca source tree
can be configured and compiled as part of the Scalasca build process.

Unpack opari2.tar.gz (producing <opari2-src>), then configure and build
as usual (without install) to generate the necessary source files.

Minimal changes required when adapting to a new OPARI2 version:

* config.h
  Compare with <opari2-src>/src/config-frontend.h
  and update PACKAGE_VERSION, SCOREP_COMMON_REVISION, SCOREP_COMPONENT_REVISION

* opari2_config_tool_frontend.h.tmpl
  Compare with <opari2-src>/src/opari2_config_tool_frontend.h to see
  whether changes are needed (e.g. new defines needed)
  and update VERSION to match PACKAGE_VERSION and potentially POMP2_API_VERSION

* opari2_usage.h
  Copy if different from <opari2-src>/build-frontend/opari2_usage.h

* opari2-config_usage.h
  Copy if different from <opari2-src>/build-frontend/opari2-config_usage.h

* pomp2_parse_init_regions.awk
  Copy if different from <opari2-src>/build-frontend/pomp2-parse-init-regions.awk
