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/sh/Makefile.am | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 c/src/lib/libcpu/sh/Makefile.am (limited to 'c/src/lib/libcpu/sh/Makefile.am') diff --git a/c/src/lib/libcpu/sh/Makefile.am b/c/src/lib/libcpu/sh/Makefile.am new file mode 100644 index 0000000000..f904c56993 --- /dev/null +++ b/c/src/lib/libcpu/sh/Makefile.am @@ -0,0 +1,11 @@ +## +## $Id$ +## + +AUTOMAKE_OPTIONS = foreign 1.4 +ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal + +SUBDIRS = @RTEMS_CPU_MODEL@ + +include $(top_srcdir)/../../../../../automake/subdirs.am +include $(top_srcdir)/../../../../../automake/local.am -- cgit v1.2.3