Changeset 7670ca8 in rtems


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

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

Makefile.am: Reflect having moved automake.
console/Makefile.am: Reflect having moved automake.
i2c/Makefile.am: Reflect having moved automake.
include/Makefile.am: Reflect having moved automake.
nvram/Makefile.am: Reflect having moved automake.
start/Makefile.am: Reflect having moved automake.
startup/Makefile.am: Reflect having moved automake.
tod/Makefile.am: Reflect having moved automake.
wrapup/Makefile.am: Reflect having moved automake.

Location:
c/src/lib/libbsp/m68k/mcf5206elite
Files:
10 edited

Legend:

Unmodified
Added
Removed
  • c/src/lib/libbsp/m68k/mcf5206elite/ChangeLog

    r20ccd1f r7670ca8  
     12003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
     2
     3        Makefile.am: Reflect having moved automake.
     4        console/Makefile.am: Reflect having moved automake.
     5        i2c/Makefile.am: Reflect having moved automake.
     6        include/Makefile.am: Reflect having moved automake.
     7        nvram/Makefile.am: Reflect having moved automake.
     8        start/Makefile.am: Reflect having moved automake.
     9        startup/Makefile.am: Reflect having moved automake.
     10        tod/Makefile.am: Reflect having moved automake.
     11        wrapup/Makefile.am: Reflect having moved automake.
     12
    1132003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    214
  • c/src/lib/libbsp/m68k/mcf5206elite/Makefile.am

    r20ccd1f r7670ca8  
    1515EXTRA_DIST = bsp_specs times README
    1616
    17 include $(top_srcdir)/../../../../../../automake/subdirs.am
    18 include $(top_srcdir)/../../../../../../automake/local.am
     17include $(top_srcdir)/../../../../automake/subdirs.am
     18include $(top_srcdir)/../../../../automake/local.am
  • c/src/lib/libbsp/m68k/mcf5206elite/console/Makefile.am

    r20ccd1f r7670ca8  
    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 = console.c
    3030
    31 include $(top_srcdir)/../../../../../../automake/local.am
     31include $(top_srcdir)/../../../../automake/local.am
  • c/src/lib/libbsp/m68k/mcf5206elite/i2c/Makefile.am

    r20ccd1f r7670ca8  
    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 = $(C_FILES)
    3030
    31 include $(top_srcdir)/../../../../../../automake/local.am
     31include $(top_srcdir)/../../../../automake/local.am
  • c/src/lib/libbsp/m68k/mcf5206elite/include/Makefile.am

    r20ccd1f r7670ca8  
    2323all-local: $(PREINSTALL_FILES)
    2424
    25 include $(top_srcdir)/../../../../../../automake/local.am
     25include $(top_srcdir)/../../../../automake/local.am
  • c/src/lib/libbsp/m68k/mcf5206elite/nvram/Makefile.am

    r20ccd1f r7670ca8  
    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 = nvram.c
    3030
    31 include $(top_srcdir)/../../../../../../automake/local.am
     31include $(top_srcdir)/../../../../automake/local.am
  • c/src/lib/libbsp/m68k/mcf5206elite/start/Makefile.am

    r20ccd1f r7670ca8  
    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/m68k/mcf5206elite/startup/Makefile.am

    r20ccd1f r7670ca8  
    1515OBJS = $(C_O_FILES)
    1616
    17 include $(top_srcdir)/../../../../../../automake/compile.am
    18 include $(top_srcdir)/../../../../../../automake/lib.am
     17include $(top_srcdir)/../../../../automake/compile.am
     18include $(top_srcdir)/../../../../automake/lib.am
    1919
    2020#
     
    4848             gdbinit
    4949
    50 include $(top_srcdir)/../../../../../../automake/local.am
     50include $(top_srcdir)/../../../../automake/local.am
  • c/src/lib/libbsp/m68k/mcf5206elite/tod/Makefile.am

    r20ccd1f r7670ca8  
    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 = ds1307.c todcfg.c
    3232
    33 include $(top_srcdir)/../../../../../../automake/local.am
     33include $(top_srcdir)/../../../../automake/local.am
  • c/src/lib/libbsp/m68k/mcf5206elite/wrapup/Makefile.am

    r20ccd1f r7670ca8  
    1616LIB = $(ARCH)/libbsp.a
    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#
     
    2828all: $(ARCH) $(OBJS) $(LIB) $(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.