summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-11-23 15:48:26 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-11-23 15:48:26 +0000
commit748cdca99fa02874271eeeb6425a16ec9a652622 (patch)
treea71d080ae58cd314594546cb18dea7e0e4c742cd
parent*** empty log message *** (diff)
downloadrtems-748cdca99fa02874271eeeb6425a16ec9a652622.tar.bz2
Readding Makefile.in's accidentally removed.
-rw-r--r--c/src/exec/score/cpu/powerpc/Makefile.in33
1 files changed, 33 insertions, 0 deletions
diff --git a/c/src/exec/score/cpu/powerpc/Makefile.in b/c/src/exec/score/cpu/powerpc/Makefile.in
new file mode 100644
index 0000000000..73f5c47a02
--- /dev/null
+++ b/c/src/exec/score/cpu/powerpc/Makefile.in
@@ -0,0 +1,33 @@
+#
+# $Id$
+#
+
+@SET_MAKE@
+srcdir = @srcdir@
+top_srcdir = @top_srcdir@
+top_builddir = ..
+subdir = powerpc
+
+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@
+
+SHARED_LIB = shared
+
+ifeq ($(RTEMS_CPU_MODEL),mpc750)
+CPUDIR = mpc750
+else
+CPUDIR = other_cpu
+endif
+
+SUBDIRS = $(CPUDIR) $(SHARED_LIB)
+
+Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
+ cd $(top_builddir) \
+ && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status