Changeset e665ad1 in rtems


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

Location:
c/src/lib/libbsp/sh/shsim
Files:
11 edited

Legend:

Unmodified
Added
Removed
  • c/src/lib/libbsp/sh/shsim/ChangeLog

    r7184977 re665ad1  
     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        gdbsci/Makefile.am: Reflect having moved automake.
     7        include/Makefile.am: Reflect having moved automake.
     8        scitab/Makefile.am: Reflect having moved automake.
     9        start/Makefile.am: Reflect having moved automake.
     10        startup/Makefile.am: Reflect having moved automake.
     11        trap34/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/sh/shsim/Makefile.am

    r7184977 re665ad1  
    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/sh/shsim/clock/Makefile.am

    r7184977 re665ad1  
    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/sh/shsim/console/Makefile.am

    r7184977 re665ad1  
    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#
     
    3030.PRECIOUS: $(PGM)
    3131
    32 include $(top_srcdir)/../../../../../../automake/local.am
     32include $(top_srcdir)/../../../../automake/local.am
  • c/src/lib/libbsp/sh/shsim/gdbsci/Makefile.am

    r7184977 re665ad1  
    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#
     
    2727EXTRA_DIST = sci.c
    2828
    29 include $(top_srcdir)/../../../../../../automake/local.am
     29include $(top_srcdir)/../../../../automake/local.am
  • c/src/lib/libbsp/sh/shsim/include/Makefile.am

    r7184977 re665ad1  
    2222all-local: $(TMPINSTALL_FILES)
    2323
    24 include $(top_srcdir)/../../../../../../automake/local.am
     24include $(top_srcdir)/../../../../automake/local.am
  • c/src/lib/libbsp/sh/shsim/scitab/Makefile.am

    r7184977 re665ad1  
    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
    1616SHGEN = $(PROJECT_TOPdir)/tools/cpu/sh/shgen
     
    3232.PRECIOUS: $(PGM)
    3333
    34 include $(top_srcdir)/../../../../../../automake/local.am
     34include $(top_srcdir)/../../../../automake/local.am
  • c/src/lib/libbsp/sh/shsim/start/Makefile.am

    r7184977 re665ad1  
    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/sh/shsim/startup/Makefile.am

    r7184977 re665ad1  
    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 = bspstart.c linkcmds
    3939
    40 include $(top_srcdir)/../../../../../../automake/local.am
     40include $(top_srcdir)/../../../../automake/local.am
  • c/src/lib/libbsp/sh/shsim/trap34/Makefile.am

    r7184977 re665ad1  
    1616OBJS = $(C_O_FILES) $(S_O_FILES)
    1717
    18 include $(top_srcdir)/../../../../../../automake/compile.am
    19 include $(top_srcdir)/../../../../../../automake/lib.am
     18include $(top_srcdir)/../../../../automake/compile.am
     19include $(top_srcdir)/../../../../automake/lib.am
    2020
    2121#
     
    3434EXTRA_DIST = console.c
    3535
    36 include $(top_srcdir)/../../../../../../automake/local.am
     36include $(top_srcdir)/../../../../automake/local.am
  • c/src/lib/libbsp/sh/shsim/wrapup/Makefile.am

    r7184977 re665ad1  
    77CPU_PIECES = score
    88
    9 include $(top_srcdir)/../../../../../../automake/compile.am
    10 include $(top_srcdir)/../../../../../../automake/lib.am
     9include $(top_srcdir)/../../../../automake/compile.am
     10include $(top_srcdir)/../../../../automake/lib.am
    1111
    1212# bummer; have to use $foreach since % pattern subst rules only replace 1x
     
    2626all-local: ${ARCH} $(LIB)
    2727
    28 include $(top_srcdir)/../../../../../../automake/local.am
     28include $(top_srcdir)/../../../../automake/local.am
Note: See TracChangeset for help on using the changeset viewer.