GNU Octave
3.8.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
#include <string>
#include <map>
#include <iostream>
#include <algorithm>
#include <cstdlib>
Go to the source code of this file.
Functions | |
static void | initialize (void) |
int | main (int argc, char **argv) |
static std::string | substitute_prefix (const std::string &s, const std::string &prefix, const std::string new_prefix) |
Variables | |
static std::string | help_msg = "\n" |
static bool | initialized = false |
static std::string | OCTAVE_HOME |
static std::string | PREFIX |
static std::string | usage_msg = "usage: octave-config [options]" |
static std::map< std::string, std::string > | vars |
Definition at line 98 of file octave-config.in.cc.
References initialized, OCTAVE_API_VERSION, OCTAVE_ARCHLIBDIR, OCTAVE_BINDIR, OCTAVE_CANONICAL_HOST_TYPE, OCTAVE_DATADIR, OCTAVE_DATAROOTDIR, OCTAVE_DEFAULT_PAGER, OCTAVE_EXEC_PREFIX, OCTAVE_FCNFILEDIR, OCTAVE_HOME, OCTAVE_IMAGEDIR, OCTAVE_INCLUDEDIR, OCTAVE_INFODIR, OCTAVE_INFOFILE, OCTAVE_LIBDIR, OCTAVE_LIBEXECDIR, OCTAVE_LOCALAPIARCHLIBDIR, OCTAVE_LOCALAPIFCNFILEDIR, OCTAVE_LOCALAPIOCTFILEDIR, OCTAVE_LOCALARCHLIBDIR, OCTAVE_LOCALFCNFILEDIR, OCTAVE_LOCALOCTFILEDIR, OCTAVE_LOCALSTARTUPFILEDIR, OCTAVE_LOCALVERARCHLIBDIR, OCTAVE_LOCALVERFCNFILEDIR, OCTAVE_LOCALVEROCTFILEDIR, OCTAVE_MAN1DIR, OCTAVE_MAN1EXT, OCTAVE_MANDIR, OCTAVE_OCTFILEDIR, OCTAVE_OCTINCLUDEDIR, OCTAVE_OCTLIBDIR, OCTAVE_PREFIX, OCTAVE_STARTUPFILEDIR, OCTAVE_VERSION, PREFIX, and substitute_prefix().
Referenced by main().
Definition at line 196 of file octave-config.in.cc.
References arg(), help_msg, initialize(), and usage_msg.
|
static |
Definition at line 78 of file octave-config.in.cc.
References replace().
Referenced by initialize().
|
static |
Definition at line 41 of file octave-config.in.cc.
Referenced by main().
|
static |
Definition at line 37 of file octave-config.in.cc.
Referenced by initialize().
|
static |
Definition at line 39 of file octave-config.in.cc.
Referenced by initialize(), and install_defaults_fcns().
|
static |
Definition at line 39 of file octave-config.in.cc.
Referenced by initialize().
|
static |
Definition at line 40 of file octave-config.in.cc.
Referenced by main().
|
static |
Definition at line 38 of file octave-config.in.cc.