]> git.sur5r.net Git - openocd/blob - src/server/Makefile.am
5970d0314638c4ead77c3f0a842f1f302a1e7c08
[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
13 %C%_libserver_la_CFLAGS =
14 if IS_MINGW
15 # FD_* macros are sloppy with their signs on MinGW32 platform
16 %C%_libserver_la_CFLAGS += -Wno-sign-compare
17 endif
18
19 STARTUP_TCL_SRCS += %D%/startup.tcl