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

template_index_SOURCES = main.c relrod.c utils.c image.c cell.c hdf5-file.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 \
                            hdf5-file.c
simulate_patterns_LDADD = @LIBS@ -lm -lgsl -lgslcblas