2007-12-29 07:51:48 -06:00
|
|
|
INCLUDES = -I$(top_srcdir)/src/helper -I$(top_srcdir)/src/target -I$(top_srcdir)/src/flash -I$(top_srcdir)/src/jtag $(all_includes)
|
2006-06-02 05:36:31 -05:00
|
|
|
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
|
2008-07-06 14:33:05 -05:00
|
|
|
|
2008-12-16 16:20:10 -06:00
|
|
|
if HTTPD
|
|
|
|
libserver_a_SOURCES += httpd.c
|
|
|
|
endif
|
|
|
|
|
|
|
|
|
2008-07-06 14:33:05 -05:00
|
|
|
# tcl server addons
|
|
|
|
noinst_HEADERS += tcl_server.h
|
|
|
|
libserver_a_SOURCES += tcl_server.c
|