From 329509fbdd9999e9bb3b3f5cd0a09c11cec12dad Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 5 Feb 2001 18:41:35 +0000 Subject: 2001-02-04 Ralf Corsepius * Makefile.am, rtems/score/Makefile.am: Apply include_*HEADERS instead of H_FILES. --- c/src/exec/score/cpu/a29k/rtems/score/Makefile.am | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'c/src/exec/score/cpu/a29k/rtems/score/Makefile.am') diff --git a/c/src/exec/score/cpu/a29k/rtems/score/Makefile.am b/c/src/exec/score/cpu/a29k/rtems/score/Makefile.am index 6f47d2e20b..198bb6ae23 100644 --- a/c/src/exec/score/cpu/a29k/rtems/score/Makefile.am +++ b/c/src/exec/score/cpu/a29k/rtems/score/Makefile.am @@ -4,15 +4,16 @@ AUTOMAKE_OPTIONS = foreign 1.4 -H_FILES = a29k.h a29ktypes.h cpu.h cpu_asm.h -noinst_HEADERS = $(H_FILES) +include_rtems_scoredir = $(includedir)/rtems/score + +include_rtems_score_HEADERS = a29k.h a29ktypes.h cpu.h cpu_asm.h # # (OPTIONAL) Add local stuff here using += # PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score \ - $(H_FILES:%.h=$(PROJECT_INCLUDE)/rtems/score/%.h) + $(include_rtems_score_HEADERS:%.h=$(PROJECT_INCLUDE)/rtems/score/%.h) $(PROJECT_INCLUDE)/rtems/score: $(mkinstalldirs) $@ -- cgit v1.2.3