[Groonga-commit] groonga/groonga [master] Sort file list

Back to archive index

null+****@clear***** null+****@clear*****
2012年 3月 21日 (水) 11:32:29 JST


Kouhei Sutou	2012-03-21 11:32:29 +0900 (Wed, 21 Mar 2012)

  New Revision: 6a9b26265715a52385148877e198b9f512aad638

  Log:
    Sort file list
    
    M-x sort-lines

  Modified files:
    lib/Makefile.am

  Modified: lib/Makefile.am (+19 -19)
===================================================================
--- lib/Makefile.am    2012-03-21 11:31:42 +0900 (f259704)
+++ lib/Makefile.am    2012-03-21 11:32:29 +0900 (93b7a18)
@@ -12,45 +12,45 @@ DEFAULT_INCLUDES = -I$(top_builddir) -I$(top_srcdir)/include
 DEFS += -D_REENTRANT -DGROONGA_VERSION=\"$(GROONGA_VERSION)\" $(GRN_DEFS)
 
 libgroonga_la_SOURCES =				\
-	io.c					\
-	str.c					\
-	nfkc.c					\
-	snip.c					\
-	store.c					\
 	com.c					\
-	ctx.c					\
-	hash.c					\
-	db.c					\
-	pat.c					\
-	dat.cpp					\
-	ii.c					\
-	token.c					\
-	proc.c					\
-	expr.c					\
-	util.c					\
-	plugin.c				\
-	output.c				\
-	geo.c					\
-	tokenizer.c				\
 	com.h					\
+	ctx.c					\
 	ctx.h					\
 	ctx_impl.h				\
+	dat.cpp					\
 	dat.h					\
+	db.c					\
 	db.h					\
+	expr.c					\
+	geo.c					\
 	geo.h					\
 	groonga_in.h				\
+	hash.c					\
 	hash.h					\
+	ii.c					\
 	ii.h					\
+	io.c					\
 	io.h					\
+	nfkc.c					\
 	nfkc.h					\
+	output.c				\
 	output.h				\
+	pat.c					\
 	pat.h					\
+	plugin.c				\
 	plugin_in.h				\
+	proc.c					\
 	proc.h					\
+	snip.c					\
 	snip.h					\
+	store.c					\
 	store.h					\
+	str.c					\
 	str.h					\
+	token.c					\
 	token.h					\
+	tokenizer.c				\
+	util.c					\
 	util.h
 
 libgroonga_la_LDFLAGS =				\




Groonga-commit メーリングリストの案内
Back to archive index