annotate libinterp/octinterp.in.pc @ 31597:65157e496f5d

maint: Merge stable to default.
author Arun Giridhar <arungiridhar@gmail.com>
date Wed, 30 Nov 2022 08:03:06 -0500
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@/..