commit | author | age
|
74bf1e
|
1 |
AM_CFLAGS = -Wall -Werror -DTS_VERSION=\"$(GITVERSION)\" -fgnu89-inline -Wno-error=date-time -I.. |
b5cd8c
|
2 |
lib_LTLIBRARIES= demoplugin.la vmdefaulthardconstraints.la nucleus.la plane_confinement.la |
74bf1e
|
3 |
demoplugin_la_SOURCES= demo_plugin.c |
SP |
4 |
demoplugin_la_LDFLAGS = -module -avoid-version -export-dynamic |
|
5 |
|
51b4f0
|
6 |
vmdefaulthardconstraints_la_SOURCES = default_hard_constraints.c |
SP |
7 |
vmdefaulthardconstraints_la_LDFLAGS = -module -avoid-version -export-dynamic |
b5cd8c
|
8 |
|
SP |
9 |
nucleus_la_SOURCES = nucleus.c |
|
10 |
nucleus_la_LDFLAGS = -module -avoid-version -export-dynamic |
|
11 |
|
|
12 |
plane_confinement_la_SOURCES = plane_confinement.c |
|
13 |
plane_confinement_la_LDFLAGS = -module -avoid-version -export-dynamic |
|
14 |
|