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/misc/Makefile.am

51 lines
910 B

INCLUDES=$(all_includes)
noinst_LTLIBRARIES=libmisc.la
noinst_HEADERS = \
argsparser.h \
builtin_stuff.h \
calcpaths.h \
common.h \
conic-common.h \
coordinate.h \
coordinate_system.h \
cubic-common.h \
goniometry.h \
guiaction.h \
kigfiledialog.h \
kiginputdialog.h \
kignumerics.h \
kigpainter.h \
kigtransform.h \
lists.h \
object_constructor.h \
object_hierarchy.h \
rect.h \
screeninfo.h \
special_constructors.h
libmisc_la_SOURCES = \
argsparser.cpp \
builtin_stuff.cpp \
calcpaths.cpp \
common.cpp \
conic-common.cpp \
coordinate.cpp \
coordinate_system.cpp \
cubic-common.cpp \
goniometry.cpp \
guiaction.cpp \
kigfiledialog.cpp \
kiginputdialog.cpp \
kignumerics.cpp \
kigpainter.cpp \
kigtransform.cpp \
lists.cpp \
object_constructor.cpp \
object_hierarchy.cpp \
rect.cpp \
screeninfo.cpp \
special_constructors.cpp
libmisc_la_LIBADD=-lm
METASOURCES=AUTO