aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
blob: 46a5e9d97c148fc42d674f99ddb6be3debe1ba97 (plain)
1
2
3
4
5
6
7
8
bin_PROGRAMS = template_index simulate_patterns

template_index_SOURCES = main.c relrod.c utils.c image.c cell.c
template_index_LDADD = @LIBS@ -lm -lgsl -lgslcblas
AM_CFLAGS = -Wall -g

simulate_patterns_SOURCES = sim-main.c relrod.c utils.c image.c cell.c
simulate_patterns_LDADD = @LIBS@ -lm -lgsl -lgslcblas