rtos: add debug prints for qSymbol lookup
[fw/openocd] / src / server / Makefile.am
1 noinst_LTLIBRARIES += %D%/libserver.la
2 %C%_libserver_la_SOURCES = \
3         %D%/server.c \
4         %D%/telnet_server.c \
5         %D%/gdb_server.c \
6         %D%/server.h \
7         %D%/telnet_server.h \
8         %D%/gdb_server.h \
9         %D%/server_stubs.c \
10         %D%/tcl_server.c \
11         %D%/tcl_server.h \
12         %D%/rtt_server.c \
13         %D%/rtt_server.h \
14         %D%/ipdbg.c \
15         %D%/ipdbg.h
16
17 %C%_libserver_la_CFLAGS = $(AM_CFLAGS)
18 if IS_MINGW
19 # FD_* macros are sloppy with their signs on MinGW32 platform
20 %C%_libserver_la_CFLAGS += -Wno-sign-compare
21 endif
22
23 STARTUP_TCL_SRCS += %D%/startup.tcl