X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2Fserver%2FMakefile.am;h=5f7469a8495db91f793037aa88f2e3046ea5fd7d;hb=6ad89d61af681e11960082a906357d8e8c3396a1;hp=2397a7f07c41b246ddf8d2217502c4594a2e678a;hpb=8b4e882a1630d63bbc9840fa3f968e36b6ac3702;p=fw%2Fopenocd diff --git a/src/server/Makefile.am b/src/server/Makefile.am index 2397a7f07..5f7469a84 100644 --- a/src/server/Makefile.am +++ b/src/server/Makefile.am @@ -1,5 +1,23 @@ -INCLUDES = -I$(top_srcdir)/src/helper -I$(top_srcdir)/src/target $(all_includes) -METASOURCES = AUTO -noinst_LIBRARIES = libserver.a -noinst_HEADERS = server.h telnet_server.h gdb_server.h -libserver_a_SOURCES = server.c telnet_server.c gdb_server.c +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 \ + %D%/tcl_server.h \ + %D%/rtt_server.c \ + %D%/rtt_server.h \ + %D%/ipdbg.c \ + %D%/ipdbg.h + +%C%_libserver_la_CFLAGS = $(AM_CFLAGS) +if IS_MINGW +# FD_* macros are sloppy with their signs on MinGW32 platform +%C%_libserver_la_CFLAGS += -Wno-sign-compare +endif + +STARTUP_TCL_SRCS += %D%/startup.tcl