2000-09-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* mpc505/timer/Makefile.am, mpc505/vectors/Makefile.am,
	mpc6xx/clock/Makefile.am, mpc6xx/exceptions/Makefile.am,
	mpc6xx/mmu/Makefile.am, mpc6xx/timer/Makefile.am,
	mpc6xx/wrapup/Makefile.am, ppc403/clock/Makefile.am,
	ppc403/console/Makefile.am, ppc403/ictrl/Makefile.am,
	ppc403/timer/Makefile.am, ppc403/vectors/Makefile.am,
	shared/include/Makefile.am, shared/src/Makefile.am,
	wrapup/Makefile.am, mpc8xx/clock/Makefile.am,
	mpc8xx/console-generic/Makefile.am, mpc8xx/cpm/Makefile.am,
	mpc8xx/mmu/Makefile.am, mpc8xx/timer/Makefile.am,
	mpc8xx/vectors/Makefile.am, new_exception_processing/Makefile.am,
	old_exception_processing/Makefile.am: Include compile.am
This commit is contained in:
Joel Sherrill
2000-09-05 16:00:37 +00:00
parent a1d32a5c24
commit 3e30f27e20
29 changed files with 73 additions and 58 deletions

View File

@@ -3,7 +3,6 @@
## ##
AUTOMAKE_OPTIONS = foreign 1.4 AUTOMAKE_OPTIONS = foreign 1.4
ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal
C_FILES = cpu.c C_FILES = cpu.c
C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o) C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
@@ -16,6 +15,7 @@ S_FILES = cpu_asm.S
S_O_FILES = $(S_FILES:%.S=${ARCH}/%.o) S_O_FILES = $(S_FILES:%.S=${ARCH}/%.o)
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../../../automake/compile.am
include $(top_srcdir)/../../../../../automake/lib.am include $(top_srcdir)/../../../../../automake/lib.am
# #

View File

@@ -3,7 +3,6 @@
## ##
AUTOMAKE_OPTIONS = foreign 1.4 AUTOMAKE_OPTIONS = foreign 1.4
ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal
# C source names # C source names
C_FILES = cpu.c C_FILES = cpu.c
@@ -18,6 +17,7 @@ S_FILES = cpu_asm.S
S_O_FILES = $(S_FILES:%.S=${ARCH}/%.o) S_O_FILES = $(S_FILES:%.S=${ARCH}/%.o)
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../../../automake/compile.am
include $(top_srcdir)/../../../../../automake/lib.am include $(top_srcdir)/../../../../../automake/lib.am
PREINSTALL_FILES += $(PROJECT_INCLUDE) $(PROJECT_INCLUDE)/rtems/score \ PREINSTALL_FILES += $(PROJECT_INCLUDE) $(PROJECT_INCLUDE)/rtems/score \
@@ -47,7 +47,8 @@ $(REL): $(C_O_FILES) $(S_O_FILES)
test -d ../$(ARCH) || mkdir ../$(ARCH) test -d ../$(ARCH) || mkdir ../$(ARCH)
$(make-rel) $(make-rel)
all-local: $(ARCH) $(PREINSTALL_FILES) $(REL) $(ARCH)/rtems.o $(TMPINSTALL_FILES) all-local: $(ARCH) $(PREINSTALL_FILES) $(REL) $(ARCH)/rtems.o \
$(TMPINSTALL_FILES)
CLEANDIRS = ../o-optimize ../o-debug ../o-profile CLEANDIRS = ../o-optimize ../o-debug ../o-profile

View File

@@ -1,3 +1,18 @@
2000-09-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* mpc505/timer/Makefile.am, mpc505/vectors/Makefile.am,
mpc6xx/clock/Makefile.am, mpc6xx/exceptions/Makefile.am,
mpc6xx/mmu/Makefile.am, mpc6xx/timer/Makefile.am,
mpc6xx/wrapup/Makefile.am, ppc403/clock/Makefile.am,
ppc403/console/Makefile.am, ppc403/ictrl/Makefile.am,
ppc403/timer/Makefile.am, ppc403/vectors/Makefile.am,
shared/include/Makefile.am, shared/src/Makefile.am,
wrapup/Makefile.am, mpc8xx/clock/Makefile.am,
mpc8xx/console-generic/Makefile.am, mpc8xx/cpm/Makefile.am,
mpc8xx/mmu/Makefile.am, mpc8xx/timer/Makefile.am,
mpc8xx/vectors/Makefile.am, new_exception_processing/Makefile.am,
old_exception_processing/Makefile.am: Include compile.am
2000-08-11 Charles-Antoine Gauthier <charles.gauthier@nrc.ca> 2000-08-11 Charles-Antoine Gauthier <charles.gauthier@nrc.ca>
* mpc8xx/console-generic/console-generic.c: * mpc8xx/console-generic/console-generic.c:

