Trisurf Monte Carlo simulator
Samo Penic
2016-04-08 57f830585733a01420f0ff0e4764725524fab6dd
commit | author | age
f708c8 1 bin_PROGRAMS = trisurf
8c1bb1 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 restore.c
e29756 3 GITVERSION:=$(shell git --no-pager describe --tags --always --dirty)
SP 4 AM_CFLAGS = -Wall -Werror -DTS_VERSION=\"$(GITVERSION)\"
ee84bd 5 AM_CPPFLAGS = ${libxml2_CFLAGS}
SP 6 trisurf_LDADD = ${libcurl_LIBS} ${libxml2_LIBS}
f06f5f 7 #shdiscoverdir=../
SP 8 #shdiscover_PROGRAMS= shdiscover
9 #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
10 #co_testdir=../
11 #co_test_PROGRAMS=co_test
12 #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
13 #spherical_trisurfdir=../
14 #spherical_trisurf_PROGRAMS = spherical_trisurf
15 #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
16 #spherical_trisurf_ffdir=../
17 #spherical_trisurf_ff_PROGRAMS = spherical_trisurf_ff
18 #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 19
SP 20 #gitversion.c: .git/HEAD .git/index
21 #    echo "const char *gitversion = \"$(shell git rev-parse HEAD)\";" > $@