aboutsummaryrefslogtreecommitdiff
path: root/src/server/Makefile.am
blob: 13a591409329e5958f778d63bc4019e89aa6b239 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# SPDX-License-Identifier: GPL-2.0-or-later

noinst_LTLIBRARIES += %D%/libserver.la
%C%_libserver_la_SOURCES = \
	%D%/server.c \
	%D%/telnet_server.c \
	%D%/gdb_server.c \
	%D%/server.h \
	%D%/telnet_server.h \
	%D%/gdb_server.h \
	%D%/tcl_server.c \
	%D%/tcl_server.h \
	%D%/rtt_server.c \
	%D%/rtt_server.h \
	%D%/ipdbg.c \
	%D%/ipdbg.h

STARTUP_TCL_SRCS += %D%/startup.tcl