Additional k => tde renaming and fixes

pull/1/head
Slávek Banko 11 years ago
parent 2a2b106c34
commit 6085d1a6e1

@ -1,6 +1,6 @@
INCLUDES = $(all_includes) INCLUDES = $(all_includes)
LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor
LDADD = $(LIB_KSYCOCA) $(LIB_TDEFILE) LDADD = $(LIB_TDESYCOCA) $(LIB_TDEFILE)
SUBDIRS = designer pics SUBDIRS = designer pics

@ -1,7 +1,7 @@
bin_PROGRAMS = atlantikdesigner bin_PROGRAMS = atlantikdesigner
INCLUDES = -I$(kde_includes)/atlantic $(all_includes) -I$(kde_includes)/tde INCLUDES = -I$(kde_includes)/atlantic $(all_includes) -I$(kde_includes)/tde
AM_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor -latlantic AM_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor -latlantic
LDADD = -latlantikui -ltdegames $(LIB_KIO) LDADD = -latlantikui -ltdegames $(LIB_TDEIO)
SUBDIRS = SUBDIRS =

@ -8,7 +8,7 @@ noinst_HEADERS = confdlg.h sample.h timemon.h
INCLUDES= $(all_includes) INCLUDES= $(all_includes)
ktimemon_panelapplet_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries) ktimemon_panelapplet_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries)
ktimemon_panelapplet_la_LIBADD = $(LIB_TDEUI) $(LIBKSTAT) $(LIB_KIO) ktimemon_panelapplet_la_LIBADD = $(LIB_TDEUI) $(LIBKSTAT) $(LIB_TDEIO)
KDE_ICON = ktimemon KDE_ICON = ktimemon

@ -13,7 +13,7 @@ lnk_DATA = mathapplet.desktop
EXTRA_DIST = $(lnk_DATA) EXTRA_DIST = $(lnk_DATA)
math_panelapplet_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries) math_panelapplet_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries)
math_panelapplet_la_LIBADD = $(LIB_KSYCOCA) $(LIB_TDEUI) math_panelapplet_la_LIBADD = $(LIB_TDESYCOCA) $(LIB_TDEUI)
messages: messages:
$(XGETTEXT) *.cpp *.h -o $(podir)/kmathapplet.pot $(XGETTEXT) *.cpp *.h -o $(podir)/kmathapplet.pot

@ -131,7 +131,7 @@ void KsCDInterface::updateSlider()
// Drag-n-Drop stuff ================================================================= // Drag-n-Drop stuff =================================================================
// As far as I know there is currently no way to drag an AudioCD track to KsCD, // As far as I know there is currently no way to drag an AudioCD track to KsCD,
// or even no application to drag AudioCD track from (not the KIO-wrapped track // or even no application to drag AudioCD track from (not the TDEIO-wrapped track
// path (audiocd:/...) like from Konqueror) // path (audiocd:/...) like from Konqueror)
void KsCDInterface::dragEnterEvent(TQDragEnterEvent* event) void KsCDInterface::dragEnterEvent(TQDragEnterEvent* event)

@ -5,7 +5,7 @@ METASOURCES = AUTO
kde_module_LTLIBRARIES = libbabelfishplugin.la kde_module_LTLIBRARIES = libbabelfishplugin.la
libbabelfishplugin_la_SOURCES = plugin_babelfish.cpp libbabelfishplugin_la_SOURCES = plugin_babelfish.cpp
libbabelfishplugin_la_LIBADD = $(LIB_KPARTS) $(LIB_TDEHTML) libbabelfishplugin_la_LIBADD = $(LIB_TDEPARTS) $(LIB_TDEHTML)
libbabelfishplugin_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries) -no-undefined libbabelfishplugin_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries) -no-undefined
pluginsdir = $(kde_datadir)/tdehtml/kpartplugins pluginsdir = $(kde_datadir)/tdehtml/kpartplugins