View File

@@ -11,6 +11,7 @@ C_FILES = timer.c
timer_rel_OBJECTS = $(C_FILES:%.c=$(ARCH)/%.o) timer_rel_OBJECTS = $(C_FILES:%.c=$(ARCH)/%.o)
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../../../automake/compile.am
include $(top_srcdir)/../../../../../automake/lib.am include $(top_srcdir)/../../../../../automake/lib.am
# #

View File

@@ -16,6 +16,7 @@ S_FILES = vectors.S align_h.S
vectors_rel_OBJECTS = $(S_FILES:%.S=${ARCH}/%.o) vectors_rel_OBJECTS = $(S_FILES:%.S=${ARCH}/%.o)
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../../../automake/compile.am
include $(top_srcdir)/../../../../../automake/lib.am include $(top_srcdir)/../../../../../automake/lib.am
# #

View File

@@ -11,6 +11,7 @@ H_FILES = c_clock.h
c_clock_rel_OBJECTS = $(C_FILES:%.c=$(ARCH)/%.o) c_clock_rel_OBJECTS = $(C_FILES:%.c=$(ARCH)/%.o)
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../../../automake/compile.am
include $(top_srcdir)/../../../../../automake/lib.am include $(top_srcdir)/../../../../../automake/lib.am
$(PROJECT_INCLUDE)/libcpu: $(PROJECT_INCLUDE)/libcpu:

View File

@@ -16,6 +16,7 @@ exceptions_rel_OBJECTS = $(C_FILES:%.c=$(ARCH)/%.o) \
$(S_FILES:%.S=$(ARCH)/%.o) $(S_FILES:%.S=$(ARCH)/%.o)
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../../../automake/compile.am
include $(top_srcdir)/../../../../../automake/lib.am include $(top_srcdir)/../../../../../automake/lib.am
$(PROJECT_INCLUDE)/libcpu: $(PROJECT_INCLUDE)/libcpu:

View File

@@ -15,6 +15,7 @@ H_FILES = bat.h
mmu_rel_OBJECTS = $(C_FILES:%.c=$(ARCH)/%.o) $(S_FILES:%.S=$(ARCH)/%.o) mmu_rel_OBJECTS = $(C_FILES:%.c=$(ARCH)/%.o) $(S_FILES:%.S=$(ARCH)/%.o)
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../../../automake/compile.am
include $(top_srcdir)/../../../../../automake/lib.am include $(top_srcdir)/../../../../../automake/lib.am
$(PROJECT_INCLUDE)/libcpu: $(PROJECT_INCLUDE)/libcpu:

View File

@@ -11,6 +11,7 @@ C_FILES = timer.c
timer_rel_OBJECTS = $(C_FILES:%.c=$(ARCH)/%.o) timer_rel_OBJECTS = $(C_FILES:%.c=$(ARCH)/%.o)
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../../../automake/compile.am
include $(top_srcdir)/../../../../../automake/lib.am include $(top_srcdir)/../../../../../automake/lib.am
# #

View File

@@ -15,6 +15,7 @@ OBJS = \
LIB = $(ARCH)/libcpuspec.a LIB = $(ARCH)/libcpuspec.a
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../../../automake/compile.am
include $(top_srcdir)/../../../../../automake/lib.am include $(top_srcdir)/../../../../../automake/lib.am
# #

View File

@@ -12,14 +12,13 @@ C_FILES = clock.c
clock_rel_OBJECTS = $(C_FILES:%.c=${ARCH}/%.o) clock_rel_OBJECTS = $(C_FILES:%.c=${ARCH}/%.o)
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../../../automake/compile.am
include $(top_srcdir)/../../../../../automake/lib.am include $(top_srcdir)/../../../../../automake/lib.am
# #
# (OPTIONAL) Add local stuff here using += # (OPTIONAL) Add local stuff here using +=
# #
AM_CFLAGS = $(CFLAGS_OS_V)
$(PGM): $(clock_rel_OBJECTS) $(PGM): $(clock_rel_OBJECTS)
$(make-rel) $(make-rel)

View File

