1
# this has all of the subdirectories that make will recurse into. if
2
# there are none, comment this out
3
#SUBDIRS = . sidebar_classic trees
6
SUBDIRS = . trees web_module
8
# set the include path for X, qt and KDE
9
INCLUDES = -I$(top_srcdir)/libkonq -I$(top_srcdir)/kate/lib $(all_includes)
11
# these are the headers for your project
12
noinst_HEADERS = konqsidebar.h sidebar_widget.h konqsidebariface_p.h
14
include_HEADERS = konqsidebarplugin.h
16
# let automoc handle all of the meta source files (moc)
19
lib_LTLIBRARIES = libkonqsidebarplugin.la
20
kde_module_LTLIBRARIES = konq_sidebar.la
22
# the Part's source, library search path, and link libraries
23
konq_sidebar_la_SOURCES = konqsidebar.cpp sidebar_widget.cpp
24
konq_sidebar_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries)
25
konq_sidebar_la_LIBADD = $(LIB_KPARTS) $(LIB_KIO) ../../libkonq/libkonq.la ./libkonqsidebarplugin.la $(LIB_KUTILS)
27
libkonqsidebarplugin_la_SOURCES=konqsidebarplugin.cpp
28
libkonqsidebarplugin_la_LDFLAGS = -version-info 3:0:2 $(all_libraries) -no-undefined
29
libkonqsidebarplugin_la_LIBADD = $(LIB_KPARTS)
31
# this is where the desktop file will go
32
partdesktopdir = $(kde_servicesdir)
33
partdesktop_DATA = konq_sidebartng.desktop
35
# this is where the part's XML-GUI resource file goes
36
partrcdir = $(kde_confdir)
37
partrc_DATA = konqsidebartng.rc
39
versiondir = $(kde_datadir)/konqsidebartng/entries/
42
updatedir = $(kde_datadir)/kconf_update
43
update_DATA = konqsidebartng.upd
44
update_SCRIPTS = move_konqsidebartng_entries.sh