| | |
| | | AM_CFLAGS = -Wall -Werror -DTS_VERSION=\"$(GITVERSION)\" -fgnu89-inline -Wno-error=date-time -I.. |
| | | lib_LTLIBRARIES= demoplugin.la vmdefaulthardconstraints.la nucleus.la plane_confinement.la pressure.la constant_volume.la |
| | | lib_LTLIBRARIES= demoplugin.la vmdefaulthardconstraints.la nucleus.la plane_confinement.la pressure.la constant_volume.la constant_area.la |
| | | demoplugin_la_SOURCES= demo_plugin.c |
| | | demoplugin_la_LDFLAGS = -module -avoid-version -export-dynamic |
| | | |
| | |
| | | constant_volume_la_SOURCES = constant_volume.c |
| | | constant_volume_la_LDFLAGS = -module -avoid-version -export-dynamic |
| | | |
| | | constant_area_la_SOURCES = constant_area.c |
| | | constant_area_la_LDFLAGS = -module -avoid-version -export-dynamic |
| | | |