summaryrefslogtreecommitdiffstats
path: root/cpukit/libdl/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/libdl/Makefile.am')
-rw-r--r--cpukit/libdl/Makefile.am35
1 files changed, 0 insertions, 35 deletions
diff --git a/cpukit/libdl/Makefile.am b/cpukit/libdl/Makefile.am
deleted file mode 100644
index e58b332713..0000000000
--- a/cpukit/libdl/Makefile.am
+++ /dev/null
@@ -1,35 +0,0 @@
-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
-
-endif
-
-include $(top_srcdir)/automake/local.am