diff options
Diffstat (limited to 'omegalib/include')
l--------- | omegalib/include/basic | 1 | ||||
l--------- | omegalib/include/code_gen | 1 | ||||
l--------- | omegalib/include/codegen.h | 1 | ||||
-rw-r--r-- | omegalib/include/config.h | 36 | ||||
-rw-r--r-- | omegalib/include/config.h.in | 35 | ||||
l--------- | omegalib/include/omega | 1 | ||||
l--------- | omegalib/include/omega.h | 1 | ||||
-rw-r--r-- | omegalib/include/stamp-h1 | 1 |
8 files changed, 77 insertions, 0 deletions
diff --git a/omegalib/include/basic b/omegalib/include/basic new file mode 120000 index 0000000..5f3270d --- /dev/null +++ b/omegalib/include/basic @@ -0,0 +1 @@ +../basic/include/basic
\ No newline at end of file diff --git a/omegalib/include/code_gen b/omegalib/include/code_gen new file mode 120000 index 0000000..c46afac --- /dev/null +++ b/omegalib/include/code_gen @@ -0,0 +1 @@ +../code_gen/include/code_gen/
\ No newline at end of file diff --git a/omegalib/include/codegen.h b/omegalib/include/codegen.h new file mode 120000 index 0000000..7ea5d1d --- /dev/null +++ b/omegalib/include/codegen.h @@ -0,0 +1 @@ +code_gen/codegen.h
\ No newline at end of file diff --git a/omegalib/include/config.h b/omegalib/include/config.h new file mode 100644 index 0000000..7ba9c03 --- /dev/null +++ b/omegalib/include/config.h @@ -0,0 +1,36 @@ +/* include/config.h. Generated from config.h.in by configure. */ +/* include/config.h.in. Generated from configure.ac by autoheader. */ + +/* Use Rose */ +#define BUILD_ROSE /**/ + +/* Omega version */ +#define OMEGA_VERSION "0.1.0" + +/* Name of package */ +#define PACKAGE "omega" + +/* Define to the address where bug reports for this package should be sent. */ +#define PACKAGE_BUGREPORT "" + +/* Define to the full name of this package. */ +#define PACKAGE_NAME "omega" + +/* Define to the full name and version of this package. */ +#define PACKAGE_STRING "omega 0.1.0" + +/* Define to the one symbol short name of this package. */ +#define PACKAGE_TARNAME "omega" + +/* Define to the home page for this package. */ +#define PACKAGE_URL "" + +/* Define to the version of this package. */ +#define PACKAGE_VERSION "0.1.0" + +/* Version number of package */ +#define VERSION "0.1.0" + +/* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a + `char[]'. */ +#define YYTEXT_POINTER 1 diff --git a/omegalib/include/config.h.in b/omegalib/include/config.h.in new file mode 100644 index 0000000..fbabcd4 --- /dev/null +++ b/omegalib/include/config.h.in @@ -0,0 +1,35 @@ +/* include/config.h.in. Generated from configure.ac by autoheader. */ + +/* Use Rose */ +#undef BUILD_ROSE + +/* Omega version */ +#undef OMEGA_VERSION + +/* Name of package */ +#undef PACKAGE + +/* Define to the address where bug reports for this package should be sent. */ +#undef PACKAGE_BUGREPORT + +/* Define to the full name of this package. */ +#undef PACKAGE_NAME + +/* Define to the full name and version of this package. */ +#undef PACKAGE_STRING + +/* Define to the one symbol short name of this package. */ +#undef PACKAGE_TARNAME + +/* Define to the home page for this package. */ +#undef PACKAGE_URL + +/* Define to the version of this package. */ +#undef PACKAGE_VERSION + +/* Version number of package */ +#undef VERSION + +/* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a + `char[]'. */ +#undef YYTEXT_POINTER diff --git a/omegalib/include/omega b/omegalib/include/omega new file mode 120000 index 0000000..8f80c19 --- /dev/null +++ b/omegalib/include/omega @@ -0,0 +1 @@ +../omega_lib/include/omega
\ No newline at end of file diff --git a/omegalib/include/omega.h b/omegalib/include/omega.h new file mode 120000 index 0000000..8be0f76 --- /dev/null +++ b/omegalib/include/omega.h @@ -0,0 +1 @@ +../omega_lib/include/omega.h
\ No newline at end of file diff --git a/omegalib/include/stamp-h1 b/omegalib/include/stamp-h1 new file mode 100644 index 0000000..b330768 --- /dev/null +++ b/omegalib/include/stamp-h1 @@ -0,0 +1 @@ +timestamp for include/config.h |