summaryrefslogtreecommitdiffstats
path: root/kxsldbg/Makefile.am
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2025-10-16 21:11:24 +0200
committerSlávek Banko <slavek.banko@axis.cz>2025-10-19 16:45:11 +0200
commit2551a3a509e0c224a1c79e41aa093f25e134e320 (patch)
treead38416b14f80df0af585a4b0653f0b216f2f9e8 /kxsldbg/Makefile.am
parent903281bfd02b6b64bcdde162b6400863f6cba914 (diff)
downloadtdewebdev-r14.1.5.tar.gz
tdewebdev-r14.1.5.zip
Remove kxsldbg - has been moved to a separate repository.r14.1.5
Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit b90048d2140f0dd9b729dda2fbf0d2204ae1dc3c)
Diffstat (limited to 'kxsldbg/Makefile.am')
-rw-r--r--kxsldbg/Makefile.am72
1 files changed, 0 insertions, 72 deletions
diff --git a/kxsldbg/Makefile.am b/kxsldbg/Makefile.am
deleted file mode 100644
index 016defd0..00000000
--- a/kxsldbg/Makefile.am
+++ /dev/null
@@ -1,72 +0,0 @@
-bin_PROGRAMS = kxsldbg xsldbg
-
-kxsldbg_SOURCES = kxsldbg.cpp main.cpp kxsldbgif.skel
-noinst_HEADERS = kxsldbg.h
-kxsldbg_DEPENDENCIES = ./kxsldbgpart/libtqtnotfier/libtqtnotfier.la ./kxsldbgpart/libkxsldbgcommon.la ./kxsldbgpart/libxsldbg/libxsldbg.la
-kxsldbg_LDADD = ./kxsldbgpart/libtqtnotfier/libtqtnotfier.la ./kxsldbgpart/libkxsldbgcommon.la ./kxsldbgpart/libxsldbg/libxsldbg.la $(LIB_TDEUI) $(LIBXSLT_LIBS) $(LIBXML_LIBS) $(LIB_TDEPARTS)
-
-SUBDIRS = kxsldbgpart
-
-KDE_ICON = kxsldbg
-
-xdg_apps_DATA = kxsldbg.desktop
-
-app_DATA = xsldbg.desktop
-appdir = $(kde_appsdir)/.hidden
-
-# Disable building xsldbg application as documentation for it is not ready
-#
-xsldbg_SOURCES = xsldbgmain.cpp
-
-xsldbg_CFLAGS = $(XSLDBG_CFLAGS) $(all_includes)
-
-xsldbg_DEPENDENCIES = kxsldbgpart/libxsldbg/libxsldbg.la
-
-# use of configure defined libraries
-xsldbg_LDADD = kxsldbgpart/libxsldbg/libxsldbg.la $(LIBXSLT_LIBS) $(LIBXML_LIBS) $(LIB_TDEUI)
-#
-# the library search path.
-xsldbg_LDFLAGS = $(all_libraries) $(XSLDBG_EXTRA_LIBS) $(LIB_TQT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor
-
-# These paths are KDE specific. Use them:
-# kde_appsdir Where your application's menu entry (.desktop) should go to.
-# kde_icondir Where your icon should go to - better use KDE_ICON.
-# kde_sounddir Where your sounds should go to.
-# kde_htmldir Where your docs should go to. (contains lang subdirs)
-# 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 (system-wide ones with default values).
-# kde_mimedir Where mimetypes .desktop files should go to.
-# kde_servicesdir Where services .desktop files should go to.
-# kde_servicetypesdir Where servicetypes .desktop files should go to.
-# kde_toolbardir Where general toolbar icons should go to (deprecated, use KDE_ICON).
-# kde_wallpaperdir Where general wallpapers should go to.
-# kde_templatesdir Where templates for the "New" menu (Konqueror/KDesktop) should go to.
-# kde_bindir Where executables should go to. Use bin_PROGRAMS or bin_SCRIPTS.
-# kde_libdir Where shared libraries should go to. Use lib_LTLIBRARIES.
-# kde_moduledir Where modules (e.g. parts) should go to. Use kde_module_LTLIBRARIES.
-# kde_styledir Where Qt/KDE widget styles should go to (new in KDE 3).
-# kde_designerdir Where Qt Designer plugins should go to (new in KDE 3).
-
-# set the include path for X, qt and KDE
-INCLUDES= $(LIBXML_CFLAGS) $(LIBXSLT_CFLAGS) $(all_includes)
-CXXFLAGS += $(ICU_CXXFLAGS)
-
-METASOURCES = AUTO
-
-# the application source, library search path, and link libraries
-kxsldbg_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_TQT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor
-
-# this is where the shell's XML-GUI resource file goes
-shellrcdir = $(kde_datadir)/kxsldbg
-shellrc_DATA = kxsldbg_shell.rc
-
-messages: rc.cpp
- LIST=`find . -name \*.ui -o -name \*.rc`; \
- $(EXTRACTRC) $$LIST >> 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 \
- $(XGETTEXT) $$LIST -o $(podir)/kxsldbg.pot; \
- fi
-