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/powerpc/ChangeLog | 5 +++++ c/src/exec/score/cpu/powerpc/shared/Makefile.am | 11 ++++++----- 2 files changed, 11 insertions(+), 5 deletions(-) (limited to 'c/src/exec/score/cpu/powerpc') diff --git a/c/src/exec/score/cpu/powerpc/ChangeLog b/c/src/exec/score/cpu/powerpc/ChangeLog index 34349c5d49..41eec29190 100644 --- a/c/src/exec/score/cpu/powerpc/ChangeLog +++ b/c/src/exec/score/cpu/powerpc/ChangeLog @@ -1,3 +1,8 @@ +2001-02-04 Ralf Corsepius + + * Makefile.am, rtems/score/Makefile.am: + Apply include_*HEADERS instead of H_FILES. + 2000-11-09 Ralf Corsepius * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS. diff --git a/c/src/exec/score/cpu/powerpc/shared/Makefile.am b/c/src/exec/score/cpu/powerpc/shared/Makefile.am index 7aae87d8d3..0b9f5963a4 100644 --- a/c/src/exec/score/cpu/powerpc/shared/Makefile.am +++ b/c/src/exec/score/cpu/powerpc/shared/Makefile.am @@ -4,17 +4,18 @@ AUTOMAKE_OPTIONS = foreign 1.4 -ROOT_H_FILES = asm.h -RTEMS_SCORE_H_FILES = ppc.h ppctypes.h -noinst_HEADERS = $(ROOT_H_FILES) $(RTEMS_SCORE_H_FILES) +include_rtems_scoredir = $(includedir)/rtems/score + +include_HEADERS = asm.h +include_rtems_score_HEADERS = ppc.h ppctypes.h # # (OPTIONAL) Add local stuff here using += # PREINSTALL_FILES += $(PROJECT_INCLUDE) $(PROJECT_INCLUDE)/rtems/score \ - $(ROOT_H_FILES:%.h=$(PROJECT_INCLUDE)/%.h) \ - $(RTEMS_SCORE_H_FILES:%.h=$(PROJECT_INCLUDE)/rtems/score/%.h) + $(include_HEADERS:%.h=$(PROJECT_INCLUDE)/%.h) \ + $(include_rtems_score_HEADERS:%.h=$(PROJECT_INCLUDE)/rtems/score/%.h) $(PROJECT_INCLUDE): $(mkinstalldirs) $@ -- cgit v1.2.3