moved kdeaccessibility kdeaddons kdeadmin kdeartwork kdebindings kdeedu kdegames...
[kdeedu.git] / kig / objects / Makefile.am
blobadf71ecd85007d2f7411a569f4325b9fe373d924
1 INCLUDES=$(all_includes)
2 noinst_LTLIBRARIES=libobjects.la
3 noinst_HEADERS=\
4         angle_type.h \
5         arc_type.h \
6         base_type.h \
7         bogus_imp.h \
8         circle_imp.h \
9         circle_type.h \
10         polygon_type.h \
11         common.h \
12         conic_imp.h \
13         conic_types.h \
14         cubic_imp.h \
15         cubic_type.h \
16         curve_imp.h \
17         editanglesize.h \
18         intersection_types.h \
19         inversion_type.h \
20         line_imp.h \
21         line_type.h \
22         locus_imp.h \
23         object_calcer.h \
24         object_drawer.h \
25         object_factory.h \
26         object_holder.h \
27         object_imp.h \
28         object_imp_factory.h \
29         object_type.h \
30         object_type_factory.h \
31         other_imp.h \
32         other_type.h \
33         point_imp.h \
34         polygon_imp.h \
35         tangent_type.h \
36         centerofcurvature_type.h \
37         tests_type.h \
38         text_imp.h \
39         text_type.h \
40         transform_types.h \
41         vector_type.h
42 libobjects_la_SOURCES=\
43         angle_type.cc \
44         arc_type.cc \
45         base_type.cc \
46         bogus_imp.cc \
47         circle_imp.cc \
48         circle_type.cc \
49         polygon_type.cc \
50         common.cc \
51         conic_imp.cc \
52         conic_types.cc \
53         cubic_imp.cc \
54         cubic_type.cc \
55         curve_imp.cc \
56         editanglesizebase.ui \
57         editanglesize.cc \
58         intersection_types.cc \
59         inversion_type.cc \
60         line_imp.cc \
61         line_type.cc \
62         locus_imp.cc \
63         object_calcer.cc \
64         object_drawer.cc \
65         object_factory.cc \
66         object_holder.cc \
67         object_imp.cc \
68         object_imp_factory.cc \
69         object_type.cc \
70         object_type_factory.cc \
71         other_imp.cc \
72         other_type.cc \
73         point_imp.cc \
74         point_type.cc \
75         polygon_imp.cc \
76         tangent_type.cc \
77         centerofcurvature_type.cc \
78         tests_type.cc \
79         text_imp.cc \
80         text_type.cc \
81         transform_types.cc \
82         vector_type.cc
83 libobjects_la_LIBADD=-lm
84 METASOURCES=AUTO