|
|
|
INCLUDES = $(KOFFICE_INCLUDES) $(KFORMULA_INCLUDES) $(KOTEXT_INCLUDES) -I$(interfacedir) $(all_includes)
|
|
|
|
KDE_CXXFLAGS = $(USE_RTTI)
|
|
|
|
|
|
|
|
## The part
|
|
|
|
kde_module_LTLIBRARIES = libkformulapart.la
|
|
|
|
libkformulapart_la_SOURCES = kformula_doc.cc \
|
|
|
|
kformula_view.cc kformula_factory.cc kformulawidget.cc kfconfig.cc \
|
|
|
|
kformula_view_iface.skel kformula_view_iface.cc formulastring.cc fsparser.cc
|
|
|
|
libkformulapart_la_LDFLAGS = $(all_libraries) -lkdecore -lkdeui $(LIB_QT) -lkjs -lkdefx -lkio $(KDE_PLUGIN) -lDCOP -lkparts -L../lib/kofficecore/.libs/ -lkofficecore -L../lib/kofficeui/.libs/ -lkofficeui -L../lib/store/.libs/ -lkstore
|
|
|
|
libkformulapart_la_LIBADD = $(LIB_KOFFICEUI) $(LIB_KFORMULA) $(LIB_KOTEXT)
|
|
|
|
libkformulapart_la_METASOURCES = AUTO
|
|
|
|
|
|
|
|
## The kdeinit loadable module
|
|
|
|
kdeinit_LTLIBRARIES = kformula.la
|
|
|
|
kformula_la_SOURCES = main.cc
|
|
|
|
kformula_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) $(LIB_QT)
|
|
|
|
kformula_la_LIBADD = $(LIB_KOFFICECORE)
|
|
|
|
|
|
|
|
bin_PROGRAMS =
|
|
|
|
lib_LTLIBRARIES =
|
|
|
|
|
|
|
|
noinst_HEADERS = kformula_doc.h \
|
|
|
|
kformula_view.h kformula_factory.h \
|
|
|
|
kformula_aboutdata.h kformula_view_iface.h formulastring.h fsparser.h
|
|
|
|
|
|
|
|
xdg_apps_DATA = kformula.desktop
|
|
|
|
|
|
|
|
rc_DATA = kformula.rc kformula_readonly.rc
|
|
|
|
rcdir = $(kde_datadir)/kformula
|
|
|
|
|
|
|
|
SUBDIRS = pics
|
|
|
|
|
|
|
|
tipdir = $(kde_datadir)/kformula
|
|
|
|
tip_DATA = tips
|
|
|
|
|
|
|
|
messages: rc.cpp
|
|
|
|
$(PREPARETIPS) >> rc.cpp
|
|
|
|
$(XGETTEXT) rc.cpp *.cc kformula_aboutdata.h -o $(podir)/kformula.pot
|
|
|
|
kde_services_DATA = kformulapart.desktop
|
|
|
|
|
|
|
|
include $(top_srcdir)/admin/Doxyfile.am
|