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%/server_stubs.c \
|
|
|
|
%D%/tcl_server.c \
|
2020-09-17 08:23:31 -05:00
|
|
|
%D%/tcl_server.h \
|
|
|
|
%D%/rtt_server.c \
|
|
|
|
%D%/rtt_server.h
|
2009-05-02 17:35:02 -05:00
|
|
|
|
2016-12-26 18:47:23 -06:00
|
|
|
%C%_libserver_la_CFLAGS = $(AM_CFLAGS)
|
2009-04-21 04:02:42 -05:00
|
|
|
if IS_MINGW
|
|
|
|
# FD_* macros are sloppy with their signs on MinGW32 platform
|
2016-11-06 13:19:26 -06:00
|
|
|
%C%_libserver_la_CFLAGS += -Wno-sign-compare
|
2009-04-21 04:02:42 -05:00
|
|
|
endif
|
2008-12-16 16:20:10 -06:00
|
|
|
|
2016-11-06 13:19:26 -06:00
|
|
|
STARTUP_TCL_SRCS += %D%/startup.tcl
|