Changeset ffb2661 in rtems


Ignore:
Timestamp:
08/16/03 12:53:18 (21 years ago)
Author:
Ralf Corsepius <ralf.corsepius@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
635d918
Parents:
482373c
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.
scv64/Makefile.am: Reflect having moved automake.
sonic/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/powerpc/dmv177
Files:
12 edited

Legend:

Unmodified
Added
Removed
  • c/src/lib/libbsp/powerpc/dmv177/ChangeLog

    r482373c rffb2661  
     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        scv64/Makefile.am: Reflect having moved automake.
     8        sonic/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/powerpc/dmv177/Makefile.am

    r482373c rffb2661  
    1414EXTRA_DIST = QUIRKS README.net STATUS bsp_specs cable.doc 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/powerpc/dmv177/clock/Makefile.am

    r482373c rffb2661  
    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 = clock.c
    3030
    31 include $(top_srcdir)/../../../../../../automake/local.am
     31include $(top_srcdir)/../../../../automake/local.am
  • c/src/lib/libbsp/powerpc/dmv177/console/Makefile.am

    r482373c rffb2661  
    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 = conscfg.c debugio.c
    3232
    33 include $(top_srcdir)/../../../../../../automake/local.am
     33include $(top_srcdir)/../../../../automake/local.am
  • c/src/lib/libbsp/powerpc/dmv177/include/Makefile.am

    r482373c rffb2661  
    2323all-local: $(TMPINSTALL_FILES)
    2424
    25 include $(top_srcdir)/../../../../../../automake/force-preinstall.am
    26 include $(top_srcdir)/../../../../../../automake/local.am
     25include $(top_srcdir)/../../../../automake/force-preinstall.am
     26include $(top_srcdir)/../../../../automake/local.am
  • c/src/lib/libbsp/powerpc/dmv177/scv64/Makefile.am

    r482373c rffb2661  
    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 = scv64.c
    3030
    31 include $(top_srcdir)/../../../../../../automake/local.am
     31include $(top_srcdir)/../../../../automake/local.am
  • c/src/lib/libbsp/powerpc/dmv177/sonic/Makefile.am

    r482373c rffb2661  
    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#
     
    3333EXTRA_DIST = dmvsonic.c
    3434
    35 include $(top_srcdir)/../../../../../../automake/local.am
     35include $(top_srcdir)/../../../../automake/local.am
  • c/src/lib/libbsp/powerpc/dmv177/start/Makefile.am

    r482373c rffb2661  
    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
    2929
    30 include $(top_srcdir)/../../../../../../automake/local.am
     30include $(top_srcdir)/../../../../automake/local.am
  • c/src/lib/libbsp/powerpc/dmv177/startup/Makefile.am

    r482373c rffb2661  
    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#
     
    3737EXTRA_DIST = bspclean.c bspstart.c genpvec.c linkcmds setvec.c vmeintr.c
    3838
    39 include $(top_srcdir)/../../../../../../automake/local.am
     39include $(top_srcdir)/../../../../automake/local.am
  • c/src/lib/libbsp/powerpc/dmv177/timer/Makefile.am

    r482373c rffb2661  
    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 = timer.c
    3030
    31 include $(top_srcdir)/../../../../../../automake/local.am
     31include $(top_srcdir)/../../../../automake/local.am
  • c/src/lib/libbsp/powerpc/dmv177/tod/Makefile.am

    r482373c rffb2661  
    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 = todcfg.c
    3232
    33 include $(top_srcdir)/../../../../../../automake/local.am
     33include $(top_srcdir)/../../../../automake/local.am
  • c/src/lib/libbsp/powerpc/dmv177/wrapup/Makefile.am

    r482373c rffb2661  
    1717LIB = $(ARCH)/libbsp.a
    1818
    19 include $(top_srcdir)/../../../../../../automake/compile.am
    20 include $(top_srcdir)/../../../../../../automake/lib.am
     19include $(top_srcdir)/../../../../automake/compile.am
     20include $(top_srcdir)/../../../../automake/lib.am
    2121
    2222#
     
    2929all-local: $(ARCH) $(LIB)
    3030
    31 include $(top_srcdir)/../../../../../../automake/local.am
     31include $(top_srcdir)/../../../../automake/local.am
Note: See TracChangeset for help on using the changeset viewer.