Changeset 61ffa76b in rtems


Ignore:
Timestamp:
08/16/03 12:57:54 (21 years ago)
Author:
Ralf Corsepius <ralf.corsepius@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
14fb972
Parents:
a4aeb92
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.
start/Makefile.am: Reflect having moved automake.
startup/Makefile.am: Reflect having moved automake.
wrapup/Makefile.am: Reflect having moved automake.

Location:
c/src/lib/libbsp/h8300/h8sim
Files:
8 edited

Legend:

Unmodified
Added
Removed
  • c/src/lib/libbsp/h8300/h8sim/ChangeLog

    ra4aeb92 r61ffa76b  
     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        start/Makefile.am: Reflect having moved automake.
     8        startup/Makefile.am: Reflect having moved automake.
     9        wrapup/Makefile.am: Reflect having moved automake.
     10
    1112003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    212
  • c/src/lib/libbsp/h8300/h8sim/Makefile.am

    ra4aeb92 r61ffa76b  
    1414EXTRA_DIST = bsp_specs times
    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/h8300/h8sim/clock/Makefile.am

    ra4aeb92 r61ffa76b  
    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#
     
    2424EXTRA_DIST =
    2525
    26 include $(top_srcdir)/../../../../../../automake/local.am
     26include $(top_srcdir)/../../../../automake/local.am
  • c/src/lib/libbsp/h8300/h8sim/console/Makefile.am

    ra4aeb92 r61ffa76b  
    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#
     
    3131EXTRA_DIST = console-io.c
    3232
    33 include $(top_srcdir)/../../../../../../automake/local.am
     33include $(top_srcdir)/../../../../automake/local.am
  • c/src/lib/libbsp/h8300/h8sim/include/Makefile.am

    ra4aeb92 r61ffa76b  
    2121all-local: $(TMPINSTALL_FILES)
    2222
    23 include $(top_srcdir)/../../../../../../automake/local.am
     23include $(top_srcdir)/../../../../automake/local.am
  • c/src/lib/libbsp/h8300/h8sim/start/Makefile.am

    ra4aeb92 r61ffa76b  
    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#
     
    3030EXTRA_DIST = start.S
    3131
    32 include $(top_srcdir)/../../../../../../automake/local.am
     32include $(top_srcdir)/../../../../automake/local.am
  • c/src/lib/libbsp/h8300/h8sim/startup/Makefile.am

    ra4aeb92 r61ffa76b  
    1414OBJS = $(C_O_FILES)
    1515
    16 include $(top_srcdir)/../../../../../../automake/compile.am
    17 include $(top_srcdir)/../../../../../../automake/lib.am
     16include $(top_srcdir)/../../../../automake/compile.am
     17include $(top_srcdir)/../../../../automake/lib.am
    1818
    1919#
     
    3838EXTRA_DIST = bspclean.c bspstart.c exit.c linkcmds setvec.c
    3939
    40 include $(top_srcdir)/../../../../../../automake/local.am
     40include $(top_srcdir)/../../../../automake/local.am
  • c/src/lib/libbsp/h8300/h8sim/wrapup/Makefile.am

    ra4aeb92 r61ffa76b  
    55BSP_FILES = startup clock console
    66
    7 include $(top_srcdir)/../../../../../../automake/compile.am
    8 include $(top_srcdir)/../../../../../../automake/lib.am
     7include $(top_srcdir)/../../../../automake/compile.am
     8include $(top_srcdir)/../../../../automake/lib.am
    99
    1010# bummer; have to use $foreach since % pattern subst rules only replace 1x
     
    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.