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

* Makefile.am: Remove non-existing times from EXTRA_DIST.
	* start/Makefile.am: Remove non-existing cpuboot.c from EXTRA_DIST.
	* wrapup/Makefile.am: Reflect changes to libcpu.
This commit is contained in:
Ralf Corsepius
2004-01-20 03:03:42 +00:00
parent c880dc8981
commit 3cdac3ee9e
4 changed files with 9 additions and 5 deletions

View File

@@ -1,3 +1,9 @@
2004-01-20 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Remove non-existing times from EXTRA_DIST.
* start/Makefile.am: Remove non-existing cpuboot.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.

View File

@@ -18,8 +18,6 @@ include_HEADERS += include/coverhd.h
all-local: $(PREINSTALL_FILES)
EXTRA_DIST = times
$(PROJECT_INCLUDE)/bare.h: include/bare.h $(PROJECT_INCLUDE)/$(dirstamp)
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/bare.h
PREINSTALL_FILES += $(PROJECT_INCLUDE)/bare.h

View File

@@ -31,7 +31,7 @@ $(ARCH)/start.$(OBJEXT): $(OBJS)
all-local: $(TMPINSTALL_FILES)
EXTRA_DIST = cpuboot.c debugreset.S reset.S
EXTRA_DIST = debugreset.S reset.S
TMPINSTALL_FILES =

View File

@@ -6,8 +6,8 @@ BSP_PIECES = startup clock console timer
# bummer; have to use $foreach since % pattern subst rules only replace 1x
OBJS = $(foreach piece, $(BSP_PIECES), ../$(piece)/$(ARCH)/*.$(OBJEXT)) \
$(wildcard \
../../../../libcpu/$(RTEMS_CPU)/shared/misc/$(ARCH)/*.$(OBJEXT))
../../../../libcpu/$(RTEMS_CPU)/shared/cache$(LIB_VARIANT).rel \
../../../../libcpu/$(RTEMS_CPU)/shared/misc$(LIB_VARIANT).rel
include $(top_srcdir)/../../../../automake/compile.am
include $(top_srcdir)/../../../../automake/lib.am