@ -20,7 +20,7 @@ libdomtreeviewerplugin_la_SOURCES = plugin_domtreeviewer.cpp \
messagedialog.ui messagedialog.ui
# tdelistview.cpp \ # tdelistview.cpp \
# #
libdomtreeviewerplugin_la_LIBADD = $(LIB_KPARTS) $(LIB_TDEHTML) libdomtreeviewerplugin_la_LIBADD = $(LIB_TDEPARTS) $(LIB_TDEHTML)
libdomtreeviewerplugin_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries) libdomtreeviewerplugin_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries)
pluginsdir = $(kde_datadir)/tdehtml/kpartplugins pluginsdir = $(kde_datadir)/tdehtml/kpartplugins

@ -24,22 +24,22 @@ libfsview_la_SOURCES = treemap.cpp fsview.cpp scan.cpp inode.cpp
bin_PROGRAMS = fsview bin_PROGRAMS = fsview
fsview_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor fsview_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor
fsview_SOURCES = main.cpp fsview_SOURCES = main.cpp
fsview_LDADD = libfsview.la $(LIB_KIO) $(LIB_TDECORE) $(LIB_QT) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor fsview_LDADD = libfsview.la $(LIB_TDEIO) $(LIB_TDECORE) $(LIB_QT) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor
check_PROGRAMS = scantest check_PROGRAMS = scantest
scantest_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor scantest_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor
scantest_SOURCES = scantest.cpp scantest_SOURCES = scantest.cpp
scantest_LDADD = libfsview.la $(LIB_KIO) $(LIB_TDECORE) $(LIB_QT) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor scantest_LDADD = libfsview.la $(LIB_TDEIO) $(LIB_TDECORE) $(LIB_QT) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor
# The KPart # The KPart
kde_module_LTLIBRARIES = libfsviewpart.la kde_module_LTLIBRARIES = libfsviewpart.la
libfsviewpart_la_SOURCES = fsview_part.cpp libfsviewpart_la_SOURCES = fsview_part.cpp
libfsviewpart_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor libfsviewpart_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor
libfsviewpart_la_LIBADD = libfsview.la $(LIB_KPARTS) $(LIB_KIO) -lkonq libfsviewpart_la_LIBADD = libfsview.la $(LIB_TDEPARTS) $(LIB_TDEIO) -lkonq
partdesktopdir = $(kde_servicesdir) partdesktopdir = $(kde_servicesdir)
partdesktop_DATA = fsview_part.desktop partdesktop_DATA = fsview_part.desktop

@ -355,7 +355,7 @@ void FSViewBrowserExtension::editMimeType()
} }
// refresh treemap at end of KIO jobs // refresh treemap at end of TDEIO jobs
void FSViewBrowserExtension::refresh() void FSViewBrowserExtension::refresh()
{ {
// only need to refresh common ancestor for all selected items // only need to refresh common ancestor for all selected items

@ -5,7 +5,7 @@ kde_module_LTLIBRARIES = kcm_kuick.la
kcm_kuick_la_SOURCES = kcmkuick.cpp kcmkuickdialog.ui kcm_kuick_la_SOURCES = kcmkuick.cpp kcmkuickdialog.ui
kcm_kuick_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined kcm_kuick_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined
kcm_kuick_la_LIBADD = $(LIB_TDEUI) $(LIB_KIO) kcm_kuick_la_LIBADD = $(LIB_TDEUI) $(LIB_TDEIO)
kcm_kuick_la_METASOURCES = AUTO kcm_kuick_la_METASOURCES = AUTO
noinst_HEADERS = kcmkuick.h kcmkuickdialog.h noinst_HEADERS = kcmkuick.h kcmkuickdialog.h

@ -22,7 +22,7 @@
#include <tqstringlist.h> #include <tqstringlist.h>
// The following enables kabc for contact name lookups instead of using Kopete's idea of their name. // The following enables tdeabc for contact name lookups instead of using Kopete's idea of their name.
//#define KIMCONTACTS_USE_KABC //#define KIMCONTACTS_USE_KABC
#include <tdeimproxy.h> #include <tdeimproxy.h>

@ -2,7 +2,7 @@ INCLUDES = $(all_includes)
METASOURCES = AUTO METASOURCES = AUTO
kde_module_LTLIBRARIES = librellinksplugin.la kde_module_LTLIBRARIES = librellinksplugin.la
librellinksplugin_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries) librellinksplugin_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries)
librellinksplugin_la_LIBADD = $(LIB_KPARTS) $(LIB_TDEHTML) librellinksplugin_la_LIBADD = $(LIB_TDEPARTS) $(LIB_TDEHTML)
librellinksplugin_la_SOURCES = plugin_rellinks.cpp librellinksplugin_la_SOURCES = plugin_rellinks.cpp
plugins_DATA = plugin_rellinks.rc plugin_rellinks.desktop plugins_DATA = plugin_rellinks.rc plugin_rellinks.desktop
pluginsdir = $(kde_datadir)/tdehtml/kpartplugins pluginsdir = $(kde_datadir)/tdehtml/kpartplugins

