Trisurf Monte Carlo simulator
Samo Penic
2016-02-16 d0cafa2d67b4765450deb5781b08f4241d9c4d3a
commit | author | age
f708c8 1 bin_PROGRAMS = trisurf
854cb6 2 trisurf_SOURCES = general.c vertex.c bond.c triangle.c cell.c vesicle.c initial_distribution.c io.c dumpstate.c frame.c energy.c timestep.c vertexmove.c bondflip.c main.c poly.c stats.c sh.c shcomplex.c constvol.c snapshot.c
88f451 3 AM_CFLAGS = -Wall -Werror
ee84bd 4 AM_CPPFLAGS = ${libxml2_CFLAGS}
SP 5 trisurf_LDADD = ${libcurl_LIBS} ${libxml2_LIBS}
f06f5f 6 #shdiscoverdir=../
SP 7 #shdiscover_PROGRAMS= shdiscover
8 #shdiscover_SOURCES= general.c vertex.c bond.c triangle.c cell.c vesicle.c initial_distribution.c io.c energy.c sh.c shdiscover.c poly.c stats.c shcomplex.c
9 #co_testdir=../
10 #co_test_PROGRAMS=co_test
11 #co_test_SOURCES= general.c vertex.c bond.c triangle.c cell.c vesicle.c initial_distribution.c io.c energy.c sh.c co_test.c frame.c bondflip.c poly.c stats.c shcomplex.c
12 #spherical_trisurfdir=../
13 #spherical_trisurf_PROGRAMS = spherical_trisurf
14 #spherical_trisurf_SOURCES = general.c vertex.c bond.c triangle.c cell.c vesicle.c initial_distribution.c io.c frame.c energy.c timestep.c vertexmove.c spherical_trisurf.c sh.c bondflip.c poly.c stats.c shcomplex.c
15 #spherical_trisurf_ffdir=../
16 #spherical_trisurf_ff_PROGRAMS = spherical_trisurf_ff
17 #spherical_trisurf_ff_SOURCES = general.c vertex.c bond.c triangle.c cell.c vesicle.c initial_distribution.c io.c frame.c energy.c timestep.c vertexmove.c spherical_trisurf_ff.c sh.c bondflip.c poly.c stats.c shcomplex.c
d0cafa 18
SP 19 #gitversion.c: .git/HEAD .git/index
20 #    echo "const char *gitversion = \"$(shell git rev-parse HEAD)\";" > $@