2022-06-25 11:19:46 -05:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-or-later
|
|
|
|
|
2016-11-06 13:19:26 -06:00
|
|
|
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 \
|
2020-09-17 08:23:31 -05:00
|
|
|
%D%/tcl_server.h \
|
|
|
|
%D%/rtt_server.c \
|
2020-10-11 08:13:05 -05:00
|
|
|
%D%/rtt_server.h \
|
|
|
|
%D%/ipdbg.c \
|
|
|
|
%D%/ipdbg.h
|
2009-05-02 17:35:02 -05:00
|
|
|
|
2016-11-06 13:19:26 -06:00
|
|
|
STARTUP_TCL_SRCS += %D%/startup.tcl
|