@ -13,7 +13,7 @@ kde_module_LTLIBRARIES = konqsidebar_delicious.la
konqsidebar_delicious_la_SOURCES = plugin.cpp widget.ui mainWidget.cpp plugin.skel tagListItem.cpp \ konqsidebar_delicious_la_SOURCES = plugin.cpp widget.ui mainWidget.cpp plugin.skel tagListItem.cpp \
bookmarkListItem.cpp bookmarkListItem.cpp
konqsidebar_delicious_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries) konqsidebar_delicious_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries)
konqsidebar_delicious_la_LIBADD = $(LIB_KPARTS) $(LIB_KIO) -lkonqsidebarplugin konqsidebar_delicious_la_LIBADD = $(LIB_TDEPARTS) $(LIB_TDEIO) -lkonqsidebarplugin
globaladddir = $(kde_datadir)/konqsidebartng/add globaladddir = $(kde_datadir)/konqsidebartng/add
globaladd_DATA = delicious_add.desktop globaladd_DATA = delicious_add.desktop

@ -15,7 +15,7 @@ kde_module_LTLIBRARIES = konqsidebar_mediaplayer.la
# the Part's source, library search path, and link libraries # the Part's source, library search path, and link libraries
konqsidebar_mediaplayer_la_SOURCES = mediawidget_skel.ui engine.cpp player.cpp mediawidget.cpp mediaplayer.cpp controls.cpp konqsidebar_mediaplayer_la_SOURCES = mediawidget_skel.ui engine.cpp player.cpp mediawidget.cpp mediaplayer.cpp controls.cpp
konqsidebar_mediaplayer_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries) konqsidebar_mediaplayer_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries)
konqsidebar_mediaplayer_la_LIBADD = $(LIB_KPARTS) $(LIB_TDEFILE) -lkonqsidebarplugin -lqtmcop -lkmedia2_idl -lsoundserver_idl -lartskde konqsidebar_mediaplayer_la_LIBADD = $(LIB_TDEPARTS) $(LIB_TDEFILE) -lkonqsidebarplugin -lqtmcop -lkmedia2_idl -lsoundserver_idl -lartskde
globaladddir = $(kde_datadir)/konqsidebartng/add globaladddir = $(kde_datadir)/konqsidebartng/add
globaladd_DATA = mplayer_add.desktop globaladd_DATA = mplayer_add.desktop

@ -9,7 +9,7 @@ konqsidebar_metabar_la_SOURCES = metabar.cpp metabarwidget.cpp configdialog.cpp
serviceloader.cpp defaultplugin.cpp protocolplugin.cpp settingsplugin.cpp \ serviceloader.cpp defaultplugin.cpp protocolplugin.cpp settingsplugin.cpp \
remoteplugin.cpp httpplugin.cpp metabarfunctions.cpp remoteplugin.cpp httpplugin.cpp metabarfunctions.cpp
konqsidebar_metabar_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries) -lkonqsidebarplugin konqsidebar_metabar_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries) -lkonqsidebarplugin
konqsidebar_metabar_la_LIBADD = $(LIB_KIO) $(LIB_TDEHTML) $(LIB_KPARTS) konqsidebar_metabar_la_LIBADD = $(LIB_TDEIO) $(LIB_TDEHTML) $(LIB_TDEPARTS)
metabar_entrydir = $(kde_datadir)/konqsidebartng/entries metabar_entrydir = $(kde_datadir)/konqsidebartng/entries
metabar_entry_DATA = metabar.desktop metabar_entry_DATA = metabar.desktop

