#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 43 of file octave-config.in.cc.
#define OCTAVE_PREFIX %OCTAVE_PREFIX% |
Definition at line 39 of file octave-config.in.cc.
#define OCTAVE_UNUSED |
Definition at line 47 of file octave-config.in.cc.
|
static |
Definition at line 96 of file octave-config.in.cc.
References OCTAVE_API_VERSION, OCTAVE_ARCHLIBDIR, OCTAVE_BINDIR, OCTAVE_CANONICAL_HOST_TYPE, OCTAVE_DATADIR, OCTAVE_DATAROOTDIR, OCTAVE_DEFAULT_PAGER, 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_OCTDOCDIR, OCTAVE_OCTFILEDIR, OCTAVE_OCTFONTSDIR, OCTAVE_OCTINCLUDEDIR, OCTAVE_OCTLIBDIR, OCTAVE_STARTUPFILEDIR, OCTAVE_VERSION, prepend_octave_exec_home(), prepend_octave_home(), set_octave_home(), vars, Voctave_exec_home, and Voctave_home.
Referenced by main().
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 143 of file octave-config.in.cc.
References help_msg, initialize(), usage_msg, and vars.
|
static |
Definition at line 56 of file octave-config.in.cc.
Referenced by main().
|
static |
Definition at line 54 of file octave-config.in.cc.
Referenced by main().
|
static |
Definition at line 52 of file octave-config.in.cc.
Referenced by initialize(), and main().