summaryrefslogtreecommitdiffstats
path: root/c/src/librdbg/src/i386/Makefile.in
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-04-19 13:25:50 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-04-19 13:25:50 +0000
commit82307a1148ec4865156183daff31fab9b54b93ea (patch)
tree871dfc14f1acb3346e0c06b3e05c404d94292f7a /c/src/librdbg/src/i386/Makefile.in
parentPatch from Ralf Corsepius <corsepiu@faw.uni-ulm.de> to add scitabs.c to (diff)
downloadrtems-82307a1148ec4865156183daff31fab9b54b93ea.tar.bz2
New files.
Diffstat (limited to 'c/src/librdbg/src/i386/Makefile.in')
-rw-r--r--c/src/librdbg/src/i386/Makefile.in25
1 files changed, 25 insertions, 0 deletions
diff --git a/c/src/librdbg/src/i386/Makefile.in b/c/src/librdbg/src/i386/Makefile.in
new file mode 100644
index 0000000000..99a7fa9ad8
--- /dev/null
+++ b/c/src/librdbg/src/i386/Makefile.in
@@ -0,0 +1,25 @@
+#
+# $Id$
+#
+
+@SET_MAKE@
+srcdir = @srcdir@
+top_srcdir = @top_srcdir@
+top_builddir = ../../../../..
+subdir = c/src/lib/librdbg/i386
+
+INSTALL = @INSTALL@
+
+RTEMS_ROOT = $(top_srcdir)/@RTEMS_TOPdir@
+PROJECT_ROOT = @PROJECT_ROOT@
+
+VPATH = @srcdir@
+
+include $(RTEMS_ROOT)/make/custom/${RTEMS_BSP}.cfg
+include $(RTEMS_ROOT)/make/directory.cfg
+
+SUB_DIRS=${RTEMS_BSP}
+
+Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
+ cd $(top_builddir) \
+ && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status