annotate libinterp/octinterp.in.pc @ 31192:7401a2501be4

maint: merge stable to default
author Rik <rik@octave.org>
date Mon, 15 Aug 2022 21:06:21 -0700
parents 26070f36f1e7
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
25391
26070f36f1e7 Provide octave configuration files for pkg-config (bug #48775)
Carnë Draug <carandraug@octave.org>
parents:
diff changeset
1 Name: @PACKAGE_NAME@
26070f36f1e7 Provide octave configuration files for pkg-config (bug #48775)
Carnë Draug <carandraug@octave.org>
parents:
diff changeset
2 Description: C++ interface to GNU Octave interpreter.
26070f36f1e7 Provide octave configuration files for pkg-config (bug #48775)
Carnë Draug <carandraug@octave.org>
parents:
diff changeset
3 URL: https://www.octave.org
26070f36f1e7 Provide octave configuration files for pkg-config (bug #48775)
Carnë Draug <carandraug@octave.org>
parents:
diff changeset
4 Version: @PACKAGE_VERSION@
26070f36f1e7 Provide octave configuration files for pkg-config (bug #48775)
Carnë Draug <carandraug@octave.org>
parents:
diff changeset
5 Requires: octave = @PACKAGE_VERSION@
26070f36f1e7 Provide octave configuration files for pkg-config (bug #48775)
Carnë Draug <carandraug@octave.org>
parents:
diff changeset
6 Requires.private:
26070f36f1e7 Provide octave configuration files for pkg-config (bug #48775)
Carnë Draug <carandraug@octave.org>
parents:
diff changeset
7 Libs: -L@octlibdir@ @LIBOCTINTERP@
26070f36f1e7 Provide octave configuration files for pkg-config (bug #48775)
Carnë Draug <carandraug@octave.org>
parents:
diff changeset
8 Libs.private:
26070f36f1e7 Provide octave configuration files for pkg-config (bug #48775)
Carnë Draug <carandraug@octave.org>
parents:
diff changeset
9 Cflags: -I@octincludedir@/..