summaryrefslogtreecommitdiffstats
path: root/chalk/plugins/viewplugins/scripting/chalkcore/Makefile.am
blob: e3eee89285031951637ea0f6d188d880c40844d3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33

INCLUDES = -I$(top_srcdir)/core -I$(top_srcdir)/chalk/plugins/viewplugins/scripting/chalkscripting \
	-I$(top_srcdir)/chalk $(KOFFICECORE_INCLUDES) $(KROSS_INCLUDES) \
	-I$(top_srcdir)/chalk/ui -I$(top_srcdir)/chalk/core -I$(top_srcdir)/chalk/sdk \
	-I$(top_srcdir)/chalk/chalkcolor $(all_includes)

kde_module_LTLIBRARIES = krosschalkcore.la

krosschalkcore_la_SOURCES = chalkcoremodule.cpp krs_doc.cpp krs_paint_layer.cpp \
	krs_image.cpp krs_histogram.cpp krs_script_progress.cpp krs_painter.cpp krs_color.cpp \
	krs_brush.cpp krs_pattern.cpp krs_filter.cpp krs_filter_configuration.cpp \
	krs_wavelet.cpp

krosschalkcore_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -module $(LIB_QT) -ltdecore -ltdeui -lkjs -ltdefx -lkio -lkparts
krosschalkcore_la_LIBADD = \
    $(LIB_KOFFICE_CORE) $(LIB_KOFFICEUI) \
    $(LIB_QT) \
    $(LIB_TDECORE) \
    $(top_builddir)/lib/kross/api/libkrossapi.la \
    $(top_builddir)/lib/kross/main/libkrossmain.la \
    $(top_builddir)/chalk/libchalkcommon.la \
    $(top_builddir)/chalk/plugins/viewplugins/scripting/chalkscripting/libchalkscripting.la \
    ../../../../../chalk/chalkcolor/libchalkcolor.la \
    ../../../../../chalk/core/libchalkimage.la \
    ../../../../../chalk/ui/libchalkui.la

METASOURCES = AUTO
SUBDIRS = .

KDE_CXXFLAGS = $(USE_EXCEPTIONS)

noinst_HEADERS = krs_doc.h krs_iterator.h krs_painter.h krs_color.h krs_brush.h \
	krs_filter.h krs_filter_configuration.h krs_wavelet.h