Changeset 6836fc9 in rtems


Ignore:
Timestamp:
08/16/03 12:49:34 (21 years ago)
Author:
Ralf Corsepius <ralf.corsepius@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
c1ea6f3
Parents:
d73e8326
Message:

2003-08-16 Ralf Corsepius <corsepiu@…>

Makefile.am: Reflect having moved automake.
clock/Makefile.am: Reflect having moved automake.
console/Makefile.am: Reflect having moved automake.
gnatsupp/Makefile.am: Reflect having moved automake.
include/Makefile.am: Reflect having moved automake.
start/Makefile.am: Reflect having moved automake.
startup/Makefile.am: Reflect having moved automake.
timer/Makefile.am: Reflect having moved automake.
wrapup/Makefile.am: Reflect having moved automake.

Location:
c/src/lib/libbsp/sparc/leon
Files:
10 edited

Legend:

Unmodified
Added
Removed
  • c/src/lib/libbsp/sparc/leon/ChangeLog

    rd73e8326 r6836fc9  
     12003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
     2
     3        Makefile.am: Reflect having moved automake.
     4        clock/Makefile.am: Reflect having moved automake.
     5        console/Makefile.am: Reflect having moved automake.
     6        gnatsupp/Makefile.am: Reflect having moved automake.
     7        include/Makefile.am: Reflect having moved automake.
     8        start/Makefile.am: Reflect having moved automake.
     9        startup/Makefile.am: Reflect having moved automake.
     10        timer/Makefile.am: Reflect having moved automake.
     11        wrapup/Makefile.am: Reflect having moved automake.
     12
    1132003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    214
  • c/src/lib/libbsp/sparc/leon/Makefile.am

    rd73e8326 r6836fc9  
    1313EXTRA_DIST = bsp_specs times
    1414
    15 include $(top_srcdir)/../../../../../../automake/subdirs.am
    16 include $(top_srcdir)/../../../../../../automake/local.am
     15include $(top_srcdir)/../../../../automake/subdirs.am
     16include $(top_srcdir)/../../../../automake/local.am
  • c/src/lib/libbsp/sparc/leon/clock/Makefile.am

    rd73e8326 r6836fc9  
    1111OBJS = $(C_O_FILES)
    1212
    13 include $(top_srcdir)/../../../../../../automake/compile.am
    14 include $(top_srcdir)/../../../../../../automake/lib.am
     13include $(top_srcdir)/../../../../automake/compile.am
     14include $(top_srcdir)/../../../../automake/lib.am
    1515
    1616#
     
    2929EXTRA_DIST = ckinit.c
    3030
    31 include $(top_srcdir)/../../../../../../automake/local.am
     31include $(top_srcdir)/../../../../automake/local.am
  • c/src/lib/libbsp/sparc/leon/console/Makefile.am

    rd73e8326 r6836fc9  
    1111OBJS = $(C_O_FILES)
    1212
    13 include $(top_srcdir)/../../../../../../automake/compile.am
    14 include $(top_srcdir)/../../../../../../automake/lib.am
     13include $(top_srcdir)/../../../../automake/compile.am
     14include $(top_srcdir)/../../../../automake/lib.am
    1515
    1616#
     
    2929EXTRA_DIST = console.c consolereserveresources.c debugputs.c
    3030
    31 include $(top_srcdir)/../../../../../../automake/local.am
     31include $(top_srcdir)/../../../../automake/local.am
  • c/src/lib/libbsp/sparc/leon/gnatsupp/Makefile.am

    rd73e8326 r6836fc9  
    1313OBJS = $(C_O_FILES)
    1414
    15 include $(top_srcdir)/../../../../../../automake/compile.am
    16 include $(top_srcdir)/../../../../../../automake/lib.am
     15include $(top_srcdir)/../../../../automake/compile.am
     16include $(top_srcdir)/../../../../automake/lib.am
    1717
    1818#
     
    2929EXTRA_DIST = gnatsupp.c
    3030
    31 include $(top_srcdir)/../../../../../../automake/local.am
     31include $(top_srcdir)/../../../../automake/local.am
  • c/src/lib/libbsp/sparc/leon/include/Makefile.am

    rd73e8326 r6836fc9  
    1616all-local: $(PREINSTALL_FILES)
    1717
    18 include $(top_srcdir)/../../../../../../automake/local.am
     18include $(top_srcdir)/../../../../automake/local.am
  • c/src/lib/libbsp/sparc/leon/start/Makefile.am

    rd73e8326 r6836fc9  
    1010OBJS = $(S_O_FILES)
    1111
    12 include $(top_srcdir)/../../../../../../automake/compile.am
    13 include $(top_srcdir)/../../../../../../automake/lib.am
     12include $(top_srcdir)/../../../../automake/compile.am
     13include $(top_srcdir)/../../../../automake/lib.am
    1414
    1515#
     
    3232EXTRA_DIST = start.S
    3333
    34 include $(top_srcdir)/../../../../../../automake/local.am
     34include $(top_srcdir)/../../../../automake/local.am
  • c/src/lib/libbsp/sparc/leon/startup/Makefile.am

    rd73e8326 r6836fc9  
    1717OBJS = $(C_O_FILES) $(S_O_FILES)
    1818
    19 include $(top_srcdir)/../../../../../../automake/compile.am
    20 include $(top_srcdir)/../../../../../../automake/lib.am
     19include $(top_srcdir)/../../../../automake/compile.am
     20include $(top_srcdir)/../../../../automake/lib.am
    2121
    2222#
     
    4040EXTRA_DIST = linkcmds setvec.c spurious.c boardinit.S
    4141
    42 include $(top_srcdir)/../../../../../../automake/local.am
     42include $(top_srcdir)/../../../../automake/local.am
  • c/src/lib/libbsp/sparc/leon/timer/Makefile.am

    rd73e8326 r6836fc9  
    1111OBJS = $(C_O_FILES)
    1212
    13 include $(top_srcdir)/../../../../../../automake/compile.am
    14 include $(top_srcdir)/../../../../../../automake/lib.am
     13include $(top_srcdir)/../../../../automake/compile.am
     14include $(top_srcdir)/../../../../automake/lib.am
    1515
    1616#
     
    2929EXTRA_DIST = timer.c
    3030
    31 include $(top_srcdir)/../../../../../../automake/local.am
     31include $(top_srcdir)/../../../../automake/local.am
  • c/src/lib/libbsp/sparc/leon/wrapup/Makefile.am

    rd73e8326 r6836fc9  
    1212LIB = $(ARCH)/libbsp.a
    1313
    14 include $(top_srcdir)/../../../../../../automake/compile.am
    15 include $(top_srcdir)/../../../../../../automake/lib.am
     14include $(top_srcdir)/../../../../automake/compile.am
     15include $(top_srcdir)/../../../../automake/lib.am
    1616
    1717#
     
    2424all-local: $(ARCH) $(LIB)
    2525
    26 include $(top_srcdir)/../../../../../../automake/local.am
     26include $(top_srcdir)/../../../../automake/local.am
Note: See TracChangeset for help on using the changeset viewer.