annotate libinterp/octinterp.in.pc @ 31246:43a6be589387

doc: New documentation for memoization techniques (bug #60860) vectorize.texi: New section on memoization octave.texi: List new section
author Arun Giridhar <arungiridhar@gmail.com>
date Thu, 29 Sep 2022 20:31:52 -0400
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@/..