|
|
|
# This tool is disabled. Not useful and not ported to tdespell2.
|
|
|
|
|
|
|
|
#INCLUDES = -I$(srcdir)/../../lib/kofficecore $(all_includes)
|
|
|
|
#libtdespelltool_la_LIBADD = ../../lib/kofficecore/libkofficecore.la
|
|
|
|
|
|
|
|
####### Files
|
|
|
|
|
|
|
|
#kde_module_LTLIBRARIES = libtdespelltool.la
|
|
|
|
|
|
|
|
#libtdespelltool_la_SOURCES = main.cc
|
|
|
|
|
|
|
|
#libtdespelltool_la_LDFLAGS = $(all_libraries) -avoid-version -module -no-undefined
|
|
|
|
|
|
|
|
#noinst_HEADERS = main.h
|
|
|
|
|
|
|
|
#libtdespelltool_la_METASOURCES = main.moc
|
|
|
|
|
|
|
|
#service_DATA = tdespelltool.desktop
|
|
|
|
#servicedir = $(kde_servicesdir)
|
|
|
|
|
|
|
|
install-data-local: uninstall.desktop
|
|
|
|
$(mkinstalldirs) $(DESTDIR)$(kde_servicesdir)
|
|
|
|
$(INSTALL_DATA) $(srcdir)/uninstall.desktop $(DESTDIR)$(kde_servicesdir)/tdespelltool.desktop
|
|
|
|
|