@@ -12,14 +12,13 @@ C_FILES = console-generic.c
console_generic_rel_OBJECTS = $(C_FILES:%.c=${ARCH}/%.o) console_generic_rel_OBJECTS = $(C_FILES:%.c=${ARCH}/%.o)
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../../../automake/compile.am
include $(top_srcdir)/../../../../../automake/lib.am include $(top_srcdir)/../../../../../automake/lib.am
# #
# (OPTIONAL) Add local stuff here using += # (OPTIONAL) Add local stuff here using +=
# #
AM_CFLAGS = $(CFLAGS_OS_V)
$(PGM): $(console_generic_rel_OBJECTS) $(PGM): $(console_generic_rel_OBJECTS)
$(make-rel) $(make-rel)

View File

@@ -12,14 +12,13 @@ C_FILES = cp.c dpram.c
clock_rel_OBJECTS = $(C_FILES:%.c=${ARCH}/%.o) clock_rel_OBJECTS = $(C_FILES:%.c=${ARCH}/%.o)
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../../../automake/compile.am
include $(top_srcdir)/../../../../../automake/lib.am include $(top_srcdir)/../../../../../automake/lib.am
# #
# (OPTIONAL) Add local stuff here using += # (OPTIONAL) Add local stuff here using +=
# #
AM_CFLAGS = $(CFLAGS_OS_V)
$(PGM): $(clock_rel_OBJECTS) $(PGM): $(clock_rel_OBJECTS)
$(make-rel) $(make-rel)
@@ -28,11 +27,3 @@ all-local: ${ARCH} $(PGM)
EXTRA_DIST = $(C_FILES) EXTRA_DIST = $(C_FILES)
include $(top_srcdir)/../../../../../automake/local.am include $(top_srcdir)/../../../../../automake/local.am

View File

@@ -9,10 +9,9 @@ MPC8XX_H_FILES = console.h cpm.h mmu.h
noinst_HEADERS = $(H_FILES) $(MPC8XX_H_FILES) noinst_HEADERS = $(H_FILES) $(MPC8XX_H_FILES)
PREINSTALL_FILES = \ PREINSTALL_FILES += $(PROJECT_INCLUDE)/mpc8xx \
$(PROJECT_INCLUDE)/mpc8xx \ $(H_FILES:%.h=$(PROJECT_INCLUDE)/%.h) \
$(H_FILES:%.h=$(PROJECT_INCLUDE)/%.h) \ $(MPC8XX_H_FILES:%.h=$(PROJECT_INCLUDE)/mpc8xx/%.h)
$(MPC8XX_H_FILES:%.h=$(PROJECT_INCLUDE)/mpc8xx/%.h)
$(PROJECT_INCLUDE)/mpc8xx: $(PROJECT_INCLUDE)/mpc8xx:
$(mkinstalldirs) $@ $(mkinstalldirs) $@

View File

@@ -12,14 +12,13 @@ C_FILES = mmu.c
clock_rel_OBJECTS = $(C_FILES:%.c=${ARCH}/%.o) clock_rel_OBJECTS = $(C_FILES:%.c=${ARCH}/%.o)
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../../../automake/compile.am
include $(top_srcdir)/../../../../../automake/lib.am include $(top_srcdir)/../../../../../automake/lib.am
# #
# (OPTIONAL) Add local stuff here using += # (OPTIONAL) Add local stuff here using +=
# #
AM_CFLAGS = $(CFLAGS_OS_V)
$(PGM): $(clock_rel_OBJECTS) $(PGM): $(clock_rel_OBJECTS)
$(make-rel) $(make-rel)

View File

@@ -12,14 +12,13 @@ C_FILES = timer.c
timer_rel_OBJECTS = $(C_FILES:%.c=${ARCH}/%.o) timer_rel_OBJECTS = $(C_FILES:%.c=${ARCH}/%.o)
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../../../automake/compile.am
include $(top_srcdir)/../../../../../automake/lib.am include $(top_srcdir)/../../../../../automake/lib.am
# #
# (OPTIONAL) Add local stuff here using += # (OPTIONAL) Add local stuff here using +=
# #
AM_CFLAGS = $(CFLAGS_OS_V)
$(PGM): $(timer_rel_OBJECTS) $(PGM): $(timer_rel_OBJECTS)
$(make-rel) $(make-rel)

View File

