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/karbon/tools/Makefile.am

64 lines
1.4 KiB

kde_services_DATA = karbondefaulttools.desktop
INCLUDES = $(KOFFICE_INCLUDES) $(KOPAINTER_INCLUDES) \
-I$(srcdir)/.. \
-I$(srcdir)/../commands \
-I$(srcdir)/../core \
-I$(srcdir)/../dialogs \
-I$(srcdir)/../widgets \
-I$(srcdir)/../dockers \
-I$(srcdir)/../render \
-I$(srcdir)/../shapes \
-I$(srcdir)/../visitors \
$(all_includes)
kde_module_LTLIBRARIES = karbon_defaulttools.la
noinst_HEADERS = \
vcurvefit.h \
vrotatetool.h \
vselectnodestool.h \
vselecttool.h \
vsheartool.h \
vellipsetool.h \
vgradienttool.h \
vpatterntool.h \
vpenciltool.h \
vpolygontool.h \
vpolylinetool.h \
vrectangletool.h \
vroundrecttool.h \
vshapetool.h \
vsinustool.h \
vspiraltool.h \
vstartool.h \
vtexttool.h \
vdefaulttools.h
karbon_defaulttools_la_SOURCES = \
vcurvefit.cpp \
vrotatetool.cpp \
vselectnodestool.cpp \
vselecttool.cpp \
vsheartool.cpp \
vellipsetool.cpp \
vgradienttool.cpp \
vpatterntool.cpp \
vpenciltool.cpp \
vpolygontool.cpp \
vpolylinetool.cpp \
vrectangletool.cpp \
vroundrecttool.cpp \
vshapetool.cpp \
vsinustool.cpp \
vspiraltool.cpp \
vstartool.cpp \
vtexttool.cpp \
vdefaulttools.cpp
karbon_defaulttools_la_LIBADD = $(LIB_TDEPARTS) $(LIB_KOFFICECORE) $(LIB_KOFFICEUI) $(LIB_KOPAINTER) ../libkarboncommon.la
karbon_defaulttools_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) -ltdecore -ltdeui $(LIB_TQT) -lkjs -ltdefx -ltdeio
karbon_defaulttools_la_METASOURCES = \
AUTO