Changeset d6b4d93 in rtems


Ignore:
Timestamp:
08/16/03 12:55:54 (21 years ago)
Author:
Ralf Corsepius <ralf.corsepius@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
98b0876
Parents:
88792dc
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.
consolex/Makefile.am: Reflect having moved automake.
include/Makefile.am: Reflect having moved automake.
network/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.
wrapup/Makefile.am: Reflect having moved automake.

Location:
c/src/lib/libbsp/m68k/mvme162
Files:
12 edited

Legend:

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

    r88792dc rd6b4d93  
     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        consolex/Makefile.am: Reflect having moved automake.
     7        include/Makefile.am: Reflect having moved automake.
     8        network/Makefile.am: Reflect having moved automake.
     9        start/Makefile.am: Reflect having moved automake.
     10        startup/Makefile.am: Reflect having moved automake.
     11        timer/Makefile.am: Reflect having moved automake.
     12        tod/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/m68k/mvme162/Makefile.am

    r88792dc rd6b4d93  
    2121EXTRA_DIST = bsp_specs times
    2222
    23 include $(top_srcdir)/../../../../../../automake/subdirs.am
    24 include $(top_srcdir)/../../../../../../automake/local.am
     23include $(top_srcdir)/../../../../automake/subdirs.am
     24include $(top_srcdir)/../../../../automake/local.am
  • c/src/lib/libbsp/m68k/mvme162/clock/Makefile.am

    r88792dc rd6b4d93  
    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/m68k/mvme162/console/Makefile.am

    r88792dc rd6b4d93  
    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/mvme162/consolex/Makefile.am

    r88792dc rd6b4d93  
    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#
     
    3838EXTRA_DIST = README cTest.c consolex.c consolex.h
    3939
    40 include $(top_srcdir)/../../../../../../automake/local.am
     40include $(top_srcdir)/../../../../automake/local.am
  • c/src/lib/libbsp/m68k/mvme162/include/Makefile.am

    r88792dc rd6b4d93  
    2121all-local: $(TMPINSTALL_FILES)
    2222
    23 include $(top_srcdir)/../../../../../../automake/local.am
     23include $(top_srcdir)/../../../../automake/local.am
  • c/src/lib/libbsp/m68k/mvme162/network/Makefile.am

    r88792dc rd6b4d93  
    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#
     
    3535EXTRA_DIST = network.c
    3636
    37 include $(top_srcdir)/../../../../../../automake/local.am
     37include $(top_srcdir)/../../../../automake/local.am
  • c/src/lib/libbsp/m68k/mvme162/start/Makefile.am

    r88792dc rd6b4d93  
    1010OBJS = $(S_O_FILES)
    1111
    12 include $(top_srcdir)/../../../../../../automake/compile.am
    13 include $(top_srcdir)/../../../../../../automake/lib.am
     12include $(top_srcdir)/../../../../automake/compile.am
     13include $(top_srcdir)/../../../../automake/lib.am
    1414
    1515#
     
    3030.PRECIOUS: $(ARCH)/start.$(OBJEXT)
    3131
    32 include $(top_srcdir)/../../../../../../automake/local.am
     32include $(top_srcdir)/../../../../automake/local.am
  • c/src/lib/libbsp/m68k/mvme162/startup/Makefile.am

    r88792dc rd6b4d93  
    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#
     
    3939EXTRA_DIST = bspclean.c bspstart.c linkcmds page_table.c
    4040
    41 include $(top_srcdir)/../../../../../../automake/local.am
     41include $(top_srcdir)/../../../../automake/local.am
  • c/src/lib/libbsp/m68k/mvme162/timer/Makefile.am

    r88792dc rd6b4d93  
    1414OBJS = $(C_O_FILES) $(S_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#
     
    3232EXTRA_DIST = timer.c timerisr.S
    3333
    34 include $(top_srcdir)/../../../../../../automake/local.am
     34include $(top_srcdir)/../../../../automake/local.am
  • c/src/lib/libbsp/m68k/mvme162/tod/Makefile.am

    r88792dc rd6b4d93  
    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 = tod.c
    3030
    31 include $(top_srcdir)/../../../../../../automake/local.am
     31include $(top_srcdir)/../../../../automake/local.am
  • c/src/lib/libbsp/m68k/mvme162/wrapup/Makefile.am

    r88792dc rd6b4d93  
    1818LIB = $(ARCH)/libbsp.a
    1919
    20 include $(top_srcdir)/../../../../../../automake/compile.am
    21 include $(top_srcdir)/../../../../../../automake/lib.am
     20include $(top_srcdir)/../../../../automake/compile.am
     21include $(top_srcdir)/../../../../automake/lib.am
    2222
    2323#
     
    3030all-local: $(ARCH) $(LIB)
    3131
    32 include $(top_srcdir)/../../../../../../automake/local.am
     32include $(top_srcdir)/../../../../automake/local.am
Note: See TracChangeset for help on using the changeset viewer.