Trisurf Monte Carlo simulator
Samo Penic
2019-02-28 b5cd8cc72380e9ca576ec942753391df85a2a436
1
2
3
4
5
6
7
8
9
10
11
12
13
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
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