112027Sjungma@eit.uni-kl.de#  Licensed to Accellera Systems Initiative Inc. (Accellera) under one or
212027Sjungma@eit.uni-kl.de#  more contributor license agreements.  See the NOTICE file distributed
312027Sjungma@eit.uni-kl.de#  with this work for additional information regarding copyright ownership.
412027Sjungma@eit.uni-kl.de#  Accellera licenses this file to you under the Apache License, Version 2.0
512027Sjungma@eit.uni-kl.de#  (the "License"); you may not use this file except in compliance with the
612027Sjungma@eit.uni-kl.de#  License.  You may obtain a copy of the License at
712027Sjungma@eit.uni-kl.de#
812027Sjungma@eit.uni-kl.de#   http://www.apache.org/licenses/LICENSE-2.0
912027Sjungma@eit.uni-kl.de#
1012027Sjungma@eit.uni-kl.de#  Unless required by applicable law or agreed to in writing, software
1112027Sjungma@eit.uni-kl.de#  distributed under the License is distributed on an "AS IS" BASIS,
1212027Sjungma@eit.uni-kl.de#  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
1312027Sjungma@eit.uni-kl.de#  implied.  See the License for the specific language governing
1412027Sjungma@eit.uni-kl.de#  permissions and limitations under the License.
1512027Sjungma@eit.uni-kl.de#
1612027Sjungma@eit.uni-kl.de# -------------------------------------------------------------------------
1712027Sjungma@eit.uni-kl.de#
1812027Sjungma@eit.uni-kl.de# tlm.pc.in --
1912027Sjungma@eit.uni-kl.de#    pkg-config definition file (template) for TLM-2.0
2012027Sjungma@eit.uni-kl.de#    (http://www.freedesktop.org/wiki/Software/pkg-config/)
2112027Sjungma@eit.uni-kl.de#
2212027Sjungma@eit.uni-kl.de# Author: Philipp A. Hartmann, OFFIS, 2013-05-07
2312027Sjungma@eit.uni-kl.de#
2412027Sjungma@eit.uni-kl.de# Note: The "real" definition (tlm.pc) is generated by "configure"
2512027Sjungma@eit.uni-kl.de#       during the build configuration.
2612027Sjungma@eit.uni-kl.de#
2712027Sjungma@eit.uni-kl.de# -------------------------------------------------------------------------
2812027Sjungma@eit.uni-kl.de#
2912027Sjungma@eit.uni-kl.deprefix=@prefix@
3012027Sjungma@eit.uni-kl.deexec_prefix=@exec_prefix@
3112027Sjungma@eit.uni-kl.deincludedir=@includedir@
3212027Sjungma@eit.uni-kl.de
3312027Sjungma@eit.uni-kl.deName: TLM-2.0
3412027Sjungma@eit.uni-kl.deDescription: Accellera TLM-2.0 proof-of-concept library
3512027Sjungma@eit.uni-kl.deVersion: @TLM_PACKAGE_VERSION@
3612027Sjungma@eit.uni-kl.deURL: @PACKAGE_URL@
3712027Sjungma@eit.uni-kl.deRequires: systemc >= 2.1.v1
3812027Sjungma@eit.uni-kl.deCflags: -I${includedir}
39