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.
|
|
|
SUBDIRS = chalkscripting chalkcore samples
|
|
|
|
|
|
|
|
chalkrcdir = $(kde_datadir)/chalkplugins
|
|
|
|
chalkrc_DATA = scripting.rc
|
|
|
|
|
|
|
|
kde_services_DATA = chalkscripting.desktop
|
|
|
|
|
|
|
|
|
|
|
|
INCLUDES = -I$(top_srcdir)/chalk/sdk \
|
|
|
|
-I$(top_srcdir)/chalk/core \
|
|
|
|
-I$(top_srcdir)/chalk/chalkcolor/ \
|
|
|
|
-I$(top_srcdir)/chalk/ui \
|
|
|
|
-I$(top_builddir)/lib/kross/main \
|
|
|
|
$(KROSS_INCLUDES) \
|
|
|
|
$(KOFFICE_INCLUDES) \
|
|
|
|
$(all_includes)
|
|
|
|
|
|
|
|
chalkscripting_la_SOURCES = scripting.cc
|
|
|
|
|
|
|
|
kde_module_LTLIBRARIES = chalkscripting.la
|
|
|
|
noinst_HEADERS = scripting.h
|
|
|
|
|
|
|
|
chalkscripting_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) chalkblurfilter_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) $(LIB_QT) -ltdecore -ltdeui -lkjs -ltdefx -lkio -lkparts
|
|
|
|
chalkscripting_la_LIBADD = $(LIB_KOFFICEUI) $(top_builddir)/chalk/libchalkcommon.la $(top_builddir)/lib/kross/main/libkrossmain.la ./chalkscripting/libchalkscripting.la \
|
|
|
|
../../../../chalk/chalkcolor/libchalkcolor.la \
|
|
|
|
../../../../chalk/core/libchalkimage.la \
|
|
|
|
../../../../chalk/ui/libchalkui.la
|
|
|
|
|
|
|
|
KDE_CXXFLAGS = $(USE_EXCEPTIONS)
|
|
|
|
|
|
|
|
chalkscripting_la_METASOURCES = AUTO
|