summaryrefslogtreecommitdiffstats
path: root/c/src/librdbg/src/i386
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-10-11 15:39:24 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-10-11 15:39:24 +0000
commit87fad5c200fafbf64b8a4a469581878aaa0b6af1 (patch)
tree6a5818c2e384e939ae3fe61098d756d26e5d7ff4 /c/src/librdbg/src/i386
parentPatch from Ralf Corsepius <corsepiu@faw.uni-ulm.de> to move librdbg (diff)
downloadrtems-87fad5c200fafbf64b8a4a469581878aaa0b6af1.tar.bz2
Added as part of moving librdbg to its own top level package. This was
done as part of a patch from Ralf Corsepius <corsepiu@faw.uni-ulm.de>.
Diffstat (limited to 'c/src/librdbg/src/i386')
-rw-r--r--c/src/librdbg/src/i386/Makefile.am15
1 files changed, 15 insertions, 0 deletions
diff --git a/c/src/librdbg/src/i386/Makefile.am b/c/src/librdbg/src/i386/Makefile.am
new file mode 100644
index 0000000000..0d44f9e427
--- /dev/null
+++ b/c/src/librdbg/src/i386/Makefile.am
@@ -0,0 +1,15 @@
+##
+## $Id$
+##
+
+AUTOMAKE_OPTIONS = foreign 1.4
+ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal
+
+SUBDIRS = pc386
+
+EXTRA_DIST = \
+excep_f.c rdbg_cpu_asm.S \
+excep.c rdbg_f.c
+
+include $(top_srcdir)/../../../automake/subdirs.am
+include $(top_srcdir)/../../../automake/local.am