summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu/powerpc/mpc8xx
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2001-03-05 22:48:47 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2001-03-05 22:48:47 +0000
commit98f3cfa1a614dfbf8ab261b8b1a85043f0086764 (patch)
tree95a24fc48fad57285655a84c2f35dc7a1ee3ea47 /c/src/lib/libcpu/powerpc/mpc8xx
parent2001-03-03 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-98f3cfa1a614dfbf8ab261b8b1a85043f0086764.tar.bz2
2001-02-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* 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.
Diffstat (limited to 'c/src/lib/libcpu/powerpc/mpc8xx')
-rw-r--r--c/src/lib/libcpu/powerpc/mpc8xx/include/Makefile.am10
1 files changed, 5 insertions, 5 deletions
diff --git a/c/src/lib/libcpu/powerpc/mpc8xx/include/Makefile.am b/c/src/lib/libcpu/powerpc/mpc8xx/include/Makefile.am
index 39c709fe92..cfb3e923ea 100644
--- a/c/src/lib/libcpu/powerpc/mpc8xx/include/Makefile.am
+++ b/c/src/lib/libcpu/powerpc/mpc8xx/include/Makefile.am
@@ -4,14 +4,14 @@
AUTOMAKE_OPTIONS = foreign 1.4
-H_FILES = mpc8xx.h
-MPC8XX_H_FILES = console.h cpm.h mmu.h
+include_mpc8xxdir = $(includedir)/mpc8xx
-noinst_HEADERS = $(H_FILES) $(MPC8XX_H_FILES)
+include_HEADERS = mpc8xx.h
+include_mpc8xx_HEADERS = console.h cpm.h mmu.h
PREINSTALL_FILES += $(PROJECT_INCLUDE)/mpc8xx \
- $(H_FILES:%.h=$(PROJECT_INCLUDE)/%.h) \
- $(MPC8XX_H_FILES:%.h=$(PROJECT_INCLUDE)/mpc8xx/%.h)
+ $(include_HEADERS:%=$(PROJECT_INCLUDE)/%) \
+ $(include_mpc8xx_HEADERS:%=$(PROJECT_INCLUDE)/mpc8xx/%)
$(PROJECT_INCLUDE)/mpc8xx:
$(mkinstalldirs) $@