summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-10-30 22:58:44 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-10-30 23:03:14 +0900
commitd328d200f36b78d13750d89093c32cc3862aaeae (patch)
treeac839efef74302749b633f2e703e3cfb31d2f84e
parent94ab2d14f0be40ab56c74fc0c65cecc6986d6d14 (diff)
downloadk9copy-d328d200f36b78d13750d89093c32cc3862aaeae.tar.gz
k9copy-d328d200f36b78d13750d89093c32cc3862aaeae.zip
Drop autotools support
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r--.gitmodules3
-rw-r--r--Makefile.am31
m---------admin0
-rw-r--r--config.h.in283
-rw-r--r--configure.files3
-rw-r--r--configure.in.in50
-rw-r--r--doc/Makefile.am3
-rw-r--r--doc/en/Makefile.am5
-rw-r--r--doc/man/Makefile.am3
-rw-r--r--icons/Makefile.am2
-rw-r--r--k9Mplayer/Makefile.am8
-rw-r--r--k9author/Makefile.am18
-rw-r--r--k9decmpeg/Makefile.am19
-rw-r--r--k9devices/Makefile.am8
-rw-r--r--k9devices/configure.in.in25
-rw-r--r--k9vamps/Makefile.am12
-rw-r--r--libdvdnav/Makefile.am14
-rw-r--r--libk9copy/Makefile.am29
-rw-r--r--po/Makefile.am4
-rw-r--r--src/Makefile.am58
20 files changed, 0 insertions, 578 deletions
diff --git a/.gitmodules b/.gitmodules
deleted file mode 100644
index 934def7..0000000
--- a/.gitmodules
+++ /dev/null
@@ -1,3 +0,0 @@
-[submodule "admin"]
- path = admin
- url = https://system@scm.trinitydesktop.org/scm/git/tde-common-admin
diff --git a/Makefile.am b/Makefile.am
deleted file mode 100644
index 6a9b16e..0000000
--- a/Makefile.am
+++ /dev/null
@@ -1,31 +0,0 @@
-SUBDIRS = doc icons libdvdnav k9Mplayer libk9copy k9author k9decmpeg k9devices k9vamps \
- po src
-
-$(top_srcdir)/configure.in: configure.in.in $(top_srcdir)/subdirs
- cd $(top_srcdir) && $(MAKE) -f admin/Makefile.common configure.in ;
-
-$(top_srcdir)/subdirs:
- cd $(top_srcdir) && $(MAKE) -f admin/Makefile.common subdirs
-
-$(top_srcdir)/acinclude.m4: $(top_srcdir)/admin/acinclude.m4.in $(top_srcdir)/admin/libtool.m4.in
- @cd $(top_srcdir) && cat admin/acinclude.m4.in admin/libtool.m4.in > acinclude.m4
-
-MAINTAINERCLEANFILES = subdirs configure.in acinclude.m4 configure.files
-
-messages: rc.cpp
- $(EXTRACTRC) `find . -name "*.ui"` >> rc.cpp
- $(EXTRACTRC) `find . -name "*.rc"` >> rc.cpp
- $(XGETTEXT) `find -name "*.cpp"` -o $(podir)/k9copy.pot
-
-package-messages:
- cd $(top_srcdir) && $(MAKE) -f admin/Makefile.common package-messages
- $(MAKE) -C po merge
-
-EXTRA_DIST = admin COPYING configure.in.in
-
-dist-hook:
- cd $(top_distdir) && perl admin/am_edit -padmin
- cd $(top_distdir) && $(MAKE) -f admin/Makefile.common subdirs
-
-AM_CXXFLAGS = -O0 -g3
-
diff --git a/admin b/admin
deleted file mode 160000
-Subproject 80a742849d872788877a90b91becb696b170d73
diff --git a/config.h.in b/config.h.in
deleted file mode 100644
index 31b33ff..0000000
--- a/config.h.in
+++ /dev/null
@@ -1,283 +0,0 @@
-/* config.h.in. Generated from configure.in by autoheader. */
-
-/* Define if building universal (internal helper macro) */
-#undef AC_APPLE_UNIVERSAL_BUILD
-
-/* 386 architecture */
-#undef ARCH_386
-
-/* x86 architecture */
-#undef ARCH_X86
-
-/* x86_64 architecture */
-#undef ARCH_X86_64
-
-/* Define to 1 if you have the <Carbon/Carbon.h> header file. */
-#undef HAVE_CARBON_CARBON_H
-
-/* Define if you have the CoreAudio API */
-#undef HAVE_COREAUDIO
-
-/* Define to 1 if you have the <crt_externs.h> header file. */
-#undef HAVE_CRT_EXTERNS_H
-
-/* Defines if your system has the crypt function */
-#undef HAVE_CRYPT
-
-/* Define to 1 if you have the <dlfcn.h> header file. */
-#undef HAVE_DLFCN_H
-
-/* Define to 1 if you have the <inttypes.h> header file. */
-#undef HAVE_INTTYPES_H
-
-/* Define if you have libjpeg */
-#undef HAVE_LIBJPEG
-
-/* Define if you have libpng */
-#undef HAVE_LIBPNG
-
-/* Define if you have a working libpthread (will enable threaded code) */
-#undef HAVE_LIBPTHREAD
-
-/* Define if you have libz */
-#undef HAVE_LIBZ
-
-/* Define to 1 if you have the <memory.h> header file. */
-#undef HAVE_MEMORY_H
-
-/* Define if your system needs _NSGetEnviron to set up the environment */
-#undef HAVE_NSGETENVIRON
-
-/* openGL support */
-#undef HAVE_OPENGL
-
-/* Define if you have res_init */
-#undef HAVE_RES_INIT
-
-/* Define if you have the res_init prototype */
-#undef HAVE_RES_INIT_PROTO
-
-/* Define if you have a STL implementation by SGI */
-#undef HAVE_SGI_STL
-
-/* Define to 1 if you have the `snprintf' function. */
-#undef HAVE_SNPRINTF
-
-/* Define to 1 if you have the <stdint.h> header file. */
-#undef HAVE_STDINT_H
-
-/* Define to 1 if you have the <stdlib.h> header file. */
-#undef HAVE_STDLIB_H
-
-/* Define to 1 if you have the <strings.h> header file. */
-#undef HAVE_STRINGS_H
-
-/* Define to 1 if you have the <string.h> header file. */
-#undef HAVE_STRING_H
-
-/* Define if you have strlcat */
-#undef HAVE_STRLCAT
-
-/* Define if you have the strlcat prototype */
-#undef HAVE_STRLCAT_PROTO
-
-/* Define if you have strlcpy */
-#undef HAVE_STRLCPY
-
-/* Define if you have the strlcpy prototype */
-#undef HAVE_STRLCPY_PROTO
-
-/* swscale support */
-#undef HAVE_SWSCALE
-
-/* Define to 1 if you have the <sys/bitypes.h> header file. */
-#undef HAVE_SYS_BITYPES_H
-
-/* Define to 1 if you have the <sys/stat.h> header file. */
-#undef HAVE_SYS_STAT_H
-
-/* Define to 1 if you have the <sys/types.h> header file. */
-#undef HAVE_SYS_TYPES_H
-
-/* Define to 1 if you have the <unistd.h> header file. */
-#undef HAVE_UNISTD_H
-
-/* Define to 1 if you have the `vsnprintf' function. */
-#undef HAVE_VSNPRINTF
-
-/* Suffix for lib directories */
-#undef KDELIBSUFF
-
-/* Define a safe value for MAXPATHLEN */
-#undef KDEMAXPATHLEN
-
-/* Define to the sub-directory in which libtool stores uninstalled libraries.
- */
-#undef LT_OBJDIR
-
-/* No openGL support */
-#undef NO_OPENGL
-
-/* Name of package */
-#undef PACKAGE
-
-/* Define to the address where bug reports for this package should be sent. */
-#undef PACKAGE_BUGREPORT
-
-/* Define to the full name of this package. */
-#undef PACKAGE_NAME
-
-/* Define to the full name and version of this package. */
-#undef PACKAGE_STRING
-
-/* Define to the one symbol short name of this package. */
-#undef PACKAGE_TARNAME
-
-/* Define to the home page for this package. */
-#undef PACKAGE_URL
-
-/* Define to the version of this package. */
-#undef PACKAGE_VERSION
-
-/* The size of `char *', as computed by sizeof. */
-#undef SIZEOF_CHAR_P
-
-/* The size of `int', as computed by sizeof. */
-#undef SIZEOF_INT
-
-/* The size of `long', as computed by sizeof. */
-#undef SIZEOF_LONG
-
-/* The size of `short', as computed by sizeof. */
-#undef SIZEOF_SHORT
-
-/* The size of `size_t', as computed by sizeof. */
-#undef SIZEOF_SIZE_T
-
-/* The size of `unsigned long', as computed by sizeof. */
-#undef SIZEOF_UNSIGNED_LONG
-
-/* Define to 1 if you have the ANSI C header files. */
-#undef STDC_HEADERS
-
-/* Version number of package */
-#undef VERSION
-
-/* Defined if compiling without arts */
-#undef WITHOUT_ARTS
-
-/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
- significant byte first (like Motorola and SPARC, unlike Intel). */
-#if defined AC_APPLE_UNIVERSAL_BUILD
-# if defined __BIG_ENDIAN__
-# define WORDS_BIGENDIAN 1
-# endif
-#else
-# ifndef WORDS_BIGENDIAN
-# undef WORDS_BIGENDIAN
-# endif
-#endif
-
-/*
- * jpeg.h needs HAVE_BOOLEAN, when the system uses boolean in system
- * headers and I'm too lazy to write a configure test as long as only
- * unixware is related
- */
-#ifdef _UNIXWARE
-#define HAVE_BOOLEAN
-#endif
-
-
-
-/*
- * AIX defines FD_SET in terms of bzero, but fails to include <strings.h>
- * that defines bzero.
- */
-
-#if defined(_AIX)
-#include <strings.h>
-#endif
-
-
-
-#if defined(HAVE_NSGETENVIRON) && defined(HAVE_CRT_EXTERNS_H)
-# include <sys/time.h>
-# include <crt_externs.h>
-# define environ (*_NSGetEnviron())
-#endif
-
-
-
-#if !defined(HAVE_RES_INIT_PROTO)
-#ifdef __cplusplus
-extern "C" {
-#endif
-int res_init(void);
-#ifdef __cplusplus
-}
-#endif
-#endif
-
-
-
-#if !defined(HAVE_STRLCAT_PROTO)
-#ifdef __cplusplus
-extern "C" {
-#endif
-unsigned long strlcat(char*, const char*, unsigned long);
-#ifdef __cplusplus
-}
-#endif
-#endif
-
-
-
-#if !defined(HAVE_STRLCPY_PROTO)
-#ifdef __cplusplus
-extern "C" {
-#endif
-unsigned long strlcpy(char*, const char*, unsigned long);
-#ifdef __cplusplus
-}
-#endif
-#endif
-
-
-
-/*
- * On HP-UX, the declaration of vsnprintf() is needed every time !
- */
-
-#if !defined(HAVE_VSNPRINTF) || defined(hpux)
-#if __STDC__
-#include <stdarg.h>
-#include <stdlib.h>
-#else
-#include <varargs.h>
-#endif
-#ifdef __cplusplus
-extern "C"
-#endif
-int vsnprintf(char *str, size_t n, char const *fmt, va_list ap);
-#ifdef __cplusplus
-extern "C"
-#endif
-int snprintf(char *str, size_t n, char const *fmt, ...);
-#endif
-
-
-/* define to 1 if -fvisibility is supported */
-#undef __KDE_HAVE_GCC_VISIBILITY
-
-
-#if defined(__SVR4) && !defined(__svr4__)
-#define __svr4__ 1
-#endif
-
-
-/* type to use in place of socklen_t if not defined */
-#undef kde_socklen_t
-
-/* type to use in place of socklen_t if not defined (deprecated, use
- kde_socklen_t) */
-#undef ksize_t
diff --git a/configure.files b/configure.files
deleted file mode 100644
index 89d14b2..0000000
--- a/configure.files
+++ /dev/null
@@ -1,3 +0,0 @@
-./admin/configure.in.min
-configure.in.in
-./k9devices/configure.in.in
diff --git a/configure.in.in b/configure.in.in
deleted file mode 100644
index d805c21..0000000
--- a/configure.in.in
+++ /dev/null
@@ -1,50 +0,0 @@
-#MIN_CONFIG(3.0.0)
-KDE_ENABLE_HIDDEN_VISIBILITY
-KDE_INIT_DOXYGEN([KDE Utils API Reference], [Version $VERSION])
-
-AM_INIT_AUTOMAKE(k9copy, 1.2.4)
-AC_C_BIGENDIAN
-AC_CHECK_KDEMAXPATHLEN
-
-case "$target" in
- i?86-* | k?-*)
- AC_DEFINE([ARCH_X86],,[x86 architecture])
- AC_DEFINE([ARCH_386],,[386 architecture])
- ARCH_X86=yes
- ARCH_386=yes
- ARCH_X86_64=no
- ;;
- x86_64-*)
- AC_DEFINE([ARCH_X86_64],,[x86_64 architecture])
- ARCH_X86=no
- ARCH_386=no
- ARCH_X86_64=yes
- ;;
- *)
- ARCH_X86=no
- ARCH_386=no
- ARCH_X86_64=no
- ;;
-esac
-
-AC_MSG_CHECKING(for X86 architecture)
-AC_MSG_RESULT($ARCH_X86)
-AM_CONDITIONAL(ARCH_X86, [test "$ARCH_X86" = "yes"])
-
-AC_MSG_CHECKING(for 386 architecture)
-AC_MSG_RESULT($ARCH_386)
-AM_CONDITIONAL(ARCH_386, [test "$ARCH_386" = "yes"])
-
-AC_MSG_CHECKING(for X86_64 architecture)
-AC_MSG_RESULT($ARCH_X86_64)
-AM_CONDITIONAL(ARCH_X86_64, [test "$ARCH_X86_64" = "yes"])
-
-have_gl=no
-AC_CHECK_HEADER([GL/gl.h], \
-[AC_DEFINE(HAVE_OPENGL, 1, [openGL support]) have_gl=yes], \
-[AC_DEFINE(NO_OPENGL, 1, [No openGL support])])
-
-PKG_CHECK_MODULES(FFMPEG, libavcodec libavformat libavutil libswscale, , \
- [AC_MSG_ERROR([ffmpeg installation is missing or incomplete])])
-
-
diff --git a/doc/Makefile.am b/doc/Makefile.am
deleted file mode 100644
index 5c0b20e..0000000
--- a/doc/Makefile.am
+++ /dev/null
@@ -1,3 +0,0 @@
-KDE_LANG = en
-KDE_DOCS = AUTO
-SUBDIRS = $(AUTODIRS)
diff --git a/doc/en/Makefile.am b/doc/en/Makefile.am
deleted file mode 100644
index 22146b2..0000000
--- a/doc/en/Makefile.am
+++ /dev/null
@@ -1,5 +0,0 @@
-KDE_LANG = en
-KDE_DOCS = k9copy
-kde_docs_KDEDOCS = mainwindow.png open1.png open2.png treeview.png \
- keepmenus.png playback.png btncopy.png settingsDVD.png btnmp4.png settingsMP4.png \
- settingsMencoder.png
diff --git a/doc/man/Makefile.am b/doc/man/Makefile.am
deleted file mode 100644
index c8951b6..0000000
--- a/doc/man/Makefile.am
+++ /dev/null
@@ -1,3 +0,0 @@
-tmpdir = $(mandir)/man1
-tmp_DATA= k9copy.1
-EXTRA_DIST=$(tmp_DATA)
diff --git a/icons/Makefile.am b/icons/Makefile.am
deleted file mode 100644
index 6ab3ab3..0000000
--- a/icons/Makefile.am
+++ /dev/null
@@ -1,2 +0,0 @@
-k9icondir = $(kde_datadir)/k9copy/icons
-k9icon_ICON = AUTO
diff --git a/k9Mplayer/Makefile.am b/k9Mplayer/Makefile.am
deleted file mode 100644
index 803128c..0000000
--- a/k9Mplayer/Makefile.am
+++ /dev/null
@@ -1,8 +0,0 @@
-INCLUDES = -I$(top_srcdir)/libk9copy $(all_includes)
-METASOURCES = AUTO
-
-noinst_LTLIBRARIES = libk9mplayer.la
-libk9mplayer_la_SOURCES = mplayer.ui k9mplayer.cpp
-
-libk9mplayer_la_LIBADD = $(top_builddir)/libdvdnav/libk9dvdnav.la
-noinst_HEADERS = k9mplayer.h
diff --git a/k9author/Makefile.am b/k9author/Makefile.am
deleted file mode 100644
index 4c9a92c..0000000
--- a/k9author/Makefile.am
+++ /dev/null
@@ -1,18 +0,0 @@
-AM_CPPFLAGS= -I$(srcdir) -I$(includedir) $(all_includes) $(FFMPEG_CFLAGS)
-
-KDE_CXXFLAGS = $(ENABLE_PERMISSIVE_FLAG)
-
-METASOURCES = AUTO
-
-noinst_LTLIBRARIES = libk9author.la
-libk9author_la_LDFLAGS = $(all_libraries) $(FFMPEG_LIBS)
-libk9author_la_SOURCES = chapterEdit.ui import.ui k9avidecode.cpp k9avifile.cpp \
- k9canvasselection.cpp k9chapteredit.cpp k9import.cpp k9importfiles.cpp k9lvitemimport.cpp \
- k9menu.cpp k9menubutton.cpp k9menuedit.cpp k9menueditor.cpp k9newdvd.cpp \
- k9newtitle.cpp k9title.cpp menuEdit.ui newTitle.ui
-noinst_HEADERS = k9avidecode.h k9avifile.h k9canvasselection.h k9chapteredit.h \
- k9import.h k9importfiles.h k9lvitemimport.h k9menu.h k9menubutton.h k9menuedit.h \
- k9menueditor.h k9newdvd.h k9newtitle.h k9title.h
-libk9author_la_LIBADD = $(top_builddir)/libk9copy/libk9copy.la $(LIB_TDEUI)
-INCLUDES = -I$(top_srcdir)/k9devices \
- -I$(top_srcdir)/k9vamps -I$(top_srcdir)/libk9copy -I$(top_srcdir)/src $(all_includes)
diff --git a/k9decmpeg/Makefile.am b/k9decmpeg/Makefile.am
deleted file mode 100644
index c47f0e4..0000000
--- a/k9decmpeg/Makefile.am
+++ /dev/null
@@ -1,19 +0,0 @@
-AM_CPPFLAGS= -I$(srcdir) $(all_includes)
-
-KDE_CXXFLAGS = $(ENABLE_PERMISSIVE_FLAG)
-
-METASOURCES = AUTO
-
-libk9decmpeg_la_LDFLAGS = $(all_libraries)
-noinst_LTLIBRARIES = libk9decmpeg.la
-libk9decmpeg_la_SOURCES = alloc.cpp attributes.h bswap.h convert_internal.h \
- cpu_accel.cpp cpu_state.cpp decode.cpp header.cpp idct_alpha.cpp idct_altivec.cpp \
- idct.cpp idct_mmx.cpp kdecmpeg2.cpp kdecmpeg2.h mmx.h motion_comp_alpha.cpp \
- motion_comp_altivec.cpp motion_comp.cpp motion_comp_mmx.cpp motion_comp_vis.cpp mpeg2convert.h \
- mpeg2.h mpeg2_internal.h rgb.cpp rgb_mmx.cpp rgb_vis.cpp slice.cpp tendra.h \
- uyvy.cpp video_out.h vis.h vlc.h k9decodethread.cpp k9plaympeg2.cpp
-INCLUDES = -I$(top_srcdir)/k9vamps \
- -I$(top_srcdir)/libdvdnav -I$(top_srcdir)/libk9copy
-
-noinst_HEADERS = k9decodethread.h k9plaympeg2.h
-
diff --git a/k9devices/Makefile.am b/k9devices/Makefile.am
deleted file mode 100644
index 59de2d4..0000000
--- a/k9devices/Makefile.am
+++ /dev/null
@@ -1,8 +0,0 @@
-INCLUDES = -I$(top_srcdir)/libk9copy $(K3B_INCS) -I$(includedir) $(all_includes)
-METASOURCES = AUTO
-libk9devices_la_LDFLAGS = $(all_libraries)
-noinst_LTLIBRARIES = libk9devices.la
-noinst_HEADERS = k9cddrive.h
-libk9devices_la_SOURCES = k9cddrive.cpp
-
-libk9devices_la_LIBADD = $(K3B_LIBS)
diff --git a/k9devices/configure.in.in b/k9devices/configure.in.in
deleted file mode 100644
index 83ecc98..0000000
--- a/k9devices/configure.in.in
+++ /dev/null
@@ -1,25 +0,0 @@
- search_incs="$kde_includes $kde_includes/tde /usr/include /usr/local/include"
- AC_FIND_FILE(k3bdevice.h, $search_incs, k3b_incdir)
-
- if [test -r $k3b_incdir/k3bdevice.h] ; then
- k3b_inc=FOUND
- fi
-
- search_libs="$kde_libraries /usr/lib64 /usr/lib /usr/local/lib /lib /lib64"
- AC_FIND_FILE(libk3bdevice.so, $search_libs, k3b_libdir)
-
- if [test -r $k3b_libdir/libk3bdevice.so] ; then
- K3B_LIBS="-lk3bdevice"
- k3b_lib=FOUND
- fi
-
- if [test $k3b_inc = FOUND] && [test $k3b_lib = FOUND] ; then
- AC_MSG_RESULT(headers $k3b_incdir libraries $k3b_libdir)
- k3b=FOUND
- else
- AC_MSG_RESULT(libk3bdevice searched but not found)
- AC_MSG_ERROR(libk3bdevice may be missing)
- fi
-
- AC_SUBST(K3B_LIBS)
-
diff --git a/k9vamps/Makefile.am b/k9vamps/Makefile.am
deleted file mode 100644
index 00a91ce..0000000
--- a/k9vamps/Makefile.am
+++ /dev/null
@@ -1,12 +0,0 @@
-AM_CPPFLAGS= -I$(srcdir) $(all_includes)
-
-KDE_CXXFLAGS = $(ENABLE_PERMISSIVE_FLAG)
-
-METASOURCES = AUTO
-libk9vamps_la_LDFLAGS = $(all_libraries)
-noinst_LTLIBRARIES = libk9vamps.la
-libk9vamps_la_SOURCES = cputest.cpp getvlc.h k9fifo.cpp k9requant.cpp \
- k9vamps.cpp k9vamps.h putvlc.h qTable.h tcmemcpy.cpp
-INCLUDES = -I$(top_srcdir)/k9vamps \
- -I$(top_srcdir)/libk9copy
-noinst_HEADERS = k9requant.h ac.h k9fifo.h
diff --git a/libdvdnav/Makefile.am b/libdvdnav/Makefile.am
deleted file mode 100644
index fc96611..0000000
--- a/libdvdnav/Makefile.am
+++ /dev/null
@@ -1,14 +0,0 @@
-
-METASOURCES = AUTO
-
-noinst_LTLIBRARIES = libk9dvdnav.la
-libk9dvdnav_la_SOURCES = decoder.c decoder.h dvdnav.c dvdnav_events.h dvdnav.h \
- dvdnav_internal.h highlight.c navigation.c read_cache.c read_cache.h remap.c remap.h \
- searching.c settings.c vm.c vmcmd.c vmcmd.h vm.h compat.h dvd_types.h
-
-
-noinst_HEADERS = common.h dvdread.h
-
-
-
-INCLUDES =
diff --git a/libk9copy/Makefile.am b/libk9copy/Makefile.am
deleted file mode 100644
index 9a2bcd4..0000000
--- a/libk9copy/Makefile.am
+++ /dev/null
@@ -1,29 +0,0 @@
-AM_CPPFLAGS= -I$(srcdir) $(all_includes)
-
-KDE_CXXFLAGS = $(ENABLE_PERMISSIVE_FLAG)
-
-METASOURCES = AUTO
-
-noinst_LTLIBRARIES = libk9copy.la
-
-
-libk9copy_la_SOURCES = backupdlg.ui dvdprogress.ui k9audiocodecs.cpp \
- k9backupdlg.cpp k9burndvd.cpp k9cell.cpp k9cellcopylist.cpp k9config.cpp \
- k9drawimage.cpp k9dvd.cpp k9dvdauthor.cpp k9dvdbackup.cpp k9dvdchapter.cpp \
- k9dvdprogress.cpp k9dvdread.cpp k9dvdsize.cpp k9dvdtitle.cpp k9dvdtitleset.cpp k9ifo2.cpp \
- k9mp4dlg.cpp k9mp4enc.cpp k9process.cpp k9processlist.cpp k9progress.cpp \
- k9saveimage.cpp k9script.cpp k9titleencopt.cpp k9tools.cpp k9videocodecs.cpp mp4dlg.ui \
- processList.ui progress.ui
-
-include_HEADERS =
-
-noinst_HEADERS = bswap.h k9audiocodecs.h k9backupdlg.h k9burndvd.h k9cell.h \
- k9cellcopylist.h k9common.h k9config.h k9drawimage.h k9dvd.h k9dvdauthor.h k9dvdbackup.h \
- k9dvdchapter.h k9dvdprogress.h k9dvdread.h k9dvdsize.h k9dvdtitle.h k9dvdtitleset.h \
- k9ifo2.h k9mp4dlg.h k9mp4enc.h k9process.h k9processlist.h k9progress.h \
- k9saveimage.h k9script.h k9titleencopt.h k9tools.h k9videocodecs.h
-
-
-INCLUDES = -I$(top_srcdir)/k9decmpeg \
- -I$(top_srcdir)/k9vamps -I$(top_srcdir)/libdvdnav
-libk9copy_la_LDFLAGS = $(all_libraries)
diff --git a/po/Makefile.am b/po/Makefile.am
deleted file mode 100644
index 2d58303..0000000
--- a/po/Makefile.am
+++ /dev/null
@@ -1,4 +0,0 @@
-POFILES = AUTO
-
-noinst_HEADERS = ca.po cs.po de.po el.po es.po es_AR.po fr.po it.po \
- pl.po pt_BR.po ru.po sr.po zh_TW.po tr.po sr@latin.po
diff --git a/src/Makefile.am b/src/Makefile.am
deleted file mode 100644
index 5ed2714..0000000
--- a/src/Makefile.am
+++ /dev/null
@@ -1,58 +0,0 @@
-# set the include path for X, qt and KDE
-INCLUDES = -I$(top_srcdir)/k9Mplayer \
- -I$(top_srcdir)/k9author -I$(top_srcdir)/k9decmpeg -I$(top_srcdir)/k9devices \
- -I$(top_srcdir)/k9vamps -I$(top_srcdir)/libdvdnav -I$(top_srcdir)/libk9copy -I$(includedir) $(all_includes)
-
-# these are the headers for your project
-noinst_HEADERS = k9copy.h k9glwidget.h k9langselect.h k9main.h \
- k9mencodercmdgen.h k9mp4title.h k9play.h k9playbackoptions.h k9prefauthor.h k9prefdvd.h \
- k9prefmencoder.h k9prefmpeg4.h k9prefpreview.h k9redirect.h k9settings.h k9titlefactor.h \
- k9updatefactor.h tdeconfigdlg.h
-
-# let automoc handle all of the meta source files (moc)
-METASOURCES = AUTO
-
-
-KDE_ICON = k9copy
-
-#########################################################################
-# APPLICATION SECTION
-#########################################################################
-# this is the program that gets installed. it's name is used for all
-# of the other Makefile.am variables
-bin_PROGRAMS = k9copy
-
-# the application source, library search path, and link libraries
-k9copy_SOURCES = configDlg.ui images.h k9copy.cpp k9glwidget.cpp \
- k9langselect.cpp k9main.cpp k9mainw.ui k9mencodercmdgen.cpp k9mp4title.cpp k9play.cpp \
- k9playbackoptions.cpp k9prefauthor.cpp k9prefdvd.cpp k9prefmencoder.cpp k9prefmpeg4.cpp \
- k9prefpreview.cpp k9redirect.cpp k9settings.cpp k9titlefactor.cpp k9updatefactor.cpp \
- tdeconfigdlg.cpp kviewmpeg2.cpp kviewmpeg2.h langselectw.ui main.cpp mencoderCmdGen.ui \
- playbackoptionsw.ui prefAuthor.ui prefDVD.ui prefMPEG4.ui prefMencoder.ui prefpreview.ui \
- titlefactor.ui viewmpeg2.ui
-k9copy_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_TQT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor $(LIB_TDEPARTS) $(FFMPEG_LIBS)
-k9copy_LDADD = $(top_builddir)/k9Mplayer/libk9mplayer.la \
- $(top_builddir)/k9author/libk9author.la $(top_builddir)/k9decmpeg/libk9decmpeg.la \
- $(top_builddir)/k9devices/libk9devices.la $(top_builddir)/k9vamps/libk9vamps.la \
- $(top_builddir)/libdvdnav/libk9dvdnav.la $(top_builddir)/libk9copy/libk9copy.la \
- $(LIB_TDEUI) -ltdemdi $(LIBDL) -ldvdread
-
-# this is where the desktop file will go
-shelldesktopdir = $(kde_appsdir)/Utilities
-
-
-# this is where the shell's XML-GUI resource file goes
-shellrcdir = $(kde_datadir)/k9copy
-shellrc_DATA = k9copyui.rc
-
-appsdatadir = $(kde_datadir)/k9copy
-appsdata_DATA = anim.mng mencoder.xml
-
-AM_CXXFLAGS = -O3 -g3
-
-applnkMultimedia_DATA = k9copy.desktop
-applnkMultimediadir = $(xdg_appsdir)
-
-konquerorServicesMenusdir = $(kde_datadir)/konqueror/servicemenus
-
-konquerorServicesMenus_DATA = k9copy_open.desktop