summaryrefslogtreecommitdiffstats
path: root/kig/objects/Makefile.am
blob: 383fb35f51699b365e17993c3bec2848f69b8a64 (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.cpp \
	arc_type.cpp \
	base_type.cpp \
	bogus_imp.cpp \
	circle_imp.cpp \
	circle_type.cpp \
	polygon_type.cpp \
	common.cpp \
	conic_imp.cpp \
	conic_types.cpp \
	cubic_imp.cpp \
	cubic_type.cpp \
	curve_imp.cpp \
	intersection_types.cpp \
	inversion_type.cpp \
	line_imp.cpp \
	line_type.cpp \
	locus_imp.cpp \
	object_calcer.cpp \
	object_drawer.cpp \
	object_factory.cpp \
	object_holder.cpp \
	object_imp.cpp \
	object_imp_factory.cpp \
	object_type.cpp \
	object_type_factory.cpp \
	other_imp.cpp \
	other_type.cpp \
	point_imp.cpp \
	point_type.cpp \
	polygon_imp.cpp \
	tangent_type.cpp \
	centerofcurvature_type.cpp \
	tests_type.cpp \
	text_imp.cpp \
	text_type.cpp \
	transform_types.cpp \
	vector_type.cpp
libobjects_la_LIBADD=-lm
METASOURCES=AUTO