GNU Octave
4.0.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>
#include "shared-fcns.h"
Go to the source code of this file.
Macros | |
#define | OCTAVE_PREFIX %OCTAVE_PREFIX% |
Functions | |
static void | initialize (void) |
int | main (int argc, char **argv) |
Variables | |
static std::string | help_msg |
static std::string | usage_msg = "usage: octave-config [options]" |
static std::map< std::string, std::string > | vars |
#define OCTAVE_PREFIX %OCTAVE_PREFIX% |
Definition at line 35 of file octave-config.in.cc.
Referenced by initialize().
|
static |
Definition at line 83 of file octave-config.in.cc.
References get_octave_home(), OCTAVE_API_VERSION, OCTAVE_ARCHLIBDIR, OCTAVE_BINDIR, OCTAVE_CANONICAL_HOST_TYPE, OCTAVE_DATADIR, OCTAVE_DATAROOTDIR, OCTAVE_DEFAULT_PAGER, OCTAVE_EXEC_PREFIX, OCTAVE_FCNFILEDIR, 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_OCTDATADIR, OCTAVE_OCTFILEDIR, OCTAVE_OCTINCLUDEDIR, OCTAVE_OCTLIBDIR, OCTAVE_PREFIX, OCTAVE_STARTUPFILEDIR, OCTAVE_VERSION, and subst_octave_home().
Referenced by main().
Definition at line 128 of file octave-config.in.cc.
References arg(), help_msg, initialize(), and usage_msg.
|
static |
Definition at line 44 of file octave-config.in.cc.
Referenced by main().
|
static |
Definition at line 42 of file octave-config.in.cc.
Referenced by main().
|
static |
Definition at line 40 of file octave-config.in.cc.