Changeset d8abd37 in rtems


Ignore:
Timestamp:
08/16/03 12:33:52 (21 years ago)
Author:
Ralf Corsepius <ralf.corsepius@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
bb7d2ef
Parents:
f581aa6f
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.
include/Makefile.am: Reflect having moved automake.
irq/Makefile.am: Reflect having moved automake.
network/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/arm/edb7312
Files:
11 edited

Legend:

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

    rf581aa6f rd8abd37  
     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        include/Makefile.am: Reflect having moved automake.
     7        irq/Makefile.am: Reflect having moved automake.
     8        network/Makefile.am: Reflect having moved automake.
     9        start/Makefile.am: Reflect having moved automake.
     10        startup/Makefile.am: Reflect having moved automake.
     11        timer/Makefile.am: Reflect having moved automake.
     12        wrapup/Makefile.am: Reflect having moved automake.
     13
    1142003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    215
  • c/src/lib/libbsp/arm/edb7312/Makefile.am

    rf581aa6f rd8abd37  
    1313EXTRA_DIST = bsp_specs
    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/arm/edb7312/clock/Makefile.am

    rf581aa6f rd8abd37  
    1010OBJS = $(C_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#
     
    2828EXTRA_DIST = ckinit.c
    2929
    30 include $(top_srcdir)/../../../../../../automake/local.am
     30include $(top_srcdir)/../../../../automake/local.am
  • c/src/lib/libbsp/arm/edb7312/console/Makefile.am

    rf581aa6f rd8abd37  
    1212OBJS = $(C_O_FILES)
    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#
     
    3232EXTRA_DIST = uart.c console.c
    3333
    34 include $(top_srcdir)/../../../../../../automake/local.am
     34include $(top_srcdir)/../../../../automake/local.am
  • c/src/lib/libbsp/arm/edb7312/include/Makefile.am

    rf581aa6f rd8abd37  
    2222all-local: $(TMPINSTALL_FILES)
    2323
    24 include $(top_srcdir)/../../../../../../automake/local.am
     24include $(top_srcdir)/../../../../automake/local.am
  • c/src/lib/libbsp/arm/edb7312/irq/Makefile.am

    rf581aa6f rd8abd37  
    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#
     
    4545EXTRA_DIST = bsp_irq_asm.S bsp_irq_init.c irq.c
    4646
    47 include $(top_srcdir)/../../../../../../automake/local.am
     47include $(top_srcdir)/../../../../automake/local.am
  • c/src/lib/libbsp/arm/edb7312/network/Makefile.am

    rf581aa6f rd8abd37  
    1212OBJS = $(C_O_FILES)
    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#
     
    4242EXTRA_DIST = network.c
    4343
    44 include $(top_srcdir)/../../../../../../automake/local.am
     44include $(top_srcdir)/../../../../automake/local.am
  • c/src/lib/libbsp/arm/edb7312/start/Makefile.am

    rf581aa6f rd8abd37  
    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/arm/edb7312/startup/Makefile.am

    rf581aa6f rd8abd37  
    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#
     
    3535EXTRA_DIST = bspstart.c exit.c linkcmds
    3636
    37 include $(top_srcdir)/../../../../../../automake/local.am
     37include $(top_srcdir)/../../../../automake/local.am
  • c/src/lib/libbsp/arm/edb7312/timer/Makefile.am

    rf581aa6f rd8abd37  
    1212OBJS = $(C_O_FILES)
    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#
     
    3030EXTRA_DIST = timer.c
    3131
    32 include $(top_srcdir)/../../../../../../automake/local.am
     32include $(top_srcdir)/../../../../automake/local.am
  • c/src/lib/libbsp/arm/edb7312/wrapup/Makefile.am

    rf581aa6f rd8abd37  
    1111LIB = $(ARCH)/libbsp.a
    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#
     
    2828all-local: ${ARCH} $(TMPINSTALL_FILES)
    2929
    30 include $(top_srcdir)/../../../../../../automake/local.am
     30include $(top_srcdir)/../../../../automake/local.am
Note: See TracChangeset for help on using the changeset viewer.