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.
40 lines
1.2 KiB
40 lines
1.2 KiB
chalkimagesdir = $(prefix)/share/apps/chalk/images
|
|
|
|
chalkimages_DATA = \
|
|
airbrush.png \
|
|
paintbrush.png \
|
|
eraser.png \
|
|
pencil.png
|
|
|
|
|
|
kde_services_DATA = chalkdefaultpaintops.desktop
|
|
|
|
# all_includes must remain last!
|
|
INCLUDES = -I$(srcdir)/../../../sdk \
|
|
-I$(srcdir)/../../../core \
|
|
-I$(srcdir)/../../../chalkcolor/ \
|
|
-I$(srcdir)/../../../ui \
|
|
$(KOFFICE_INCLUDES) $(KOPAINTER_INCLUDES) $(all_includes)
|
|
|
|
|
|
chalkdefaultpaintops_la_SOURCES = \
|
|
defaultpaintops_plugin.cc \
|
|
kis_airbrushop.cc \
|
|
kis_brushop.cc \
|
|
kis_duplicateop.cc \
|
|
kis_eraseop.cc \
|
|
kis_penop.cc \
|
|
kis_dlgbrushcurvecontrol.ui \
|
|
kis_smudgeop.cc
|
|
|
|
noinst_HEADERS = defaultpaintops_plugin.h kis_airbrushop.h kis_brushop.h \
|
|
kis_duplicateop.h kis_eraseop.h kis_penop.h kis_smudgeop.h
|
|
|
|
kde_module_LTLIBRARIES = chalkdefaultpaintops.la
|
|
|
|
chalkdefaultpaintops_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) $(LIB_QT) -ltdecore -ltdeui -lkjs -ltdefx -lkio -lkparts -L../../../../chalk/chalkcolor/.libs -lchalkcolor -L../../../../chalk/core/.libs -lchalkimage \
|
|
-L../../../../chalk/ui/.libs -lchalkui
|
|
chalkdefaultpaintops_la_LIBADD = ../../../libchalkcommon.la $(LIB_KOPAINTER) $(LIB_KOFFICECORE)
|
|
|
|
chalkdefaultpaintops_la_METASOURCES = AUTO
|