@ -17,7 +17,7 @@ konq_sidebarnews_la_SOURCES = sidebar_news.cpp sidebar_news.skel nsstacktabwidge
sidebarsettings.kcfgc \ sidebarsettings.kcfgc \
configfeedsbase.ui configfeeds.cpp configfeedsbase.ui configfeeds.cpp
konq_sidebarnews_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries) konq_sidebarnews_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries)
konq_sidebarnews_la_LIBADD = $(LIB_KPARTS) $(LIB_TDEFILE) -lkonqsidebarplugin konq_sidebarnews_la_LIBADD = $(LIB_TDEPARTS) $(LIB_TDEFILE) -lkonqsidebarplugin
globaladddir = $(kde_datadir)/konqsidebartng/add globaladddir = $(kde_datadir)/konqsidebartng/add

@ -4,7 +4,7 @@ AM_CPPFLAGS = $(all_includes)
METASOURCES = AUTO METASOURCES = AUTO
libuachangerplugin_la_SOURCES = uachangerplugin.cpp libuachangerplugin_la_SOURCES = uachangerplugin.cpp
libuachangerplugin_la_LIBADD = $(LIB_KPARTS) $(LIB_TDEHTML) libuachangerplugin_la_LIBADD = $(LIB_TDEPARTS) $(LIB_TDEHTML)
libuachangerplugin_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries) libuachangerplugin_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries)
pluginsdir = $(kde_datadir)/tdehtml/kpartplugins pluginsdir = $(kde_datadir)/tdehtml/kpartplugins

@ -5,7 +5,7 @@ METASOURCES = AUTO
kde_module_LTLIBRARIES = libvalidatorsplugin.la kde_module_LTLIBRARIES = libvalidatorsplugin.la
libvalidatorsplugin_la_SOURCES = plugin_validators.cpp validatorsdialog.cpp libvalidatorsplugin_la_SOURCES = plugin_validators.cpp validatorsdialog.cpp
libvalidatorsplugin_la_LIBADD = $(LIB_KPARTS) $(LIB_TDEHTML) libvalidatorsplugin_la_LIBADD = $(LIB_TDEPARTS) $(LIB_TDEHTML)
libvalidatorsplugin_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries) libvalidatorsplugin_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries)
pluginsdir = $(kde_datadir)/tdehtml/kpartplugins pluginsdir = $(kde_datadir)/tdehtml/kpartplugins

@ -6,7 +6,7 @@ METASOURCES = AUTO
kde_module_LTLIBRARIES = libwebarchiverplugin.la webarchivethumbnail.la kde_module_LTLIBRARIES = libwebarchiverplugin.la webarchivethumbnail.la
libwebarchiverplugin_la_SOURCES = plugin_webarchiver.cpp archiveviewbase.ui archivedialog.cpp libwebarchiverplugin_la_SOURCES = plugin_webarchiver.cpp archiveviewbase.ui archivedialog.cpp
libwebarchiverplugin_la_LIBADD = $(LIB_KPARTS) $(LIB_TDEHTML) libwebarchiverplugin_la_LIBADD = $(LIB_TDEPARTS) $(LIB_TDEHTML)
libwebarchiverplugin_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries) libwebarchiverplugin_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries)
pluginsdir = $(kde_datadir)/tdehtml/kpartplugins pluginsdir = $(kde_datadir)/tdehtml/kpartplugins

