Branch: master

567f9d0f 2019-08-16 13:56:02 Michele Calgaro
Removed admin submodule and autotools files.

Signed-off-by: Michele Calgaro <michele.calgaro@...>
M .gitmodules
R Makefile.am
R Makefile.cvs
R admin
R configure.files
R configure.in.in
R doc/Makefile.am
R doc/en/Makefile.am
R po/Makefile.am
R src/Makefile.am
R stamp-h.in

.gitmodules

diff --git a/.gitmodules b/.gitmodules
index 4fce771..5b98c56 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,6 +1,3 @@
-[submodule "admin"]
-	path = admin
-	url = http://system@.../scm/git/tde-common-admin
 [submodule "cmake"]
 	path = cmake
 	url = http://system@.../scm/git/tde-common-cmake

Makefile.am

diff --git a/Makefile.am b/Makefile.am
deleted file mode 100644
index 8a2284f..0000000
--- a/Makefile.am
+++ /dev/null
@@ -1,22 +0,0 @@
-SUBDIRS = $(TOPSUBDIRS)
-
-$(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 
-
-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

Makefile.cvs

diff --git a/Makefile.cvs b/Makefile.cvs
deleted file mode 100644
index 4c0afd1..0000000
--- a/Makefile.cvs
+++ /dev/null
@@ -1,10 +0,0 @@
-all: 
-	@echo "This Makefile is only for the CVS repository"
-	@echo "This will be deleted before making the distribution"
-	@echo ""
-	$(MAKE) -f admin/Makefile.common cvs
-
-dist:
-	$(MAKE) -f admin/Makefile.common dist
-
-.SILENT:

admin

diff --git a/admin b/admin
deleted file mode 160000
index 68f2355..0000000
--- a/admin
+++ /dev/null
@@ -1 +0,0 @@
-Subproject commit 68f23556e638353e46b444d3a4863a64936bd36a

configure.files

diff --git a/configure.files b/configure.files
deleted file mode 100644
index 030bce8..0000000
--- a/configure.files
+++ /dev/null
@@ -1,2 +0,0 @@
-./admin/configure.in.min
-configure.in.in

configure.in.in

diff --git a/configure.in.in b/configure.in.in
deleted file mode 100644
index 97b0cdf..0000000
--- a/configure.in.in
+++ /dev/null
@@ -1,6 +0,0 @@
-#MIN_CONFIG(3.0.0)
-KDE_ENABLE_HIDDEN_VISIBILITY
-
-AM_INIT_AUTOMAKE(tdmtheme, 0.1)
-AC_C_BIGENDIAN
-AC_CHECK_KDEMAXPATHLEN

doc/Makefile.am

diff --git a/doc/Makefile.am b/doc/Makefile.am
deleted file mode 100644
index a8dd1c1..0000000
--- a/doc/Makefile.am
+++ /dev/null
@@ -1,6 +0,0 @@
-# the SUBDIRS is filled automatically by am_edit. If files are 
-# in this directory they are installed into the english dir
-
-KDE_LANG = en
-KDE_DOCS = tdmtheme
-SUBDIRS = $(AUTODIRS)  

doc/en/Makefile.am

diff --git a/doc/en/Makefile.am b/doc/en/Makefile.am
deleted file mode 100644
index b52b075..0000000
--- a/doc/en/Makefile.am
+++ /dev/null
@@ -1,2 +0,0 @@
-KDE_DOCS = tdmtheme
-KDE_LANG = en

po/Makefile.am

diff --git a/po/Makefile.am b/po/Makefile.am
deleted file mode 100644
index 0fa209c..0000000
--- a/po/Makefile.am
+++ /dev/null
@@ -1 +0,0 @@
-POFILES = AUTO

src/Makefile.am

diff --git a/src/Makefile.am b/src/Makefile.am
deleted file mode 100644
index 2426f9f..0000000
--- a/src/Makefile.am
+++ /dev/null
@@ -1,16 +0,0 @@
-INCLUDES    = $(all_includes)
-METASOURCES = AUTO
-
-# Install this plugin in the KDE modules directory
-kde_module_LTLIBRARIES = kcm_tdmtheme.la
-
-kcm_tdmtheme_la_SOURCES = tdmtheme.cpp
-kcm_tdmtheme_la_LIBADD = $(LIB_TDEIO) $(LIB_TDENEWSTUFF) $(LIB_TDEUI) $(LIB_TQT) $(LIB_TDECORE)
-kcm_tdmtheme_la_LDFLAGS = -avoid-version -module -no-undefined $(all_libraries)
-
-
-xdg_apps_DATA = tdmtheme.desktop
-
-
-messages: rc.cpp
-	$(XGETTEXT) *.cpp -o $(podir)/kcmtdmtheme.pot

stamp-h.in

diff --git a/stamp-h.in b/stamp-h.in
deleted file mode 100644
index e69de29..0000000
--- a/stamp-h.in
+++ /dev/null