You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
INCLUDES= -I$(top_srcdir)/libkonq $(all_includes)
|
|
|
|
|
|
|
|
METASOURCES = AUTO
|
|
|
|
|
|
|
|
bin_PROGRAMS = kbookmarkmerger
|
|
|
|
lib_LTLIBRARIES =
|
|
|
|
tdeinit_LTLIBRARIES = keditbookmarks.la
|
|
|
|
|
|
|
|
kbookmarkmerger_SOURCES = kbookmarkmerger.cpp
|
|
|
|
kbookmarkmerger_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor
|
|
|
|
kbookmarkmerger_LDADD = $(LIB_KIO)
|
|
|
|
|
|
|
|
dcop_DCOPIDLNG = true
|
|
|
|
keditbookmarks_la_SOURCES = main.cpp listview.cpp toplevel.cpp actionsimpl.cpp commands.cpp importers.cpp dcop.skel dcop.cpp bookmarkiterator.cpp \
|
|
|
|
testlink.cpp favicons.cpp updater.cpp exporters.cpp kbookmarknotifier.stub bookmarkinfo.cpp kebsearchline.cpp settings.kcfgc
|
|
|
|
kbookmarknotifier_DIR = $(includedir)
|
|
|
|
keditbookmarks_la_LIBADD = $(top_builddir)/libkonq/libkonq.la
|
|
|
|
keditbookmarks_la_LDFLAGS = $(all_libraries) -module -avoid-version
|
|
|
|
|
|
|
|
rcdir = $(kde_datadir)/keditbookmarks
|
|
|
|
rc_DATA = keditbookmarksui.rc keditbookmarks-genui.rc
|
|
|
|
|
|
|
|
install-data-local: uninstall.desktop
|
|
|
|
$(mkinstalldirs) $(DESTDIR)$(kde_appsdir)/Internet
|
|
|
|
$(INSTALL_DATA) $(srcdir)/uninstall.desktop $(DESTDIR)$(kde_appsdir)/Internet/keditbookmarks.desktop
|
|
|
|
|
|
|
|
KDE_ICON = AUTO
|
|
|
|
|
|
|
|
kde_kcfg_DATA = keditbookmarks.kcfg
|
|
|
|
|
|
|
|
####### Build rules
|
|
|
|
listview.lo: settings.h
|
|
|
|
settings.lo: settings.h
|
|
|
|
toplevel.lo: settings.h
|