blob: b480cedddfbd16aea048c7bf94ce0ae840e3dd3d (
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
AM_CFLAGS = -Wall -g
simulate_patterns_SOURCES = sim-main.c relrod.c utils.c image.c cell.c
simulate_patterns_LDADD = @LIBS@ -lm
|