diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-12-11 21:51:45 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-12-11 21:55:45 +0900 |
| commit | a3dcc6228458572e91916d3e837bc1c06c55cb0a (patch) | |
| tree | 9c7d61125a4f4b90ade1df2aa8368936750516d6 /kig/objects/Makefile.am | |
| parent | 5b6bbcf2b60f26a670df462e02643fde115ea49d (diff) | |
| download | tdeedu-a3dcc622.tar.gz tdeedu-a3dcc622.zip | |
Renaming of files in preparation for code style tools.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 65a9f54e1051ee8ab936975e78dcb7117b265ef5)
Diffstat (limited to 'kig/objects/Makefile.am')
| -rw-r--r-- | kig/objects/Makefile.am | 76 |
1 files changed, 38 insertions, 38 deletions
diff --git a/kig/objects/Makefile.am b/kig/objects/Makefile.am index 21a02c6f..383fb35f 100644 --- a/kig/objects/Makefile.am +++ b/kig/objects/Makefile.am @@ -39,43 +39,43 @@ noinst_HEADERS=\ 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 + 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 |