@ -8,7 +8,7 @@ INCLUDES = $(all_includes)
METASOURCES = AUTO METASOURCES = AUTO
KDE_ICON = AUTO KDE_ICON = AUTO
ksig_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor ksig_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor
ksig_LDADD = $(LIB_QT) $(LIB_TDECORE) $(LIB_TDEUI) ksig_LDADD = $(LIB_QT) $(LIB_TDECORE) $(LIB_TDEUI)
rcdir = $(kde_datadir)/ksig rcdir = $(kde_datadir)/ksig

@ -9,7 +9,7 @@ EXTRA_DIST = dubui.rc dub.plugin BUGS \
dub.h dubdoc.h dubview.h fileselectorwidget.h dubplaylist.h dubplaylistitem.h dub.h dubdoc.h dubview.h fileselectorwidget.h dubplaylist.h dubplaylistitem.h
noatundub_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined noatundub_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined
noatundub_la_LIBADD = $(LIB_KIO) -lnoatun noatundub_la_LIBADD = $(LIB_TDEIO) -lnoatun
noatun_DATA = dub.plugin noatun_DATA = dub.plugin
noatundir = $(kde_datadir)/noatun noatundir = $(kde_datadir)/noatun

@ -1,5 +1,5 @@
/*-*-c++-*-***************************************************************** /*-*-c++-*-*****************************************************************
* Copyright (C) 2001 by Bernd Gehrmann bernd@tdevelop.org * * Copyright (C) 2001 by Bernd Gehrmann bernd@kdevelop.org *
* Copyright (C) 2002 by Eray Ozkural erayo@cs.bilkent.edu.tr * * Copyright (C) 2002 by Eray Ozkural erayo@cs.bilkent.edu.tr *
* * * *
* This program is free software; you can redistribute it and/or modify * * This program is free software; you can redistribute it and/or modify *

@ -6,7 +6,7 @@ kde_module_LTLIBRARIES = noatun_oblique.la
noatun_oblique_la_SOURCES = base.cpp kbuffer.cpp query.cpp oblique.cpp tree.cpp file.cpp selector.cpp menu.cpp cmodule.cpp kdatacollection.cpp view.cpp noatun_oblique_la_SOURCES = base.cpp kbuffer.cpp query.cpp oblique.cpp tree.cpp file.cpp selector.cpp menu.cpp cmodule.cpp kdatacollection.cpp view.cpp
noatun_oblique_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined noatun_oblique_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined
noatun_oblique_la_LIBADD = $(LIB_KIO) -lnoatun $(BERKELEY_DB_LIBS) noatun_oblique_la_LIBADD = $(LIB_TDEIO) -lnoatun $(BERKELEY_DB_LIBS)
noatun_oblique_la_METASOURCES = AUTO noatun_oblique_la_METASOURCES = AUTO

@ -11,7 +11,7 @@ noatunsynaescope_la_LIBADD = $(LIB_TDEFILE) -lnoatun -lm
bin_PROGRAMS = noatunsynaescope.bin bin_PROGRAMS = noatunsynaescope.bin
noatunsynaescope_bin_SOURCES = core.cpp main.cpp sdlwrap.cpp ui.cpp noatunsynaescope_bin_SOURCES = core.cpp main.cpp sdlwrap.cpp ui.cpp
noatunsynaescope_bin_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor noatunsynaescope_bin_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor
noatunsynaescope_bin_LDADD = $(LIB_TDEUI) -lnoatun $(SDL_LIBS) noatunsynaescope_bin_LDADD = $(LIB_TDEUI) -lnoatun $(SDL_LIBS)
noatun_DATA = synaescope.plugin noatun_DATA = synaescope.plugin

@ -11,7 +11,7 @@ noatuntippecanoe_la_LIBADD = $(LIB_TDEFILE) -lnoatun -lm
bin_PROGRAMS = noatuntippecanoe.bin bin_PROGRAMS = noatuntippecanoe.bin
noatuntippecanoe_bin_SOURCES = core.cpp main.cpp ui.cpp sdlwrap.cpp noatuntippecanoe_bin_SOURCES = core.cpp main.cpp ui.cpp sdlwrap.cpp
noatuntippecanoe_bin_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor noatuntippecanoe_bin_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor
noatuntippecanoe_bin_LDADD = $(LIB_TDEUI) -lm $(SDL_LIBS) noatuntippecanoe_bin_LDADD = $(LIB_TDEUI) -lm $(SDL_LIBS)
noatun_DATA = tippecanoe.plugin noatun_DATA = tippecanoe.plugin

@ -11,7 +11,7 @@ noatuntyler_la_LIBADD = $(LIB_TDEFILE) -lnoatun -lm
bin_PROGRAMS = noatuntyler.bin bin_PROGRAMS = noatuntyler.bin
noatuntyler_bin_SOURCES = main.cpp file.cpp compute.c display.c renderer.c noatuntyler_bin_SOURCES = main.cpp file.cpp compute.c display.c renderer.c
noatuntyler_bin_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor noatuntyler_bin_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor
noatuntyler_bin_LDADD = $(LIB_TDECORE) -lm $(SDL_LIBS) noatuntyler_bin_LDADD = $(LIB_TDECORE) -lm $(SDL_LIBS)
noatun_DATA = tyler.plugin tylerstates noatun_DATA = tyler.plugin tylerstates

@ -6,7 +6,7 @@ METASOURCES = AUTO
kde_module_LTLIBRARIES = librenaudioplugin.la kde_module_LTLIBRARIES = librenaudioplugin.la
librenaudioplugin_la_SOURCES = audiopreview.cpp audio_plugin.cpp librenaudioplugin_la_SOURCES = audiopreview.cpp audio_plugin.cpp
librenaudioplugin_la_LIBADD = $(LIB_KIO) -ltdemediaplayer librenaudioplugin_la_LIBADD = $(LIB_TDEIO) -ltdemediaplayer
librenaudioplugin_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries) librenaudioplugin_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries)
pluginsdir = $(kde_servicesdir) pluginsdir = $(kde_servicesdir)

@ -8,7 +8,7 @@ METASOURCES = AUTO
kde_module_LTLIBRARIES = librenimageplugin.la kde_module_LTLIBRARIES = librenimageplugin.la
librenimageplugin_la_SOURCES = imagevisualizer.cpp image_plugin.cpp librenimageplugin_la_SOURCES = imagevisualizer.cpp image_plugin.cpp
librenimageplugin_la_LIBADD = $(LIB_KIO) librenimageplugin_la_LIBADD = $(LIB_TDEIO)
librenimageplugin_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries) librenimageplugin_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries)
pluginsdir = $(kde_servicesdir) pluginsdir = $(kde_servicesdir)

@ -10,7 +10,7 @@ kde_module_LTLIBRARIES = tdefile_cert.la
tdefile_cert_la_SOURCES = tdefile_cert.cpp tdefile_cert_la_SOURCES = tdefile_cert.cpp
tdefile_cert_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) tdefile_cert_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
tdefile_cert_la_LIBADD = $(LIB_KSYCOCA) tdefile_cert_la_LIBADD = $(LIB_TDESYCOCA)
# let automoc handle all of the meta source files (moc) # let automoc handle all of the meta source files (moc)
METASOURCES = AUTO METASOURCES = AUTO

@ -10,7 +10,7 @@ kde_module_LTLIBRARIES = tdefile_desktop.la
tdefile_desktop_la_SOURCES = tdefile_desktop.cpp tdefile_desktop_la_SOURCES = tdefile_desktop.cpp
tdefile_desktop_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) tdefile_desktop_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
tdefile_desktop_la_LIBADD = $(LIB_KIO) tdefile_desktop_la_LIBADD = $(LIB_TDEIO)
# let automoc handle all of the meta source files (moc) # let automoc handle all of the meta source files (moc)
METASOURCES = AUTO METASOURCES = AUTO

@ -9,7 +9,7 @@ kde_module_LTLIBRARIES = tdefile_folder.la
tdefile_folder_la_SOURCES = tdefile_folder.cpp tdefile_folder_la_SOURCES = tdefile_folder.cpp
tdefile_folder_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) tdefile_folder_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
tdefile_folder_la_LIBADD = $(LIB_KIO) tdefile_folder_la_LIBADD = $(LIB_TDEIO)
# let automoc handle all of the meta source files (moc) # let automoc handle all of the meta source files (moc)
METASOURCES = AUTO METASOURCES = AUTO

@ -10,7 +10,7 @@ kde_module_LTLIBRARIES = tdefile_html.la
tdefile_html_la_SOURCES = tdefile_html.cpp tdefile_html_la_SOURCES = tdefile_html.cpp
tdefile_html_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) tdefile_html_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
tdefile_html_la_LIBADD = $(LIB_KSYCOCA) tdefile_html_la_LIBADD = $(LIB_TDESYCOCA)
# let automoc handle all of the meta source files (moc) # let automoc handle all of the meta source files (moc)
METASOURCES = AUTO METASOURCES = AUTO

@ -18,8 +18,8 @@
* $Id$ * $Id$
*/ */
#ifndef __KMIME_HTML_H__ #ifndef __TDEFILE_HTML_H__
#define __KMIME_HTML_H__ #define __TDEFILE_HTML_H__
#include <tdefilemetainfo.h> #include <tdefilemetainfo.h>
#include <kurl.h> #include <kurl.h>

