OSDN Git Service

環境整備
authorderui <derutakayu@user.sourceforge.jp>
Sun, 7 Jun 2009 08:25:30 +0000 (17:25 +0900)
committerderui <derutakayu@user.sourceforge.jp>
Sun, 7 Jun 2009 08:25:30 +0000 (17:25 +0900)
.gitignore
GPATH
GRTAGS
GSYMS
GTAGS
config.h [new file with mode: 0644]
depcomp [new symlink]
missing [new symlink]

index 1ddeba5..01c819b 100644 (file)
 /autom4te.cache/traces.1
 /autom4te.cache/traces.2
 /autoscan-2.63.log
-/config.h.in~
 /cpu.o
-/depcomp
-/gpath
-/grtags
-/gsyms
-/gtags
+/GPATH
+/GRTAGS
+/GSYMS
+/GTAGS
 /main.cpp.bak
 /main.o
-/missing
 /operand.o
 /stamp-h1
 /utakata
@@ -46,4 +43,3 @@
 /test/utf8_test.o
 /utf8_string.o
 /.deps/TextArrayFormat.Po
-/config.h
diff --git a/GPATH b/GPATH
index e49bc3e..e750c10 100644 (file)
Binary files a/GPATH and b/GPATH differ
diff --git a/GRTAGS b/GRTAGS
index 012db90..9aa027a 100644 (file)
Binary files a/GRTAGS and b/GRTAGS differ
diff --git a/GSYMS b/GSYMS
index 834d5b2..e8e12c8 100644 (file)
Binary files a/GSYMS and b/GSYMS differ
diff --git a/GTAGS b/GTAGS
index c80dfb7..8123556 100644 (file)
Binary files a/GTAGS and b/GTAGS differ
diff --git a/config.h b/config.h
new file mode 100644 (file)
index 0000000..102ed62
--- /dev/null
+++ b/config.h
@@ -0,0 +1,62 @@
+/* config.h.  Generated from config.h.in by configure.  */
+/* config.h.in.  Generated from configure.in by autoheader.  */
+
+/* Define to 1 if you have the <inttypes.h> header file. */
+#define HAVE_INTTYPES_H 1
+
+/* Define to 1 if you have the <memory.h> header file. */
+#define HAVE_MEMORY_H 1
+
+/* Define to 1 if stdbool.h conforms to C99. */
+#define HAVE_STDBOOL_H 1
+
+/* Define to 1 if you have the <stdint.h> header file. */
+#define HAVE_STDINT_H 1
+
+/* Define to 1 if you have the <stdlib.h> header file. */
+#define HAVE_STDLIB_H 1
+
+/* Define to 1 if you have the <strings.h> header file. */
+#define HAVE_STRINGS_H 1
+
+/* Define to 1 if you have the <string.h> header file. */
+#define HAVE_STRING_H 1
+
+/* Define to 1 if you have the <sys/stat.h> header file. */
+#define HAVE_SYS_STAT_H 1
+
+/* Define to 1 if you have the <sys/types.h> header file. */
+#define HAVE_SYS_TYPES_H 1
+
+/* Define to 1 if you have the <unistd.h> header file. */
+#define HAVE_UNISTD_H 1
+
+/* Define to 1 if the system has the type `_Bool'. */
+#define HAVE__BOOL 1
+
+/* Define to the address where bug reports for this package should be sent. */
+#define PACKAGE_BUGREPORT "BUG-REPORT-ADDRESS"
+
+/* Define to the full name of this package. */
+#define PACKAGE_NAME "utakata"
+
+/* Define to the full name and version of this package. */
+#define PACKAGE_STRING "utakata 0.0.1"
+
+/* Define to the one symbol short name of this package. */
+#define PACKAGE_TARNAME "utakata"
+
+/* Define to the version of this package. */
+#define PACKAGE_VERSION "0.0.1"
+
+/* Define to 1 if you have the ANSI C header files. */
+#define STDC_HEADERS 1
+
+/* Define to `__inline__' or `__inline' if that's what the C compiler
+   calls it, or to nothing if 'inline' is not supported under any name.  */
+#ifndef __cplusplus
+/* #undef inline */
+#endif
+
+/* Define to `unsigned int' if <sys/types.h> does not define. */
+/* #undef size_t */
diff --git a/depcomp b/depcomp
new file mode 120000 (symlink)
index 0000000..50adcba
--- /dev/null
+++ b/depcomp
@@ -0,0 +1 @@
+/usr/share/automake-1.10/depcomp
\ No newline at end of file
diff --git a/missing b/missing
new file mode 120000 (symlink)
index 0000000..1f0fe88
--- /dev/null
+++ b/missing
@@ -0,0 +1 @@
+/usr/share/automake-1.10/missing
\ No newline at end of file