From 98f3cfa1a614dfbf8ab261b8b1a85043f0086764 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 5 Mar 2001 22:48:47 +0000 Subject: 2001-02-27 Ralf Corsepius * mpc505/ictrl/Makefile.am, mpc6xx/clock/Makefile.am, mpc6xx/exceptions/Makefile.am, mpc6xx/mmu/Makefile.am, mpc8xx/include/Makefile.am, new_exception_processing/Makefile.am, old_exception_processing/Makefile.am, pc403/ictrl/Makefile.am, shared/include/Makefile.am, shared/src/Makefile.am: Apply *_HEADERS instead of *H_FILES. * shared/src/.cvsignore: Add cache.h. --- .../libbsp/powerpc/support/old_exception_processing/Makefile.am | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'c/src/lib/libbsp/powerpc/support/old_exception_processing') diff --git a/c/src/lib/libbsp/powerpc/support/old_exception_processing/Makefile.am b/c/src/lib/libbsp/powerpc/support/old_exception_processing/Makefile.am index 62caa2c4bd..8d20194a98 100644 --- a/c/src/lib/libbsp/powerpc/support/old_exception_processing/Makefile.am +++ b/c/src/lib/libbsp/powerpc/support/old_exception_processing/Makefile.am @@ -8,9 +8,8 @@ AUTOMAKE_OPTIONS = foreign 1.4 C_FILES = cpu.c C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o) -ROOT_H_FILES = -RTEMS_SCORE_H_FILES = cpu.h c_isr.inl ppc_offs.h -noinst_HEADERS = $(ROOT_H_FILES) $(RTEMS_SCORE_H_FILES) +include_rtems_scoredir = $(includedir)/rtems/score +include_rtems_score_HEADERS = cpu.h c_isr.inl ppc_offs.h # Assembly source names S_FILES = cpu_asm.S @@ -21,8 +20,7 @@ include $(top_srcdir)/../../../../../automake/compile.am include $(top_srcdir)/../../../../../automake/lib.am PREINSTALL_FILES += $(PROJECT_INCLUDE) $(PROJECT_INCLUDE)/rtems/score \ - $(ROOT_H_FILES:%=$(PROJECT_INCLUDE)/%) \ - $(RTEMS_SCORE_H_FILES:%=$(PROJECT_INCLUDE)/rtems/score/%) + $(include_rtems_score_HEADERS:%=$(PROJECT_INCLUDE)/rtems/score/%) TMPINSTALL_FILES += $(PROJECT_RELEASE)/lib/rtems$(LIB_VARIANT).o -- cgit v1.2.3