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.
 
 
 
 
 
 

15 lines
433 B

  1. INCLUDES = -I$(top_srcdir)/src/helper -I$(top_srcdir)/src/target -I$(top_srcdir)/src/flash -I$(top_srcdir)/src/jtag $(all_includes)
  2. METASOURCES = AUTO
  3. noinst_LIBRARIES = libserver.a
  4. noinst_HEADERS = server.h telnet_server.h gdb_server.h
  5. libserver_a_SOURCES = server.c telnet_server.c gdb_server.c
  6. if HTTPD
  7. libserver_a_SOURCES += httpd.c
  8. endif
  9. # tcl server addons
  10. noinst_HEADERS += tcl_server.h
  11. libserver_a_SOURCES += tcl_server.c