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/sh7032/Makefile.am | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 c/src/lib/libcpu/sh/sh7032/Makefile.am (limited to 'c/src/lib/libcpu/sh/sh7032/Makefile.am') diff --git a/c/src/lib/libcpu/sh/sh7032/Makefile.am b/c/src/lib/libcpu/sh/sh7032/Makefile.am new file mode 100644 index 0000000000..4817b67a71 --- /dev/null +++ b/c/src/lib/libcpu/sh/sh7032/Makefile.am @@ -0,0 +1,10 @@ +## +## $Id$ +## + +AUTOMAKE_OPTIONS = foreign 1.4 + +SUBDIRS = include clock timer null sci delay + +include $(top_srcdir)/../../../../../automake/subdirs.am +include $(top_srcdir)/../../../../../automake/local.am -- cgit v1.2.3