1# -----------------------------------------------------------------------------
2# CppAD: C++ Algorithmic Differentiation: Copyright (C) 2003-21 Bradley M. Bell
3#
4# CppAD is distributed under the terms of the
5#              Eclipse Public License Version 2.0.
6#
7# This Source Code may also be made available under the following
8# Secondary License when the conditions for such availability set forth
9# in the Eclipse Public License, Version 2.0 are satisfied:
10#       GNU General Public License, Version 2.0 or later.
11# -----------------------------------------------------------------------------
12# The settings in this file file are the same as in cppad.pc except for the
13# following line:
14# includedir=@cppad_SOURCE_DIR@/include
15#
16prefix=@cppad_prefix@
17exec_prefix=$(prefix)
18includedir=@cppad_SOURCE_DIR@/include
19libdir=${exec_prefix}/@cppad_libdir@
20#
21Name:                  cppad
22Description:           @cppad_description@
23Version:               @cppad_version@
24URL:                   @cppad_url@
25#
26Cflags:                -I${includedir}
27Libs:                  @cppad_lib_list@
28Requires:              @cppad_requires@
29Libs.private           @cppad_libs_private@
30Requires.private:      @cppad_requires_private@
31