summaryrefslogtreecommitdiffstats
path: root/cpukit/libdebugger/Makefile.am
blob: 6ff35d197f41404bad9058b409c84da528472652 (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

project_lib_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-remote-tcp.c \
  rtems-debugger-threads.c \
  rtems-debugger-@RTEMS_CPU@.c

$(PROJECT_LIB)/libdebugger.a: libdebugger.a
	$(INSTALL_DATA) $< $(PROJECT_LIB)/libdebugger.a
TMPINSTALL_FILES = $(PROJECT_LIB)/libdebugger.a

endif

include $(top_srcdir)/automake/local.am