summaryrefslogtreecommitdiffstats
path: root/cpukit/libdebugger/Makefile.am
blob: b202003e41a53b1c9c3d835e841b071aab573275 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
include $(top_srcdir)/automake/compile.am

if LIBDEBUGGER

noinst_LIBRARIES = libdebugger.a
libdebugger_a_SOURCES = \
  rtems-debugger-block.c \
  rtems-debugger-cmd.c \
  rtems-debugger-remote.c \
  rtems-debugger-server.c \
  rtems-debugger-target.c \
  rtems-debugger-threads.c \
  rtems-debugger-@RTEMS_CPU@.c

if LIBNETWORKING
libdebugger_a_SOURCES += \
  rtems-debugger-remote-tcp.c
endif

endif

include $(top_srcdir)/automake/local.am