summaryrefslogtreecommitdiffstats
path: root/kig/objects/Makefile.am
blob: 21a02c6f4d80283373615126fecaa4ec254f59bd (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
74
75
76
77
78
79
80
81
INCLUDES=$(all_includes)
noinst_LTLIBRARIES=libobjects.la
noinst_HEADERS=\
	angle_type.h \
	arc_type.h \
	base_type.h \
	bogus_imp.h \
	circle_imp.h \
	circle_type.h \
	polygon_type.h \
	common.h \
	conic_imp.h \
	conic_types.h \
	cubic_imp.h \
	cubic_type.h \
	curve_imp.h \
	intersection_types.h \
	inversion_type.h \
	line_imp.h \
	line_type.h \
	locus_imp.h \
	object_calcer.h \
	object_drawer.h \
	object_factory.h \
	object_holder.h \
	object_imp.h \
	object_imp_factory.h \
	object_type.h \
	object_type_factory.h \
	other_imp.h \
	other_type.h \
	point_imp.h \
	polygon_imp.h \
	tangent_type.h \
	centerofcurvature_type.h \
	tests_type.h \
	text_imp.h \
	text_type.h \
	transform_types.h \
	vector_type.h
libobjects_la_SOURCES=\
	angle_type.cc \
	arc_type.cc \
	base_type.cc \
	bogus_imp.cc \
	circle_imp.cc \
	circle_type.cc \
	polygon_type.cc \
	common.cc \
	conic_imp.cc \
	conic_types.cc \
	cubic_imp.cc \
	cubic_type.cc \
	curve_imp.cc \
	intersection_types.cc \
	inversion_type.cc \
	line_imp.cc \
	line_type.cc \
	locus_imp.cc \
	object_calcer.cc \
	object_drawer.cc \
	object_factory.cc \
	object_holder.cc \
	object_imp.cc \
	object_imp_factory.cc \
	object_type.cc \
	object_type_factory.cc \
	other_imp.cc \
	other_type.cc \
	point_imp.cc \
	point_type.cc \
	polygon_imp.cc \
	tangent_type.cc \
	centerofcurvature_type.cc \
	tests_type.cc \
	text_imp.cc \
	text_type.cc \
	transform_types.cc \
	vector_type.cc
libobjects_la_LIBADD=-lm
METASOURCES=AUTO