summaryrefslogtreecommitdiffstats
path: root/cpukit/libdl/Makefile.am
blob: 8b95a7d91c0245f4f9b58f197155dd1eb81955e3 (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
24
25
26
27
28
29
30
31
32
33
34
35
36
include $(top_srcdir)/automake/compile.am

if LIBDL

noinst_LIBRARIES = libdl.a
libdl_a_SOURCES = \
  dlfcn-shell.c \
  dlfcn.c \
  fastlz.c \
  rap-shell.c \
  rap.c \
  rtl.c \
  rtl-alloc-heap.c \
  rtl-allocator.c \
  rtl-chain-iterator.c \
  rtl-debugger.c \
  rtl-elf.c \
  rtl-error.c \
  rtl-find-file.c \
  rtl-obj-cache.c \
  rtl-obj-comp.c \
  rtl-obj.c \
  rtl-rap.c \
  rtl-shell.c \
  rtl-string.c \
  rtl-sym.c \
  rtl-trace.c \
  rtl-unwind-dw2.c \
  rtl-unresolved.c

libdl_a_SOURCES += rtl-mdreloc-@RTEMS_CPU@.c
libdl_a_CPPFLAGS = $(AM_CPPFLAGS) -DRTEMS_RTL_RAP_LOADER=1 -DRTEMS_RTL_ELF_LOADER=1

endif

include $(top_srcdir)/automake/local.am