#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_EXEC_PREFIX %OCTAVE_EXEC_PREFIX% |
#define | OCTAVE_PREFIX %OCTAVE_PREFIX% |
#define | OCTAVE_UNUSED |
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_EXEC_PREFIX %OCTAVE_EXEC_PREFIX% |
Definition at line 49 of file octave-config.in.cc.
#define OCTAVE_PREFIX %OCTAVE_PREFIX% |
Definition at line 45 of file octave-config.in.cc.
#define OCTAVE_UNUSED |
Definition at line 53 of file octave-config.in.cc.
|
static |
Definition at line 102 of file octave-config.in.cc.
References OCTAVE_ARCHLIBDIR, OCTAVE_BINDIR, OCTAVE_VERSION, prepend_octave_exec_home(), prepend_octave_home(), set_octave_home(), vars, Voctave_exec_home, and Voctave_home.
Referenced by load_path::dir_info::dir_info(), ODE::integrate(), main(), and delimited_stream::refresh_buf().
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 168 of file octave-config.in.cc.
References help_msg, initialize(), usage_msg, and vars.
|
static |
Definition at line 62 of file octave-config.in.cc.
Referenced by main().
|
static |
Definition at line 60 of file octave-config.in.cc.
Referenced by main().
|
static |
Definition at line 58 of file octave-config.in.cc.
Referenced by initialize(), main(), and make_vars_map().