2004-01-20 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* Makefile.am: Remove non-existing file "times" from EXTRA_DIST.
	* startup/Makefile.am: Remove non-existing files setvec.c,
	bspclean.c, exit.c from EXTRA_DIST.
	* timer/Makefile.am: Remove non-existing file timer.c from EXTRA_DIST.
	* wrapup/Makefile.am: Reflect changes to libcpu.
This commit is contained in:
Ralf Corsepius
2004-01-20 03:03:47 +00:00
parent 3cdac3ee9e
commit e78e7be463
5 changed files with 11 additions and 11 deletions
+8
View File
@@ -1,3 +1,11 @@
2004-01-20 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Remove non-existing file "times" from EXTRA_DIST.
* startup/Makefile.am: Remove non-existing files setvec.c,
bspclean.c, exit.c from EXTRA_DIST.
* timer/Makefile.am: Remove non-existing file timer.c from EXTRA_DIST.
* wrapup/Makefile.am: Reflect changes to libcpu.
2004-01-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
@@ -13,8 +13,6 @@ SUBDIRS = . startup clock console timer wrapup
nodist_include_HEADERS += $(top_srcdir)/../../shared/include/coverhd.h
EXTRA_DIST = times
S_FILES = start/start.S
$(ARCH)/%$(LIB_VARIANT).$(OBJEXT): start/start.S $(ARCH)/$(dirstamp)
$(CCASCOMPILE) -DASM -o $@ -c $<
@@ -29,7 +29,7 @@ project_lib_DATA = linkcmds
all-local: $(PGM) $(TMPINSTALL_FILES)
EXTRA_DIST = bspclean.c bspstart.c exit.c linkcmds setvec.c
EXTRA_DIST = bspstart.c linkcmds
TMPINSTALL_FILES =
@@ -27,6 +27,4 @@ all-local: $(OBJS) $(PGM)
.PRECIOUS: $(PGM)
EXTRA_DIST = timer.c
include $(top_srcdir)/../../../../automake/local.am
@@ -9,12 +9,8 @@ include $(top_srcdir)/../../../../automake/lib.am
# bummer; have to use $foreach since % pattern subst rules only replace 1x
OBJS = $(foreach piece, $(BSP_FILES), ../$(piece)/$(ARCH)/*.$(OBJEXT)) \
$(wildcard \
../../../../libcpu/$(RTEMS_CPU)/$(RTEMS_CPU_MODEL)/$(ARCH)/*.$(OBJEXT)) \
$(wildcard \
../../../../libcpu/$(RTEMS_CPU)/shared/misc/$(ARCH)/*.$(OBJEXT)) \
$(foreach piece, $(GENERIC_FILES), \
../../../$(piece)/$(ARCH)/$(piece).rel)
../../../../libcpu/$(RTEMS_CPU)/shared/cache$(LIB_VARIANT).rel \
../../../../libcpu/$(RTEMS_CPU)/shared/misc$(LIB_VARIANT).rel
$(ARCH)/libbsp.a: ${OBJS}
$(make-library)