view liboctave/octave.in.pc @ 26949:86f439ba2d47 stable

doc: Improve example code for using -pdflatexstandalone (bug #55945). * plot.txi: Don't use filename extension in print command. Use space before '...' in code because parser errors out when it is not separated from the last command.
author Rik <rik@octave.org>
date Wed, 20 Mar 2019 08:13:57 -0700
parents 26070f36f1e7
children
line wrap: on
line source

Name: @PACKAGE_NAME@
Description: C++ interface to GNU Octave underlying library.
URL: https://www.octave.org
Version: @PACKAGE_VERSION@
Requires:
Requires.private:
Libs: -L@octlibdir@ @LIBOCTAVE@
Libs.private: @LIBOCTAVE_LINK_DEPS@
Cflags: -I@octincludedir@/..