From fce86b22a2367f1be1f9aae5e1ba3d18d1371b74 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Tue, 8 Dec 2020 22:26:17 +0900 Subject: Renaming of files in preparation for code style tools. Signed-off-by: Michele Calgaro --- mpeglib_artsplug/CMakeLists.txt | 10 +++++----- mpeglib_artsplug/Makefile.am | 14 +++++++------- mpeglib_artsplug/doemacs | 2 +- 3 files changed, 13 insertions(+), 13 deletions(-) (limited to 'mpeglib_artsplug') diff --git a/mpeglib_artsplug/CMakeLists.txt b/mpeglib_artsplug/CMakeLists.txt index 3a9fbd8c..c64b7320 100644 --- a/mpeglib_artsplug/CMakeLists.txt +++ b/mpeglib_artsplug/CMakeLists.txt @@ -31,8 +31,8 @@ link_directories( tde_add_library( arts_mpeglib SHARED SOURCES - decoderBaseObject.cc - splayPlayObject.cc + decoderBaseObject.cpp + splayPlayObject.cpp decoderBaseObject_impl.cpp oggPlayObject_impl.cpp mpgPlayObject_impl.cpp @@ -49,7 +49,7 @@ tde_add_library( arts_mpeglib SHARED add_custom_command( OUTPUT - decoderBaseObject.cc decoderBaseObject.h + decoderBaseObject.cpp decoderBaseObject.h COMMAND ${ARTS_MCOPIDL_EXECUTABLE} -I${ARTS_INCLUDEDIR} ${CMAKE_CURRENT_SOURCE_DIR}/decoderBaseObject.idl DEPENDS decoderBaseObject.idl @@ -60,7 +60,7 @@ add_custom_command( tde_add_library( arts_splay SHARED SOURCES - splayPlayObject.cc + splayPlayObject.cpp splayPlayObject_impl.cpp VERSION 0.0.0 LINK mpeg-shared ${ARTS_LIBRARIES} @@ -69,7 +69,7 @@ tde_add_library( arts_splay SHARED add_custom_command( OUTPUT - splayPlayObject.cc splayPlayObject.h + splayPlayObject.cpp splayPlayObject.h COMMAND ${ARTS_MCOPIDL_EXECUTABLE} -I${ARTS_INCLUDEDIR} ${CMAKE_CURRENT_SOURCE_DIR}/splayPlayObject.idl DEPENDS splayPlayObject.idl diff --git a/mpeglib_artsplug/Makefile.am b/mpeglib_artsplug/Makefile.am index d6dc0f69..ed359b22 100644 --- a/mpeglib_artsplug/Makefile.am +++ b/mpeglib_artsplug/Makefile.am @@ -19,9 +19,9 @@ EXTRA_DIST = doemacs \ BUILT_SOURCES = decoderBaseObject.h \ - decoderBaseObject.cc \ + decoderBaseObject.cpp \ splayPlayObject.h \ - splayPlayObject.cc + splayPlayObject.cpp noinst_HEADERS = mp3PlayObject_impl.h \ @@ -45,10 +45,10 @@ INCLUDES = -I../mpeglib/lib -I$(srcdir)/../mpeglib/lib $(ARTS_INCLUDES) $(all lib_LTLIBRARIES = libarts_mpeglib.la \ libarts_splay.la -decoderBaseObject.cc decoderBaseObject.h : $(srcdir)/decoderBaseObject.idl +decoderBaseObject.cpp decoderBaseObject.h : $(srcdir)/decoderBaseObject.idl $(MCOPIDL) -I$(kde_includes)/arts $(srcdir)/decoderBaseObject.idl -splayPlayObject.cc splayPlayObject.h : $(srcdir)/splayPlayObject.idl +splayPlayObject.cpp splayPlayObject.h : $(srcdir)/splayPlayObject.idl $(MCOPIDL) -I$(kde_includes)/arts $(srcdir)/splayPlayObject.idl mpeglibartsplugdir = $(includedir)/mpeglib_artsplug @@ -62,8 +62,8 @@ mpeglibartsplug_HEADERS = decoderBaseObject_impl.h \ -libarts_mpeglib_la_SOURCES = decoderBaseObject.cc \ - splayPlayObject.cc \ +libarts_mpeglib_la_SOURCES = decoderBaseObject.cpp \ + splayPlayObject.cpp \ decoderBaseObject_impl.cpp \ oggPlayObject_impl.cpp \ mpgPlayObject_impl.cpp \ @@ -82,7 +82,7 @@ libarts_mpeglib_la_LDFLAGS = $(all_libraries) \ libarts_mpeglib_la_LIBADD = $(top_builddir)/mpeglib/lib/libmpeg.la \ $(LIB_ARTS) -libarts_splay_la_SOURCES = splayPlayObject.cc \ +libarts_splay_la_SOURCES = splayPlayObject.cpp \ splayPlayObject_impl.cpp libarts_splay_la_LDFLAGS = $(all_libraries) \ diff --git a/mpeglib_artsplug/doemacs b/mpeglib_artsplug/doemacs index a875517d..3d3a296e 100644 --- a/mpeglib_artsplug/doemacs +++ b/mpeglib_artsplug/doemacs @@ -4,7 +4,7 @@ A=`find . | grep -v moc > flist.txt` A=`grep "\.cpp$" flist.txt >cpp.txt` A=`grep "\.h$" flist.txt >h.txt` A=`grep "\.c$" flist.txt >c.txt` -A=`grep "\.cc$" flist.txt >cc.txt` +A=`grep "\.cpp$" flist.txt >cc.txt` A=`grep "\.idl$" flist.txt >idl.txt` A=`grep "\.defs$" flist.txt >defs.txt` C=`cat c.txt` -- cgit v1.2.3