summaryrefslogtreecommitdiffstats
path: root/Makefile.am
blob: ef24f57e3e61d94fccb28f21b0dc3ead16bf7ee0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
if LINENOISE
 LN_SRC=linenoise.c
else
 LN_SRC=
endif

bin_PROGRAMS = sis
sis_SOURCES = erc32.c float.c grlib.c leon3.c exec.c func.c help.c \
	      sparc.c riscv.c leon2.c sis.c interf.c remote.c elf.c \
	      $(LN_SRC)

AM_CFLAGS = -DFAST_UART
sis_LDADD = -lm @READLINE@

info_TEXINFOS = sis.texi

.PHONY: v
v:	version.texi