summaryrefslogtreecommitdiffstats
path: root/kxmleditor
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2022-02-06 18:16:53 +0100
committerSlávek Banko <slavek.banko@axis.cz>2022-02-06 18:16:53 +0100
commitb23da3e4306a3b92b39be1bf53abf48e4bd9323e (patch)
treec15a47eb180d9fb2a35f7a5a2a3cee01d599dd8c /kxmleditor
parentdab9ed5695c0d09a74e979671a21ba0b1ce3d93d (diff)
downloadkxmleditor-b23da3e4306a3b92b39be1bf53abf48e4bd9323e.tar.gz
kxmleditor-b23da3e4306a3b92b39be1bf53abf48e4bd9323e.zip
Drop automake build support.
Rework the README and INSTALL files. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'kxmleditor')
-rw-r--r--kxmleditor/Makefile.am51
1 files changed, 0 insertions, 51 deletions
diff --git a/kxmleditor/Makefile.am b/kxmleditor/Makefile.am
deleted file mode 100644
index 33d7f8d..0000000
--- a/kxmleditor/Makefile.am
+++ /dev/null
@@ -1,51 +0,0 @@
-####### tdevelop will overwrite this part!!! (begin)##########
-
-bin_PROGRAMS = kxmleditor
-
-kxmleditor_SOURCES = dcopiface_shell.skel dcopiface_shell.cpp kxmleditorshell.cpp main.cpp kxeshellmanager.cpp
-kxmleditor_LDFLAGS = $(all_libraries) $(KDE_RPATH)
-kxmleditor_LDADD = $(LIB_TDEPARTS) $(LIB_TDEIO) $(LIB_TDEUI) $(LIB_TDECORE) $(LIB_TQT) $(LIBSOCKET) -lDCOP
-
-EXTRA_DIST = main.cpp \
- kxmleditor.desktop \
- kxmleditorshell.cpp kxmleditorshell.h kxmleditorshell.rc \
- dcopiface_shell.cpp dcopiface_shell.h
-
-install-data-local:
- $(mkinstalldirs) $(kde_appsdir)/Applications/
- $(INSTALL_DATA) $(srcdir)/kxmleditor.desktop $(kde_appsdir)/Applications/kxmleditor.desktop
-
-uninstall-local:
- -rm -f $(kde_appsdir)/Applications/kxmleditor.desktop
- -rmdir $(kde_appsdir)/Applications
-
-####### tdevelop will overwrite this part!!! (end)############
-# this 10 paths are KDE specific. Use them:
-# kde_htmldir Where your docs should go to. (contains lang subdirs)
-# kde_appsdir Where your application file (.kdelnk) should go to.
-# kde_icondir Where your icon should go to.
-# kde_minidir Where your mini icon should go to.
-# kde_datadir Where you install application data. (Use a subdir)
-# kde_locale Where translation files should go to.(contains lang subdirs)
-# kde_cgidir Where cgi-bin executables should go to.
-# kde_confdir Where config files should go to.
-# kde_mimedir Where mimetypes should go to.
-# kde_toolbardir Where general toolbar icons should go to.
-# kde_wallpaperdir Where general wallpapers should go to.
-
-# set the include path for X, qt and KDE
-INCLUDES= $(all_includes)
-
-METASOURCES = AUTO
-
-rcdir = $(kde_datadir)/kxmleditor
-rc_DATA = kxmleditorshell.rc
-
-messages: rc.cpp
- LIST=`find . -name \*.h -o -name \*.hh -o -name \*.H -o -name \*.hxx -o -name \*.hpp -o -name \*.cpp -o -name \*.cc -o -name \*.cxx -o -name \*.ecpp -o -name \*.C`; \
- if test -n "$$LIST"; then \
- if ! test -e $(podir)/kxmleditor.pot; then touch $(podir)/kxmleditor.pot; fi; \
- $(XGETTEXT) -j $$LIST -o $(podir)/kxmleditor.pot; \
- fi
-
-noinst_HEADERS = kxeshellmanager.h