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# tlm.pc.in -- 19# pkg-config definition file (template) for TLM-2.0 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 (tlm.pc) is generated by "configure" 25# during the build configuration. 26# 27# ------------------------------------------------------------------------- 28# 29prefix=@prefix@ 30exec_prefix=@exec_prefix@ 31includedir=@includedir@ 32 33Name: TLM-2.0 34Description: Accellera TLM-2.0 proof-of-concept library 35Version: @TLM_PACKAGE_VERSION@ 36URL: @PACKAGE_URL@ 37Requires: systemc >= 2.1.v1 38Cflags: -I${includedir} 39