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/include/Makefile.am | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 c/src/lib/libcpu/sh/sh7032/include/Makefile.am (limited to 'c/src/lib/libcpu/sh/sh7032/include/Makefile.am') diff --git a/c/src/lib/libcpu/sh/sh7032/include/Makefile.am b/c/src/lib/libcpu/sh/sh7032/include/Makefile.am new file mode 100644 index 0000000000..feb0333fda --- /dev/null +++ b/c/src/lib/libcpu/sh/sh7032/include/Makefile.am @@ -0,0 +1,24 @@ +## +## $Id$ +## + +AUTOMAKE_OPTIONS = foreign 1.4 + +H_FILES = null.h sci.h sh7_pfc.h sh7_sci.h +noinst_HEADERS = $(H_FILES) + +# NOTE: Unlike other CPUS, we install into a subdirectory to avoid +# file name conflicts + +TMPINSTALL_FILES = $(PROJECT_INCLUDE)/sh \ + $(H_FILES:%=$(PROJECT_INCLUDE)/sh/%) + +$(PROJECT_INCLUDE)/sh: + $(mkinstalldirs) $@ + +$(PROJECT_INCLUDE)/sh/%.h: %.h + $(INSTALL_DATA) $< $@ + +all-local: $(TMPINSTALL_FILES) + +include $(top_srcdir)/../../../../../automake/local.am -- cgit v1.2.3