1# @HEADER
2# ************************************************************************
3#
4#            Trilinos: An Object-Oriented Solver Framework
5#                 Copyright (2001) Sandia Corporation
6#
7#
8# Copyright (2001) Sandia Corporation. Under the terms of Contract
9# DE-AC04-94AL85000, there is a non-exclusive license for use of this
10# work by or on behalf of the U.S. Government.  Export of this program
11# may require a license from the United States Government.
12#
13# 1. Redistributions of source code must retain the above copyright
14# notice, this list of conditions and the following disclaimer.
15#
16# 2. Redistributions in binary form must reproduce the above copyright
17# notice, this list of conditions and the following disclaimer.
18#
19# 2. Redistributions in binary form must reproduce the above copyright
20# notice, this list of conditions and the following disclaimer in the
21# documentation and/or other materials provided with the distribution.
22#
23# 3. Neither the name of the Corporation nor the names of the
24# contributors may be used to endorse or promote products derived from
25# this software without specific prior written permission.
26#
27# THIS SOFTWARE IS PROVIDED BY SANDIA CORPORATION "AS IS" AND ANY
28# EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
29# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
30# PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL SANDIA CORPORATION OR THE
31# CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
32# EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
33# PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
34# PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
35# LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
36# NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
37# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
38#
39# NOTICE:  The United States Government is granted for itself and others
40# acting on its behalf a paid-up, nonexclusive, irrevocable worldwide
41# license in this data to reproduce, prepare derivative works, and
42# perform publicly and display publicly.  Beginning five (5) years from
43# July 25, 2001, the United States Government is granted for itself and
44# others acting on its behalf a paid-up, nonexclusive, irrevocable
45# worldwide license in this data to reproduce, prepare derivative works,
46# distribute copies to the public, perform publicly and display
47# publicly, and to permit others to do so.
48#
49# NEITHER THE UNITED STATES GOVERNMENT, NOR THE UNITED STATES DEPARTMENT
50# OF ENERGY, NOR SANDIA CORPORATION, NOR ANY OF THEIR EMPLOYEES, MAKES
51# ANY WARRANTY, EXPRESS OR IMPLIED, OR ASSUMES ANY LEGAL LIABILITY OR
52# RESPONSIBILITY FOR THE ACCURACY, COMPLETENESS, OR USEFULNESS OF ANY
53# INFORMATION, APPARATUS, PRODUCT, OR PROCESS DISCLOSED, OR REPRESENTS
54# THAT ITS USE WOULD NOT INFRINGE PRIVATELY OWNED RIGHTS.
55#
56# ************************************************************************
57# @HEADER
58
59
60TRIBITS_TPL_FIND_INCLUDE_DIRS_AND_LIBRARIES( AmgX
61  REQUIRED_HEADERS amgx_config.h amgx_c.h
62  REQUIRED_LIBS_NAMES "amgxsh"
63  )
64
65