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.
51 lines
897 B
51 lines
897 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.cc \
|
|
calcpaths.cc \
|
|
common.cpp \
|
|
conic-common.cpp \
|
|
coordinate.cpp \
|
|
coordinate_system.cpp \
|
|
cubic-common.cc \
|
|
goniometry.cc \
|
|
guiaction.cc \
|
|
kigfiledialog.cc \
|
|
kiginputdialog.cc \
|
|
kignumerics.cpp \
|
|
kigpainter.cpp \
|
|
kigtransform.cpp \
|
|
lists.cc \
|
|
object_constructor.cc \
|
|
object_hierarchy.cc \
|
|
rect.cc \
|
|
screeninfo.cc \
|
|
special_constructors.cc
|
|
|
|
libmisc_la_LIBADD=-lm
|
|
METASOURCES=AUTO
|