blob: dbd2232fe6031f90d9e04eefcaf060e61bc2900c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
|
/** GENERATED MELT DESCRIPTOR FILE meltbuild-sources/warmelt-genobj+meltdesc.c
** NEVER EDIT OR MOVE THIS, IT IS GENERATED & PARSED! **/
/* These identifiers are generated in warmelt-outobj.melt
& handled in melt-runtime.c carefully. */
#ifdef __cplusplus
/* explicitly declare as extern "C" our dlsym-ed symbols */
extern "C" const char melt_versionmeltstr[];
extern "C" const char melt_genversionstr[];
extern "C" const char melt_modulename[];
extern "C" const char melt_modulerealpath[];
extern "C" const char melt_prepromd5meltrun[];
extern "C" const char melt_primaryhexmd5[] ;
extern "C" const char* const melt_secondaryhexmd5tab[];
extern "C" const int melt_lastsecfileindex;
extern "C" const char melt_cumulated_hexmd5[];
extern "C" const int melt_module_nb_module_vars;
extern "C" {
#endif /*__cplusplus */
/* version of the GCC compiler & MELT runtime generating this */
const char melt_genversionstr[]="6.0.0 20160415 (experimental) [melt-branch revision 236153] MELT_1\
.3.rc2+"
#ifdef __cplusplus
" (in C++)"
#else
" (in C)"
#endif
;
const char melt_versionmeltstr[]="1.3.rc2+ [melt-branch_revision_236153]";
/* source name & real path of the module */
/*MELTMODULENAME meltbuild-sources/warmelt-genobj */
const char melt_modulename[]="warmelt-genobj";
const char melt_modulerealpath[]="/usr/local/libexec/gcc/x86_64-pc-linux-gnu/6.0.0/melt-modules/1.3.rc1+/warmelt-genobj";
/* hash of preprocessed melt-run.h generating this */
const char melt_prepromd5meltrun[]="4f07f9429d39d70a9979aaaef618cffa";
/* hexmd5checksum of primary C++ file */
const char melt_primaryhexmd5[]="15760da0ab1591384b283f9864e3f6b4";
/* hexmd5checksum of secondary C++ files */
const char* const melt_secondaryhexmd5tab[]={
/*nosecfile*/ (const char*)0,
/*sechexmd5checksum meltbuild-sources/warmelt-genobj+01.cc #1 */ "57f4fdfa12a4905c1ed53d7e3d72422f",
/*sechexmd5checksum meltbuild-sources/warmelt-genobj+02.cc #2 */ "12bfc4f10289c91d5044d8b931079d88",
/*sechexmd5checksum meltbuild-sources/warmelt-genobj+03.cc #3 */ "a039b3ba3d1c32d8f621904f2125be37",
/*sechexmd5checksum meltbuild-sources/warmelt-genobj+04.cc #4 */ "ad7bfd3296e5b3c23f4c030a9759b3ea",
/*sechexmd5checksum meltbuild-sources/warmelt-genobj+05.cc #5 */ "c83860cd65c968701605ed92d30f8683",
/*sechexmd5checksum meltbuild-sources/warmelt-genobj+06.cc #6 */ "7ca975153e6a9bd8228c90d4c71b0f02",
/*sechexmd5checksum meltbuild-sources/warmelt-genobj+07.cc #7 */ "b71af4a4efddfb42a678593f3d10f267",
/*nosecfile*/ (const char*)0,
/*nosecfile*/ (const char*)0,
(const char*)0 };
/* last index of secondary files */
const int melt_lastsecfileindex=7;
/* cumulated checksum of primary & secondary files */
const char melt_cumulated_hexmd5[]="b8aa2b448528b791ab6227663c1cd23b" ;
/* number of module variables */
const int melt_module_nb_module_vars= 0;
/* include the timestamp file */
#define meltmod_WARMELTmiGENOBJ_mds__B8AA2B448528B791AB6227663C1CD23B 1
#include "warmelt-genobj+melttime.h"
#ifdef __cplusplus
} /* end extern C descriptor */
#endif /*__cplusplus */
/* end of melt descriptor file */
|