systemc.pc.in revision 12027
16876Ssteve.reinhardt@amd.com#  Licensed to Accellera Systems Initiative Inc. (Accellera) under one or
26876Ssteve.reinhardt@amd.com#  more contributor license agreements.  See the NOTICE file distributed
36876Ssteve.reinhardt@amd.com#  with this work for additional information regarding copyright ownership.
46876Ssteve.reinhardt@amd.com#  Accellera licenses this file to you under the Apache License, Version 2.0
56876Ssteve.reinhardt@amd.com#  (the "License"); you may not use this file except in compliance with the
66876Ssteve.reinhardt@amd.com#  License.  You may obtain a copy of the License at
76876Ssteve.reinhardt@amd.com#
86876Ssteve.reinhardt@amd.com#   http://www.apache.org/licenses/LICENSE-2.0
96876Ssteve.reinhardt@amd.com#
106876Ssteve.reinhardt@amd.com#  Unless required by applicable law or agreed to in writing, software
116876Ssteve.reinhardt@amd.com#  distributed under the License is distributed on an "AS IS" BASIS,
126876Ssteve.reinhardt@amd.com#  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
136876Ssteve.reinhardt@amd.com#  implied.  See the License for the specific language governing
146876Ssteve.reinhardt@amd.com#  permissions and limitations under the License.
156876Ssteve.reinhardt@amd.com#
166876Ssteve.reinhardt@amd.com# -------------------------------------------------------------------------
176876Ssteve.reinhardt@amd.com#
186876Ssteve.reinhardt@amd.com# 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