annotate libinterp/version.in.h @ 17956:6e43fbab4b29

Export symbols from version.h. * libinterp/version.in.h (octave_www_statement, octave_contrib_statement, octave_bugs_statement, octave_name_version_and_copyright, octave_name_version_copyright_copying_and_warranty, octave_name_version_copyright_copying_warranty_and_bugs, octave_startup_message): Mark with OCTINTERP_API.
author Michael Goffioul <michael.goffioul@gmail.com>
date Mon, 18 Nov 2013 19:12:24 -0500
parents d63878346099
children b6b6e0dc700e
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
15100
8523df595d42 maint: Add DO NOT EDIT messages to build system for src/*.in.h.
Rik <rik@octave.org>
parents: 15089
diff changeset
1 // %NO_EDIT_WARNING%
9794
0d4613a736e9 convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff changeset
2 /*
0d4613a736e9 convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff changeset
3
17744
d63878346099 maint: Update copyright notices for release.
John W. Eaton <jwe@octave.org>
parents: 17685
diff changeset
4 Copyright (C) 1992-2013 John W. Eaton
9794
0d4613a736e9 convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff changeset
5
0d4613a736e9 convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff changeset
6 This file is part of Octave.
0d4613a736e9 convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff changeset
7
0d4613a736e9 convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff changeset
8 Octave is free software; you can redistribute it and/or modify it
0d4613a736e9 convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff changeset
9 under the terms of the GNU General Public License as published by the
0d4613a736e9 convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff changeset
10 Free Software Foundation; either version 3 of the License, or (at your
0d4613a736e9 convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff changeset
11 option) any later version.
0d4613a736e9 convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff changeset
12
0d4613a736e9 convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff changeset
13 Octave is distributed in the hope that it will be useful, but WITHOUT
0d4613a736e9 convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff changeset
14 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
0d4613a736e9 convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff changeset
15 FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
0d4613a736e9 convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff changeset
16 for more details.
0d4613a736e9 convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff changeset
17
0d4613a736e9 convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff changeset
18 You should have received a copy of the GNU General Public License
0d4613a736e9 convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff changeset
19 along with Octave; see the file COPYING. If not, see
0d4613a736e9 convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff changeset
20 <http://www.gnu.org/licenses/>.
0d4613a736e9 convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff changeset
21
0d4613a736e9 convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff changeset
22 */
0d4613a736e9 convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff changeset
23
0d4613a736e9 convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff changeset
24 #if !defined (octave_version_h)
0d4613a736e9 convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff changeset
25 #define octave_version_h 1
0d4613a736e9 convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff changeset
26
9906
8d20fb66a0dc more automake fixes
John W. Eaton <jwe@octave.org>
parents: 9794
diff changeset
27 #define OCTAVE_VERSION %OCTAVE_VERSION%
9794
0d4613a736e9 convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff changeset
28
9906
8d20fb66a0dc more automake fixes
John W. Eaton <jwe@octave.org>
parents: 9794
diff changeset
29 #define OCTAVE_API_VERSION %OCTAVE_API_VERSION%
9794
0d4613a736e9 convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff changeset
30
9906
8d20fb66a0dc more automake fixes
John W. Eaton <jwe@octave.org>
parents: 9794
diff changeset
31 #define OCTAVE_RELEASE_DATE %OCTAVE_RELEASE_DATE%
9794
0d4613a736e9 convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff changeset
32
9906
8d20fb66a0dc more automake fixes
John W. Eaton <jwe@octave.org>
parents: 9794
diff changeset
33 #define OCTAVE_COPYRIGHT %OCTAVE_COPYRIGHT%
9794
0d4613a736e9 convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff changeset
34
17685
3d862202c4f6 Ensure <string> is included when incuding version.h
Philip Nienhuis <prnienhuis@users.sf.net>
parents: 17510
diff changeset
35 #include <string>
3d862202c4f6 Ensure <string> is included when incuding version.h
Philip Nienhuis <prnienhuis@users.sf.net>
parents: 17510
diff changeset
36
17956
6e43fbab4b29 Export symbols from version.h.
Michael Goffioul <michael.goffioul@gmail.com>
parents: 17744
diff changeset
37 extern OCTINTERP_API std::string octave_www_statement (bool html = false);
9794
0d4613a736e9 convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff changeset
38
17956
6e43fbab4b29 Export symbols from version.h.
Michael Goffioul <michael.goffioul@gmail.com>
parents: 17744
diff changeset
39 extern OCTINTERP_API std::string octave_contrib_statement (bool html = false);
9794
0d4613a736e9 convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff changeset
40
17956
6e43fbab4b29 Export symbols from version.h.
Michael Goffioul <michael.goffioul@gmail.com>
parents: 17744
diff changeset
41 extern OCTINTERP_API std::string octave_bugs_statement (bool html = false);
9794
0d4613a736e9 convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff changeset
42
17956
6e43fbab4b29 Export symbols from version.h.
Michael Goffioul <michael.goffioul@gmail.com>
parents: 17744
diff changeset
43 extern OCTINTERP_API std::string octave_name_version_and_copyright (void);
9794
0d4613a736e9 convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff changeset
44
17956
6e43fbab4b29 Export symbols from version.h.
Michael Goffioul <michael.goffioul@gmail.com>
parents: 17744
diff changeset
45 extern OCTINTERP_API std::string
17510
7542f4496974 eliminate some macros in version.h
John W. Eaton <jwe@octave.org>
parents: 15512
diff changeset
46 octave_name_version_copyright_copying_and_warranty
7542f4496974 eliminate some macros in version.h
John W. Eaton <jwe@octave.org>
parents: 15512
diff changeset
47 (bool html = false, const std::string& extra_info = std::string ());
9794
0d4613a736e9 convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff changeset
48
17956
6e43fbab4b29 Export symbols from version.h.
Michael Goffioul <michael.goffioul@gmail.com>
parents: 17744
diff changeset
49 extern OCTINTERP_API std::string
17510
7542f4496974 eliminate some macros in version.h
John W. Eaton <jwe@octave.org>
parents: 15512
diff changeset
50 octave_name_version_copyright_copying_warranty_and_bugs
7542f4496974 eliminate some macros in version.h
John W. Eaton <jwe@octave.org>
parents: 15512
diff changeset
51 (bool html = false, const std::string& extra_info = std::string ());
9794
0d4613a736e9 convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff changeset
52
17956
6e43fbab4b29 Export symbols from version.h.
Michael Goffioul <michael.goffioul@gmail.com>
parents: 17744
diff changeset
53 extern OCTINTERP_API std::string octave_startup_message (bool html = false);
9794
0d4613a736e9 convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff changeset
54
0d4613a736e9 convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff changeset
55 #endif