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.
koffice/chalk/colorspaces/wet/Makefile.am

31 lines
1.3 KiB

chalkrcdir = $(kde_datadir)/chalkplugins
chalkrc_DATA = wetplugin.rc
kde_services_DATA = chalkwetplugin.desktop
EXTRA_DIST = $(chalkrc_DATA)
INCLUDES = -I$(srcdir)/../../sdk \
-I$(srcdir)/../../core \
-I$(srcdir)/../../chalkcolor/color_strategy/ \
-I$(srcdir)/../../chalkcolor/ \
-I$(srcdir)/../../ui \
-I$(srcdir)/../../kopalette \
$(KOFFICE_INCLUDES) \
-I$(interfacedir) \
$(KOPAINTER_INCLUDES) \
$(all_includes)
kde_module_LTLIBRARIES = chalkwetplugin.la
chalkwetplugin_la_SOURCES = kis_wet_colorspace.cc wet_plugin.cc kis_wetop.cc kis_wet_palette_widget.cc kis_wetness_visualisation_filter.cc kis_texture_painter.cc kis_texture_filter.cc wetphysicsfilter.cc wdgpressure.ui
noinst_HEADERS = kis_wet_colorspace.h wet_plugin.h wetphysicsfilter.h kis_wetop.cc kis_wet_palette_widget.h kis_texture_painter.h kis_wetness_visualisation_filter.h kis_texture_filter.h wetphysicsfilter.h
chalkwetplugin_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) $(LIB_QT) -ltdecore -ltdeui -lkjs -ltdefx -ltdeio -ltdeparts -llcms
chalkwetplugin_la_LIBADD = ../../libchalkcommon.la $(LIB_KOPAINTER) $(LIB_KOFFICECORE) \
../../../chalk/chalkcolor/libchalkcolor.la \
../../../chalk/core/libchalkimage.la \
../../../chalk/ui/libchalkui.la
chalkwetplugin_la_METASOURCES = AUTO