summaryrefslogtreecommitdiffstats
path: root/kbabel/common
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2020-12-16 17:43:36 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2020-12-16 22:24:09 +0900
commit5d7651f93ab9000d6707ae9e541cbc6b3d190724 (patch)
treeece4a4cca10c3ca4308cad42f3f4cfcec9f28f96 /kbabel/common
parentd23e53cb249d662bba818b47b62a8bb65e4a7d23 (diff)
downloadtdesdk-5d7651f9.tar.gz
tdesdk-5d7651f9.zip
Renaming of files in preparation for code style tools.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 7d4f47bd0bf7544dbd7f64ed4089e80780c1d2bd)
Diffstat (limited to 'kbabel/common')
-rw-r--r--kbabel/common/libgettext/CMakeLists.txt2
-rw-r--r--kbabel/common/libgettext/Makefile.am8
2 files changed, 5 insertions, 5 deletions
diff --git a/kbabel/common/libgettext/CMakeLists.txt b/kbabel/common/libgettext/CMakeLists.txt
index 6e118d64..a82d9826 100644
--- a/kbabel/common/libgettext/CMakeLists.txt
+++ b/kbabel/common/libgettext/CMakeLists.txt
@@ -17,7 +17,7 @@ include_directories(
)
-##### pofiles.cc (source) #######################
+##### pofiles.cpp (source) #######################
add_custom_command( OUTPUT pofiles.cpp
COMMAND ${LEX_EXECUTABLE} -+ -opofiles.cpp ${CMAKE_CURRENT_SOURCE_DIR}/pofiles.ll
diff --git a/kbabel/common/libgettext/Makefile.am b/kbabel/common/libgettext/Makefile.am
index 6f5f4fe2..304e2537 100644
--- a/kbabel/common/libgettext/Makefile.am
+++ b/kbabel/common/libgettext/Makefile.am
@@ -5,13 +5,13 @@ INCLUDES=$(all_includes)
#LEX_OUTPUT_ROOT = lex.GettextBase
#AM_LFLAGS = -+
-CLEANFILES = pofiles.cc
+CLEANFILES = pofiles.cpp
noinst_LTLIBRARIES = libgettext.la
-libgettext_la_SOURCES = pofiles.cc
+libgettext_la_SOURCES = pofiles.cpp
-pofiles.cc: $(srcdir)/pofiles.ll
- $(LEX) -+ -opofiles.cc $(srcdir)/pofiles.ll
+pofiles.cpp: $(srcdir)/pofiles.ll
+ $(LEX) -+ -opofiles.cpp $(srcdir)/pofiles.ll
noinst_HEADERS = tokens.h pofiles.h