-
Notifications
You must be signed in to change notification settings - Fork 8
/
clipsmm-1.0.pc.in
30 lines (29 loc) · 1.74 KB
/
clipsmm-1.0.pc.in
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
#############################################################################
## Copyright (C) 2006 by Rick L. Vinyard, Jr. <[email protected]> ##
## Copyright (C) 2012-2017 Tim Niemueller <[email protected]> ##
## ##
## This file is part of the clipsmm library. ##
## ##
## The clipsmm library is free software; you can redistribute it and/or ##
## modify it under the terms of the GNU General Public License ##
## version 3 as published by the Free Software Foundation. ##
## ##
## The clipsmm library is distributed in the hope that it will be ##
## useful, but WITHOUT ANY WARRANTY; without even the implied warranty ##
## of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU ##
## General Public License for more details. ##
## ##
## You should have received a copy of the GNU General Public License ##
## along with this software. If not see ##
## <http://www.gnu.org/licenses/>. ##
#############################################################################
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
Name: clipsmm
Description: Clipsmm is a C++ wrapper for the CLIPS C library
Requires: @PKGCONFIG_REQUIRES@
Version: @PACKAGE_VERSION@
Libs: -L${libdir} -lclipsmm
Cflags: -I${includedir}/clipsmm-@PACKAGE_RELEASE@