-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdune-xt.pc.in
More file actions
29 lines (27 loc) · 963 Bytes
/
dune-xt.pc.in
File metadata and controls
29 lines (27 loc) · 963 Bytes
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
# ~~~
# This file is part of the dune-xt project:
# https://zivgitlab.uni-muenster.de/ag-ohlberger/dune-community/dune-xt
# Copyright 2009-2021 dune-xt developers and contributors. All rights reserved.
# License: Dual licensed as BSD 2-Clause License (http://opensource.org/licenses/BSD-2-Clause)
# or GPL-2.0+ (http://opensource.org/licenses/gpl-license)
# with "runtime exception" (http://www.dune-project.org/license.html)
# Authors:
# Felix Schindler (2014, 2016 - 2017)
# René Fritze (2010, 2015, 2018 - 2019)
# Sven Kaulmann (2013)
# Tobias Leibner (2020)
# ~~~
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
CXX=@CXX@
CC=@CC@
DEPENDENCIES=@REQUIRES@
Name: @PACKAGE_NAME@
Version: @VERSION@
Description: DUNE eXTensions (common)
URL: https://zivgitlab.uni-muenster.de/ag-ohlberger/dune-community/dune-xt
Requires: ${DEPENDENCIES}
Libs: -L${libdir} -ldunextcommon
Cflags: -I${includedir}