@@ -4,9 +4,10 @@
AUTOMAKE_OPTIONS = foreign 1.4 AUTOMAKE_OPTIONS = foreign 1.4
## FIXME
VPATH = @srcdir@:@srcdir@/../../ppc403/vectors VPATH = @srcdir@:@srcdir@/../../ppc403/vectors
## FIXME
PGM = ${ARCH}/vectors.rel PGM = ${ARCH}/vectors.rel
## Assembly sources ## Assembly sources
@@ -15,14 +16,13 @@ S_FILES = vectors.S align_h.S
vectors_rel_OBJECTS = $(S_FILES:%.S=${ARCH}/%.o) vectors_rel_OBJECTS = $(S_FILES:%.S=${ARCH}/%.o)
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../../../automake/compile.am
include $(top_srcdir)/../../../../../automake/lib.am include $(top_srcdir)/../../../../../automake/lib.am
# #
# (OPTIONAL) Add local stuff here using += # (OPTIONAL) Add local stuff here using +=
# #
AM_CFLAGS = $(CFLAGS_OS_V)
$(PGM): $(vectors_rel_OBJECTS) $(PGM): $(vectors_rel_OBJECTS)
$(make-rel) $(make-rel)

View File

@@ -3,7 +3,6 @@
## ##
AUTOMAKE_OPTIONS = foreign 1.4 AUTOMAKE_OPTIONS = foreign 1.4
ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal
C_FILES = cpu.c C_FILES = cpu.c
C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o) C_O_FILES = $(C_FILES:%.c=${ARCH}/%.o)
@@ -16,6 +15,7 @@ S_FILES = cpu_asm.S
S_O_FILES = $(S_FILES:%.S=${ARCH}/%.o) S_O_FILES = $(S_FILES:%.S=${ARCH}/%.o)
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../../../automake/compile.am
include $(top_srcdir)/../../../../../automake/lib.am include $(top_srcdir)/../../../../../automake/lib.am
# #

View File

@@ -3,7 +3,6 @@
## ##
AUTOMAKE_OPTIONS = foreign 1.4 AUTOMAKE_OPTIONS = foreign 1.4
ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal
# C source names # C source names
C_FILES = cpu.c C_FILES = cpu.c
@@ -18,6 +17,7 @@ S_FILES = cpu_asm.S
S_O_FILES = $(S_FILES:%.S=${ARCH}/%.o) S_O_FILES = $(S_FILES:%.S=${ARCH}/%.o)
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../../../automake/compile.am
include $(top_srcdir)/../../../../../automake/lib.am include $(top_srcdir)/../../../../../automake/lib.am
PREINSTALL_FILES += $(PROJECT_INCLUDE) $(PROJECT_INCLUDE)/rtems/score \ PREINSTALL_FILES += $(PROJECT_INCLUDE) $(PROJECT_INCLUDE)/rtems/score \
@@ -47,7 +47,8 @@ $(REL): $(C_O_FILES) $(S_O_FILES)
test -d ../$(ARCH) || mkdir ../$(ARCH) test -d ../$(ARCH) || mkdir ../$(ARCH)
$(make-rel) $(make-rel)
all-local: $(ARCH) $(PREINSTALL_FILES) $(REL) $(ARCH)/rtems.o $(TMPINSTALL_FILES) all-local: $(ARCH) $(PREINSTALL_FILES) $(REL) $(ARCH)/rtems.o \
$(TMPINSTALL_FILES)
CLEANDIRS = ../o-optimize ../o-debug ../o-profile CLEANDIRS = ../o-optimize ../o-debug ../o-profile

View File

@@ -11,6 +11,7 @@ C_FILES = clock.c
clock_rel_OBJECTS = $(C_FILES:%.c=$(ARCH)/%.o) clock_rel_OBJECTS = $(C_FILES:%.c=$(ARCH)/%.o)
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../../../automake/compile.am
include $(top_srcdir)/../../../../../automake/lib.am include $(top_srcdir)/../../../../../automake/lib.am
# #

View File

@@ -11,6 +11,7 @@ C_FILES = console.c
console_rel_OBJECTS = $(C_FILES:%.c=$(ARCH)/%.o) console_rel_OBJECTS = $(C_FILES:%.c=$(ARCH)/%.o)
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../../../automake/compile.am
include $(top_srcdir)/../../../../../automake/lib.am include $(top_srcdir)/../../../../../automake/lib.am
# #

View File

@@ -13,6 +13,7 @@ H_FILES = ictrl.h
ictrl_rel_OBJECTS = $(C_FILES:%.c=$(ARCH)/%.o) ictrl_rel_OBJECTS = $(C_FILES:%.c=$(ARCH)/%.o)
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../../../automake/compile.am
include $(top_srcdir)/../../../../../automake/lib.am include $(top_srcdir)/../../../../../automake/lib.am
$(PROJECT_INCLUDE): $(PROJECT_INCLUDE):

