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.
27 lines
1.2 KiB
27 lines
1.2 KiB
# Here resides the file view part.
|
|
|
|
INCLUDES = -I$(top_srcdir)/lib/compat -I$(top_srcdir)/lib/interfaces \
|
|
-I$(top_srcdir)/lib/interfaces/extensions -I$(top_srcdir)/lib/util $(all_includes)
|
|
|
|
kde_module_LTLIBRARIES = libkdevfileview.la libkdevfilegroups.la
|
|
|
|
libkdevfileview_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN)
|
|
libkdevfileview_la_LIBADD = $(top_builddir)/lib/libtdevelop.la
|
|
|
|
libkdevfilegroups_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN)
|
|
libkdevfilegroups_la_LIBADD = $(top_builddir)/lib/libtdevelop.la
|
|
|
|
libkdevfileview_la_SOURCES = fileviewpart.cpp filetreewidget.cpp partwidget.cpp vcscolorsconfigwidgetbase.ui vcscolorsconfigwidget.cpp stdfiletreewidgetimpl.cpp filetreeviewwidgetimpl.cpp vcsfiletreewidgetimpl.cpp fileitemfactory.cpp
|
|
|
|
libkdevfilegroups_la_SOURCES = filegroupswidget.cpp addfilegroupdlg.cpp filegroupsconfigwidget.cpp filegroupsconfigwidgetbase.ui filegroupspart.cpp
|
|
|
|
METASOURCES = AUTO
|
|
|
|
servicedir = $(kde_servicesdir)
|
|
service_DATA = kdevfileview.desktop kdevfilegroups.desktop
|
|
|
|
# not used currently
|
|
#rcdir = $(kde_datadir)/kdevfileview
|
|
#rc_DATA = kdevfileview.rc
|
|
noinst_HEADERS = vcscolorsconfigwidget.h stdfiletreewidgetimpl.h filetreeviewwidgetimpl.h vcsfiletreewidgetimpl.h fileitemfactory.h
|