| | |
| | | AM_CFLAGS = -Wall -Werror -DTS_VERSION=\"$(GITVERSION)\" -fgnu89-inline -Wno-error=date-time -I.. |
| | | lib_LTLIBRARIES= demoplugin.la vmdefaulthardconstraints.la |
| | | lib_LTLIBRARIES= demoplugin.la vmdefaulthardconstraints.la nucleus.la plane_confinement.la |
| | | demoplugin_la_SOURCES= demo_plugin.c |
| | | demoplugin_la_LDFLAGS = -module -avoid-version -export-dynamic |
| | | |
| | | vmdefaulthardconstraints_la_SOURCES = default_hard_constraints.c |
| | | vmdefaulthardconstraints_la_LDFLAGS = -module -avoid-version -export-dynamic |
| | | |
| | | nucleus_la_SOURCES = nucleus.c |
| | | nucleus_la_LDFLAGS = -module -avoid-version -export-dynamic |
| | | |
| | | plane_confinement_la_SOURCES = plane_confinement.c |
| | | plane_confinement_la_LDFLAGS = -module -avoid-version -export-dynamic |
| | | |