From ee5110762eaf110b05a18ab33c7ae6e617a35ed9 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 11 Aug 2000 21:52:06 +0000 Subject: 2000-08-11 Joel Sherrill * Shell added for or16 port based on no_cpu port with names replaced. --- c/src/exec/score/cpu/or16/rtems/score/Makefile.am | 25 +++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 c/src/exec/score/cpu/or16/rtems/score/Makefile.am (limited to 'c/src/exec/score/cpu/or16/rtems/score/Makefile.am') diff --git a/c/src/exec/score/cpu/or16/rtems/score/Makefile.am b/c/src/exec/score/cpu/or16/rtems/score/Makefile.am new file mode 100644 index 0000000000..0f88d78e7a --- /dev/null +++ b/c/src/exec/score/cpu/or16/rtems/score/Makefile.am @@ -0,0 +1,25 @@ +## +## $Id$ +## + +AUTOMAKE_OPTIONS = foreign 1.4 + +H_FILES = cpu.h or16.h cpu_asm.h or16types.h +noinst_HEADERS = $(H_FILES) + +# +# (OPTIONAL) Add local stuff here using += +# + +PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score \ + $(H_FILES:%.h=$(PROJECT_INCLUDE)/rtems/score/%.h) + +$(PROJECT_INCLUDE)/rtems/score: + $(mkinstalldirs) $@ + +$(PROJECT_INCLUDE)/rtems/score/%.h: %.h + $(INSTALL_DATA) $< $@ + +all-local: $(PREINSTALL_FILES) + +include $(top_srcdir)/../../../../../../automake/local.am -- cgit v1.2.3