summaryrefslogtreecommitdiffstats
path: root/c/src/exec/score/cpu/unix/Makefile.in
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-11-23 16:02:26 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-11-23 16:02:26 +0000
commit63bdbbdc95a55efb959324453b36105acfdb3de4 (patch)
treeaae4444b55bf4cc137334d5cb394f4dd90661617 /c/src/exec/score/cpu/unix/Makefile.in
parentPatch rtems-rc-19991117-16.diff from Ralf Corsepius <corsepiu@faw.uni-ulm.de>: (diff)
downloadrtems-63bdbbdc95a55efb959324453b36105acfdb3de4.tar.bz2
Readding files mistakenly removed.
Diffstat (limited to '')
-rw-r--r--c/src/exec/score/cpu/unix/Makefile.in25
1 files changed, 25 insertions, 0 deletions
diff --git a/c/src/exec/score/cpu/unix/Makefile.in b/c/src/exec/score/cpu/unix/Makefile.in
new file mode 100644
index 0000000000..efef7da8aa
--- /dev/null
+++ b/c/src/exec/score/cpu/unix/Makefile.in
@@ -0,0 +1,25 @@
+#
+# $Id$
+#
+
+@SET_MAKE@
+srcdir = @srcdir@
+top_srcdir = @top_srcdir@
+top_builddir = ..
+subdir = unix
+
+RTEMS_ROOT = @RTEMS_ROOT@
+PROJECT_ROOT = @PROJECT_ROOT@
+
+VPATH = @srcdir@
+
+include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
+include $(RTEMS_ROOT)/make/directory.cfg
+
+INSTALL_CHANGE = @INSTALL_CHANGE@
+
+SUBDIRS = rtems wrap
+
+Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
+ cd $(top_builddir) \
+ && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status