bug-gettext
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 1/4] libgettextpo: sort sources in the Makefile


From: Akim Demaille
Subject: [PATCH 1/4] libgettextpo: sort sources in the Makefile
Date: Fri, 1 May 2020 12:40:40 +0200

---
 gettext-tools/libgettextpo/Makefile.am | 74 +++++++++++++-------------
 1 file changed, 37 insertions(+), 37 deletions(-)

diff --git a/gettext-tools/libgettextpo/Makefile.am 
b/gettext-tools/libgettextpo/Makefile.am
index 0463ac4d0..aa3481ff1 100644
--- a/gettext-tools/libgettextpo/Makefile.am
+++ b/gettext-tools/libgettextpo/Makefile.am
@@ -48,54 +48,54 @@ libgettextpo_la_SOURCES = \
   $(libgettextpo_la_AUXSOURCES)
 # These are auxiliary sources whose symbols should not be exported.
 libgettextpo_la_AUXSOURCES = \
-  ../src/str-list.c \
   ../src/dir-list.c \
-  ../src/message.c \
-  ../src/msgl-ascii.c \
-  ../src/po-error.c \
-  ../src/po-xerror.c \
-  ../src/write-catalog.c \
-  ../src/write-po.c \
-  ../src/open-catalog.c \
-  ../src/po-charset.c \
-  ../src/po-lex.c \
-  ../src/po-gram-gen.c \
-  ../src/read-po.c \
-  ../src/read-catalog-abstract.c \
-  ../src/read-catalog.c \
-  ../src/plural-table.c \
+  ../src/format-awk.c \
+  ../src/format-boost.c \
   ../src/format-c.c \
-  ../src/format-sh.c \
-  ../src/format-python.c \
-  ../src/format-python-brace.c \
-  ../src/format-lisp.c \
+  ../src/format-csharp.c \
   ../src/format-elisp.c \
-  ../src/format-librep.c \
-  ../src/format-scheme.c \
-  ../src/format-java.c \
+  ../src/format-gcc-internal.c \
+  ../src/format-gfc-internal.c \
   ../src/format-java-printf.c \
+  ../src/format-java.c \
   ../src/format-javascript.c \
-  ../src/format-csharp.c \
-  ../src/format-awk.c \
+  ../src/format-kde-kuit.c \
+  ../src/format-kde.c \
+  ../src/format-librep.c \
+  ../src/format-lisp.c \
+  ../src/format-lua.c \
   ../src/format-pascal.c \
-  ../src/format-ycp.c \
-  ../src/format-tcl.c \
-  ../src/format-perl.c \
   ../src/format-perl-brace.c \
+  ../src/format-perl.c \
   ../src/format-php.c \
-  ../src/format-gcc-internal.c \
-  ../src/format-gfc-internal.c \
-  ../src/format-qt.c \
+  ../src/format-python-brace.c \
+  ../src/format-python.c \
   ../src/format-qt-plural.c \
-  ../src/format-kde.c \
-  ../src/format-kde-kuit.c \
-  ../src/format-boost.c \
-  ../src/format-lua.c \
+  ../src/format-qt.c \
+  ../src/format-scheme.c \
+  ../src/format-sh.c \
+  ../src/format-tcl.c \
+  ../src/format-ycp.c \
   ../src/format.c \
-  ../src/plural-exp.c \
-  ../src/plural-eval.c \
+  ../src/message.c \
+  ../src/msgl-ascii.c \
   ../src/msgl-check.c \
-  ../src/sentence.c
+  ../src/open-catalog.c \
+  ../src/plural-eval.c \
+  ../src/plural-exp.c \
+  ../src/plural-table.c \
+  ../src/po-charset.c \
+  ../src/po-error.c \
+  ../src/po-gram-gen.c \
+  ../src/po-lex.c \
+  ../src/po-xerror.c \
+  ../src/read-catalog-abstract.c \
+  ../src/read-catalog.c \
+  ../src/read-po.c \
+  ../src/sentence.c \
+  ../src/str-list.c \
+  ../src/write-catalog.c \
+  ../src/write-po.c
 
 # Libtool's library version information for libgettextpo.
 # See the libtool documentation, section "Library interface versions".
-- 
2.26.2




reply via email to

[Prev in Thread] Current Thread [Next in Thread]