commit | author | age
|
74bf1e
|
1 |
AM_CFLAGS = -Wall -Werror -DTS_VERSION=\"$(GITVERSION)\" -fgnu89-inline -Wno-error=date-time -I.. |
5e08f2
|
2 |
lib_LTLIBRARIES= demoplugin.la vmdefaulthardconstraints.la nucleus.la plane_confinement.la pressure.la constant_volume.la constant_area.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 |
|
36dba8
|
15 |
pressure_la_SOURCES = pressure.c |
SP |
16 |
pressure_la_LDFLAGS = -module -avoid-version -export-dynamic |
|
17 |
|
77a2c7
|
18 |
constant_volume_la_SOURCES = constant_volume.c |
SP |
19 |
constant_volume_la_LDFLAGS = -module -avoid-version -export-dynamic |
|
20 |
|
5e08f2
|
21 |
constant_area_la_SOURCES = constant_area.c |
SP |
22 |
constant_area_la_LDFLAGS = -module -avoid-version -export-dynamic |
|
23 |
|