summaryrefslogtreecommitdiffstats
path: root/cpukit/libdebugger/Makefile.am
blob: 72a89447d7feb8c14c3e7912f8ccaaee5e2584b8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
if LIBDEBUGGER

include $(top_srcdir)/automake/compile.am

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 $(srcdir)/preinstall.am
include $(top_srcdir)/automake/local.am