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

74 lines
1.3 KiB

INCLUDES = $(KOFFICE_INCLUDES) $(KOPAINTER_INCLUDES) \
-I$(srcdir)/.. \
-I$(srcdir)/../render \
-I$(srcdir)/../visitors \
$(LIBFREETYPE_CFLAGS) $(LIBFONTCONFIG_CFLAGS) $(all_includes)
noinst_LTLIBRARIES = libkarboncore.la
noinst_HEADERS = \
vcolor.h \
vcomposite.h \
vcomposite_iface.h \
vdashpattern.h \
vdocument.h \
vfill.h \
vglobal.h \
vgradient.h \
vgroup.h \
vobject_iface.h \
vgroup_iface.h \
vimage.h \
vkarbonplugin.h \
vlayer.h \
vobject.h \
vpath.h \
vpattern.h \
vsegment.h \
vselection.h \
vstroke.h \
vvisitor.h \
vlayer_iface.h \
vtext.h \
vtext_iface.h \
vclipgroup.h \
vcursor.h
libkarboncore_la_SOURCES = \
vcolor.cpp \
vcomposite.cpp \
vcomposite_iface.cpp \
vcomposite_iface.skel \
vdashpattern.cpp \
vdocument.cpp \
vfill.cpp \
vglobal.cpp \
vgradient.cpp \
vgroup.cpp \
vobject_iface.cpp \
vobject_iface.skel \
vgroup_iface.cpp \
vgroup_iface.skel \
vimage.cpp \
vkarbonplugin.cpp \
vlayer.cpp \
vobject.cpp \
vpath.cpp \
vpattern.cpp \
vsegment.cpp \
vselection.cpp \
vstroke.cpp \
vvisitor.cpp \
vlayer_iface.cpp \
vlayer_iface.skel \
vtext.cpp \
vtext_iface.cpp \
vtext_iface.skel \
vclipgroup.cpp \
vcursor.cpp
libkarboncore_la_LIBADD = $(LIBFONTCONFIG_LIBS)
libkarboncore_la_METASOURCES = \
AUTO