Changeset 99c31f85 in rtems


Ignore:
Timestamp:
08/16/03 12:54:09 (21 years ago)
Author:
Ralf Corsepius <ralf.corsepius@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
20ccd1f
Parents:
ebdf51fd
Message:

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

Makefile.am: Reflect having moved automake.
PCI_bus/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.
start/Makefile.am: Reflect having moved automake.
startup/Makefile.am: Reflect having moved automake.
timer/Makefile.am: Reflect having moved automake.
tod/Makefile.am: Reflect having moved automake.
vectors/Makefile.am: Reflect having moved automake.
wrapup/Makefile.am: Reflect having moved automake.

Location:
c/src/lib/libbsp/powerpc/score603e
Files:
12 edited

Legend:

Unmodified
Added
Removed
  • c/src/lib/libbsp/powerpc/score603e/ChangeLog

    rebdf51fd r99c31f85  
     12003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
     2
     3        Makefile.am: Reflect having moved automake.
     4        PCI_bus/Makefile.am: Reflect having moved automake.
     5        clock/Makefile.am: Reflect having moved automake.
     6        console/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        tod/Makefile.am: Reflect having moved automake.
     12        vectors/Makefile.am: Reflect having moved automake.
     13        wrapup/Makefile.am: Reflect having moved automake.
     14
    1152003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    216
  • c/src/lib/libbsp/powerpc/score603e/Makefile.am

    rebdf51fd r99c31f85  
    1414EXTRA_DIST = bsp_specs
    1515
    16 include $(top_srcdir)/../../../../../../automake/subdirs.am
    17 include $(top_srcdir)/../../../../../../automake/local.am
     16include $(top_srcdir)/../../../../automake/subdirs.am
     17include $(top_srcdir)/../../../../automake/local.am
  • c/src/lib/libbsp/powerpc/score603e/PCI_bus/Makefile.am

    rebdf51fd r99c31f85  
    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 = PCI.c PCI.h flash.c universe.c
    3030
    31 include $(top_srcdir)/../../../../../../automake/local.am
     31include $(top_srcdir)/../../../../automake/local.am
  • c/src/lib/libbsp/powerpc/score603e/clock/Makefile.am

    rebdf51fd r99c31f85  
    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 = clock.c
    3030
    31 include $(top_srcdir)/../../../../../../automake/local.am
     31include $(top_srcdir)/../../../../automake/local.am
  • c/src/lib/libbsp/powerpc/score603e/console/Makefile.am

    rebdf51fd r99c31f85  
    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#
     
    3030    consolereserveresources.c tbl85c30.c
    3131
    32 include $(top_srcdir)/../../../../../../automake/local.am
     32include $(top_srcdir)/../../../../automake/local.am
  • c/src/lib/libbsp/powerpc/score603e/include/Makefile.am

    rebdf51fd r99c31f85  
    1717all-local: $(TMPINSTALL_FILES)
    1818
    19 include $(top_srcdir)/../../../../../../automake/force-preinstall.am
    20 include $(top_srcdir)/../../../../../../automake/local.am
     19include $(top_srcdir)/../../../../automake/force-preinstall.am
     20include $(top_srcdir)/../../../../automake/local.am
  • c/src/lib/libbsp/powerpc/score603e/start/Makefile.am

    rebdf51fd r99c31f85  
    88OBJS = $(S_O_FILES)
    99
    10 include $(top_srcdir)/../../../../../../automake/compile.am
    11 include $(top_srcdir)/../../../../../../automake/lib.am
     10include $(top_srcdir)/../../../../automake/compile.am
     11include $(top_srcdir)/../../../../automake/lib.am
    1212
    1313#
     
    2828EXTRA_DIST = start.S
    2929
    30 include $(top_srcdir)/../../../../../../automake/local.am
     30include $(top_srcdir)/../../../../automake/local.am
  • c/src/lib/libbsp/powerpc/score603e/startup/Makefile.am

    rebdf51fd r99c31f85  
    2121OBJS = $(C_O_FILES)
    2222
    23 include $(top_srcdir)/../../../../../../automake/compile.am
    24 include $(top_srcdir)/../../../../../../automake/lib.am
     23include $(top_srcdir)/../../../../automake/compile.am
     24include $(top_srcdir)/../../../../automake/lib.am
    2525
    2626#
     
    4545    linkcmds setvec.c spurious.c vmeintr.c
    4646
    47 include $(top_srcdir)/../../../../../../automake/local.am
     47include $(top_srcdir)/../../../../automake/local.am
  • c/src/lib/libbsp/powerpc/score603e/timer/Makefile.am

    rebdf51fd r99c31f85  
    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/powerpc/score603e/tod/Makefile.am

    rebdf51fd r99c31f85  
    66PGM = $(ARCH)/tod.rel
    77
    8 include $(top_srcdir)/../../../../../../automake/compile.am
    9 include $(top_srcdir)/../../../../../../automake/lib.am
     8include $(top_srcdir)/../../../../automake/compile.am
     9include $(top_srcdir)/../../../../automake/lib.am
    1010
    1111# TOD for Generation 2 or later
     
    3232EXTRA_DIST = tod.c
    3333
    34 include $(top_srcdir)/../../../../../../automake/local.am
     34include $(top_srcdir)/../../../../automake/local.am
  • c/src/lib/libbsp/powerpc/score603e/vectors/Makefile.am

    rebdf51fd r99c31f85  
    1111OBJS = $(S_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 = vectors.S
    3030
    31 include $(top_srcdir)/../../../../../../automake/local.am
     31include $(top_srcdir)/../../../../automake/local.am
  • c/src/lib/libbsp/powerpc/score603e/wrapup/Makefile.am

    rebdf51fd r99c31f85  
    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#
     
    2323all-local: $(ARCH) $(LIB)
    2424
    25 include $(top_srcdir)/../../../../../../automake/local.am
     25include $(top_srcdir)/../../../../automake/local.am
Note: See TracChangeset for help on using the changeset viewer.