forked from Imagelibrary/rtems
2003-12-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* wrapup/Makefile.am: Remove GENERIC_FILES.
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
2003-12-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
|
* wrapup/Makefile.am: Remove GENERIC_FILES.
|
||||||
|
|
||||||
2003-12-13 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
2003-12-13 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
* start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
|
* start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
|
||||||
|
|||||||
@@ -2,11 +2,6 @@
|
|||||||
## $Id$
|
## $Id$
|
||||||
##
|
##
|
||||||
|
|
||||||
if HAS_MP
|
|
||||||
GENERIC_MP_REL_FILES = shmdr
|
|
||||||
endif
|
|
||||||
GENERIC_FILES = $(GENERIC_MP_REL_FILES)
|
|
||||||
|
|
||||||
if HAS_MP
|
if HAS_MP
|
||||||
BSP_MP_O_FILES = shmsupp
|
BSP_MP_O_FILES = shmsupp
|
||||||
endif
|
endif
|
||||||
@@ -18,16 +13,10 @@ include $(top_srcdir)/../../../../automake/lib.am
|
|||||||
# bummer; have to use $foreach since % pattern subst rules only replace 1x
|
# bummer; have to use $foreach since % pattern subst rules only replace 1x
|
||||||
OBJS = $(foreach piece, $(BSP_FILES), ../$(piece)/$(ARCH)/*.$(OBJEXT)) \
|
OBJS = $(foreach piece, $(BSP_FILES), ../$(piece)/$(ARCH)/*.$(OBJEXT)) \
|
||||||
$(wildcard \
|
$(wildcard \
|
||||||
../../../../libcpu/$(RTEMS_CPU)/$(RTEMS_CPU_MODEL)/$(ARCH)/*.$(OBJEXT)) \
|
../../../../libcpu/$(RTEMS_CPU)/$(RTEMS_CPU_MODEL)/$(ARCH)/*.$(OBJEXT))
|
||||||
$(foreach piece, $(GENERIC_FILES), \
|
|
||||||
../../../$(piece)/$(ARCH)/$(piece).rel)
|
|
||||||
|
|
||||||
LIB = $(ARCH)/libbsp.a
|
LIB = $(ARCH)/libbsp.a
|
||||||
|
|
||||||
#
|
|
||||||
# (OPTIONAL) Add local stuff here using +=
|
|
||||||
#
|
|
||||||
|
|
||||||
$(LIB): ${OBJS}
|
$(LIB): ${OBJS}
|
||||||
$(make-library)
|
$(make-library)
|
||||||
|
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
2003-12-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
|
* wrapup/Makefile.am: Remove GENERIC_FILES.
|
||||||
|
|
||||||
2003-12-13 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
2003-12-13 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
* start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
|
* start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
|
||||||
|
|||||||
@@ -5,11 +5,6 @@
|
|||||||
include $(top_srcdir)/../../../../automake/compile.am
|
include $(top_srcdir)/../../../../automake/compile.am
|
||||||
include $(top_srcdir)/../../../../automake/lib.am
|
include $(top_srcdir)/../../../../automake/lib.am
|
||||||
|
|
||||||
if HAS_MP
|
|
||||||
GENERIC_MP_REL_PIECES = shmdr
|
|
||||||
endif
|
|
||||||
GENERIC_PIECES = $(GENERIC_MP_REL_PIECES)
|
|
||||||
|
|
||||||
if HAS_MP
|
if HAS_MP
|
||||||
BSP_MP_O_PIECES = shmsupp
|
BSP_MP_O_PIECES = shmsupp
|
||||||
endif
|
endif
|
||||||
@@ -17,15 +12,9 @@ BSP_PIECES = startup clock console timer $(BSP_MP_O_PIECES)
|
|||||||
|
|
||||||
# bummer; have to use $foreach since % pattern subst rules only replace 1x
|
# bummer; have to use $foreach since % pattern subst rules only replace 1x
|
||||||
OBJS = $(foreach piece, $(BSP_PIECES), ../$(piece)/$(ARCH)/*.$(OBJEXT)) \
|
OBJS = $(foreach piece, $(BSP_PIECES), ../$(piece)/$(ARCH)/*.$(OBJEXT)) \
|
||||||
$(wildcard ../../../../libcpu/$(RTEMS_CPU)/shared/*/$(ARCH)/*.$(OBJEXT)) \
|
$(wildcard ../../../../libcpu/$(RTEMS_CPU)/shared/*/$(ARCH)/*.$(OBJEXT))
|
||||||
$(foreach piece, $(GENERIC_PIECES), \
|
|
||||||
../../../$(piece)/$(ARCH)/$(piece).rel)
|
|
||||||
LIB = $(ARCH)/libbsp.a
|
LIB = $(ARCH)/libbsp.a
|
||||||
|
|
||||||
#
|
|
||||||
# (OPTIONAL) Add local stuff here using +=
|
|
||||||
#
|
|
||||||
|
|
||||||
$(LIB): $(OBJS)
|
$(LIB): $(OBJS)
|
||||||
$(make-library)
|
$(make-library)
|
||||||
|
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
2003-12-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
|
* wrapup/Makefile.am: Remove GENERIC_FILES.
|
||||||
|
|
||||||
2003-12-13 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
2003-12-13 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
* start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
|
* start/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
|
||||||
|
|||||||
@@ -5,11 +5,6 @@
|
|||||||
include $(top_srcdir)/../../../../automake/compile.am
|
include $(top_srcdir)/../../../../automake/compile.am
|
||||||
include $(top_srcdir)/../../../../automake/lib.am
|
include $(top_srcdir)/../../../../automake/lib.am
|
||||||
|
|
||||||
if HAS_MP
|
|
||||||
GENERIC_MP_REL_PIECES = shmdr
|
|
||||||
endif
|
|
||||||
GENERIC_PIECES = $(GENERIC_MP_REL_PIECES)
|
|
||||||
|
|
||||||
if HAS_MP
|
if HAS_MP
|
||||||
BSP_MP_O_PIECES = shmsupp
|
BSP_MP_O_PIECES = shmsupp
|
||||||
endif
|
endif
|
||||||
@@ -17,15 +12,9 @@ BSP_PIECES = startup clock console timer $(BSP_MP_O_PIECES)
|
|||||||
|
|
||||||
# bummer; have to use $foreach since % pattern subst rules only replace 1x
|
# bummer; have to use $foreach since % pattern subst rules only replace 1x
|
||||||
OBJS = $(foreach piece, $(BSP_PIECES), ../$(piece)/$(ARCH)/*.$(OBJEXT)) \
|
OBJS = $(foreach piece, $(BSP_PIECES), ../$(piece)/$(ARCH)/*.$(OBJEXT)) \
|
||||||
$(wildcard ../../../../libcpu/$(RTEMS_CPU)/shared/*/$(ARCH)/*.$(OBJEXT)) \
|
$(wildcard ../../../../libcpu/$(RTEMS_CPU)/shared/*/$(ARCH)/*.$(OBJEXT))
|
||||||
$(foreach piece, $(GENERIC_PIECES), \
|
|
||||||
../../../$(piece)/$(ARCH)/$(piece).rel)
|
|
||||||
LIB = $(ARCH)/libbsp.a
|
LIB = $(ARCH)/libbsp.a
|
||||||
|
|
||||||
#
|
|
||||||
# (OPTIONAL) Add local stuff here using +=
|
|
||||||
#
|
|
||||||
|
|
||||||
$(LIB): $(OBJS)
|
$(LIB): $(OBJS)
|
||||||
$(make-library)
|
$(make-library)
|
||||||
|
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
2003-12-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
|
* wrapup/Makefile.am: Remove GENERIC_FILES.
|
||||||
|
|
||||||
2003-12-13 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
2003-12-13 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
* startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
|
* startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
|
||||||
|
|||||||
@@ -2,30 +2,19 @@
|
|||||||
## $Id$
|
## $Id$
|
||||||
##
|
##
|
||||||
|
|
||||||
if HAS_MP
|
|
||||||
GENERIC_MP_REL_FILES = shmdr
|
|
||||||
endif
|
|
||||||
GENERIC_FILES = $(GENERIC_MP_REL_FILES)
|
|
||||||
|
|
||||||
if HAS_MP
|
if HAS_MP
|
||||||
BSP_MP_O_FILES = shmsupp
|
BSP_MP_O_FILES = shmsupp
|
||||||
endif
|
endif
|
||||||
BSP_FILES = startup clock console timer $(BSP_MP_O_FILES)
|
BSP_FILES = startup clock console timer $(BSP_MP_O_FILES)
|
||||||
|
|
||||||
# bummer; have to use $foreach since % pattern subst rules only replace 1x
|
# bummer; have to use $foreach since % pattern subst rules only replace 1x
|
||||||
OBJS = $(foreach piece, $(BSP_FILES), ../$(piece)/$(ARCH)/*.$(OBJEXT)) \
|
OBJS = $(foreach piece, $(BSP_FILES), ../$(piece)/$(ARCH)/*.$(OBJEXT))
|
||||||
$(foreach piece, $(GENERIC_FILES), \
|
|
||||||
../../../$(piece)/$(ARCH)/$(piece).rel)
|
|
||||||
|
|
||||||
LIB = $(ARCH)/libbsp.a
|
LIB = $(ARCH)/libbsp.a
|
||||||
|
|
||||||
include $(top_srcdir)/../../../../automake/compile.am
|
include $(top_srcdir)/../../../../automake/compile.am
|
||||||
include $(top_srcdir)/../../../../automake/lib.am
|
include $(top_srcdir)/../../../../automake/lib.am
|
||||||
|
|
||||||
#
|
|
||||||
# (OPTIONAL) Add local stuff here using +=
|
|
||||||
#
|
|
||||||
|
|
||||||
$(LIB): $(OBJS)
|
$(LIB): $(OBJS)
|
||||||
$(make-library)
|
$(make-library)
|
||||||
|
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
2003-12-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
|
* wrapup/Makefile.am: Remove GENERIC_FILES.
|
||||||
|
|
||||||
2003-12-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
2003-12-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
* startup/linkcmds: Remove SEARCH_DIR.
|
* startup/linkcmds: Remove SEARCH_DIR.
|
||||||
|
|||||||
@@ -5,11 +5,6 @@
|
|||||||
include $(top_srcdir)/../../../../automake/compile.am
|
include $(top_srcdir)/../../../../automake/compile.am
|
||||||
include $(top_srcdir)/../../../../automake/lib.am
|
include $(top_srcdir)/../../../../automake/lib.am
|
||||||
|
|
||||||
if HAS_MP
|
|
||||||
GENERIC_MP_REL_PIECES = shmdr
|
|
||||||
endif
|
|
||||||
GENERIC_PIECES = $(GENERIC_MP_REL_PIECES)
|
|
||||||
|
|
||||||
if HAS_MP
|
if HAS_MP
|
||||||
BSP_MP_O_PIECES = shmsupp
|
BSP_MP_O_PIECES = shmsupp
|
||||||
endif
|
endif
|
||||||
@@ -17,14 +12,9 @@ BSP_PIECES = startup clock console timer vectors $(BSP_MP_O_PIECES)
|
|||||||
|
|
||||||
# bummer; have to use $foreach since % pattern subst rules only replace 1x
|
# bummer; have to use $foreach since % pattern subst rules only replace 1x
|
||||||
OBJS = $(foreach piece, $(BSP_PIECES), ../$(piece)/$(ARCH)/*.$(OBJEXT)) \
|
OBJS = $(foreach piece, $(BSP_PIECES), ../$(piece)/$(ARCH)/*.$(OBJEXT)) \
|
||||||
../@exceptions@/$(ARCH)/rtems-cpu.rel $(foreach piece, \
|
../@exceptions@/$(ARCH)/rtems-cpu.rel
|
||||||
$(GENERIC_PIECES), ../../../$(piece)/$(ARCH)/$(piece).rel)
|
|
||||||
LIB = $(ARCH)/libbsp.a
|
LIB = $(ARCH)/libbsp.a
|
||||||
|
|
||||||
#
|
|
||||||
# (OPTIONAL) Add local stuff here using +=
|
|
||||||
#
|
|
||||||
|
|
||||||
$(LIB): $(OBJS)
|
$(LIB): $(OBJS)
|
||||||
$(make-library)
|
$(make-library)
|
||||||
|
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
2003-12-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
|
* wrapup/Makefile.am: Remove GENERIC_FILES.
|
||||||
|
|
||||||
2003-12-13 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
2003-12-13 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
* startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
|
* startup/Makefile.am: s,${PROJECT_RELEASE}/lib,$(PROJECT_LIB),g.
|
||||||
|
|||||||
@@ -10,23 +10,10 @@ BSP_MP_O_FILES = shmsupp
|
|||||||
endif
|
endif
|
||||||
BSP_FILES = startup clock console timer $(BSP_MP_O_FILES)
|
BSP_FILES = startup clock console timer $(BSP_MP_O_FILES)
|
||||||
|
|
||||||
# pieces to pick up out of libcpu/unix
|
|
||||||
|
|
||||||
if HAS_MP
|
|
||||||
GENERIC_MP_REL_FILES = shmdr
|
|
||||||
endif
|
|
||||||
GENERIC_FILES = $(GENERIC_MP_REL_FILES)
|
|
||||||
|
|
||||||
# bummer; have to use $foreach since % pattern subst rules only replace 1x
|
# bummer; have to use $foreach since % pattern subst rules only replace 1x
|
||||||
OBJS = $(foreach piece, $(BSP_FILES), ../$(piece)/$(ARCH)/*.$(OBJEXT)) \
|
OBJS = $(foreach piece, $(BSP_FILES), ../$(piece)/$(ARCH)/*.$(OBJEXT))
|
||||||
$(foreach piece, $(GENERIC_FILES), \
|
|
||||||
../../../$(piece)/$(ARCH)/$(piece).rel)
|
|
||||||
LIB = $(ARCH)/libbsp.a
|
LIB = $(ARCH)/libbsp.a
|
||||||
|
|
||||||
#
|
|
||||||
# (OPTIONAL) Add local stuff here using +=
|
|
||||||
#
|
|
||||||
|
|
||||||
$(LIB): $(OBJS)
|
$(LIB): $(OBJS)
|
||||||
$(make-library)
|
$(make-library)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user