View File

@@ -11,6 +11,7 @@ C_FILES = timer.c
timer_rel_OBJECTS = $(C_FILES:%.c=$(ARCH)/%.o) timer_rel_OBJECTS = $(C_FILES:%.c=$(ARCH)/%.o)
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../../../automake/compile.am
include $(top_srcdir)/../../../../../automake/lib.am include $(top_srcdir)/../../../../../automake/lib.am
# #

View File

@@ -12,6 +12,7 @@ S_FILES = vectors.S align_h.S
vectors_rel_OBJECTS = $(S_FILES:%.S=${ARCH}/%.o) vectors_rel_OBJECTS = $(S_FILES:%.S=${ARCH}/%.o)
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../../../automake/compile.am
include $(top_srcdir)/../../../../../automake/lib.am include $(top_srcdir)/../../../../../automake/lib.am
# #

View File

@@ -12,6 +12,7 @@ H_FILES = cpu.h spr.h io.h mmu.h page.h byteorder.h pgtable.h
OBJS = $(C_O_FILES) OBJS = $(C_O_FILES)
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../../../automake/compile.am
include $(top_srcdir)/../../../../../automake/lib.am include $(top_srcdir)/../../../../../automake/lib.am
LIB = $(ARCH)/libcpuspec.a LIB = $(ARCH)/libcpuspec.a

View File

@@ -3,7 +3,6 @@
## ##
AUTOMAKE_OPTIONS = foreign 1.4 AUTOMAKE_OPTIONS = foreign 1.4
ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal
VPATH = @srcdir@:@srcdir@/../../../shared/src VPATH = @srcdir@:@srcdir@/../../../shared/src
@@ -16,6 +15,7 @@ INSTALLED_H_FILES =
OBJS = $(C_O_FILES) OBJS = $(C_O_FILES)
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../../../automake/compile.am
include $(top_srcdir)/../../../../../automake/lib.am include $(top_srcdir)/../../../../../automake/lib.am
AM_CPPFLAGS += -I$(srcdir) AM_CPPFLAGS += -I$(srcdir)
@@ -29,7 +29,8 @@ $(PROJECT_INCLUDE)/libcpu/%.h: %.h
$(PROJECT_INCLUDE)/libcpu/cache.h: $(top_srcdir)/../shared/include/cache.h $(PROJECT_INCLUDE)/libcpu/cache.h: $(top_srcdir)/../shared/include/cache.h
$(INSTALL_DATA) $< $@ $(INSTALL_DATA) $< $@
PREINSTALL_FILES += $(PROJECT_INCLUDE)/libcpu $(PROJECT_INCLUDE)/libcpu/cache.h PREINSTALL_FILES += $(PROJECT_INCLUDE)/libcpu \
$(PROJECT_INCLUDE)/libcpu/cache.h
all-local: $(ARCH) $(PREINSTALL_FILES) $(OBJS) all-local: $(ARCH) $(PREINSTALL_FILES) $(OBJS)

View File

@@ -10,14 +10,12 @@ GENERIC_FILES = shared
# So far FAMILY_OBJS is empty and ar dislike it... # So far FAMILY_OBJS is empty and ar dislike it...
CPU_SPECIFIC_OBJS = $(wildcard ../$(RTEMS_CPU_MODEL)/*/$(ARCH)/*.o) CPU_SPECIFIC_OBJS = $(wildcard ../$(RTEMS_CPU_MODEL)/*/$(ARCH)/*.o)
FAMILY_OBJS = \ FAMILY_OBJS = \
$(wildcard ../shared/$(ARCH)/*.o ../shared/*/$(ARCH)/*.o \ $(wildcard ../shared/$(ARCH)/*.o ../shared/*/$(ARCH)/*.o ../old_exception_processing/*/$(ARCH)/*.o ../new_exception_processing/*/$(ARCH)/*.o ../mpc6xx/*/$(ARCH)/*.o)
../old_exception_processing/*/$(ARCH)/*.o \
../new_exception_processing/*/$(ARCH)/*.o \
../mpc6xx/*/$(ARCH)/*.o)
LIB = $(ARCH)/libcpu.a LIB = $(ARCH)/libcpu.a
include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
include $(top_srcdir)/../../../../../automake/compile.am
include $(top_srcdir)/../../../../../automake/lib.am include $(top_srcdir)/../../../../../automake/lib.am
# #