[Groonga-mysql-commit] mroonga/mroonga [fix-for-visual-studio] split a long line to multi lines

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Oct 4 10:38:49 JST 2012


Kouhei Sutou	2012-03-07 11:43:39 +0900 (Wed, 07 Mar 2012)

  New Revision: b33c9f6c0e302f1fddd7d6306ed9cf135c5948d8
  https://github.com/mroonga/mroonga/commit/b33c9f6c0e302f1fddd7d6306ed9cf135c5948d8

  Log:
    split a long line to multi lines

  Modified files:
    test/unit/Makefile.am

  Modified: test/unit/Makefile.am (+16 -4)
===================================================================
--- test/unit/Makefile.am    2012-03-07 11:41:31 +0900 (b9d8cda)
+++ test/unit/Makefile.am    2012-03-07 11:43:39 +0900 (8942d3b)
@@ -2,16 +2,28 @@ if WITH_CUTTER
 noinst_LTLIBRARIES = test_mrn_sys.la
 endif
 
-AM_CPPFLAGS = $(GROONGA_CFLAGS) $(MECAB_INCLUDES) $(CPPCUTTER_CFLAGS)
+AM_CPPFLAGS =					\
+	$(GROONGA_CFLAGS)			\
+	$(MECAB_INCLUDES)			\
+	$(CPPCUTTER_CFLAGS)
 AM_INCLUDES = -I$(top_srcdir)
 ACLOCAL_AMFLAGS = $$ACLOCAL_ARGS
 
 DEFS          = @DEFS@
 
-LDFLAGS = -module -rpath $(libdir) -avoid-version -no-undefined
+LDFLAGS =					\
+	-module					\
+	-rpath $(libdir)			\
+	-avoid-version				\
+	-no-undefined
 
-LIBS = $(CUTTER_LIBS) $(GROONGA_LIBS) $(MECAB_LIBS)
+LIBS =						\
+	$(CUTTER_LIBS)				\
+	$(GROONGA_LIBS)				\
+	$(MECAB_LIBS)
 
 EXTERNAL_SRC = ../../mrn_sys.c
 
-test_mrn_sys_la_SOURCES = $(EXTERNAL_SRC) test_mrn_sys.cpp
+test_mrn_sys_la_SOURCES =			\
+	$(EXTERNAL_SRC)				\
+	test_mrn_sys.cpp
-------------- next part --------------
HTML����������������������������...
下載 



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