mirror of https://github.com/nirenjan/libx52.git
Move libx52io to top level
parent
34adeaec45
commit
7f30863e5d
|
@ -10,7 +10,7 @@ if USE_NLS
|
||||||
po_SUBDIRS = po
|
po_SUBDIRS = po
|
||||||
endif
|
endif
|
||||||
|
|
||||||
SUBDIRS = $(po_SUBDIRS) libx52 libx52util lib utils daemon tests udev
|
SUBDIRS = $(po_SUBDIRS) libx52 libx52util libx52io lib utils daemon tests udev
|
||||||
|
|
||||||
# Extra files that need to be in the distribution
|
# Extra files that need to be in the distribution
|
||||||
EXTRA_DIST = \
|
EXTRA_DIST = \
|
||||||
|
|
|
@ -128,7 +128,7 @@ AC_CONFIG_FILES([ po/Makefile.in
|
||||||
libx52/libx52.pc
|
libx52/libx52.pc
|
||||||
lib/libusbx52/Makefile
|
lib/libusbx52/Makefile
|
||||||
libx52util/Makefile
|
libx52util/Makefile
|
||||||
lib/libx52io/Makefile
|
libx52io/Makefile
|
||||||
lib/pinelog/Makefile
|
lib/pinelog/Makefile
|
||||||
udev/Makefile
|
udev/Makefile
|
||||||
udev/60-saitek-x52-x52pro.rules
|
udev/60-saitek-x52-x52pro.rules
|
||||||
|
|
|
@ -15,7 +15,7 @@ x52d_SOURCES = \
|
||||||
|
|
||||||
x52d_CFLAGS = \
|
x52d_CFLAGS = \
|
||||||
-I $(top_srcdir) \
|
-I $(top_srcdir) \
|
||||||
-I $(top_srcdir)/lib/libx52io \
|
-I $(top_srcdir)/libx52io \
|
||||||
-I $(top_srcdir)/libx52 \
|
-I $(top_srcdir)/libx52 \
|
||||||
-I $(top_srcdir)/libx52util \
|
-I $(top_srcdir)/libx52util \
|
||||||
-I $(top_srcdir)/lib/pinelog \
|
-I $(top_srcdir)/lib/pinelog \
|
||||||
|
|
|
@ -4,5 +4,5 @@
|
||||||
#
|
#
|
||||||
# SPDX-License-Identifier: GPL-2.0-only WITH Classpath-exception-2.0
|
# SPDX-License-Identifier: GPL-2.0-only WITH Classpath-exception-2.0
|
||||||
|
|
||||||
SUBDIRS = libusbx52 libx52io pinelog
|
SUBDIRS = libusbx52 pinelog
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
libx52/x52_strerror.c
|
libx52/x52_strerror.c
|
||||||
libx52/x52_stringify.c
|
libx52/x52_stringify.c
|
||||||
|
|
||||||
lib/libx52io/io_strings.c
|
libx52io/io_strings.c
|
||||||
|
|
||||||
utils/evtest/ev_test.c
|
utils/evtest/ev_test.c
|
||||||
|
|
||||||
|
|
|
@ -8,7 +8,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: x52pro-linux 0.2.2\n"
|
"Project-Id-Version: x52pro-linux 0.2.2\n"
|
||||||
"Report-Msgid-Bugs-To: https://github.com/nirenjan/x52pro-linux/issues\n"
|
"Report-Msgid-Bugs-To: https://github.com/nirenjan/x52pro-linux/issues\n"
|
||||||
"POT-Creation-Date: 2021-07-29 21:40-0700\n"
|
"POT-Creation-Date: 2021-07-29 21:50-0700\n"
|
||||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||||
|
@ -17,11 +17,11 @@ msgstr ""
|
||||||
"Content-Type: text/plain; charset=CHARSET\n"
|
"Content-Type: text/plain; charset=CHARSET\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
|
||||||
#: libx52/x52_strerror.c:23 lib/libx52io/io_strings.c:101
|
#: libx52/x52_strerror.c:23 libx52io/io_strings.c:101
|
||||||
msgid "Success"
|
msgid "Success"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: libx52/x52_strerror.c:24 lib/libx52io/io_strings.c:102
|
#: libx52/x52_strerror.c:24 libx52io/io_strings.c:102
|
||||||
msgid "Initialization failure"
|
msgid "Initialization failure"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -85,7 +85,7 @@ msgstr ""
|
||||||
msgid "System call interrupted"
|
msgid "System call interrupted"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: libx52/x52_strerror.c:66 lib/libx52io/io_strings.c:125
|
#: libx52/x52_strerror.c:66 libx52io/io_strings.c:125
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "Unknown error %d"
|
msgid "Unknown error %d"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -211,23 +211,23 @@ msgstr ""
|
||||||
msgid "Unknown LED ID %d"
|
msgid "Unknown LED ID %d"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/libx52io/io_strings.c:103
|
#: libx52io/io_strings.c:103
|
||||||
msgid "No device"
|
msgid "No device"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/libx52io/io_strings.c:104
|
#: libx52io/io_strings.c:104
|
||||||
msgid "Invalid arguments"
|
msgid "Invalid arguments"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/libx52io/io_strings.c:105
|
#: libx52io/io_strings.c:105
|
||||||
msgid "Connection failure"
|
msgid "Connection failure"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/libx52io/io_strings.c:106
|
#: libx52io/io_strings.c:106
|
||||||
msgid "I/O error"
|
msgid "I/O error"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: lib/libx52io/io_strings.c:107
|
#: libx52io/io_strings.c:107
|
||||||
msgid "Read timeout"
|
msgid "Read timeout"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|
18
po/xx_PL.po
18
po/xx_PL.po
|
@ -7,7 +7,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: x52pro-linux 0.2.1\n"
|
"Project-Id-Version: x52pro-linux 0.2.1\n"
|
||||||
"Report-Msgid-Bugs-To: https://github.com/nirenjan/x52pro-linux/issues\n"
|
"Report-Msgid-Bugs-To: https://github.com/nirenjan/x52pro-linux/issues\n"
|
||||||
"POT-Creation-Date: 2021-07-29 21:40-0700\n"
|
"POT-Creation-Date: 2021-07-29 21:50-0700\n"
|
||||||
"PO-Revision-Date: 2021-07-27 02:08-0700\n"
|
"PO-Revision-Date: 2021-07-27 02:08-0700\n"
|
||||||
"Last-Translator: Nirenjan Krishnan <nirenjan@gmail.com>\n"
|
"Last-Translator: Nirenjan Krishnan <nirenjan@gmail.com>\n"
|
||||||
"Language-Team: Dummy Language for testing i18n\n"
|
"Language-Team: Dummy Language for testing i18n\n"
|
||||||
|
@ -17,11 +17,11 @@ msgstr ""
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
"X-Generator: Poedit 3.0\n"
|
"X-Generator: Poedit 3.0\n"
|
||||||
|
|
||||||
#: libx52/x52_strerror.c:23 lib/libx52io/io_strings.c:101
|
#: libx52/x52_strerror.c:23 libx52io/io_strings.c:101
|
||||||
msgid "Success"
|
msgid "Success"
|
||||||
msgstr "Uccesssay"
|
msgstr "Uccesssay"
|
||||||
|
|
||||||
#: libx52/x52_strerror.c:24 lib/libx52io/io_strings.c:102
|
#: libx52/x52_strerror.c:24 libx52io/io_strings.c:102
|
||||||
msgid "Initialization failure"
|
msgid "Initialization failure"
|
||||||
msgstr "Initializationay ailurefay"
|
msgstr "Initializationay ailurefay"
|
||||||
|
|
||||||
|
@ -85,7 +85,7 @@ msgstr "Ipepay erroray"
|
||||||
msgid "System call interrupted"
|
msgid "System call interrupted"
|
||||||
msgstr "Ystemsay allcay interrupteday"
|
msgstr "Ystemsay allcay interrupteday"
|
||||||
|
|
||||||
#: libx52/x52_strerror.c:66 lib/libx52io/io_strings.c:125
|
#: libx52/x52_strerror.c:66 libx52io/io_strings.c:125
|
||||||
#, c-format
|
#, c-format
|
||||||
msgid "Unknown error %d"
|
msgid "Unknown error %d"
|
||||||
msgstr "Unknownay erroray %d"
|
msgstr "Unknownay erroray %d"
|
||||||
|
@ -211,23 +211,23 @@ msgstr "Ottlethray"
|
||||||
msgid "Unknown LED ID %d"
|
msgid "Unknown LED ID %d"
|
||||||
msgstr "Unknownay EDLay IDay %d"
|
msgstr "Unknownay EDLay IDay %d"
|
||||||
|
|
||||||
#: lib/libx52io/io_strings.c:103
|
#: libx52io/io_strings.c:103
|
||||||
msgid "No device"
|
msgid "No device"
|
||||||
msgstr "Onay eviceday"
|
msgstr "Onay eviceday"
|
||||||
|
|
||||||
#: lib/libx52io/io_strings.c:104
|
#: libx52io/io_strings.c:104
|
||||||
msgid "Invalid arguments"
|
msgid "Invalid arguments"
|
||||||
msgstr "Invaliday argumentsay"
|
msgstr "Invaliday argumentsay"
|
||||||
|
|
||||||
#: lib/libx52io/io_strings.c:105
|
#: libx52io/io_strings.c:105
|
||||||
msgid "Connection failure"
|
msgid "Connection failure"
|
||||||
msgstr "Onnectioncay ailurefay"
|
msgstr "Onnectioncay ailurefay"
|
||||||
|
|
||||||
#: lib/libx52io/io_strings.c:106
|
#: libx52io/io_strings.c:106
|
||||||
msgid "I/O error"
|
msgid "I/O error"
|
||||||
msgstr "I/O erroray"
|
msgstr "I/O erroray"
|
||||||
|
|
||||||
#: lib/libx52io/io_strings.c:107
|
#: libx52io/io_strings.c:107
|
||||||
msgid "Read timeout"
|
msgid "Read timeout"
|
||||||
msgstr "Eadray imeouttay"
|
msgstr "Eadray imeouttay"
|
||||||
|
|
||||||
|
|
|
@ -10,6 +10,6 @@ bin_PROGRAMS = x52evtest
|
||||||
|
|
||||||
# Event test utility that works similarly to the Linux evtest
|
# Event test utility that works similarly to the Linux evtest
|
||||||
x52evtest_SOURCES = ev_test.c
|
x52evtest_SOURCES = ev_test.c
|
||||||
x52evtest_CFLAGS = -I $(top_srcdir)/lib/libx52io -I $(top_srcdir) -DLOCALEDIR=\"$(localedir)\" $(WARN_CFLAGS)
|
x52evtest_CFLAGS = -I $(top_srcdir)/libx52io -I $(top_srcdir) -DLOCALEDIR=\"$(localedir)\" $(WARN_CFLAGS)
|
||||||
x52evtest_LDFLAGS = $(WARN_LDFLAGS)
|
x52evtest_LDFLAGS = $(WARN_LDFLAGS)
|
||||||
x52evtest_LDADD = ../../lib/libx52io/libx52io.la
|
x52evtest_LDADD = ../../libx52io/libx52io.la
|
||||||
|
|
Loading…
Reference in New Issue