You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

22 lines
488 B

  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. %C%_libserver_la_CFLAGS = $(AM_CFLAGS)
  15. if IS_MINGW
  16. # FD_* macros are sloppy with their signs on MinGW32 platform
  17. %C%_libserver_la_CFLAGS += -Wno-sign-compare
  18. endif
  19. STARTUP_TCL_SRCS += %D%/startup.tcl