1#  Licensed to Accellera Systems Initiative Inc. (Accellera) under one or
2#  more contributor license agreements.  See the NOTICE file distributed
3#  with this work for additional information regarding copyright ownership.
4#  Accellera licenses this file to you under the Apache License, Version 2.0
5#  (the "License"); you may not use this file except in compliance with the
6#  License.  You may obtain a copy of the License at
7#
8#   http://www.apache.org/licenses/LICENSE-2.0
9#
10#  Unless required by applicable law or agreed to in writing, software
11#  distributed under the License is distributed on an "AS IS" BASIS,
12#  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
13#  implied.  See the License for the specific language governing
14#  permissions and limitations under the License.
15#
16# -------------------------------------------------------------------------
17#
18# systemc.pc.in --
19#    pkg-config definition file (template) for SystemC
20#    (http://www.freedesktop.org/wiki/Software/pkg-config/)
21#
22# Author: Philipp A. Hartmann, OFFIS, 2013-05-07
23#
24# Note: The "real" definition (systemc.pc) is generated by "configure"
25#       during the build configuration.
26#
27# -------------------------------------------------------------------------
28#
29TARGET_ARCH=@TARGET_ARCH@
30prefix=@prefix@
31exec_prefix=@exec_prefix@
32libarchdir=@libdir@@LIB_ARCH_SUFFIX@
33includedir=@includedir@
34
35Name: @PACKAGE_NAME@
36Description: Accellera @PACKAGE_NAME@ proof-of-concept library
37Version: @PACKAGE_VERSION@
38URL: @PACKAGE_URL@
39Libs: -L${libarchdir} -l@PACKAGE@
40Libs.private: @PKGCONFIG_LDPRIV@
41Cflags: @PKGCONFIG_CFLAGS@ @PKGCONFIG_DEFINES@ -I${includedir}
42