[Groonga-commit] groonga/grnxx at 9562875 [master] Disable most components.

Back to archive index

susumu.yata null+****@clear*****
Tue Dec 16 10:39:43 JST 2014


susumu.yata	2014-10-30 09:59:10 +0900 (Thu, 30 Oct 2014)

  New Revision: 9562875f00d98fcea73eb7af8d13cf70384dc569
  https://github.com/groonga/grnxx/commit/9562875f00d98fcea73eb7af8d13cf70384dc569

  Message:
    Disable most components.

  Modified files:
    configure.ac
    include/grnxx/Makefile.am
    lib/grnxx/Makefile.am

  Modified: configure.ac (+0 -4)
===================================================================
--- configure.ac    2014-10-30 09:58:55 +0900 (8fe75d3)
+++ configure.ac    2014-10-30 09:59:10 +0900 (2cacb70)
@@ -52,12 +52,8 @@ AC_CHECK_LIB([rt], [clock_gettime])
 AC_CONFIG_FILES([Makefile
                  include/Makefile
                  include/grnxx/Makefile
-                 include/grnxx/types/Makefile
-                 include/grnxx/types/array/Makefile
                  lib/Makefile
                  lib/grnxx/Makefile
-                 lib/grnxx/impl/Makefile
-                 lib/grnxx/impl/column/Makefile
                  src/Makefile
                  test/Makefile
                  benchmark/Makefile])

  Modified: include/grnxx/Makefile.am (+14 -13)
===================================================================
--- include/grnxx/Makefile.am    2014-10-30 09:58:55 +0900 (b3249c1)
+++ include/grnxx/Makefile.am    2014-10-30 09:59:10 +0900 (37c7dc7)
@@ -1,15 +1,16 @@
-SUBDIRS =		\
-	types
+#SUBDIRS =		\
+#	types
 
 pkginclude_HEADERS =	\
-	column.hpp	\
-	cursor.hpp	\
-	db.hpp		\
-	expression.hpp	\
-	index.hpp	\
-	library.hpp	\
-	merger.hpp	\
-	pipeline.hpp	\
-	sorter.hpp	\
-	table.hpp	\
-	types.hpp
+	library.hpp
+
+#	column.hpp	\
+#	cursor.hpp	\
+#	db.hpp		\
+#	expression.hpp	\
+#	index.hpp	\
+#	merger.hpp	\
+#	pipeline.hpp	\
+#	sorter.hpp	\
+#	table.hpp	\
+#	types.hpp

  Modified: lib/grnxx/Makefile.am (+20 -18)
===================================================================
--- lib/grnxx/Makefile.am    2014-10-30 09:58:55 +0900 (e7f9f19)
+++ lib/grnxx/Makefile.am    2014-10-30 09:59:10 +0900 (d92c70c)
@@ -1,33 +1,35 @@
-SUBDIRS =				\
-	impl
+#SUBDIRS =				\
+#	impl
 
 lib_LTLIBRARIES = libgrnxx.la
 
-libgrnxx_la_LIBADD =			\
-	impl/libgrnxx_impl.la
+#libgrnxx_la_LIBADD =			\
+#	impl/libgrnxx_impl.la
 
 libgrnxx_la_LDFLAGS = @AM_LTLDFLAGS@
 
 libgrnxx_la_SOURCES =			\
-	array.cpp			\
-	cursor.cpp			\
-	db.cpp				\
-	error.cpp			\
-	expression.cpp			\
-	index.cpp			\
-	library.cpp			\
-	merger.cpp			\
-	name.cpp			\
-	pipeline.cpp			\
-	sorter.cpp			\
-	types.cpp
+	library.cpp
+
+#	array.cpp			\
+#	cursor.cpp			\
+#	db.cpp				\
+#	error.cpp			\
+#	expression.cpp			\
+#	index.cpp			\
+#	merger.cpp			\
+#	name.cpp			\
+#	pipeline.cpp			\
+#	sorter.cpp			\
+#	types.cpp
 
 libgrnxx_includedir = ${includedir}/grnxx
 libgrnxx_include_HEADERS =		\
-	name.hpp			\
-	tree_index.hpp			\
 	version.h
 
+#	name.hpp			\
+#	tree_index.hpp
+
 EXTRA_DIST = version.sh
 
 .PHONY: FORCE
-------------- next part --------------
HTML����������������������������...
Descargar 



More information about the Groonga-commit mailing list
Back to archive index