Changeset 54beee6 in rtems


Ignore:
Timestamp:
08/16/03 12:50:38 (21 years ago)
Author:
Ralf Corsepius <ralf.corsepius@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
2cd784d
Parents:
e665ad1
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.
timer/Makefile.am: Reflect having moved automake.
tools/Makefile.am: Reflect having moved automake.
wrapup/Makefile.am: Reflect having moved automake.

Location:
c/src/lib/libbsp/sh/simsh4
Files:
9 edited

Legend:

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

    re665ad1 r54beee6  
     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        timer/Makefile.am: Reflect having moved automake.
     10        tools/Makefile.am: Reflect having moved automake.
     11        wrapup/Makefile.am: Reflect having moved automake.
     12
    1132003-08-14      Joel Sherrill <joel@OARcorp.com>
    214
  • c/src/lib/libbsp/sh/simsh4/Makefile.am

    re665ad1 r54beee6  
    1616EXTRA_DIST = bsp_specs
    1717
    18 include $(top_srcdir)/../../../../../../automake/subdirs.am
    19 include $(top_srcdir)/../../../../../../automake/local.am
     18include $(top_srcdir)/../../../../automake/subdirs.am
     19include $(top_srcdir)/../../../../automake/local.am
  • c/src/lib/libbsp/sh/simsh4/clock/Makefile.am

    re665ad1 r54beee6  
    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/simsh4/console/Makefile.am

    re665ad1 r54beee6  
    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#
     
    2828.PRECIOUS: $(PGM)
    2929
    30 include $(top_srcdir)/../../../../../../automake/local.am
     30include $(top_srcdir)/../../../../automake/local.am
  • c/src/lib/libbsp/sh/simsh4/include/Makefile.am

    re665ad1 r54beee6  
    1313all-local: $(PREINSTALL_FILES)
    1414
    15 include $(top_srcdir)/../../../../../../automake/local.am
     15include $(top_srcdir)/../../../../automake/local.am
  • c/src/lib/libbsp/sh/simsh4/start/Makefile.am

    re665ad1 r54beee6  
    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 trap.S
    2929
    30 include $(top_srcdir)/../../../../../../automake/local.am
     30include $(top_srcdir)/../../../../automake/local.am
  • c/src/lib/libbsp/sh/simsh4/startup/Makefile.am

    re665ad1 r54beee6  
    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#
     
    4646    linkcmds-le.coff
    4747
    48 include $(top_srcdir)/../../../../../../automake/local.am
     48include $(top_srcdir)/../../../../automake/local.am
  • c/src/lib/libbsp/sh/simsh4/timer/Makefile.am

    re665ad1 r54beee6  
    1313OBJS = $(C_O_FILES) $(S_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 = timer.c timerisr.S
    3232
    33 include $(top_srcdir)/../../../../../../automake/local.am
     33include $(top_srcdir)/../../../../automake/local.am
  • c/src/lib/libbsp/sh/simsh4/wrapup/Makefile.am

    re665ad1 r54beee6  
    1919LIB = $(ARCH)/libbsp.a
    2020
    21 include $(top_srcdir)/../../../../../../automake/compile.am
    22 include $(top_srcdir)/../../../../../../automake/lib.am
     21include $(top_srcdir)/../../../../automake/compile.am
     22include $(top_srcdir)/../../../../automake/lib.am
    2323
    2424#
     
    3131all-local: $(ARCH) $(LIB)
    3232
    33 include $(top_srcdir)/../../../../../../automake/local.am
     33include $(top_srcdir)/../../../../automake/local.am
Note: See TracChangeset for help on using the changeset viewer.