@ -5,8 +5,8 @@ INCLUDES = $(all_includes)
bin_PROGRAMS = lnkforward bin_PROGRAMS = lnkforward
lnkforward_SOURCES = lnkforward.cpp lnkforward_SOURCES = lnkforward.cpp
lnkforward_LDADD = $(LIB_TDECORE) $(LIB_KIO) lnkforward_LDADD = $(LIB_TDECORE) $(LIB_TDEIO)
lnkforward_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor lnkforward_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor
lnkforward_METASOURCES = lnkforward.moc lnkforward_METASOURCES = lnkforward.moc
lnkforward_DATA = lnkforward.desktop lnkforward_DATA = lnkforward.desktop
@ -19,7 +19,7 @@ kde_module_LTLIBRARIES = tdefile_lnk.la
tdefile_lnk_la_SOURCES = tdefile_lnk.cpp read_lnk.cpp tdefile_lnk_la_SOURCES = tdefile_lnk.cpp read_lnk.cpp
tdefile_lnk_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) tdefile_lnk_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
tdefile_lnk_la_LIBADD = $(LIB_KIO) tdefile_lnk_la_LIBADD = $(LIB_TDEIO)
tdefile_lnk_la_METASOURCES = tdefile_lnk.moc tdefile_lnk_la_METASOURCES = tdefile_lnk.moc
# let automoc handle all of the meta source files (moc) # let automoc handle all of the meta source files (moc)

@ -9,7 +9,7 @@ kde_module_LTLIBRARIES = tdefile_mhtml.la
tdefile_mhtml_la_SOURCES = tdefile_mhtml.cpp tdefile_mhtml_la_SOURCES = tdefile_mhtml.cpp
tdefile_mhtml_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) tdefile_mhtml_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
tdefile_mhtml_la_LIBADD = $(LIB_KIO) tdefile_mhtml_la_LIBADD = $(LIB_TDEIO)
# let automoc handle all of the meta source files (moc) # let automoc handle all of the meta source files (moc)
METASOURCES = AUTO METASOURCES = AUTO

@ -9,7 +9,7 @@ kde_module_LTLIBRARIES = tdefile_txt.la
tdefile_txt_la_SOURCES = tdefile_txt.cpp tdefile_txt_la_SOURCES = tdefile_txt.cpp
tdefile_txt_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) tdefile_txt_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
tdefile_txt_la_LIBADD = $(LIB_KIO) tdefile_txt_la_LIBADD = $(LIB_TDEIO)
# let automoc handle all of the meta source files (moc) # let automoc handle all of the meta source files (moc)
METASOURCES = AUTO METASOURCES = AUTO

Loading…
Cancel
Save