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.
|
|
|
INCLUDES = $(KOFFICE_INCLUDES) $(KOPAINTER_INCLUDES) \
|
|
|
|
-I$(srcdir)/.. \
|
|
|
|
-I$(srcdir)/../core \
|
|
|
|
-I$(srcdir)/../commands \
|
|
|
|
-I$(srcdir)/../render \
|
|
|
|
-I$(srcdir)/../dialogs \
|
|
|
|
-I$(srcdir)/../dockers \
|
|
|
|
-I$(srcdir)/../tools \
|
|
|
|
$(all_includes)
|
|
|
|
|
|
|
|
noinst_LTLIBRARIES = \
|
|
|
|
libkarbonwidgets.la
|
|
|
|
|
|
|
|
noinst_HEADERS = \
|
|
|
|
vcanvas.h \
|
|
|
|
vcolorslider.h \
|
|
|
|
vgradientwidget.h \
|
|
|
|
vgradienttabwidget.h \
|
|
|
|
vreference.h \
|
|
|
|
vstrokefillpreview.h \
|
|
|
|
vtranslate.h \
|
|
|
|
vselecttoolbar.h \
|
|
|
|
vsmallpreview.h \
|
|
|
|
vstatebutton.h \
|
|
|
|
vtoolbox.h \
|
|
|
|
vtypebuttonbox.h \
|
|
|
|
vruler.h
|
|
|
|
|
|
|
|
libkarbonwidgets_la_SOURCES = \
|
|
|
|
dummy.cpp \
|
|
|
|
vcanvas.cpp \
|
|
|
|
vcolorslider.cpp \
|
|
|
|
vgradientwidget.cpp \
|
|
|
|
vgradienttabwidget.cpp \
|
|
|
|
vreference.cpp \
|
|
|
|
vstrokefillpreview.cpp \
|
|
|
|
vtranslate.cpp \
|
|
|
|
vselecttoolbar.cpp \
|
|
|
|
vsmallpreview.cpp \
|
|
|
|
vstatebutton.cpp \
|
|
|
|
vtoolbox.cpp \
|
|
|
|
vtypebuttonbox.cpp \
|
|
|
|
vruler.cpp
|
|
|
|
|
|
|
|
libkarbonwidgets_la_METASOURCES = \
|
|
|
|
AUTO
|
|
|
|
|
|
|
|
DISTCLEANFILES = \
|
|
|
|
dummy.cpp
|
|
|
|
|
|
|
|
dummy.cpp:
|
|
|
|
echo > dummy.cpp
|
|
|
|
|