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

bin_PROGRAMS = sis
sis_SOURCES = erc32.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@ @LIBADD@
EXTRA_DIST = elf.h grlib.h linenoise.h riscv.h sis.h sparc.h

info_TEXINFOS = sis.texi

.PHONY: v
v:	version.texi