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.
9 lines
417 B
9 lines
417 B
INCLUDES = -I$(top_srcdir)/src -I$(top_srcdir)/src/drawparts $(all_includes)
|
|
METASOURCES = AUTO
|
|
noinst_HEADERS = mechanicsitem.h chassiscircular2.h mechanicssimulation.h \
|
|
mechanicsdocument.h mechanicsgroup.h mechanicsview.h
|
|
|
|
noinst_LTLIBRARIES = libmechanics.la
|
|
libmechanics_la_SOURCES = mechanicsitem.cpp chassiscircular2.cpp \
|
|
mechanicssimulation.cpp mechanicsdocument.cpp mechanicsgroup.cpp mechanicsview.cpp
|