2002-12-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* mpc8260/Makefile.am: Merge-in mpc8260/include/Makefile.am.
	* mpc8xx/Makefile.am: Merge-in mpc8xx/include/Makefile.am.
	* mpc8260/include/Makefile.am: Remove.
	* mpc8xx/include/Makefile.am: Remove.
	* configure.ac: Remove mpc8260/include/Makefile.
	Remove mpc8xx/include/Makefile.
This commit is contained in:
Ralf Corsepius
2002-12-02 15:14:36 +00:00
parent 0535d92e88
commit 0dcf8597c4
6 changed files with 49 additions and 56 deletions

View File

@@ -1,3 +1,12 @@
2002-12-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* mpc8260/Makefile.am: Merge-in mpc8260/include/Makefile.am.
* mpc8xx/Makefile.am: Merge-in mpc8xx/include/Makefile.am.
* mpc8260/include/Makefile.am: Remove.
* mpc8xx/include/Makefile.am: Remove.
* configure.ac: Remove mpc8260/include/Makefile.
Remove mpc8xx/include/Makefile.
2002-12-01 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Add RTEMS_PROG_CCAS.

View File

@@ -62,7 +62,6 @@ mpc8xx/clock/Makefile
mpc8xx/console-generic/Makefile
mpc8xx/cpm/Makefile
mpc8xx/exceptions/Makefile
mpc8xx/include/Makefile
mpc8xx/mmu/Makefile
mpc8xx/timer/Makefile
ppc403/Makefile
@@ -81,7 +80,6 @@ mpc6xx/wrapup/Makefile
mpc8260/Makefile
mpc8260/clock/Makefile
mpc8260/console-generic/Makefile
mpc8260/include/Makefile
mpc8260/timer/Makefile
mpc8260/exceptions/Makefile
mpc8260/mmu/Makefile

View File

@@ -2,8 +2,27 @@
## $Id$
##
SUBDIRS = . console-generic clock timer exceptions mmu cpm
SUBDIRS = include console-generic clock timer exceptions mmu cpm
include_mpc8260dir = $(includedir)/mpc8260
include_HEADERS = include/mpc8260.h
include_mpc8260_HEADERS = include/console.h include/mmu.h include/cpm.h
PREINSTALL_FILES = $(PROJECT_INCLUDE)/mpc8260 \
$(include_HEADERS:include/%=$(PROJECT_INCLUDE)/%) \
$(include_mpc8260_HEADERS:include/%=$(PROJECT_INCLUDE)/mpc8260/%)
$(PROJECT_INCLUDE)/mpc8260:
$(mkinstalldirs) $@
$(PROJECT_INCLUDE)/%.h: include/%.h
$(INSTALL_DATA) $< $@
$(PROJECT_INCLUDE)/mpc8260/%.h: include/%.h
$(INSTALL_DATA) $< $@
all-local: $(PREINSTALL_FILES)
include $(top_srcdir)/../../../../../automake/subdirs.am
include $(top_srcdir)/../../../../../automake/local.am

View File

@@ -1,26 +0,0 @@
##
## $Id$
##
include_mpc8260dir = $(includedir)/mpc8260
include_HEADERS = mpc8260.h
include_mpc8260_HEADERS = console.h mmu.h cpm.h
PREINSTALL_FILES = $(PROJECT_INCLUDE)/mpc8260 \
$(include_HEADERS:%=$(PROJECT_INCLUDE)/%) \
$(include_mpc8260_HEADERS:%=$(PROJECT_INCLUDE)/mpc8260/%)
$(PROJECT_INCLUDE)/mpc8260:
$(mkinstalldirs) $@
$(PROJECT_INCLUDE)/%.h: %.h
$(INSTALL_DATA) $< $@
$(PROJECT_INCLUDE)/mpc8260/%.h: %.h
$(INSTALL_DATA) $< $@
all-local: $(PREINSTALL_FILES)
include $(top_srcdir)/../../../../../automake/local.am

View File

@@ -2,8 +2,27 @@
## $Id$
##
SUBDIRS = . console-generic clock timer cpm mmu exceptions
SUBDIRS = include console-generic clock timer cpm mmu exceptions
include_mpc8xxdir = $(includedir)/mpc8xx
include_HEADERS = include/mpc8xx.h
include_mpc8xx_HEADERS = include/console.h include/cpm.h include/mmu.h
PREINSTALL_FILES = $(PROJECT_INCLUDE)/mpc8xx \
$(include_HEADERS:include/%=$(PROJECT_INCLUDE)/%) \
$(include_mpc8xx_HEADERS:include/%=$(PROJECT_INCLUDE)/mpc8xx/%)
$(PROJECT_INCLUDE)/mpc8xx:
$(mkinstalldirs) $@
$(PROJECT_INCLUDE)/%.h: include/%.h
$(INSTALL_DATA) $< $@
$(PROJECT_INCLUDE)/mpc8xx/%.h: include/%.h
$(INSTALL_DATA) $< $@
all-local: $(PREINSTALL_FILES)
include $(top_srcdir)/../../../../../automake/subdirs.am
include $(top_srcdir)/../../../../../automake/local.am

View File

@@ -1,26 +0,0 @@
##
## $Id$
##
include_mpc8xxdir = $(includedir)/mpc8xx
include_HEADERS = mpc8xx.h
include_mpc8xx_HEADERS = console.h cpm.h mmu.h
PREINSTALL_FILES = $(PROJECT_INCLUDE)/mpc8xx \
$(include_HEADERS:%=$(PROJECT_INCLUDE)/%) \
$(include_mpc8xx_HEADERS:%=$(PROJECT_INCLUDE)/mpc8xx/%)
$(PROJECT_INCLUDE)/mpc8xx:
$(mkinstalldirs) $@
$(PROJECT_INCLUDE)/%.h: %.h
$(INSTALL_DATA) $< $@
$(PROJECT_INCLUDE)/mpc8xx/%.h: %.h
$(INSTALL_DATA) $< $@
all-local: $(PREINSTALL_FILES)
include $(top_srcdir)/../../../../../automake/local.am