Add RTOS memory read/write functions.
[fw/openocd] / src / server / Makefile.am
index 2397a7f07c41b246ddf8d2217502c4594a2e678a..5f7469a8495db91f793037aa88f2e3046ea5fd7d 100644 (file)
@@ -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