summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2021-02-20 15:46:28 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2021-02-20 15:47:06 +0900
commit27b417324fee09730104bd54f51e07c887b33970 (patch)
tree4a3294451dec546c499e49a3fb8181acbd700ebb
parent225f1fbd77601b291980287ae272bb03fe2dacbe (diff)
downloadtderadio-27b41732.tar.gz
tderadio-27b41732.zip
Renaming of files in preparation for code style tools.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 8f63a16a39b45931b05f8260eeff5e1a67df6c63)
-rw-r--r--tderadio3/convert-presets/po/Makefile16
1 files changed, 8 insertions, 8 deletions
diff --git a/tderadio3/convert-presets/po/Makefile b/tderadio3/convert-presets/po/Makefile
index ea9d24d..b9f472c 100644
--- a/tderadio3/convert-presets/po/Makefile
+++ b/tderadio3/convert-presets/po/Makefile
@@ -609,21 +609,21 @@ force-reedit:
#>+ 21
clean-bcheck:
- rm -f *.bchecktest.cc *.bchecktest.cc.class a.out
+ rm -f *.bchecktest.cpp *.bchecktest.cpp.class a.out
bcheck: bcheck-am
bcheck-am:
@for i in ; do \
- if test $(srcdir)/$$i -nt $$i.bchecktest.cc; then \
- echo "int main() {return 0;}" > $$i.bchecktest.cc ; \
- echo "#include \"$$i\"" >> $$i.bchecktest.cc ; \
+ if test $(srcdir)/$$i -nt $$i.bchecktest.cpp; then \
+ echo "int main() {return 0;}" > $$i.bchecktest.cpp ; \
+ echo "#include \"$$i\"" >> $$i.bchecktest.cpp ; \
echo "$$i"; \
- if ! $(CXX) $(DEFS) -I. -I$(srcdir) -I$(top_builddir) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) --dump-class-hierarchy -c $$i.bchecktest.cc; then \
- rm -f $$i.bchecktest.cc; exit 1; \
+ if ! $(CXX) $(DEFS) -I. -I$(srcdir) -I$(top_builddir) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(CXXFLAGS) $(KDE_CXXFLAGS) --dump-class-hierarchy -c $$i.bchecktest.cpp; then \
+ rm -f $$i.bchecktest.cpp; exit 1; \
fi ; \
- echo "" >> $$i.bchecktest.cc.class; \
- perl $(top_srcdir)/admin/bcheck.pl $$i.bchecktest.cc.class || { rm -f $$i.bchecktest.cc; exit 1; }; \
+ echo "" >> $$i.bchecktest.cpp.class; \
+ perl $(top_srcdir)/admin/bcheck.pl $$i.bchecktest.cpp.class || { rm -f $$i.bchecktest.cpp; exit 1; }; \
rm -f a.out; \
fi ; \
done