Changeset 6411947 in rtems


Ignore:
Timestamp:
01/05/04 06:14:08 (20 years ago)
Author:
Ralf Corsepius <ralf.corsepius@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
356d53f
Parents:
14b7d360
Message:

2004-01-05 Ralf Corsepius <corsepiu@…>

  • wrapup/Makefile.am: Eliminate $(LIB). Use noinst_DATA to trigger building libbsp.a.
Location:
c/src/lib/libbsp
Files:
104 edited

Legend:

Unmodified
Added
Removed
  • c/src/lib/libbsp/arm/arm_bare_bsp/ChangeLog

    r14b7d360 r6411947  
     12004-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
    162003-12-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    27
  • c/src/lib/libbsp/arm/arm_bare_bsp/wrapup/Makefile.am

    r14b7d360 r6411947  
    77# bummer; have to use $foreach since % pattern subst rules only replace 1x
    88OBJS = $(foreach piece, $(BSP_PIECES), ../$(piece)/$(ARCH)/*.$(OBJEXT))
    9 LIB = $(ARCH)/libbsp.a
    109
    1110include $(top_srcdir)/../../../../automake/compile.am
    1211include $(top_srcdir)/../../../../automake/lib.am
    1312
    14 #
    15 # (OPTIONAL) Add local stuff here using +=
    16 #
    17 
    18 $(LIB): $(OBJS)
     13$(ARCH)/libbsp.a: $(OBJS)
    1914        $(make-library)
    2015
    21 all-local: $(LIB)
     16noinst_DATA = $(ARCH)/libbsp.a
    2217
    2318include $(top_srcdir)/../../../../automake/local.am
  • c/src/lib/libbsp/arm/armulator/ChangeLog

    r14b7d360 r6411947  
     12004-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
    162003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    27
  • c/src/lib/libbsp/arm/armulator/wrapup/Makefile.am

    r14b7d360 r6411947  
    1515    ../../../$(piece)/$(ARCH)/$(piece).rel)
    1616
    17 LIB = $(ARCH)/libbsp.a
    18 
    19 #
    20 # (OPTIONAL) Add local stuff here using +=
    21 #
    22 
    23 $(LIB): ${OBJS}
     17$(ARCH)/libbsp.a: ${OBJS}
    2418        $(make-library)
    2519
    26 all-local: $(LIB)
     20noinst_DATA = $(ARCH)/libbsp.a
    2721
    2822include $(top_srcdir)/../../../../automake/local.am
  • c/src/lib/libbsp/arm/edb7312/ChangeLog

    r14b7d360 r6411947  
     12004-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
    162003-12-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    27
  • c/src/lib/libbsp/arm/edb7312/wrapup/Makefile.am

    r14b7d360 r6411947  
    1010    $(wildcard \
    1111    ../../../../libcpu/$(RTEMS_CPU)/$(RTEMS_CPU_MODEL)/*/$(ARCH)/*.$(OBJEXT))
    12 LIB = $(ARCH)/libbsp.a
    1312
    1413include $(top_srcdir)/../../../../automake/compile.am
    1514include $(top_srcdir)/../../../../automake/lib.am
    1615
    17 #
    18 # (OPTIONAL) Add local stuff here using +=
    19 #
    20 
    21 $(LIB): ${OBJS}
     16$(ARCH)/libbsp.a: ${OBJS}
    2217        $(make-library)
    2318
    24 all-local: $(LIB)
     19noinst_DATA = $(ARCH)/libbsp.a
    2520
    2621include $(top_srcdir)/../../../../automake/local.am
  • c/src/lib/libbsp/arm/vegaplus/ChangeLog

    r14b7d360 r6411947  
     12004-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
    162003-12-15      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    27
  • c/src/lib/libbsp/arm/vegaplus/wrapup/Makefile.am

    r14b7d360 r6411947  
    1515    ../../../$(piece)/$(ARCH)/$(piece).rel)
    1616
    17 LIB = $(ARCH)/libbsp.a
    18 
    19 #
    20 # (OPTIONAL) Add local stuff here using +=
    21 #
    22 
    23 $(LIB): ${OBJS}
     17$(ARCH)/libbsp.a: ${OBJS}
    2418        $(make-library)
    2519
    26 all-local: $(LIB)
     20noinst_DATA = $(ARCH)/libbsp.a
    2721
    2822include $(top_srcdir)/../../../../automake/local.am
  • c/src/lib/libbsp/c4x/c4xsim/ChangeLog

    r14b7d360 r6411947  
     12004-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
    162003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    27
  • c/src/lib/libbsp/c4x/c4xsim/wrapup/Makefile.am

    r14b7d360 r6411947  
    1111    $(foreach piece, $(CPU_PIECES), \
    1212    ../../../../libcpu/$(RTEMS_CPU)/$(piece)/$(ARCH)/$(piece).rel)
    13 LIB = $(ARCH)/libbsp.a
    1413
    1514include $(top_srcdir)/../../../../automake/compile.am
    1615include $(top_srcdir)/../../../../automake/lib.am
    1716
    18 #
    19 # (OPTIONAL) Add local stuff here using +=
    20 #
    21 
    22 $(LIB): $(OBJS)
     17$(ARCH)/libbsp.a: $(OBJS)
    2318        $(make-library)
    2419
    25 all-local: $(LIB)
     20noinst_DATA = $(ARCH)/libbsp.a
    2621
    2722include $(top_srcdir)/../../../../automake/local.am
  • c/src/lib/libbsp/h8300/h8sim/ChangeLog

    r14b7d360 r6411947  
     12004-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
    162003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    27
  • c/src/lib/libbsp/h8300/h8sim/wrapup/Makefile.am

    r14b7d360 r6411947  
    1313    ../../../$(piece)/$(ARCH)/$(piece).rel)
    1414
    15 LIB = $(ARCH)/libbsp.a
    16 
    17 #
    18 # (OPTIONAL) Add local stuff here using +=
    19 #
    20 
    21 $(LIB): ${OBJS}
     15$(ARCH)/libbsp.a: ${OBJS}
    2216        $(make-library)
    2317
    24 all-local: $(LIB)
     18noinst_DATA = $(ARCH)/libbsp.a
    2519
    2620include $(top_srcdir)/../../../../automake/local.am
  • c/src/lib/libbsp/i386/i386ex/ChangeLog

    r14b7d360 r6411947  
     12004-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
    162003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    27
  • c/src/lib/libbsp/i386/i386ex/wrapup/Makefile.am

    r14b7d360 r6411947  
    1414OBJS = $(foreach piece, $(BSP_FILES), ../$(piece)/$(ARCH)/*.$(OBJEXT)) \
    1515    $(wildcard ../../../../libcpu/i386/$(ARCH)/*.$(OBJEXT))
    16 LIB = $(ARCH)/libbsp.a
    1716
    1817include $(top_srcdir)/../../../../automake/compile.am
    1918include $(top_srcdir)/../../../../automake/lib.am
    2019
    21 #
    22 # (OPTIONAL) Add local stuff here using +=
    23 #
    24 
    25 $(LIB): $(OBJS)
     20$(ARCH)/libbsp.a: $(OBJS)
    2621        $(make-library)
    2722
    28 all-local: $(LIB)
     23noinst_DATA = $(ARCH)/libbsp.a
    2924
    3025include $(top_srcdir)/../../../../automake/local.am
  • c/src/lib/libbsp/i386/pc386/ChangeLog

    r14b7d360 r6411947  
     12004-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
    162003-12-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    27
  • c/src/lib/libbsp/i386/pc386/wrapup/Makefile.am

    r14b7d360 r6411947  
    1414OBJS = $(foreach piece, $(BSP_FILES), ../$(piece)/$(ARCH)/*.$(OBJEXT)) \
    1515    $(wildcard ../../../../libcpu/i386/$(ARCH)/*.$(OBJEXT))
    16 LIB = $(ARCH)/libbsp.a
    1716
    1817include $(top_srcdir)/../../../../automake/compile.am
    1918include $(top_srcdir)/../../../../automake/lib.am
    2019
    21 #
    22 # (OPTIONAL) Add local stuff here using +=
    23 #
    24 
    25 $(LIB): $(OBJS)
     20$(ARCH)/libbsp.a: $(OBJS)
    2621        $(make-library)
    2722
    28 all-local: $(LIB)
     23noinst_DATA = $(ARCH)/libbsp.a
    2924
    3025include $(top_srcdir)/../../../../automake/local.am
  • c/src/lib/libbsp/i386/ts_386ex/ChangeLog

    r14b7d360 r6411947  
     12004-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
    162003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    27
  • c/src/lib/libbsp/i386/ts_386ex/wrapup/Makefile.am

    r14b7d360 r6411947  
    1414OBJS = $(foreach piece, $(BSP_FILES), ../$(piece)/$(ARCH)/*.$(OBJEXT)) \
    1515    $(wildcard ../../../../libcpu/i386/$(ARCH)/*.$(OBJEXT))
    16 LIB = $(ARCH)/libbsp.a
    1716
    1817include $(top_srcdir)/../../../../automake/compile.am
    1918include $(top_srcdir)/../../../../automake/lib.am
    2019
    21 #
    22 # (OPTIONAL) Add local stuff here using +=
    23 #
    24 
    25 $(LIB): $(OBJS)
     20$(ARCH)/libbsp.a: $(OBJS)
    2621        $(make-library)
    2722
    28 all-local: $(LIB)
     23noinst_DATA = $(ARCH)/libbsp.a
    2924
    3025include $(top_srcdir)/../../../../automake/local.am
  • c/src/lib/libbsp/i960/cvme961/ChangeLog

    r14b7d360 r6411947  
     12004-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
    162003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    27
  • c/src/lib/libbsp/i960/cvme961/wrapup/Makefile.am

    r14b7d360 r6411947  
    1616    ../../../../libcpu/$(RTEMS_CPU)/$(RTEMS_CPU_MODEL)/$(ARCH)/*.$(OBJEXT))
    1717
    18 LIB = $(ARCH)/libbsp.a
    19 
    20 $(LIB): ${OBJS}
     18$(ARCH)/libbsp.a: ${OBJS}
    2119        $(make-library)
    2220
    23 all-local: $(LIB)
     21noinst_DATA = $(ARCH)/libbsp.a
    2422
    2523include $(top_srcdir)/../../../../automake/local.am
  • c/src/lib/libbsp/i960/i960sim/ChangeLog

    r14b7d360 r6411947  
     12004-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
    162003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    27
  • c/src/lib/libbsp/i960/i960sim/wrapup/Makefile.am

    r14b7d360 r6411947  
    1515    ../../../$(piece)/$(ARCH)/$(piece).rel)
    1616
    17 LIB = $(ARCH)/libbsp.a
    18 
    19 #
    20 # (OPTIONAL) Add local stuff here using +=
    21 #
    22 
    23 $(LIB): ${OBJS}
     17$(ARCH)/libbsp.a: ${OBJS}
    2418        $(make-library)
    2519
    26 all-local: $(LIB)
     20noinst_DATA = $(ARCH)/libbsp.a
    2721
    2822include $(top_srcdir)/../../../../automake/local.am
  • c/src/lib/libbsp/i960/rxgen960/ChangeLog

    r14b7d360 r6411947  
     12004-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
    162003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    27
  • c/src/lib/libbsp/i960/rxgen960/wrapup/Makefile.am

    r14b7d360 r6411947  
    1212    $(wildcard \
    1313    ../../../../libcpu/$(RTEMS_CPU)/$(RTEMS_CPU_MODEL)/$(ARCH)/*.$(OBJEXT))
    14 LIB = $(ARCH)/libbsp.a
    1514
    16 #
    17 # (OPTIONAL) Add local stuff here using +=
    18 #
    19 
    20 $(LIB): $(OBJS)
     15$(ARCH)/libbsp.a: $(OBJS)
    2116        $(make-library)
    2217
    23 all-local: $(LIB)
     18noinst_DATA = $(ARCH)/libbsp.a
    2419
    2520include $(top_srcdir)/../../../../automake/local.am
  • c/src/lib/libbsp/m68k/dmv152/ChangeLog

    r14b7d360 r6411947  
     12004-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
    162003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    27
  • c/src/lib/libbsp/m68k/dmv152/wrapup/Makefile.am

    r14b7d360 r6411947  
    99    $(wildcard \
    1010    ../../../../libcpu/$(RTEMS_CPU)/shared/*/$(ARCH)/*.$(OBJEXT))
    11 LIB = $(ARCH)/libbsp.a
    1211
    1312include $(top_srcdir)/../../../../automake/compile.am
    1413include $(top_srcdir)/../../../../automake/lib.am
    1514
    16 #
    17 # (OPTIONAL) Add local stuff here using +=
    18 #
    19 
    20 $(LIB): $(OBJS)
     15$(ARCH)/libbsp.a: $(OBJS)
    2116        $(make-library)
    2217
    23 all-local: $(LIB)
     18noinst_DATA = $(ARCH)/libbsp.a
    2419
    2520include $(top_srcdir)/../../../../automake/local.am
  • c/src/lib/libbsp/m68k/efi332/ChangeLog

    r14b7d360 r6411947  
     12004-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
    162003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    27
  • c/src/lib/libbsp/m68k/efi332/wrapup/Makefile.am

    r14b7d360 r6411947  
    99    $(wildcard \
    1010    ../../../../libcpu/$(RTEMS_CPU)/shared/misc/$(ARCH)/*.$(OBJEXT))
    11 LIB = $(ARCH)/libbsp.a
    1211
    1312include $(top_srcdir)/../../../../automake/compile.am
    1413include $(top_srcdir)/../../../../automake/lib.am
    1514
    16 #
    17 # (OPTIONAL) Add local stuff here using +=
    18 #
    19 
    20 $(LIB): $(OBJS)
     15$(ARCH)/libbsp.a: $(OBJS)
    2116        $(make-library)
    2217
    23 all-local: $(LIB)
     18noinst_DATA = $(ARCH)/libbsp.a
    2419
    2520include $(top_srcdir)/../../../../automake/local.am
  • c/src/lib/libbsp/m68k/efi68k/ChangeLog

    r14b7d360 r6411947  
     12004-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
    162003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    27
  • c/src/lib/libbsp/m68k/efi68k/wrapup/Makefile.am

    r14b7d360 r6411947  
    99    $(wildcard \
    1010    ../../../../libcpu/$(RTEMS_CPU)/shared/misc/$(ARCH)/*.$(OBJEXT))
    11 LIB = $(ARCH)/libbsp.a
    1211
    1312include $(top_srcdir)/../../../../automake/compile.am
    1413include $(top_srcdir)/../../../../automake/lib.am
    1514
    16 #
    17 # (OPTIONAL) Add local stuff here using +=
    18 #
    19 
    20 $(LIB): $(OBJS)
     15$(ARCH)/libbsp.a: $(OBJS)
    2116        $(make-library)
    2217
    23 all-local: $(LIB)
     18noinst_DATA = $(ARCH)/libbsp.a
    2419
    2520include $(top_srcdir)/../../../../automake/local.am
  • c/src/lib/libbsp/m68k/gen68302/ChangeLog

    r14b7d360 r6411947  
     12004-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
    162003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    27
  • c/src/lib/libbsp/m68k/gen68302/wrapup/Makefile.am

    r14b7d360 r6411947  
    1414    $(wildcard \
    1515    ../../../../libcpu/$(RTEMS_CPU)/shared/misc/$(ARCH)/*.$(OBJEXT))
    16 LIB = $(ARCH)/libbsp.a
    1716
    1817include $(top_srcdir)/../../../../automake/compile.am
    1918include $(top_srcdir)/../../../../automake/lib.am
    2019
    21 #
    22 # (OPTIONAL) Add local stuff here using +=
    23 #
    24 
    25 $(LIB): $(OBJS)
     20$(ARCH)/libbsp.a: $(OBJS)
    2621        $(make-library)
    2722
    28 all-local: $(LIB)
     23noinst_DATA = $(ARCH)/libbsp.a
    2924
    3025include $(top_srcdir)/../../../../automake/local.am
  • c/src/lib/libbsp/m68k/gen68340/ChangeLog

    r14b7d360 r6411947  
     12004-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
    162003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    27
  • c/src/lib/libbsp/m68k/gen68340/wrapup/Makefile.am

    r14b7d360 r6411947  
    1111    $(wildcard \
    1212    ../../../../libcpu/$(RTEMS_CPU)/$(RTEMS_CPU_MODEL)/fpsp/$(ARCH)/fpsp.rel)
    13 LIB = $(ARCH)/libbsp.a
    1413
    1514include $(top_srcdir)/../../../../automake/compile.am
    1615include $(top_srcdir)/../../../../automake/lib.am
    1716
    18 #
    19 # (OPTIONAL) Add local stuff here using +=
    20 #
    21 
    22 $(LIB): $(OBJS)
     17$(ARCH)/libbsp.a: $(OBJS)
    2318        $(make-library)
    2419
    25 all-local: $(LIB)
     20noinst_DATA = $(ARCH)/libbsp.a
    2621
    2722include $(top_srcdir)/../../../../automake/local.am
  • c/src/lib/libbsp/m68k/gen68360/ChangeLog

    r14b7d360 r6411947  
     12004-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
    162003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    27
  • c/src/lib/libbsp/m68k/gen68360/wrapup/Makefile.am

    r14b7d360 r6411947  
    1616    $(wildcard \
    1717    ../../../../libcpu/$(RTEMS_CPU)/$(RTEMS_CPU_MODEL)/fpsp/$(ARCH)/fpsp.rel)
    18 LIB = $(ARCH)/libbsp.a
    1918
    2019include $(top_srcdir)/../../../../automake/compile.am
    2120include $(top_srcdir)/../../../../automake/lib.am
    2221
    23 #
    24 # (OPTIONAL) Add local stuff here using +=
    25 #
    26 
    27 $(LIB): $(OBJS)
     22$(ARCH)/libbsp.a: $(OBJS)
    2823        $(make-library)
    2924
    30 all-local: $(LIB)
     25noinst_DATA = $(ARCH)/libbsp.a
    3126
    3227include $(top_srcdir)/../../../../automake/local.am
  • c/src/lib/libbsp/m68k/idp/ChangeLog

    r14b7d360 r6411947  
     12004-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
    162003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    27
  • c/src/lib/libbsp/m68k/idp/wrapup/Makefile.am

    r14b7d360 r6411947  
    99    $(wildcard \
    1010    ../../../../libcpu/$(RTEMS_CPU)/shared/*/$(ARCH)/*.$(OBJEXT))
    11 LIB = $(ARCH)/libbsp.a
    1211
    1312include $(top_srcdir)/../../../../automake/compile.am
    1413include $(top_srcdir)/../../../../automake/lib.am
    1514
    16 #
    17 # (OPTIONAL) Add local stuff here using +=
    18 #
    19 
    20 $(LIB): $(OBJS)
     15$(ARCH)/libbsp.a: $(OBJS)
    2116        $(make-library)
    2217
    23 all-local: $(LIB)
     18noinst_DATA = $(ARCH)/libbsp.a
    2419
    2520include $(top_srcdir)/../../../../automake/local.am
  • c/src/lib/libbsp/m68k/mcf5206elite/ChangeLog

    r14b7d360 r6411947  
     12004-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
    162003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    27
  • c/src/lib/libbsp/m68k/mcf5206elite/wrapup/Makefile.am

    r14b7d360 r6411947  
    1515    $(wildcard \
    1616    ../../../../libcpu/$(RTEMS_CPU)/$(RTEMS_CPU_MODEL)/fpsp/$(ARCH)/fpsp.rel)
    17 LIB = $(ARCH)/libbsp.a
    1817
    1918include $(top_srcdir)/../../../../automake/compile.am
    2019include $(top_srcdir)/../../../../automake/lib.am
    2120
    22 #
    23 # (OPTIONAL) Add local stuff here using +=
    24 #
    25 
    26 $(LIB): $(OBJS)
     21$(ARCH)/libbsp.a: $(OBJS)
    2722        $(make-library)
    2823
    29 all-local: $(LIB)
     24noinst_DATA = $(ARCH)/libbsp.a
    3025
    3126include $(top_srcdir)/../../../../automake/local.am
  • c/src/lib/libbsp/m68k/mrm332/ChangeLog

    r14b7d360 r6411947  
     12004-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
    162003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    27
  • c/src/lib/libbsp/m68k/mrm332/wrapup/Makefile.am

    r14b7d360 r6411947  
    99    $(wildcard \
    1010    ../../../../libcpu/$(RTEMS_CPU)/shared/misc/$(ARCH)/*.$(OBJEXT))
    11 LIB = $(ARCH)/libbsp.a
    1211
    1312include $(top_srcdir)/../../../../automake/compile.am
    1413include $(top_srcdir)/../../../../automake/lib.am
    1514
    16 #
    17 # (OPTIONAL) Add local stuff here using +=
    18 #
    19 
    20 $(LIB): $(OBJS)
     15$(ARCH)/libbsp.a: $(OBJS)
    2116        $(make-library)
    2217
    23 all-local: $(LIB)
     18noinst_DATA = $(ARCH)/libbsp.a
    2419
    2520include $(top_srcdir)/../../../../automake/local.am
  • c/src/lib/libbsp/m68k/mvme136/ChangeLog

    r14b7d360 r6411947  
     12004-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
    162003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    27
  • c/src/lib/libbsp/m68k/mvme136/wrapup/Makefile.am

    r14b7d360 r6411947  
    1313# bummer; have to use $foreach since % pattern subst rules only replace 1x
    1414OBJS = $(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))
    1717
    18 $(LIB): $(OBJS)
     18$(ARCH)/libbsp.a: $(OBJS)
    1919        $(make-library)
    2020
    21 all-local: $(LIB)
     21noinst_DATA = $(ARCH)/libbsp.a
    2222
    2323include $(top_srcdir)/../../../../automake/local.am
  • c/src/lib/libbsp/m68k/mvme147/ChangeLog

    r14b7d360 r6411947  
     12004-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
    162003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    27
  • c/src/lib/libbsp/m68k/mvme147/wrapup/Makefile.am

    r14b7d360 r6411947  
    99    $(wildcard \
    1010    ../../../../libcpu/$(RTEMS_CPU)/shared/*/$(ARCH)/*.$(OBJEXT))
    11 LIB = $(ARCH)/libbsp.a
    1211
    1312include $(top_srcdir)/../../../../automake/compile.am
    1413include $(top_srcdir)/../../../../automake/lib.am
    1514
    16 #
    17 # (OPTIONAL) Add local stuff here using +=
    18 #
    19 
    20 $(LIB): $(OBJS)
     15$(ARCH)/libbsp.a: $(OBJS)
    2116        $(make-library)
    2217
    23 all-local: $(LIB)
     18noinst_DATA = $(ARCH)/libbsp.a
    2419
    2520include $(top_srcdir)/../../../../automake/local.am
  • c/src/lib/libbsp/m68k/mvme147s/ChangeLog

    r14b7d360 r6411947  
     12004-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
    162003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    27
  • c/src/lib/libbsp/m68k/mvme147s/wrapup/Makefile.am

    r14b7d360 r6411947  
    1313# bummer; have to use $foreach since % pattern subst rules only replace 1x
    1414OBJS = $(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))
    1717
    18 $(LIB): $(OBJS)
     18$(ARCH)/libbsp.a: $(OBJS)
    1919        $(make-library)
    2020
    21 all-local: $(LIB)
     21noinst_DATA = $(ARCH)/libbsp.a
    2222
    2323include $(top_srcdir)/../../../../automake/local.am
  • c/src/lib/libbsp/m68k/mvme162/ChangeLog

    r14b7d360 r6411947  
     12004-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
    162003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    27
  • c/src/lib/libbsp/m68k/mvme162/wrapup/Makefile.am

    r14b7d360 r6411947  
    1717    ../../../../libcpu/$(RTEMS_CPU)/$(RTEMS_CPU_MODEL)/fpsp/$(ARCH)/fpsp.rel)
    1818
    19 LIB = $(ARCH)/libbsp.a
    20 
    2119include $(top_srcdir)/../../../../automake/compile.am
    2220include $(top_srcdir)/../../../../automake/lib.am
    2321
    24 #
    25 # (OPTIONAL) Add local stuff here using +=
    26 #
    27 
    28 $(LIB): $(OBJS)
     22$(ARCH)/libbsp.a: $(OBJS)
    2923        $(make-library)
    3024
    31 all-local: $(LIB)
     25noinst_DATA = $(ARCH)/libbsp.a
    3226
    3327include $(top_srcdir)/../../../../automake/local.am
  • c/src/lib/libbsp/m68k/mvme167/ChangeLog

    r14b7d360 r6411947  
     12004-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
    162003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    27
  • c/src/lib/libbsp/m68k/mvme167/wrapup/Makefile.am

    r14b7d360 r6411947  
    1616    ../../../../libcpu/$(RTEMS_CPU)/$(RTEMS_CPU_MODEL)/fpsp/$(ARCH)/fpsp.rel)
    1717
    18 LIB = $(ARCH)/libbsp.a
    19 
    2018include $(top_srcdir)/../../../../automake/compile.am
    2119include $(top_srcdir)/../../../../automake/lib.am
    2220
    23 #
    24 # (OPTIONAL) Add local stuff here using +=
    25 #
    26 
    27 $(LIB): $(OBJS)
     21$(ARCH)/libbsp.a: $(OBJS)
    2822        $(make-library)
    2923
    30 all-local: $(LIB)
     24noinst_DATA = $(ARCH)/libbsp.a
    3125
    3226include $(top_srcdir)/../../../../automake/local.am
  • c/src/lib/libbsp/m68k/ods68302/ChangeLog

    r14b7d360 r6411947  
     12004-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
    162003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    27
  • c/src/lib/libbsp/m68k/ods68302/wrapup/Makefile.am

    r14b7d360 r6411947  
    99    $(wildcard \
    1010    ../../../../libcpu/$(RTEMS_CPU)/shared/misc/$(ARCH)/*.$(OBJEXT))
    11 LIB = $(ARCH)/libbsp.a
    1211
    1312include $(top_srcdir)/../../../../automake/compile.am
    1413include $(top_srcdir)/../../../../automake/lib.am
    1514
    16 #
    17 # (OPTIONAL) Add local stuff here using +=
    18 #
    19 
    20 $(LIB): $(OBJS)
     15$(ARCH)/libbsp.a: $(OBJS)
    2116        $(make-library)
    2217
    23 all-local: $(LIB)
     18noinst_DATA = $(ARCH)/libbsp.a
    2419
    2520include $(top_srcdir)/../../../../automake/local.am
  • c/src/lib/libbsp/m68k/sim68000/ChangeLog

    r14b7d360 r6411947  
     12004-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
    162003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    27
  • c/src/lib/libbsp/m68k/sim68000/wrapup/Makefile.am

    r14b7d360 r6411947  
    1717    ../../../$(piece)/$(ARCH)/$(piece).rel)
    1818
    19 LIB = $(ARCH)/libbsp.a
    20 
    21 #
    22 # (OPTIONAL) Add local stuff here using +=
    23 #
    24 
    25 $(LIB): ${OBJS}
     19$(ARCH)/libbsp.a: ${OBJS}
    2620        $(make-library)
    2721
    28 all-local: $(LIB)
     22noinst_DATA = $(ARCH)/libbsp.a
    2923
    3024include $(top_srcdir)/../../../../automake/local.am
  • c/src/lib/libbsp/mips/genmongoosev/ChangeLog

    r14b7d360 r6411947  
     12004-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
    162003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    27
  • c/src/lib/libbsp/mips/genmongoosev/wrapup/Makefile.am

    r14b7d360 r6411947  
    1818    ../../../$(piece)/$(ARCH)/$(piece).rel)
    1919
    20 LIB = $(ARCH)/libbsp.a
    21 
    22 #
    23 # (OPTIONAL) Add local stuff here using +=
    24 #
    25 
    26 $(LIB): ${OBJS}
     20$(ARCH)/libbsp.a: ${OBJS}
    2721        $(make-library)
    2822
    29 all-local: $(LIB)
     23noinst_DATA = $(ARCH)/libbsp.a
    3024
    3125include $(top_srcdir)/../../../../automake/local.am
  • c/src/lib/libbsp/mips/jmr3904/ChangeLog

    r14b7d360 r6411947  
     12004-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
    162003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    27
  • c/src/lib/libbsp/mips/jmr3904/wrapup/Makefile.am

    r14b7d360 r6411947  
    1717    ../../../$(piece)/$(ARCH)/$(piece).rel)
    1818
    19 LIB = $(ARCH)/libbsp.a
    20 
    21 #
    22 # (OPTIONAL) Add local stuff here using +=
    23 #
    24 
    25 $(LIB): ${OBJS}
     19$(ARCH)/libbsp.a: ${OBJS}
    2620        $(make-library)
    2721
    28 all-local: $(LIB)
     22noinst_DATA = $(ARCH)/libbsp.a
    2923
    3024include $(top_srcdir)/../../../../automake/local.am
  • c/src/lib/libbsp/mips/p4000/ChangeLog

    r14b7d360 r6411947  
     12004-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
    162003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    27
  • c/src/lib/libbsp/mips/p4000/wrapup/Makefile.am

    r14b7d360 r6411947  
    2020    ../../../$(piece)/$(ARCH)/$(piece).rel)
    2121
    22 LIB = $(ARCH)/libbsp.a
    23 
    24 #
    25 # (OPTIONAL) Add local stuff here using +=
    26 #
    27 
    28 $(LIB): $(OBJS)
     22$(ARCH)/libbsp.a: $(OBJS)
    2923        $(make-library)
    3024
    31 all-local: $(LIB)
     25noinst_DATA = $(ARCH)/libbsp.a
    3226
    3327include $(top_srcdir)/../../../../automake/local.am
  • c/src/lib/libbsp/mips64orion/p4000/ChangeLog

    r14b7d360 r6411947  
     12004-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
    162003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    27
  • c/src/lib/libbsp/mips64orion/p4000/wrapup/Makefile.am

    r14b7d360 r6411947  
    1010    $(foreach piece, $(CPU_FILES), \
    1111    ../../../../libcpu/$(RTEMS_CPU)/$(piece)/$(ARCH)/$(piece).rel)
    12 LIB = $(ARCH)/libbsp.a
    1312
    1413include $(top_srcdir)/../../../../automake/compile.am
    1514include $(top_srcdir)/../../../../automake/lib.am
    1615
    17 #
    18 # (OPTIONAL) Add local stuff here using +=
    19 #
    20 
    21 $(LIB): $(OBJS)
     16$(ARCH)/libbsp.a: $(OBJS)
    2217        $(make-library)
    2318
    24 all-local: $(LIB)
     19noinst_DATA = $(ARCH)/libbsp.a
    2520
    2621include $(top_srcdir)/../../../../automake/local.am
  • c/src/lib/libbsp/no_cpu/no_bsp/ChangeLog

    r14b7d360 r6411947  
     12004-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
    162003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    27
  • c/src/lib/libbsp/no_cpu/no_bsp/wrapup/Makefile.am

    r14b7d360 r6411947  
    1111OBJS = $(foreach piece, $(BSP_FILES), ../$(piece)/$(ARCH)/*.$(OBJEXT))
    1212
    13 LIB = $(ARCH)/libbsp.a
    14 
    1513include $(top_srcdir)/../../../../automake/compile.am
    1614include $(top_srcdir)/../../../../automake/lib.am
    1715
    18 $(LIB): $(OBJS)
     16$(ARCH)/libbsp.a: $(OBJS)
    1917        $(make-library)
    2018
    21 all-local: $(LIB)
     19noinst_DATA = $(ARCH)/libbsp.a
    2220
    2321include $(top_srcdir)/../../../../automake/local.am
  • c/src/lib/libbsp/or32/orp/ChangeLog

    r14b7d360 r6411947  
     12004-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
    162003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    27
  • c/src/lib/libbsp/or32/orp/wrapup/Makefile.am

    r14b7d360 r6411947  
    1515    ../../../$(piece)/$(ARCH)/$(piece).rel)
    1616
    17 LIB = $(ARCH)/libbsp.a
    18 
    19 #
    20 # (OPTIONAL) Add local stuff here using +=
    21 #
    22 
    23 $(LIB): ${OBJS}
     17$(ARCH)/libbsp.a: ${OBJS}
    2418        $(make-library)
    2519
    26 all-local: $(LIB)
     20noinst_DATA = $(ARCH)/libbsp.a
    2721
    2822include $(top_srcdir)/../../../../automake/local.am
  • c/src/lib/libbsp/powerpc/dmv177/ChangeLog

    r14b7d360 r6411947  
     12004-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
    162003-12-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    27
  • c/src/lib/libbsp/powerpc/dmv177/wrapup/Makefile.am

    r14b7d360 r6411947  
    1515    ../@exceptions@/$(ARCH)/rtems-cpu.rel $(wildcard \
    1616    ../../../../libcpu/$(RTEMS_CPU)/shared/*/$(ARCH)/*.$(OBJEXT))
    17 LIB = $(ARCH)/libbsp.a
    1817
    1918include $(top_srcdir)/../../../../automake/compile.am
    2019include $(top_srcdir)/../../../../automake/lib.am
    2120
    22 #
    23 # (OPTIONAL) Add local stuff here using +=
    24 #
    25 
    26 $(LIB): $(OBJS)
     21$(ARCH)/libbsp.a: $(OBJS)
    2722        $(make-library)
    2823
    29 all-local: $(LIB)
     24noinst_DATA = $(ARCH)/libbsp.a
    3025
    3126include $(top_srcdir)/../../../../automake/local.am
  • c/src/lib/libbsp/powerpc/eth_comm/ChangeLog

    r14b7d360 r6411947  
     12004-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
    162003-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    27
  • c/src/lib/libbsp/powerpc/eth_comm/wrapup/Makefile.am

    r14b7d360 r6411947  
    1818    ../@exceptions@/$(ARCH)/rtems-cpu.rel $(wildcard \
    1919    ../../../../libcpu/$(RTEMS_CPU)/$(RTEMS_CPU_MODEL)/*/$(ARCH)/*.$(OBJEXT))
    20 LIB = $(ARCH)/libbsp.a
    2120
    2221include $(top_srcdir)/../../../../automake/compile.am
    2322include $(top_srcdir)/../../../../automake/lib.am
    2423
    25 #
    26 # (OPTIONAL) Add local stuff here using +=
    27 #
    28 
    29 $(LIB): $(OBJS)
     24$(ARCH)/libbsp.a: $(OBJS)
    3025        $(make-library)
    3126
    32 all-local: $(LIB)
     27noinst_DATA = $(ARCH)/libbsp.a
    3328
    3429include $(top_srcdir)/../../../../automake/local.am
  • c/src/lib/libbsp/powerpc/gen405/ChangeLog

    r14b7d360 r6411947  
     12004-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
    162003-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    27
  • c/src/lib/libbsp/powerpc/gen405/wrapup/Makefile.am

    r14b7d360 r6411947  
    1212    ../../../../libcpu/$(RTEMS_CPU)/ppc403/$(piece)/$(ARCH)/$(piece).rel)
    1313
    14 LIB = $(ARCH)/libbsp.a
    15 
    1614include $(top_srcdir)/../../../../automake/compile.am
    1715include $(top_srcdir)/../../../../automake/lib.am
    1816
    19 #
    20 # (OPTIONAL) Add local stuff here using +=
    21 #
    22 
    23 $(LIB): $(OBJS)
     17$(ARCH)/libbsp.a: $(OBJS)
    2418        $(make-library)
    2519
    26 all-local: $(LIB)
     20noinst_DATA = $(ARCH)/libbsp.a
    2721
    2822include $(top_srcdir)/../../../../automake/local.am
  • c/src/lib/libbsp/powerpc/helas403/ChangeLog

    r14b7d360 r6411947  
     12004-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
    162003-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    27
  • c/src/lib/libbsp/powerpc/helas403/wrapup/Makefile.am

    r14b7d360 r6411947  
    1212    ../../../../libcpu/$(RTEMS_CPU)/$(RTEMS_CPU_MODEL)/$(piece)/$(ARCH)/$(piece).rel)
    1313
    14 LIB = $(ARCH)/libbsp.a
    15 
    1614include $(top_srcdir)/../../../../automake/compile.am
    1715include $(top_srcdir)/../../../../automake/lib.am
    1816
    19 #
    20 # (OPTIONAL) Add local stuff here using +=
    21 #
    22 
    23 $(LIB): $(OBJS)
     17$(ARCH)/libbsp.a: $(OBJS)
    2418        $(make-library)
    2519
    26 all-local: $(LIB)
     20noinst_DATA = $(ARCH)/libbsp.a
    2721
    2822include $(top_srcdir)/../../../../automake/local.am
  • c/src/lib/libbsp/powerpc/mbx8xx/ChangeLog

    r14b7d360 r6411947  
     12004-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
    162003-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    27
  • c/src/lib/libbsp/powerpc/mbx8xx/wrapup/Makefile.am

    r14b7d360 r6411947  
    1818    ../@exceptions@/$(ARCH)/rtems-cpu.rel $(wildcard \
    1919    ../../../../libcpu/$(RTEMS_CPU)/mpc8xx/*/$(ARCH)/*.$(OBJEXT))
    20 LIB = $(ARCH)/libbsp.a
    2120
    2221include $(top_srcdir)/../../../../automake/compile.am
    2322include $(top_srcdir)/../../../../automake/lib.am
    2423
    25 #
    26 # (OPTIONAL) Add local stuff here using +=
    27 #
    28 
    29 $(LIB): $(OBJS)
     24$(ARCH)/libbsp.a: $(OBJS)
    3025        $(make-library)
    3126
    32 all-local: $(LIB)
     27noinst_DATA = $(ARCH)/libbsp.a
    3328
    3429include $(top_srcdir)/../../../../automake/local.am
  • c/src/lib/libbsp/powerpc/motorola_powerpc/ChangeLog

    r14b7d360 r6411947  
     12004-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
    162003-12-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    27
  • c/src/lib/libbsp/powerpc/motorola_powerpc/wrapup/Makefile.am

    r14b7d360 r6411947  
    1212    ../@exceptions@/$(ARCH)/rtems-cpu.rel $(wildcard \
    1313    ../../../../libcpu/$(RTEMS_CPU)/$(RTEMS_CPU_MODEL)/*/$(ARCH)/*.$(OBJEXT))
    14 LIB = $(ARCH)/libbsp.a
    1514
    1615include $(top_srcdir)/../../../../automake/compile.am
    1716include $(top_srcdir)/../../../../automake/lib.am
    1817
    19 #
    20 # (OPTIONAL) Add local stuff here using +=
    21 #
    22 
    23 $(LIB): $(OBJS)
     18$(ARCH)/libbsp.a: $(OBJS)
    2419        $(make-library)
    2520
    26 all-local: $(LIB)
     21noinst_DATA = $(ARCH)/libbsp.a
    2722
    2823include $(top_srcdir)/../../../../automake/local.am
  • c/src/lib/libbsp/powerpc/mpc8260ads/ChangeLog

    r14b7d360 r6411947  
     12004-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
    162003-12-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    27
  • c/src/lib/libbsp/powerpc/mpc8260ads/wrapup/Makefile.am

    r14b7d360 r6411947  
    1818    ../@exceptions@/$(ARCH)/rtems-cpu.rel $(wildcard \
    1919    ../../../../libcpu/$(RTEMS_CPU)/mpc8260/*/$(ARCH)/*.$(OBJEXT))
    20 LIB = $(ARCH)/libbsp.a
    2120
    2221include $(top_srcdir)/../../../../automake/compile.am
    2322include $(top_srcdir)/../../../../automake/lib.am
    2423
    25 #
    26 # (OPTIONAL) Add local stuff here using +=
    27 #
    28 
    29 $(LIB): $(OBJS)
     24$(ARCH)/libbsp.a: $(OBJS)
    3025        $(make-library)
    3126
    32 all-local: $(LIB)
     27noinst_DATA = $(ARCH)/libbsp.a
    3328
    3429include $(top_srcdir)/../../../../automake/local.am
  • c/src/lib/libbsp/powerpc/ppcn_60x/ChangeLog

    r14b7d360 r6411947  
     12004-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
    162003-12-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    27
  • c/src/lib/libbsp/powerpc/ppcn_60x/wrapup/Makefile.am

    r14b7d360 r6411947  
    1515OBJS = $(foreach piece, $(BSP_PIECES), ../$(piece)/$(ARCH)/*.$(OBJEXT)) \
    1616    ../@exceptions@/$(ARCH)/rtems-cpu.rel
    17 LIB = $(ARCH)/libbsp.a
    1817
    1918include $(top_srcdir)/../../../../automake/compile.am
    2019include $(top_srcdir)/../../../../automake/lib.am
    2120
    22 #
    23 # (OPTIONAL) Add local stuff here using +=
    24 #
    25 
    26 $(LIB): $(OBJS)
     21$(ARCH)/libbsp.a: $(OBJS)
    2722        $(make-library)
    2823
    29 all-local: $(LIB)
     24noinst_DATA = $(ARCH)/libbsp.a
    3025
    3126include $(top_srcdir)/../../../../automake/local.am
  • c/src/lib/libbsp/powerpc/psim/ChangeLog

    r14b7d360 r6411947  
     12004-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
    162003-12-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    27
  • c/src/lib/libbsp/powerpc/psim/wrapup/Makefile.am

    r14b7d360 r6411947  
    1414OBJS = $(foreach piece, $(BSP_PIECES), ../$(piece)/$(ARCH)/*.$(OBJEXT)) \
    1515    ../@exceptions@/$(ARCH)/rtems-cpu.rel
    16 LIB = $(ARCH)/libbsp.a
    1716
    18 $(LIB): $(OBJS)
     17$(ARCH)/libbsp.a: $(OBJS)
    1918        $(make-library)
    2019
    21 all-local: $(LIB)
     20noinst_DATA = $(ARCH)/libbsp.a
    2221
    2322include $(top_srcdir)/../../../../automake/local.am
  • c/src/lib/libbsp/powerpc/score603e/ChangeLog

    r14b7d360 r6411947  
     12004-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
    162003-12-30      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    27
  • c/src/lib/libbsp/powerpc/score603e/wrapup/Makefile.am

    r14b7d360 r6411947  
    99OBJS = $(foreach piece, $(BSP_PIECES), ../$(piece)/$(ARCH)/*.$(OBJEXT)) \
    1010    ../@exceptions@/$(ARCH)/*.rel
    11 LIB = $(ARCH)/libbsp.a
    1211
    1312include $(top_srcdir)/../../../../automake/compile.am
    1413include $(top_srcdir)/../../../../automake/lib.am
    1514
    16 #
    17 # (OPTIONAL) Add local stuff here using +=
    18 #
    19 
    20 $(LIB): $(OBJS)
     15$(ARCH)/libbsp.a: $(OBJS)
    2116        $(make-library)
    2217
    23 all-local: $(LIB)
     18noinst_DATA = $(ARCH)/libbsp.a
    2419
    2520include $(top_srcdir)/../../../../automake/local.am
  • c/src/lib/libbsp/sh/gensh1/ChangeLog

    r14b7d360 r6411947  
     12004-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
    162003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    27
  • c/src/lib/libbsp/sh/gensh1/wrapup/Makefile.am

    r14b7d360 r6411947  
    1515    ../../../../libcpu/$(RTEMS_CPU)/$(RTEMS_CPU_MODEL)/$(ARCH)/$(piece).rel)
    1616
    17 LIB = $(ARCH)/libbsp.a
    18 
    1917include $(top_srcdir)/../../../../automake/compile.am
    2018include $(top_srcdir)/../../../../automake/lib.am
    2119
    22 #
    23 # (OPTIONAL) Add local stuff here using =
    24 #
    25 
    26 $(LIB): $(OBJS)
     20$(ARCH)/libbsp.a: $(OBJS)
    2721        $(make-library)
    2822
    29 all-local: $(LIB)
     23noinst_DATA = $(ARCH)/libbsp.a
    3024
    3125include $(top_srcdir)/../../../../automake/local.am
  • c/src/lib/libbsp/sh/gensh2/ChangeLog

    r14b7d360 r6411947  
     12004-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
    162003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    27
  • c/src/lib/libbsp/sh/gensh2/wrapup/Makefile.am

    r14b7d360 r6411947  
    1515    ../../../../libcpu/$(RTEMS_CPU)/$(RTEMS_CPU_MODEL)/$(ARCH)/$(piece).rel)
    1616
    17 LIB = $(ARCH)/libbsp.a
    18 
    1917include $(top_srcdir)/../../../../automake/compile.am
    2018include $(top_srcdir)/../../../../automake/lib.am
    2119
    22 #
    23 # (OPTIONAL) Add local stuff here using +=
    24 #
    25 
    26 $(LIB): $(OBJS)
     20$(ARCH)/libbsp.a: $(OBJS)
    2721        $(make-library)
    2822
    29 all-local: $(LIB)
     23noinst_DATA = $(ARCH)/libbsp.a
    3024
    3125include $(top_srcdir)/../../../../automake/local.am
  • c/src/lib/libbsp/sh/gensh4/ChangeLog

    r14b7d360 r6411947  
     12004-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
    162003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    27
  • c/src/lib/libbsp/sh/gensh4/wrapup/Makefile.am

    r14b7d360 r6411947  
    1515    ../../../../libcpu/$(RTEMS_CPU)/$(RTEMS_CPU_MODEL)/$(ARCH)/$(piece).rel)
    1616
    17 LIB = $(ARCH)/libbsp.a
    18 
    1917include $(top_srcdir)/../../../../automake/compile.am
    2018include $(top_srcdir)/../../../../automake/lib.am
    2119
    22 #
    23 # (OPTIONAL) Add local stuff here using +=
    24 #
    25 
    26 $(LIB): $(OBJS)
     20$(ARCH)/libbsp.a: $(OBJS)
    2721        $(make-library)
    2822
    29 all-local: $(LIB)
     23noinst_DATA = $(ARCH)/libbsp.a
    3024
    3125include $(top_srcdir)/../../../../automake/local.am
  • c/src/lib/libbsp/sh/shsim/ChangeLog

    r14b7d360 r6411947  
     12004-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
    162003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    27
  • c/src/lib/libbsp/sh/shsim/wrapup/Makefile.am

    r14b7d360 r6411947  
    1515    ../../../../libcpu/$(RTEMS_CPU)/$(RTEMS_CPU_MODEL)/$(ARCH)/$(piece).rel)
    1616
    17 LIB = $(ARCH)/libbsp.a
    18 
    19 #
    20 # (OPTIONAL) Add local stuff here using +=
    21 #
    22 
    23 $(LIB): ${OBJS}
     17$(ARCH)/libbsp.a: ${OBJS}
    2418        $(make-library)
    2519
    26 all-local: $(LIB)
     20noinst_DATA = $(ARCH)/libbsp.a
    2721
    2822include $(top_srcdir)/../../../../automake/local.am
  • c/src/lib/libbsp/sh/simsh4/ChangeLog

    r14b7d360 r6411947  
     12004-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
    162003-12-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    27
  • c/src/lib/libbsp/sh/simsh4/wrapup/Makefile.am

    r14b7d360 r6411947  
    1818    ../../../../libcpu/$(RTEMS_CPU)/$(RTEMS_CPU_MODEL)/$(ARCH)/$(piece).rel)
    1919
    20 LIB = $(ARCH)/libbsp.a
    21 
    2220include $(top_srcdir)/../../../../automake/compile.am
    2321include $(top_srcdir)/../../../../automake/lib.am
    2422
    25 #
    26 # (OPTIONAL) Add local stuff here using +=
    27 #
    28 
    29 $(LIB): $(OBJS)
     23$(ARCH)/libbsp.a: $(OBJS)
    3024        $(make-library)
    3125
    32 all-local: $(LIB)
     26noinst_DATA = $(ARCH)/libbsp.a
    3327
    3428include $(top_srcdir)/../../../../automake/local.am
  • c/src/lib/libbsp/sparc/erc32/ChangeLog

    r14b7d360 r6411947  
     12004-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
    162003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    27
  • c/src/lib/libbsp/sparc/erc32/wrapup/Makefile.am

    r14b7d360 r6411947  
    1616    $(foreach piece, $(CPU_PIECES), \
    1717    ../../../../libcpu/$(RTEMS_CPU)/$(piece)/$(ARCH)/*.$(OBJEXT))
    18 LIB = $(ARCH)/libbsp.a
    1918
    2019include $(top_srcdir)/../../../../automake/compile.am
    2120include $(top_srcdir)/../../../../automake/lib.am
    2221
    23 #
    24 # (OPTIONAL) Add local stuff here using +=
    25 #
    26 $(LIB): $(OBJS)
     22$(ARCH)/libbsp.a: $(OBJS)
    2723        $(make-library)
    2824
    29 all-local: $(LIB)
     25noinst_DATA = $(ARCH)/libbsp.a
    3026
    3127include $(top_srcdir)/../../../../automake/local.am
  • c/src/lib/libbsp/sparc/leon/ChangeLog

    r14b7d360 r6411947  
     12004-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
    162003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    27
  • c/src/lib/libbsp/sparc/leon/wrapup/Makefile.am

    r14b7d360 r6411947  
    1616    $(foreach piece, $(CPU_PIECES), \
    1717    ../../../../libcpu/$(RTEMS_CPU)/$(piece)/$(ARCH)/*.$(OBJEXT))
    18 LIB = $(ARCH)/libbsp.a
    1918
    2019include $(top_srcdir)/../../../../automake/compile.am
    2120include $(top_srcdir)/../../../../automake/lib.am
    2221
    23 #
    24 # (OPTIONAL) Add local stuff here using +=
    25 #
    26 
    27 $(LIB): $(OBJS)
     22$(ARCH)/libbsp.a: $(OBJS)
    2823        $(make-library)
    2924
    30 all-local: $(LIB)
     25noinst_DATA = $(ARCH)/libbsp.a
    3126
    3227include $(top_srcdir)/../../../../automake/local.am
  • c/src/lib/libbsp/unix/posix/ChangeLog

    r14b7d360 r6411947  
     12004-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
    162003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    27
  • c/src/lib/libbsp/unix/posix/wrapup/Makefile.am

    r14b7d360 r6411947  
    1313# bummer; have to use $foreach since % pattern subst rules only replace 1x
    1414OBJS = $(foreach piece, $(BSP_FILES), ../$(piece)/$(ARCH)/*.$(OBJEXT))
    15 LIB = $(ARCH)/libbsp.a
    1615
    17 $(LIB): $(OBJS)
     16$(ARCH)/libbsp.a: $(OBJS)
    1817        $(make-library)
    1918
    20 all-local: $(LIB)
     19noinst_DATA = $(ARCH)/libbsp.a
    2120
    2221include $(top_srcdir)/../../../../automake/local.am
Note: See TracChangeset for help on using the changeset viewer.