commit | author | age | ||
d7639a | 1 | trisurfdir=../ |
aec47d | 2 | trisurf_PROGRAMS = trisurf |
SP | 3 | 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 main.c |
88f451 | 4 | #trisurf_LDFLAGS = -lm -lconfuse |
SP | 5 | shdiscoverdir=../ |
6 | shdiscover_PROGRAMS= shdiscover | |
7 | 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 | |
8 | AM_CFLAGS = -Wall -Werror |