forked from Imagelibrary/rtems
2004-01-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* clock/Makefile.am: Remove bogus EXTRA_DIST. * gdbsci/Makefile.am: Remove bogus EXTRA_DIST. * wrapup/Makefile.am: Reflect changes to libcpu.
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
2004-01-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* clock/Makefile.am: Remove bogus EXTRA_DIST.
|
||||
* gdbsci/Makefile.am: Remove bogus 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.
|
||||
|
||||
@@ -25,6 +25,4 @@ all-local: $(OBJS) $(PGM)
|
||||
|
||||
.PRECIOUS: $(PGM)
|
||||
|
||||
EXTRA_DIST = ckinit.c
|
||||
|
||||
include $(top_srcdir)/../../../../automake/local.am
|
||||
|
||||
@@ -23,6 +23,4 @@ all-local: $(OBJS) $(PGM)
|
||||
|
||||
.PRECIOUS: $(PGM)
|
||||
|
||||
EXTRA_DIST = sci.c
|
||||
|
||||
include $(top_srcdir)/../../../../automake/local.am
|
||||
|
||||
@@ -12,7 +12,7 @@ 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)) \
|
||||
$(foreach piece, $(CPU_PIECES), \
|
||||
../../../../libcpu/$(RTEMS_CPU)/$(RTEMS_CPU_MODEL)/$(ARCH)/$(piece).rel)
|
||||
../../../../libcpu/@RTEMS_CPU@/@RTEMS_CPU_MODEL@/$(piece)$(LIB_VARIANT).rel)
|
||||
|
||||
$(ARCH)/libbsp.a: ${OBJS}
|
||||
$(make-library)
|
||||
|
||||
Reference in New Issue
Block a user