Changeset 6411947 in rtems
- Timestamp:
- 01/05/04 06:14:08 (20 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 356d53f
- Parents:
- 14b7d360
- Location:
- c/src/lib/libbsp
- Files:
-
- 104 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/arm/arm_bare_bsp/ChangeLog
r14b7d360 r6411947 1 2004-01-05 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * wrapup/Makefile.am: Eliminate $(LIB). 4 Use noinst_DATA to trigger building libbsp.a. 5 1 6 2003-12-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 7 -
c/src/lib/libbsp/arm/arm_bare_bsp/wrapup/Makefile.am
r14b7d360 r6411947 7 7 # bummer; have to use $foreach since % pattern subst rules only replace 1x 8 8 OBJS = $(foreach piece, $(BSP_PIECES), ../$(piece)/$(ARCH)/*.$(OBJEXT)) 9 LIB = $(ARCH)/libbsp.a10 9 11 10 include $(top_srcdir)/../../../../automake/compile.am 12 11 include $(top_srcdir)/../../../../automake/lib.am 13 12 14 # 15 # (OPTIONAL) Add local stuff here using += 16 # 17 18 $(LIB): $(OBJS) 13 $(ARCH)/libbsp.a: $(OBJS) 19 14 $(make-library) 20 15 21 all-local: $(LIB) 16 noinst_DATA = $(ARCH)/libbsp.a 22 17 23 18 include $(top_srcdir)/../../../../automake/local.am -
c/src/lib/libbsp/arm/armulator/ChangeLog
r14b7d360 r6411947 1 2004-01-05 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * wrapup/Makefile.am: Eliminate $(LIB). 4 Use noinst_DATA to trigger building libbsp.a. 5 1 6 2003-12-13 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 7 -
c/src/lib/libbsp/arm/armulator/wrapup/Makefile.am
r14b7d360 r6411947 15 15 ../../../$(piece)/$(ARCH)/$(piece).rel) 16 16 17 LIB = $(ARCH)/libbsp.a 18 19 # 20 # (OPTIONAL) Add local stuff here using += 21 # 22 23 $(LIB): ${OBJS} 17 $(ARCH)/libbsp.a: ${OBJS} 24 18 $(make-library) 25 19 26 all-local: $(LIB) 20 noinst_DATA = $(ARCH)/libbsp.a 27 21 28 22 include $(top_srcdir)/../../../../automake/local.am -
c/src/lib/libbsp/arm/edb7312/ChangeLog
r14b7d360 r6411947 1 2004-01-05 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * wrapup/Makefile.am: Eliminate $(LIB). 4 Use noinst_DATA to trigger building libbsp.a. 5 1 6 2003-12-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 7 -
c/src/lib/libbsp/arm/edb7312/wrapup/Makefile.am
r14b7d360 r6411947 10 10 $(wildcard \ 11 11 ../../../../libcpu/$(RTEMS_CPU)/$(RTEMS_CPU_MODEL)/*/$(ARCH)/*.$(OBJEXT)) 12 LIB = $(ARCH)/libbsp.a13 12 14 13 include $(top_srcdir)/../../../../automake/compile.am 15 14 include $(top_srcdir)/../../../../automake/lib.am 16 15 17 # 18 # (OPTIONAL) Add local stuff here using += 19 # 20 21 $(LIB): ${OBJS} 16 $(ARCH)/libbsp.a: ${OBJS} 22 17 $(make-library) 23 18 24 all-local: $(LIB) 19 noinst_DATA = $(ARCH)/libbsp.a 25 20 26 21 include $(top_srcdir)/../../../../automake/local.am -
c/src/lib/libbsp/arm/vegaplus/ChangeLog
r14b7d360 r6411947 1 2004-01-05 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * wrapup/Makefile.am: Eliminate $(LIB). 4 Use noinst_DATA to trigger building libbsp.a. 5 1 6 2003-12-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 7 -
c/src/lib/libbsp/arm/vegaplus/wrapup/Makefile.am
r14b7d360 r6411947 15 15 ../../../$(piece)/$(ARCH)/$(piece).rel) 16 16 17 LIB = $(ARCH)/libbsp.a 18 19 # 20 # (OPTIONAL) Add local stuff here using += 21 # 22 23 $(LIB): ${OBJS} 17 $(ARCH)/libbsp.a: ${OBJS} 24 18 $(make-library) 25 19 26 all-local: $(LIB) 20 noinst_DATA = $(ARCH)/libbsp.a 27 21 28 22 include $(top_srcdir)/../../../../automake/local.am -
c/src/lib/libbsp/c4x/c4xsim/ChangeLog
r14b7d360 r6411947 1 2004-01-05 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * wrapup/Makefile.am: Eliminate $(LIB). 4 Use noinst_DATA to trigger building libbsp.a. 5 1 6 2003-12-13 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 7 -
c/src/lib/libbsp/c4x/c4xsim/wrapup/Makefile.am
r14b7d360 r6411947 11 11 $(foreach piece, $(CPU_PIECES), \ 12 12 ../../../../libcpu/$(RTEMS_CPU)/$(piece)/$(ARCH)/$(piece).rel) 13 LIB = $(ARCH)/libbsp.a14 13 15 14 include $(top_srcdir)/../../../../automake/compile.am 16 15 include $(top_srcdir)/../../../../automake/lib.am 17 16 18 # 19 # (OPTIONAL) Add local stuff here using += 20 # 21 22 $(LIB): $(OBJS) 17 $(ARCH)/libbsp.a: $(OBJS) 23 18 $(make-library) 24 19 25 all-local: $(LIB) 20 noinst_DATA = $(ARCH)/libbsp.a 26 21 27 22 include $(top_srcdir)/../../../../automake/local.am -
c/src/lib/libbsp/h8300/h8sim/ChangeLog
r14b7d360 r6411947 1 2004-01-05 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * wrapup/Makefile.am: Eliminate $(LIB). 4 Use noinst_DATA to trigger building libbsp.a. 5 1 6 2003-12-13 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 7 -
c/src/lib/libbsp/h8300/h8sim/wrapup/Makefile.am
r14b7d360 r6411947 13 13 ../../../$(piece)/$(ARCH)/$(piece).rel) 14 14 15 LIB = $(ARCH)/libbsp.a 16 17 # 18 # (OPTIONAL) Add local stuff here using += 19 # 20 21 $(LIB): ${OBJS} 15 $(ARCH)/libbsp.a: ${OBJS} 22 16 $(make-library) 23 17 24 all-local: $(LIB) 18 noinst_DATA = $(ARCH)/libbsp.a 25 19 26 20 include $(top_srcdir)/../../../../automake/local.am -
c/src/lib/libbsp/i386/i386ex/ChangeLog
r14b7d360 r6411947 1 2004-01-05 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * wrapup/Makefile.am: Eliminate $(LIB). 4 Use noinst_DATA to trigger building libbsp.a. 5 1 6 2003-12-13 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 7 -
c/src/lib/libbsp/i386/i386ex/wrapup/Makefile.am
r14b7d360 r6411947 14 14 OBJS = $(foreach piece, $(BSP_FILES), ../$(piece)/$(ARCH)/*.$(OBJEXT)) \ 15 15 $(wildcard ../../../../libcpu/i386/$(ARCH)/*.$(OBJEXT)) 16 LIB = $(ARCH)/libbsp.a17 16 18 17 include $(top_srcdir)/../../../../automake/compile.am 19 18 include $(top_srcdir)/../../../../automake/lib.am 20 19 21 # 22 # (OPTIONAL) Add local stuff here using += 23 # 24 25 $(LIB): $(OBJS) 20 $(ARCH)/libbsp.a: $(OBJS) 26 21 $(make-library) 27 22 28 all-local: $(LIB) 23 noinst_DATA = $(ARCH)/libbsp.a 29 24 30 25 include $(top_srcdir)/../../../../automake/local.am -
c/src/lib/libbsp/i386/pc386/ChangeLog
r14b7d360 r6411947 1 2004-01-05 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * wrapup/Makefile.am: Eliminate $(LIB). 4 Use noinst_DATA to trigger building libbsp.a. 5 1 6 2003-12-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 7 -
c/src/lib/libbsp/i386/pc386/wrapup/Makefile.am
r14b7d360 r6411947 14 14 OBJS = $(foreach piece, $(BSP_FILES), ../$(piece)/$(ARCH)/*.$(OBJEXT)) \ 15 15 $(wildcard ../../../../libcpu/i386/$(ARCH)/*.$(OBJEXT)) 16 LIB = $(ARCH)/libbsp.a17 16 18 17 include $(top_srcdir)/../../../../automake/compile.am 19 18 include $(top_srcdir)/../../../../automake/lib.am 20 19 21 # 22 # (OPTIONAL) Add local stuff here using += 23 # 24 25 $(LIB): $(OBJS) 20 $(ARCH)/libbsp.a: $(OBJS) 26 21 $(make-library) 27 22 28 all-local: $(LIB) 23 noinst_DATA = $(ARCH)/libbsp.a 29 24 30 25 include $(top_srcdir)/../../../../automake/local.am -
c/src/lib/libbsp/i386/ts_386ex/ChangeLog
r14b7d360 r6411947 1 2004-01-05 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * wrapup/Makefile.am: Eliminate $(LIB). 4 Use noinst_DATA to trigger building libbsp.a. 5 1 6 2003-12-13 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 7 -
c/src/lib/libbsp/i386/ts_386ex/wrapup/Makefile.am
r14b7d360 r6411947 14 14 OBJS = $(foreach piece, $(BSP_FILES), ../$(piece)/$(ARCH)/*.$(OBJEXT)) \ 15 15 $(wildcard ../../../../libcpu/i386/$(ARCH)/*.$(OBJEXT)) 16 LIB = $(ARCH)/libbsp.a17 16 18 17 include $(top_srcdir)/../../../../automake/compile.am 19 18 include $(top_srcdir)/../../../../automake/lib.am 20 19 21 # 22 # (OPTIONAL) Add local stuff here using += 23 # 24 25 $(LIB): $(OBJS) 20 $(ARCH)/libbsp.a: $(OBJS) 26 21 $(make-library) 27 22 28 all-local: $(LIB) 23 noinst_DATA = $(ARCH)/libbsp.a 29 24 30 25 include $(top_srcdir)/../../../../automake/local.am -
c/src/lib/libbsp/i960/cvme961/ChangeLog
r14b7d360 r6411947 1 2004-01-05 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * wrapup/Makefile.am: Eliminate $(LIB). 4 Use noinst_DATA to trigger building libbsp.a. 5 1 6 2003-12-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 7 -
c/src/lib/libbsp/i960/cvme961/wrapup/Makefile.am
r14b7d360 r6411947 16 16 ../../../../libcpu/$(RTEMS_CPU)/$(RTEMS_CPU_MODEL)/$(ARCH)/*.$(OBJEXT)) 17 17 18 LIB = $(ARCH)/libbsp.a 19 20 $(LIB): ${OBJS} 18 $(ARCH)/libbsp.a: ${OBJS} 21 19 $(make-library) 22 20 23 all-local: $(LIB) 21 noinst_DATA = $(ARCH)/libbsp.a 24 22 25 23 include $(top_srcdir)/../../../../automake/local.am -
c/src/lib/libbsp/i960/i960sim/ChangeLog
r14b7d360 r6411947 1 2004-01-05 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * wrapup/Makefile.am: Eliminate $(LIB). 4 Use noinst_DATA to trigger building libbsp.a. 5 1 6 2003-12-13 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 7 -
c/src/lib/libbsp/i960/i960sim/wrapup/Makefile.am
r14b7d360 r6411947 15 15 ../../../$(piece)/$(ARCH)/$(piece).rel) 16 16 17 LIB = $(ARCH)/libbsp.a 18 19 # 20 # (OPTIONAL) Add local stuff here using += 21 # 22 23 $(LIB): ${OBJS} 17 $(ARCH)/libbsp.a: ${OBJS} 24 18 $(make-library) 25 19 26 all-local: $(LIB) 20 noinst_DATA = $(ARCH)/libbsp.a 27 21 28 22 include $(top_srcdir)/../../../../automake/local.am -
c/src/lib/libbsp/i960/rxgen960/ChangeLog
r14b7d360 r6411947 1 2004-01-05 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * wrapup/Makefile.am: Eliminate $(LIB). 4 Use noinst_DATA to trigger building libbsp.a. 5 1 6 2003-12-13 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 7 -
c/src/lib/libbsp/i960/rxgen960/wrapup/Makefile.am
r14b7d360 r6411947 12 12 $(wildcard \ 13 13 ../../../../libcpu/$(RTEMS_CPU)/$(RTEMS_CPU_MODEL)/$(ARCH)/*.$(OBJEXT)) 14 LIB = $(ARCH)/libbsp.a15 14 16 # 17 # (OPTIONAL) Add local stuff here using += 18 # 19 20 $(LIB): $(OBJS) 15 $(ARCH)/libbsp.a: $(OBJS) 21 16 $(make-library) 22 17 23 all-local: $(LIB) 18 noinst_DATA = $(ARCH)/libbsp.a 24 19 25 20 include $(top_srcdir)/../../../../automake/local.am -
c/src/lib/libbsp/m68k/dmv152/ChangeLog
r14b7d360 r6411947 1 2004-01-05 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * wrapup/Makefile.am: Eliminate $(LIB). 4 Use noinst_DATA to trigger building libbsp.a. 5 1 6 2003-12-13 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 7 -
c/src/lib/libbsp/m68k/dmv152/wrapup/Makefile.am
r14b7d360 r6411947 9 9 $(wildcard \ 10 10 ../../../../libcpu/$(RTEMS_CPU)/shared/*/$(ARCH)/*.$(OBJEXT)) 11 LIB = $(ARCH)/libbsp.a12 11 13 12 include $(top_srcdir)/../../../../automake/compile.am 14 13 include $(top_srcdir)/../../../../automake/lib.am 15 14 16 # 17 # (OPTIONAL) Add local stuff here using += 18 # 19 20 $(LIB): $(OBJS) 15 $(ARCH)/libbsp.a: $(OBJS) 21 16 $(make-library) 22 17 23 all-local: $(LIB) 18 noinst_DATA = $(ARCH)/libbsp.a 24 19 25 20 include $(top_srcdir)/../../../../automake/local.am -
c/src/lib/libbsp/m68k/efi332/ChangeLog
r14b7d360 r6411947 1 2004-01-05 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * wrapup/Makefile.am: Eliminate $(LIB). 4 Use noinst_DATA to trigger building libbsp.a. 5 1 6 2003-12-13 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 7 -
c/src/lib/libbsp/m68k/efi332/wrapup/Makefile.am
r14b7d360 r6411947 9 9 $(wildcard \ 10 10 ../../../../libcpu/$(RTEMS_CPU)/shared/misc/$(ARCH)/*.$(OBJEXT)) 11 LIB = $(ARCH)/libbsp.a12 11 13 12 include $(top_srcdir)/../../../../automake/compile.am 14 13 include $(top_srcdir)/../../../../automake/lib.am 15 14 16 # 17 # (OPTIONAL) Add local stuff here using += 18 # 19 20 $(LIB): $(OBJS) 15 $(ARCH)/libbsp.a: $(OBJS) 21 16 $(make-library) 22 17 23 all-local: $(LIB) 18 noinst_DATA = $(ARCH)/libbsp.a 24 19 25 20 include $(top_srcdir)/../../../../automake/local.am -
c/src/lib/libbsp/m68k/efi68k/ChangeLog
r14b7d360 r6411947 1 2004-01-05 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * wrapup/Makefile.am: Eliminate $(LIB). 4 Use noinst_DATA to trigger building libbsp.a. 5 1 6 2003-12-13 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 7 -
c/src/lib/libbsp/m68k/efi68k/wrapup/Makefile.am
r14b7d360 r6411947 9 9 $(wildcard \ 10 10 ../../../../libcpu/$(RTEMS_CPU)/shared/misc/$(ARCH)/*.$(OBJEXT)) 11 LIB = $(ARCH)/libbsp.a12 11 13 12 include $(top_srcdir)/../../../../automake/compile.am 14 13 include $(top_srcdir)/../../../../automake/lib.am 15 14 16 # 17 # (OPTIONAL) Add local stuff here using += 18 # 19 20 $(LIB): $(OBJS) 15 $(ARCH)/libbsp.a: $(OBJS) 21 16 $(make-library) 22 17 23 all-local: $(LIB) 18 noinst_DATA = $(ARCH)/libbsp.a 24 19 25 20 include $(top_srcdir)/../../../../automake/local.am -
c/src/lib/libbsp/m68k/gen68302/ChangeLog
r14b7d360 r6411947 1 2004-01-05 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * wrapup/Makefile.am: Eliminate $(LIB). 4 Use noinst_DATA to trigger building libbsp.a. 5 1 6 2003-12-13 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 7 -
c/src/lib/libbsp/m68k/gen68302/wrapup/Makefile.am
r14b7d360 r6411947 14 14 $(wildcard \ 15 15 ../../../../libcpu/$(RTEMS_CPU)/shared/misc/$(ARCH)/*.$(OBJEXT)) 16 LIB = $(ARCH)/libbsp.a17 16 18 17 include $(top_srcdir)/../../../../automake/compile.am 19 18 include $(top_srcdir)/../../../../automake/lib.am 20 19 21 # 22 # (OPTIONAL) Add local stuff here using += 23 # 24 25 $(LIB): $(OBJS) 20 $(ARCH)/libbsp.a: $(OBJS) 26 21 $(make-library) 27 22 28 all-local: $(LIB) 23 noinst_DATA = $(ARCH)/libbsp.a 29 24 30 25 include $(top_srcdir)/../../../../automake/local.am -
c/src/lib/libbsp/m68k/gen68340/ChangeLog
r14b7d360 r6411947 1 2004-01-05 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * wrapup/Makefile.am: Eliminate $(LIB). 4 Use noinst_DATA to trigger building libbsp.a. 5 1 6 2003-12-13 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 7 -
c/src/lib/libbsp/m68k/gen68340/wrapup/Makefile.am
r14b7d360 r6411947 11 11 $(wildcard \ 12 12 ../../../../libcpu/$(RTEMS_CPU)/$(RTEMS_CPU_MODEL)/fpsp/$(ARCH)/fpsp.rel) 13 LIB = $(ARCH)/libbsp.a14 13 15 14 include $(top_srcdir)/../../../../automake/compile.am 16 15 include $(top_srcdir)/../../../../automake/lib.am 17 16 18 # 19 # (OPTIONAL) Add local stuff here using += 20 # 21 22 $(LIB): $(OBJS) 17 $(ARCH)/libbsp.a: $(OBJS) 23 18 $(make-library) 24 19 25 all-local: $(LIB) 20 noinst_DATA = $(ARCH)/libbsp.a 26 21 27 22 include $(top_srcdir)/../../../../automake/local.am -
c/src/lib/libbsp/m68k/gen68360/ChangeLog
r14b7d360 r6411947 1 2004-01-05 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * wrapup/Makefile.am: Eliminate $(LIB). 4 Use noinst_DATA to trigger building libbsp.a. 5 1 6 2003-12-13 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 7 -
c/src/lib/libbsp/m68k/gen68360/wrapup/Makefile.am
r14b7d360 r6411947 16 16 $(wildcard \ 17 17 ../../../../libcpu/$(RTEMS_CPU)/$(RTEMS_CPU_MODEL)/fpsp/$(ARCH)/fpsp.rel) 18 LIB = $(ARCH)/libbsp.a19 18 20 19 include $(top_srcdir)/../../../../automake/compile.am 21 20 include $(top_srcdir)/../../../../automake/lib.am 22 21 23 # 24 # (OPTIONAL) Add local stuff here using += 25 # 26 27 $(LIB): $(OBJS) 22 $(ARCH)/libbsp.a: $(OBJS) 28 23 $(make-library) 29 24 30 all-local: $(LIB) 25 noinst_DATA = $(ARCH)/libbsp.a 31 26 32 27 include $(top_srcdir)/../../../../automake/local.am -
c/src/lib/libbsp/m68k/idp/ChangeLog
r14b7d360 r6411947 1 2004-01-05 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * wrapup/Makefile.am: Eliminate $(LIB). 4 Use noinst_DATA to trigger building libbsp.a. 5 1 6 2003-12-13 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 7 -
c/src/lib/libbsp/m68k/idp/wrapup/Makefile.am
r14b7d360 r6411947 9 9 $(wildcard \ 10 10 ../../../../libcpu/$(RTEMS_CPU)/shared/*/$(ARCH)/*.$(OBJEXT)) 11 LIB = $(ARCH)/libbsp.a12 11 13 12 include $(top_srcdir)/../../../../automake/compile.am 14 13 include $(top_srcdir)/../../../../automake/lib.am 15 14 16 # 17 # (OPTIONAL) Add local stuff here using += 18 # 19 20 $(LIB): $(OBJS) 15 $(ARCH)/libbsp.a: $(OBJS) 21 16 $(make-library) 22 17 23 all-local: $(LIB) 18 noinst_DATA = $(ARCH)/libbsp.a 24 19 25 20 include $(top_srcdir)/../../../../automake/local.am -
c/src/lib/libbsp/m68k/mcf5206elite/ChangeLog
r14b7d360 r6411947 1 2004-01-05 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * wrapup/Makefile.am: Eliminate $(LIB). 4 Use noinst_DATA to trigger building libbsp.a. 5 1 6 2003-12-13 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 7 -
c/src/lib/libbsp/m68k/mcf5206elite/wrapup/Makefile.am
r14b7d360 r6411947 15 15 $(wildcard \ 16 16 ../../../../libcpu/$(RTEMS_CPU)/$(RTEMS_CPU_MODEL)/fpsp/$(ARCH)/fpsp.rel) 17 LIB = $(ARCH)/libbsp.a18 17 19 18 include $(top_srcdir)/../../../../automake/compile.am 20 19 include $(top_srcdir)/../../../../automake/lib.am 21 20 22 # 23 # (OPTIONAL) Add local stuff here using += 24 # 25 26 $(LIB): $(OBJS) 21 $(ARCH)/libbsp.a: $(OBJS) 27 22 $(make-library) 28 23 29 all-local: $(LIB) 24 noinst_DATA = $(ARCH)/libbsp.a 30 25 31 26 include $(top_srcdir)/../../../../automake/local.am -
c/src/lib/libbsp/m68k/mrm332/ChangeLog
r14b7d360 r6411947 1 2004-01-05 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * wrapup/Makefile.am: Eliminate $(LIB). 4 Use noinst_DATA to trigger building libbsp.a. 5 1 6 2003-12-13 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 7 -
c/src/lib/libbsp/m68k/mrm332/wrapup/Makefile.am
r14b7d360 r6411947 9 9 $(wildcard \ 10 10 ../../../../libcpu/$(RTEMS_CPU)/shared/misc/$(ARCH)/*.$(OBJEXT)) 11 LIB = $(ARCH)/libbsp.a12 11 13 12 include $(top_srcdir)/../../../../automake/compile.am 14 13 include $(top_srcdir)/../../../../automake/lib.am 15 14 16 # 17 # (OPTIONAL) Add local stuff here using += 18 # 19 20 $(LIB): $(OBJS) 15 $(ARCH)/libbsp.a: $(OBJS) 21 16 $(make-library) 22 17 23 all-local: $(LIB) 18 noinst_DATA = $(ARCH)/libbsp.a 24 19 25 20 include $(top_srcdir)/../../../../automake/local.am -
c/src/lib/libbsp/m68k/mvme136/ChangeLog
r14b7d360 r6411947 1 2004-01-05 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * wrapup/Makefile.am: Eliminate $(LIB). 4 Use noinst_DATA to trigger building libbsp.a. 5 1 6 2003-12-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 7 -
c/src/lib/libbsp/m68k/mvme136/wrapup/Makefile.am
r14b7d360 r6411947 13 13 # bummer; have to use $foreach since % pattern subst rules only replace 1x 14 14 OBJS = $(foreach piece, $(BSP_PIECES), ../$(piece)/$(ARCH)/*.$(OBJEXT)) \ 15 $(wildcard ../../../../libcpu/$(RTEMS_CPU)/shared/*/$(ARCH)/*.$(OBJEXT))16 LIB = $(ARCH)/libbsp.a 15 $(wildcard \ 16 ../../../../libcpu/$(RTEMS_CPU)/shared/*/$(ARCH)/*.$(OBJEXT)) 17 17 18 $( LIB): $(OBJS)18 $(ARCH)/libbsp.a: $(OBJS) 19 19 $(make-library) 20 20 21 all-local: $(LIB) 21 noinst_DATA = $(ARCH)/libbsp.a 22 22 23 23 include $(top_srcdir)/../../../../automake/local.am -
c/src/lib/libbsp/m68k/mvme147/ChangeLog
r14b7d360 r6411947 1 2004-01-05 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * wrapup/Makefile.am: Eliminate $(LIB). 4 Use noinst_DATA to trigger building libbsp.a. 5 1 6 2003-12-13 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 7 -
c/src/lib/libbsp/m68k/mvme147/wrapup/Makefile.am
r14b7d360 r6411947 9 9 $(wildcard \ 10 10 ../../../../libcpu/$(RTEMS_CPU)/shared/*/$(ARCH)/*.$(OBJEXT)) 11 LIB = $(ARCH)/libbsp.a12 11 13 12 include $(top_srcdir)/../../../../automake/compile.am 14 13 include $(top_srcdir)/../../../../automake/lib.am 15 14 16 # 17 # (OPTIONAL) Add local stuff here using += 18 # 19 20 $(LIB): $(OBJS) 15 $(ARCH)/libbsp.a: $(OBJS) 21 16 $(make-library) 22 17 23 all-local: $(LIB) 18 noinst_DATA = $(ARCH)/libbsp.a 24 19 25 20 include $(top_srcdir)/../../../../automake/local.am -
c/src/lib/libbsp/m68k/mvme147s/ChangeLog
r14b7d360 r6411947 1 2004-01-05 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * wrapup/Makefile.am: Eliminate $(LIB). 4 Use noinst_DATA to trigger building libbsp.a. 5 1 6 2003-12-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 7 -
c/src/lib/libbsp/m68k/mvme147s/wrapup/Makefile.am
r14b7d360 r6411947 13 13 # bummer; have to use $foreach since % pattern subst rules only replace 1x 14 14 OBJS = $(foreach piece, $(BSP_PIECES), ../$(piece)/$(ARCH)/*.$(OBJEXT)) \ 15 $(wildcard ../../../../libcpu/$(RTEMS_CPU)/shared/*/$(ARCH)/*.$(OBJEXT))16 LIB = $(ARCH)/libbsp.a 15 $(wildcard \ 16 ../../../../libcpu/$(RTEMS_CPU)/shared/*/$(ARCH)/*.$(OBJEXT)) 17 17 18 $( LIB): $(OBJS)18 $(ARCH)/libbsp.a: $(OBJS) 19 19 $(make-library) 20 20 21 all-local: $(LIB) 21 noinst_DATA = $(ARCH)/libbsp.a 22 22 23 23 include $(top_srcdir)/../../../../automake/local.am -
c/src/lib/libbsp/m68k/mvme162/ChangeLog
r14b7d360 r6411947 1 2004-01-05 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * wrapup/Makefile.am: Eliminate $(LIB). 4 Use noinst_DATA to trigger building libbsp.a. 5 1 6 2003-12-13 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 7 -
c/src/lib/libbsp/m68k/mvme162/wrapup/Makefile.am
r14b7d360 r6411947 17 17 ../../../../libcpu/$(RTEMS_CPU)/$(RTEMS_CPU_MODEL)/fpsp/$(ARCH)/fpsp.rel) 18 18 19 LIB = $(ARCH)/libbsp.a20 21 19 include $(top_srcdir)/../../../../automake/compile.am 22 20 include $(top_srcdir)/../../../../automake/lib.am 23 21 24 # 25 # (OPTIONAL) Add local stuff here using += 26 # 27 28 $(LIB): $(OBJS) 22 $(ARCH)/libbsp.a: $(OBJS) 29 23 $(make-library) 30 24 31 all-local: $(LIB) 25 noinst_DATA = $(ARCH)/libbsp.a 32 26 33 27 include $(top_srcdir)/../../../../automake/local.am -
c/src/lib/libbsp/m68k/mvme167/ChangeLog
r14b7d360 r6411947 1 2004-01-05 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * wrapup/Makefile.am: Eliminate $(LIB). 4 Use noinst_DATA to trigger building libbsp.a. 5 1 6 2003-12-13 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 7 -
c/src/lib/libbsp/m68k/mvme167/wrapup/Makefile.am
r14b7d360 r6411947 16 16 ../../../../libcpu/$(RTEMS_CPU)/$(RTEMS_CPU_MODEL)/fpsp/$(ARCH)/fpsp.rel) 17 17 18 LIB = $(ARCH)/libbsp.a19 20 18 include $(top_srcdir)/../../../../automake/compile.am 21 19 include $(top_srcdir)/../../../../automake/lib.am 22 20 23 # 24 # (OPTIONAL) Add local stuff here using += 25 # 26 27 $(LIB): $(OBJS) 21 $(ARCH)/libbsp.a: $(OBJS) 28 22 $(make-library) 29 23 30 all-local: $(LIB) 24 noinst_DATA = $(ARCH)/libbsp.a 31 25 32 26 include $(top_srcdir)/../../../../automake/local.am -
c/src/lib/libbsp/m68k/ods68302/ChangeLog
r14b7d360 r6411947 1 2004-01-05 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * wrapup/Makefile.am: Eliminate $(LIB). 4 Use noinst_DATA to trigger building libbsp.a. 5 1 6 2003-12-13 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 7 -
c/src/lib/libbsp/m68k/ods68302/wrapup/Makefile.am
r14b7d360 r6411947 9 9 $(wildcard \ 10 10 ../../../../libcpu/$(RTEMS_CPU)/shared/misc/$(ARCH)/*.$(OBJEXT)) 11 LIB = $(ARCH)/libbsp.a12 11 13 12 include $(top_srcdir)/../../../../automake/compile.am 14 13 include $(top_srcdir)/../../../../automake/lib.am 15 14 16 # 17 # (OPTIONAL) Add local stuff here using += 18 # 19 20 $(LIB): $(OBJS) 15 $(ARCH)/libbsp.a: $(OBJS) 21 16 $(make-library) 22 17 23 all-local: $(LIB) 18 noinst_DATA = $(ARCH)/libbsp.a 24 19 25 20 include $(top_srcdir)/../../../../automake/local.am -
c/src/lib/libbsp/m68k/sim68000/ChangeLog
r14b7d360 r6411947 1 2004-01-05 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * wrapup/Makefile.am: Eliminate $(LIB). 4 Use noinst_DATA to trigger building libbsp.a. 5 1 6 2003-12-13 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 7 -
c/src/lib/libbsp/m68k/sim68000/wrapup/Makefile.am
r14b7d360 r6411947 17 17 ../../../$(piece)/$(ARCH)/$(piece).rel) 18 18 19 LIB = $(ARCH)/libbsp.a 20 21 # 22 # (OPTIONAL) Add local stuff here using += 23 # 24 25 $(LIB): ${OBJS} 19 $(ARCH)/libbsp.a: ${OBJS} 26 20 $(make-library) 27 21 28 all-local: $(LIB) 22 noinst_DATA = $(ARCH)/libbsp.a 29 23 30 24 include $(top_srcdir)/../../../../automake/local.am -
c/src/lib/libbsp/mips/genmongoosev/ChangeLog
r14b7d360 r6411947 1 2004-01-05 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * wrapup/Makefile.am: Eliminate $(LIB). 4 Use noinst_DATA to trigger building libbsp.a. 5 1 6 2003-12-13 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 7 -
c/src/lib/libbsp/mips/genmongoosev/wrapup/Makefile.am
r14b7d360 r6411947 18 18 ../../../$(piece)/$(ARCH)/$(piece).rel) 19 19 20 LIB = $(ARCH)/libbsp.a 21 22 # 23 # (OPTIONAL) Add local stuff here using += 24 # 25 26 $(LIB): ${OBJS} 20 $(ARCH)/libbsp.a: ${OBJS} 27 21 $(make-library) 28 22 29 all-local: $(LIB) 23 noinst_DATA = $(ARCH)/libbsp.a 30 24 31 25 include $(top_srcdir)/../../../../automake/local.am -
c/src/lib/libbsp/mips/jmr3904/ChangeLog
r14b7d360 r6411947 1 2004-01-05 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * wrapup/Makefile.am: Eliminate $(LIB). 4 Use noinst_DATA to trigger building libbsp.a. 5 1 6 2003-12-13 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 7 -
c/src/lib/libbsp/mips/jmr3904/wrapup/Makefile.am
r14b7d360 r6411947 17 17 ../../../$(piece)/$(ARCH)/$(piece).rel) 18 18 19 LIB = $(ARCH)/libbsp.a 20 21 # 22 # (OPTIONAL) Add local stuff here using += 23 # 24 25 $(LIB): ${OBJS} 19 $(ARCH)/libbsp.a: ${OBJS} 26 20 $(make-library) 27 21 28 all-local: $(LIB) 22 noinst_DATA = $(ARCH)/libbsp.a 29 23 30 24 include $(top_srcdir)/../../../../automake/local.am -
c/src/lib/libbsp/mips/p4000/ChangeLog
r14b7d360 r6411947 1 2004-01-05 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * wrapup/Makefile.am: Eliminate $(LIB). 4 Use noinst_DATA to trigger building libbsp.a. 5 1 6 2003-12-13 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 7 -
c/src/lib/libbsp/mips/p4000/wrapup/Makefile.am
r14b7d360 r6411947 20 20 ../../../$(piece)/$(ARCH)/$(piece).rel) 21 21 22 LIB = $(ARCH)/libbsp.a 23 24 # 25 # (OPTIONAL) Add local stuff here using += 26 # 27 28 $(LIB): $(OBJS) 22 $(ARCH)/libbsp.a: $(OBJS) 29 23 $(make-library) 30 24 31 all-local: $(LIB) 25 noinst_DATA = $(ARCH)/libbsp.a 32 26 33 27 include $(top_srcdir)/../../../../automake/local.am -
c/src/lib/libbsp/mips64orion/p4000/ChangeLog
r14b7d360 r6411947 1 2004-01-05 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * wrapup/Makefile.am: Eliminate $(LIB). 4 Use noinst_DATA to trigger building libbsp.a. 5 1 6 2003-12-13 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 7 -
c/src/lib/libbsp/mips64orion/p4000/wrapup/Makefile.am
r14b7d360 r6411947 10 10 $(foreach piece, $(CPU_FILES), \ 11 11 ../../../../libcpu/$(RTEMS_CPU)/$(piece)/$(ARCH)/$(piece).rel) 12 LIB = $(ARCH)/libbsp.a13 12 14 13 include $(top_srcdir)/../../../../automake/compile.am 15 14 include $(top_srcdir)/../../../../automake/lib.am 16 15 17 # 18 # (OPTIONAL) Add local stuff here using += 19 # 20 21 $(LIB): $(OBJS) 16 $(ARCH)/libbsp.a: $(OBJS) 22 17 $(make-library) 23 18 24 all-local: $(LIB) 19 noinst_DATA = $(ARCH)/libbsp.a 25 20 26 21 include $(top_srcdir)/../../../../automake/local.am -
c/src/lib/libbsp/no_cpu/no_bsp/ChangeLog
r14b7d360 r6411947 1 2004-01-05 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * wrapup/Makefile.am: Eliminate $(LIB). 4 Use noinst_DATA to trigger building libbsp.a. 5 1 6 2003-12-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 7 -
c/src/lib/libbsp/no_cpu/no_bsp/wrapup/Makefile.am
r14b7d360 r6411947 11 11 OBJS = $(foreach piece, $(BSP_FILES), ../$(piece)/$(ARCH)/*.$(OBJEXT)) 12 12 13 LIB = $(ARCH)/libbsp.a14 15 13 include $(top_srcdir)/../../../../automake/compile.am 16 14 include $(top_srcdir)/../../../../automake/lib.am 17 15 18 $( LIB): $(OBJS)16 $(ARCH)/libbsp.a: $(OBJS) 19 17 $(make-library) 20 18 21 all-local: $(LIB) 19 noinst_DATA = $(ARCH)/libbsp.a 22 20 23 21 include $(top_srcdir)/../../../../automake/local.am -
c/src/lib/libbsp/or32/orp/ChangeLog
r14b7d360 r6411947 1 2004-01-05 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * wrapup/Makefile.am: Eliminate $(LIB). 4 Use noinst_DATA to trigger building libbsp.a. 5 1 6 2003-12-13 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 7 -
c/src/lib/libbsp/or32/orp/wrapup/Makefile.am
r14b7d360 r6411947 15 15 ../../../$(piece)/$(ARCH)/$(piece).rel) 16 16 17 LIB = $(ARCH)/libbsp.a 18 19 # 20 # (OPTIONAL) Add local stuff here using += 21 # 22 23 $(LIB): ${OBJS} 17 $(ARCH)/libbsp.a: ${OBJS} 24 18 $(make-library) 25 19 26 all-local: $(LIB) 20 noinst_DATA = $(ARCH)/libbsp.a 27 21 28 22 include $(top_srcdir)/../../../../automake/local.am -
c/src/lib/libbsp/powerpc/dmv177/ChangeLog
r14b7d360 r6411947 1 2004-01-05 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * wrapup/Makefile.am: Eliminate $(LIB). 4 Use noinst_DATA to trigger building libbsp.a. 5 1 6 2003-12-30 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 7 -
c/src/lib/libbsp/powerpc/dmv177/wrapup/Makefile.am
r14b7d360 r6411947 15 15 ../@exceptions@/$(ARCH)/rtems-cpu.rel $(wildcard \ 16 16 ../../../../libcpu/$(RTEMS_CPU)/shared/*/$(ARCH)/*.$(OBJEXT)) 17 LIB = $(ARCH)/libbsp.a18 17 19 18 include $(top_srcdir)/../../../../automake/compile.am 20 19 include $(top_srcdir)/../../../../automake/lib.am 21 20 22 # 23 # (OPTIONAL) Add local stuff here using += 24 # 25 26 $(LIB): $(OBJS) 21 $(ARCH)/libbsp.a: $(OBJS) 27 22 $(make-library) 28 23 29 all-local: $(LIB) 24 noinst_DATA = $(ARCH)/libbsp.a 30 25 31 26 include $(top_srcdir)/../../../../automake/local.am -
c/src/lib/libbsp/powerpc/eth_comm/ChangeLog
r14b7d360 r6411947 1 2004-01-05 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * wrapup/Makefile.am: Eliminate $(LIB). 4 Use noinst_DATA to trigger building libbsp.a. 5 1 6 2003-12-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 7 -
c/src/lib/libbsp/powerpc/eth_comm/wrapup/Makefile.am
r14b7d360 r6411947 18 18 ../@exceptions@/$(ARCH)/rtems-cpu.rel $(wildcard \ 19 19 ../../../../libcpu/$(RTEMS_CPU)/$(RTEMS_CPU_MODEL)/*/$(ARCH)/*.$(OBJEXT)) 20 LIB = $(ARCH)/libbsp.a21 20 22 21 include $(top_srcdir)/../../../../automake/compile.am 23 22 include $(top_srcdir)/../../../../automake/lib.am 24 23 25 # 26 # (OPTIONAL) Add local stuff here using += 27 # 28 29 $(LIB): $(OBJS) 24 $(ARCH)/libbsp.a: $(OBJS) 30 25 $(make-library) 31 26 32 all-local: $(LIB) 27 noinst_DATA = $(ARCH)/libbsp.a 33 28 34 29 include $(top_srcdir)/../../../../automake/local.am -
c/src/lib/libbsp/powerpc/gen405/ChangeLog
r14b7d360 r6411947 1 2004-01-05 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * wrapup/Makefile.am: Eliminate $(LIB). 4 Use noinst_DATA to trigger building libbsp.a. 5 1 6 2003-12-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 7 -
c/src/lib/libbsp/powerpc/gen405/wrapup/Makefile.am
r14b7d360 r6411947 12 12 ../../../../libcpu/$(RTEMS_CPU)/ppc403/$(piece)/$(ARCH)/$(piece).rel) 13 13 14 LIB = $(ARCH)/libbsp.a15 16 14 include $(top_srcdir)/../../../../automake/compile.am 17 15 include $(top_srcdir)/../../../../automake/lib.am 18 16 19 # 20 # (OPTIONAL) Add local stuff here using += 21 # 22 23 $(LIB): $(OBJS) 17 $(ARCH)/libbsp.a: $(OBJS) 24 18 $(make-library) 25 19 26 all-local: $(LIB) 20 noinst_DATA = $(ARCH)/libbsp.a 27 21 28 22 include $(top_srcdir)/../../../../automake/local.am -
c/src/lib/libbsp/powerpc/helas403/ChangeLog
r14b7d360 r6411947 1 2004-01-05 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * wrapup/Makefile.am: Eliminate $(LIB). 4 Use noinst_DATA to trigger building libbsp.a. 5 1 6 2003-12-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 7 -
c/src/lib/libbsp/powerpc/helas403/wrapup/Makefile.am
r14b7d360 r6411947 12 12 ../../../../libcpu/$(RTEMS_CPU)/$(RTEMS_CPU_MODEL)/$(piece)/$(ARCH)/$(piece).rel) 13 13 14 LIB = $(ARCH)/libbsp.a15 16 14 include $(top_srcdir)/../../../../automake/compile.am 17 15 include $(top_srcdir)/../../../../automake/lib.am 18 16 19 # 20 # (OPTIONAL) Add local stuff here using += 21 # 22 23 $(LIB): $(OBJS) 17 $(ARCH)/libbsp.a: $(OBJS) 24 18 $(make-library) 25 19 26 all-local: $(LIB) 20 noinst_DATA = $(ARCH)/libbsp.a 27 21 28 22 include $(top_srcdir)/../../../../automake/local.am -
c/src/lib/libbsp/powerpc/mbx8xx/ChangeLog
r14b7d360 r6411947 1 2004-01-05 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * wrapup/Makefile.am: Eliminate $(LIB). 4 Use noinst_DATA to trigger building libbsp.a. 5 1 6 2003-12-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 7 -
c/src/lib/libbsp/powerpc/mbx8xx/wrapup/Makefile.am
r14b7d360 r6411947 18 18 ../@exceptions@/$(ARCH)/rtems-cpu.rel $(wildcard \ 19 19 ../../../../libcpu/$(RTEMS_CPU)/mpc8xx/*/$(ARCH)/*.$(OBJEXT)) 20 LIB = $(ARCH)/libbsp.a21 20 22 21 include $(top_srcdir)/../../../../automake/compile.am 23 22 include $(top_srcdir)/../../../../automake/lib.am 24 23 25 # 26 # (OPTIONAL) Add local stuff here using += 27 # 28 29 $(LIB): $(OBJS) 24 $(ARCH)/libbsp.a: $(OBJS) 30 25 $(make-library) 31 26 32 all-local: $(LIB) 27 noinst_DATA = $(ARCH)/libbsp.a 33 28 34 29 include $(top_srcdir)/../../../../automake/local.am -
c/src/lib/libbsp/powerpc/motorola_powerpc/ChangeLog
r14b7d360 r6411947 1 2004-01-05 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * wrapup/Makefile.am: Eliminate $(LIB). 4 Use noinst_DATA to trigger building libbsp.a. 5 1 6 2003-12-30 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 7 -
c/src/lib/libbsp/powerpc/motorola_powerpc/wrapup/Makefile.am
r14b7d360 r6411947 12 12 ../@exceptions@/$(ARCH)/rtems-cpu.rel $(wildcard \ 13 13 ../../../../libcpu/$(RTEMS_CPU)/$(RTEMS_CPU_MODEL)/*/$(ARCH)/*.$(OBJEXT)) 14 LIB = $(ARCH)/libbsp.a15 14 16 15 include $(top_srcdir)/../../../../automake/compile.am 17 16 include $(top_srcdir)/../../../../automake/lib.am 18 17 19 # 20 # (OPTIONAL) Add local stuff here using += 21 # 22 23 $(LIB): $(OBJS) 18 $(ARCH)/libbsp.a: $(OBJS) 24 19 $(make-library) 25 20 26 all-local: $(LIB) 21 noinst_DATA = $(ARCH)/libbsp.a 27 22 28 23 include $(top_srcdir)/../../../../automake/local.am -
c/src/lib/libbsp/powerpc/mpc8260ads/ChangeLog
r14b7d360 r6411947 1 2004-01-05 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * wrapup/Makefile.am: Eliminate $(LIB). 4 Use noinst_DATA to trigger building libbsp.a. 5 1 6 2003-12-22 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 7 -
c/src/lib/libbsp/powerpc/mpc8260ads/wrapup/Makefile.am
r14b7d360 r6411947 18 18 ../@exceptions@/$(ARCH)/rtems-cpu.rel $(wildcard \ 19 19 ../../../../libcpu/$(RTEMS_CPU)/mpc8260/*/$(ARCH)/*.$(OBJEXT)) 20 LIB = $(ARCH)/libbsp.a21 20 22 21 include $(top_srcdir)/../../../../automake/compile.am 23 22 include $(top_srcdir)/../../../../automake/lib.am 24 23 25 # 26 # (OPTIONAL) Add local stuff here using += 27 # 28 29 $(LIB): $(OBJS) 24 $(ARCH)/libbsp.a: $(OBJS) 30 25 $(make-library) 31 26 32 all-local: $(LIB) 27 noinst_DATA = $(ARCH)/libbsp.a 33 28 34 29 include $(top_srcdir)/../../../../automake/local.am -
c/src/lib/libbsp/powerpc/ppcn_60x/ChangeLog
r14b7d360 r6411947 1 2004-01-05 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * wrapup/Makefile.am: Eliminate $(LIB). 4 Use noinst_DATA to trigger building libbsp.a. 5 1 6 2003-12-30 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 7 -
c/src/lib/libbsp/powerpc/ppcn_60x/wrapup/Makefile.am
r14b7d360 r6411947 15 15 OBJS = $(foreach piece, $(BSP_PIECES), ../$(piece)/$(ARCH)/*.$(OBJEXT)) \ 16 16 ../@exceptions@/$(ARCH)/rtems-cpu.rel 17 LIB = $(ARCH)/libbsp.a18 17 19 18 include $(top_srcdir)/../../../../automake/compile.am 20 19 include $(top_srcdir)/../../../../automake/lib.am 21 20 22 # 23 # (OPTIONAL) Add local stuff here using += 24 # 25 26 $(LIB): $(OBJS) 21 $(ARCH)/libbsp.a: $(OBJS) 27 22 $(make-library) 28 23 29 all-local: $(LIB) 24 noinst_DATA = $(ARCH)/libbsp.a 30 25 31 26 include $(top_srcdir)/../../../../automake/local.am -
c/src/lib/libbsp/powerpc/psim/ChangeLog
r14b7d360 r6411947 1 2004-01-05 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * wrapup/Makefile.am: Eliminate $(LIB). 4 Use noinst_DATA to trigger building libbsp.a. 5 1 6 2003-12-30 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 7 -
c/src/lib/libbsp/powerpc/psim/wrapup/Makefile.am
r14b7d360 r6411947 14 14 OBJS = $(foreach piece, $(BSP_PIECES), ../$(piece)/$(ARCH)/*.$(OBJEXT)) \ 15 15 ../@exceptions@/$(ARCH)/rtems-cpu.rel 16 LIB = $(ARCH)/libbsp.a17 16 18 $( LIB): $(OBJS)17 $(ARCH)/libbsp.a: $(OBJS) 19 18 $(make-library) 20 19 21 all-local: $(LIB) 20 noinst_DATA = $(ARCH)/libbsp.a 22 21 23 22 include $(top_srcdir)/../../../../automake/local.am -
c/src/lib/libbsp/powerpc/score603e/ChangeLog
r14b7d360 r6411947 1 2004-01-05 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * wrapup/Makefile.am: Eliminate $(LIB). 4 Use noinst_DATA to trigger building libbsp.a. 5 1 6 2003-12-30 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 7 -
c/src/lib/libbsp/powerpc/score603e/wrapup/Makefile.am
r14b7d360 r6411947 9 9 OBJS = $(foreach piece, $(BSP_PIECES), ../$(piece)/$(ARCH)/*.$(OBJEXT)) \ 10 10 ../@exceptions@/$(ARCH)/*.rel 11 LIB = $(ARCH)/libbsp.a12 11 13 12 include $(top_srcdir)/../../../../automake/compile.am 14 13 include $(top_srcdir)/../../../../automake/lib.am 15 14 16 # 17 # (OPTIONAL) Add local stuff here using += 18 # 19 20 $(LIB): $(OBJS) 15 $(ARCH)/libbsp.a: $(OBJS) 21 16 $(make-library) 22 17 23 all-local: $(LIB) 18 noinst_DATA = $(ARCH)/libbsp.a 24 19 25 20 include $(top_srcdir)/../../../../automake/local.am -
c/src/lib/libbsp/sh/gensh1/ChangeLog
r14b7d360 r6411947 1 2004-01-05 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * wrapup/Makefile.am: Eliminate $(LIB). 4 Use noinst_DATA to trigger building libbsp.a. 5 1 6 2003-12-13 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 7 -
c/src/lib/libbsp/sh/gensh1/wrapup/Makefile.am
r14b7d360 r6411947 15 15 ../../../../libcpu/$(RTEMS_CPU)/$(RTEMS_CPU_MODEL)/$(ARCH)/$(piece).rel) 16 16 17 LIB = $(ARCH)/libbsp.a18 19 17 include $(top_srcdir)/../../../../automake/compile.am 20 18 include $(top_srcdir)/../../../../automake/lib.am 21 19 22 # 23 # (OPTIONAL) Add local stuff here using = 24 # 25 26 $(LIB): $(OBJS) 20 $(ARCH)/libbsp.a: $(OBJS) 27 21 $(make-library) 28 22 29 all-local: $(LIB) 23 noinst_DATA = $(ARCH)/libbsp.a 30 24 31 25 include $(top_srcdir)/../../../../automake/local.am -
c/src/lib/libbsp/sh/gensh2/ChangeLog
r14b7d360 r6411947 1 2004-01-05 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * wrapup/Makefile.am: Eliminate $(LIB). 4 Use noinst_DATA to trigger building libbsp.a. 5 1 6 2003-12-13 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 7 -
c/src/lib/libbsp/sh/gensh2/wrapup/Makefile.am
r14b7d360 r6411947 15 15 ../../../../libcpu/$(RTEMS_CPU)/$(RTEMS_CPU_MODEL)/$(ARCH)/$(piece).rel) 16 16 17 LIB = $(ARCH)/libbsp.a18 19 17 include $(top_srcdir)/../../../../automake/compile.am 20 18 include $(top_srcdir)/../../../../automake/lib.am 21 19 22 # 23 # (OPTIONAL) Add local stuff here using += 24 # 25 26 $(LIB): $(OBJS) 20 $(ARCH)/libbsp.a: $(OBJS) 27 21 $(make-library) 28 22 29 all-local: $(LIB) 23 noinst_DATA = $(ARCH)/libbsp.a 30 24 31 25 include $(top_srcdir)/../../../../automake/local.am -
c/src/lib/libbsp/sh/gensh4/ChangeLog
r14b7d360 r6411947 1 2004-01-05 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * wrapup/Makefile.am: Eliminate $(LIB). 4 Use noinst_DATA to trigger building libbsp.a. 5 1 6 2003-12-13 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 7 -
c/src/lib/libbsp/sh/gensh4/wrapup/Makefile.am
r14b7d360 r6411947 15 15 ../../../../libcpu/$(RTEMS_CPU)/$(RTEMS_CPU_MODEL)/$(ARCH)/$(piece).rel) 16 16 17 LIB = $(ARCH)/libbsp.a18 19 17 include $(top_srcdir)/../../../../automake/compile.am 20 18 include $(top_srcdir)/../../../../automake/lib.am 21 19 22 # 23 # (OPTIONAL) Add local stuff here using += 24 # 25 26 $(LIB): $(OBJS) 20 $(ARCH)/libbsp.a: $(OBJS) 27 21 $(make-library) 28 22 29 all-local: $(LIB) 23 noinst_DATA = $(ARCH)/libbsp.a 30 24 31 25 include $(top_srcdir)/../../../../automake/local.am -
c/src/lib/libbsp/sh/shsim/ChangeLog
r14b7d360 r6411947 1 2004-01-05 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * wrapup/Makefile.am: Eliminate $(LIB). 4 Use noinst_DATA to trigger building libbsp.a. 5 1 6 2003-12-13 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 7 -
c/src/lib/libbsp/sh/shsim/wrapup/Makefile.am
r14b7d360 r6411947 15 15 ../../../../libcpu/$(RTEMS_CPU)/$(RTEMS_CPU_MODEL)/$(ARCH)/$(piece).rel) 16 16 17 LIB = $(ARCH)/libbsp.a 18 19 # 20 # (OPTIONAL) Add local stuff here using += 21 # 22 23 $(LIB): ${OBJS} 17 $(ARCH)/libbsp.a: ${OBJS} 24 18 $(make-library) 25 19 26 all-local: $(LIB) 20 noinst_DATA = $(ARCH)/libbsp.a 27 21 28 22 include $(top_srcdir)/../../../../automake/local.am -
c/src/lib/libbsp/sh/simsh4/ChangeLog
r14b7d360 r6411947 1 2004-01-05 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * wrapup/Makefile.am: Eliminate $(LIB). 4 Use noinst_DATA to trigger building libbsp.a. 5 1 6 2003-12-13 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 7 -
c/src/lib/libbsp/sh/simsh4/wrapup/Makefile.am
r14b7d360 r6411947 18 18 ../../../../libcpu/$(RTEMS_CPU)/$(RTEMS_CPU_MODEL)/$(ARCH)/$(piece).rel) 19 19 20 LIB = $(ARCH)/libbsp.a21 22 20 include $(top_srcdir)/../../../../automake/compile.am 23 21 include $(top_srcdir)/../../../../automake/lib.am 24 22 25 # 26 # (OPTIONAL) Add local stuff here using += 27 # 28 29 $(LIB): $(OBJS) 23 $(ARCH)/libbsp.a: $(OBJS) 30 24 $(make-library) 31 25 32 all-local: $(LIB) 26 noinst_DATA = $(ARCH)/libbsp.a 33 27 34 28 include $(top_srcdir)/../../../../automake/local.am -
c/src/lib/libbsp/sparc/erc32/ChangeLog
r14b7d360 r6411947 1 2004-01-05 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * wrapup/Makefile.am: Eliminate $(LIB). 4 Use noinst_DATA to trigger building libbsp.a. 5 1 6 2003-12-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 7 -
c/src/lib/libbsp/sparc/erc32/wrapup/Makefile.am
r14b7d360 r6411947 16 16 $(foreach piece, $(CPU_PIECES), \ 17 17 ../../../../libcpu/$(RTEMS_CPU)/$(piece)/$(ARCH)/*.$(OBJEXT)) 18 LIB = $(ARCH)/libbsp.a19 18 20 19 include $(top_srcdir)/../../../../automake/compile.am 21 20 include $(top_srcdir)/../../../../automake/lib.am 22 21 23 # 24 # (OPTIONAL) Add local stuff here using += 25 # 26 $(LIB): $(OBJS) 22 $(ARCH)/libbsp.a: $(OBJS) 27 23 $(make-library) 28 24 29 all-local: $(LIB) 25 noinst_DATA = $(ARCH)/libbsp.a 30 26 31 27 include $(top_srcdir)/../../../../automake/local.am -
c/src/lib/libbsp/sparc/leon/ChangeLog
r14b7d360 r6411947 1 2004-01-05 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * wrapup/Makefile.am: Eliminate $(LIB). 4 Use noinst_DATA to trigger building libbsp.a. 5 1 6 2003-12-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 7 -
c/src/lib/libbsp/sparc/leon/wrapup/Makefile.am
r14b7d360 r6411947 16 16 $(foreach piece, $(CPU_PIECES), \ 17 17 ../../../../libcpu/$(RTEMS_CPU)/$(piece)/$(ARCH)/*.$(OBJEXT)) 18 LIB = $(ARCH)/libbsp.a19 18 20 19 include $(top_srcdir)/../../../../automake/compile.am 21 20 include $(top_srcdir)/../../../../automake/lib.am 22 21 23 # 24 # (OPTIONAL) Add local stuff here using += 25 # 26 27 $(LIB): $(OBJS) 22 $(ARCH)/libbsp.a: $(OBJS) 28 23 $(make-library) 29 24 30 all-local: $(LIB) 25 noinst_DATA = $(ARCH)/libbsp.a 31 26 32 27 include $(top_srcdir)/../../../../automake/local.am -
c/src/lib/libbsp/unix/posix/ChangeLog
r14b7d360 r6411947 1 2004-01-05 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * wrapup/Makefile.am: Eliminate $(LIB). 4 Use noinst_DATA to trigger building libbsp.a. 5 1 6 2003-12-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 7 -
c/src/lib/libbsp/unix/posix/wrapup/Makefile.am
r14b7d360 r6411947 13 13 # bummer; have to use $foreach since % pattern subst rules only replace 1x 14 14 OBJS = $(foreach piece, $(BSP_FILES), ../$(piece)/$(ARCH)/*.$(OBJEXT)) 15 LIB = $(ARCH)/libbsp.a16 15 17 $( LIB): $(OBJS)16 $(ARCH)/libbsp.a: $(OBJS) 18 17 $(make-library) 19 18 20 all-local: $(LIB) 19 noinst_DATA = $(ARCH)/libbsp.a 21 20 22 21 include $(top_srcdir)/../../../../automake/local.am
Note: See TracChangeset
for help on using the changeset viewer.