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/unix/ChangeLog | 5 +++++ c/src/exec/score/cpu/unix/rtems/score/Makefile.am | 9 +++++---- 2 files changed, 10 insertions(+), 4 deletions(-) (limited to 'c/src/exec/score/cpu/unix') diff --git a/c/src/exec/score/cpu/unix/ChangeLog b/c/src/exec/score/cpu/unix/ChangeLog index dc1e64606e..6d4307ae43 100644 --- a/c/src/exec/score/cpu/unix/ChangeLog +++ b/c/src/exec/score/cpu/unix/ChangeLog @@ -1,3 +1,8 @@ +2001-02-04 Ralf Corsepius + + * Makefile.am, rtems/score/Makefile.am: + Apply include_*HEADERS instead of H_FILES. + 2001-01-25 Joel Sherrill * cpu.c, rtems/score/cpu.h: Bug report from Peter Mueller diff --git a/c/src/exec/score/cpu/unix/rtems/score/Makefile.am b/c/src/exec/score/cpu/unix/rtems/score/Makefile.am index 899d858130..8b76a65138 100644 --- a/c/src/exec/score/cpu/unix/rtems/score/Makefile.am +++ b/c/src/exec/score/cpu/unix/rtems/score/Makefile.am @@ -4,11 +4,12 @@ AUTOMAKE_OPTIONS = foreign 1.4 +include_rtems_scoredir = $(includedir)/rtems/score + GENSIZE = $(PROJECT_TOPdir)/tools/cpu/unix/gensize GENERIC_H_FILES = unixsize.h -STATIC_H_FILES = cpu.h unixtypes.h unix.h -noinst_HEADERS = $(STATIC_H_FILES) +include_rtems_score_HEADERS = cpu.h unixtypes.h unix.h # # (OPTIONAL) Add local stuff here using += @@ -21,8 +22,8 @@ unixsize.h: $(GENSIZE) cpu.h CLEANFILES = unixsize.h PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score \ - $(STATIC_H_FILES:%.h=$(PROJECT_INCLUDE)/rtems/score/%.h) \ - $(GENERIC_H_FILES:%.h=$(PROJECT_INCLUDE)/rtems/score/%.h) + $(GENERIC_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