| commit | author | age | ||
| 22a18c | 1 | bin_PROGRAMS = trisurf tsmeasure tspoststat |
| 7d44c8 | 2 | trisurf_SOURCES = main.c |
| e29756 | 3 | GITVERSION:=$(shell git --no-pager describe --tags --always --dirty) |
| eba86f | 4 | AM_CFLAGS = -Wall -Werror -DTS_VERSION=\"$(GITVERSION)\" -fgnu89-inline -Wno-error=date-time |
| 7a11a7 | 5 | AM_CPPFLAGS = ${libxml2_CFLAGS} -fgnu89-inline |
| 7d44c8 | 6 | trisurf_LDADD = libtrisurf.la ${libcurl_LIBS} ${libxml2_LIBS} |
| d0cafa | 7 | |
| 7d44c8 | 8 | tsmeasure_SOURCES = tsmeasure.c |
| SP | 9 | tsmeasure_LDADD = libtrisurf.la ${libcurl_LIBS} ${libxml2_LIBS} |
| f4d6ca | 10 | |
| 7d44c8 | 11 | tspoststat_SOURCES = tspoststat.c |
| SP | 12 | tspoststat_LDADD = libtrisurf.la ${libcurl_LIBS} ${libxml2_LIBS} |
| 22a18c | 13 | |
| 7d44c8 | 14 | #------------- LIBS ---------- |
| SP | 15 | |
| 16 | lib_LTLIBRARIES= libtrisurf.la | |
| 17 | libtrisurf_la_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 poly.c stats.c sh.c shcomplex.c constvol.c snapshot.c restore.c cluster.c | |
| 18 | #libtrisurf_la_CPPFLAGS = ${libxml2_CFLAGS} | |
| d972ae | 19 | libtrisurf_la_LIBADD=${libxml2_LIBS} |
| 7d44c8 | 20 | pkginclude_HEADERS=general.h vertex.h bond.h triangle.h cell.h vesicle.h initial_distribution.h io.h dumpstate.h frame.h energy.h timestep.h vertexmove.h bondflip.h poly.h stats.h sh.h shcomplex.h constvol.h snapshot.h restore.h cluster.h |