summaryrefslogtreecommitdiffstats
path: root/storage/mroonga/vendor/groonga/lib/c_sources.am
diff options
context:
space:
mode:
Diffstat (limited to 'storage/mroonga/vendor/groonga/lib/c_sources.am')
-rw-r--r--storage/mroonga/vendor/groonga/lib/c_sources.am112
1 files changed, 112 insertions, 0 deletions
diff --git a/storage/mroonga/vendor/groonga/lib/c_sources.am b/storage/mroonga/vendor/groonga/lib/c_sources.am
new file mode 100644
index 00000000..3b76e693
--- /dev/null
+++ b/storage/mroonga/vendor/groonga/lib/c_sources.am
@@ -0,0 +1,112 @@
+libgroonga_c_sources = \
+ alloc.c \
+ grn_alloc.h \
+ cache.c \
+ grn_cache.h \
+ column.c \
+ com.c \
+ grn_com.h \
+ command.c \
+ config.c \
+ grn_config.h \
+ ctx.c \
+ grn_ctx.h \
+ grn_ctx_impl.h \
+ ctx_impl_mrb.c \
+ grn_ctx_impl_mrb.h \
+ grn_dat.h \
+ db.c \
+ grn_db.h \
+ dump.c \
+ ts.c \
+ grn_ts.h \
+ type.c \
+ error.c \
+ grn_error.h \
+ expr.c \
+ grn_expr.h \
+ expr_code.c \
+ grn_expr_code.h \
+ expr_executor.c \
+ grn_expr_executor.h \
+ file_lock.c \
+ grn_file_lock.h \
+ geo.c \
+ grn_geo.h \
+ grn.h \
+ hash.c \
+ grn_hash.h \
+ id.c \
+ ii.c \
+ grn_ii.h \
+ index_column.c \
+ grn_index_column.h \
+ io.c \
+ grn_io.h \
+ load.c \
+ grn_load.h \
+ logger.c \
+ grn_logger.h \
+ mrb.c \
+ grn_mrb.h \
+ grn_msgpack.h \
+ nfkc.c \
+ grn_nfkc.h \
+ nfkc50.c \
+ normalizer.c \
+ grn_normalizer.h \
+ obj.c \
+ grn_obj.h \
+ operator.c \
+ output.c \
+ grn_output.h \
+ pat.c \
+ grn_pat.h \
+ plugin.c \
+ grn_plugin.h \
+ proc.c \
+ grn_proc.h \
+ raw_string.c \
+ grn_raw_string.h \
+ report.c \
+ grn_report.h \
+ request_canceler.c \
+ grn_request_canceler.h \
+ request_timer.c \
+ grn_request_timer.h \
+ rset.c \
+ grn_rset.h \
+ scanner.c \
+ grn_scanner.h \
+ scorer.c \
+ grn_scorer.h \
+ scorers.c \
+ grn_scorers.h \
+ snip.c \
+ grn_snip.h \
+ store.c \
+ grn_store.h \
+ str.c \
+ grn_str.h \
+ string.c \
+ grn_string.h \
+ table.c \
+ thread.c \
+ time.c \
+ grn_time.h \
+ token_cursor.c \
+ grn_token_cursor.h \
+ tokenizer.c \
+ tokenizers.c \
+ grn_tokenizers.h \
+ token_filter.c \
+ util.c \
+ grn_util.h \
+ windows.c \
+ grn_windows.h \
+ windows_event_logger.c \
+ file_reader.c \
+ window_function.c \
+ grn_window_function.h \
+ window_functions.c \
+ grn_window_functions.h