From 400c55255d516a27fd25de899826286458f559dc Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 21 Dec 1999 16:20:38 +0000 Subject: Removing Makefile.in and adding Makefile.am. These were missed in conversion to automake by Ralf Corsepius . --- c/src/lib/libcpu/powerpc/mpc6xx/Makefile.am | 10 ++++++++++ c/src/lib/libcpu/powerpc/mpc6xx/Makefile.in | 25 ------------------------- 2 files changed, 10 insertions(+), 25 deletions(-) create mode 100644 c/src/lib/libcpu/powerpc/mpc6xx/Makefile.am delete mode 100644 c/src/lib/libcpu/powerpc/mpc6xx/Makefile.in (limited to 'c/src/lib/libcpu/powerpc/mpc6xx') diff --git a/c/src/lib/libcpu/powerpc/mpc6xx/Makefile.am b/c/src/lib/libcpu/powerpc/mpc6xx/Makefile.am new file mode 100644 index 0000000000..c7c894a6be --- /dev/null +++ b/c/src/lib/libcpu/powerpc/mpc6xx/Makefile.am @@ -0,0 +1,10 @@ +## +## $Id$ +## + +AUTOMAKE_OPTIONS = foreign 1.4 + +SUBDIRS = exceptions mmu clock wrapup + +include $(top_srcdir)/../../../../../automake/subdirs.am +include $(top_srcdir)/../../../../../automake/local.am diff --git a/c/src/lib/libcpu/powerpc/mpc6xx/Makefile.in b/c/src/lib/libcpu/powerpc/mpc6xx/Makefile.in deleted file mode 100644 index 27fc592154..0000000000 --- a/c/src/lib/libcpu/powerpc/mpc6xx/Makefile.in +++ /dev/null @@ -1,25 +0,0 @@ -# -# $Id$ -# - -@SET_MAKE@ -srcdir = @srcdir@ -top_srcdir = @top_srcdir@ -top_builddir = ../.. -subdir = powerpc/mpc6xx - -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 = exceptions mmu clock wrapup - -Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status - cd $(top_builddir) \ - && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status -- cgit v1.2.3