summaryrefslogtreecommitdiffstats
path: root/karbon/core/Makefile.am
blob: 1f7d8312eb18a1935c79d687a9c8d27648a038bd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
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