You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tdeedu/kig/objects/Makefile.am

82 lines
1.5 KiB

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