Changeset 1528c0e7 in rtems


Ignore:
Timestamp:
08/16/03 12:35:07 (21 years ago)
Author:
Ralf Corsepius <ralf.corsepius@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
2334e94b
Parents:
f7bd2e6
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.
wrapup/Makefile.am: Reflect having moved automake.

Location:
c/src/lib/libbsp
Files:
20 edited

Legend:

Unmodified
Added
Removed
  • c/src/lib/libbsp/arm/armulator/ChangeLog

    rf7bd2e6 r1528c0e7  
     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        wrapup/Makefile.am: Reflect having moved automake.
     11
    1122003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    213
  • c/src/lib/libbsp/arm/armulator/Makefile.am

    rf7bd2e6 r1528c0e7  
    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/arm/armulator/clock/Makefile.am

    rf7bd2e6 r1528c0e7  
    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/arm/armulator/console/Makefile.am

    rf7bd2e6 r1528c0e7  
    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 = console.c
    3232
    33 include $(top_srcdir)/../../../../../../automake/local.am
     33include $(top_srcdir)/../../../../automake/local.am
  • c/src/lib/libbsp/arm/armulator/include/Makefile.am

    rf7bd2e6 r1528c0e7  
    2020all-local: $(TMPINSTALL_FILES)
    2121
    22 include $(top_srcdir)/../../../../../../automake/local.am
     22include $(top_srcdir)/../../../../automake/local.am
  • c/src/lib/libbsp/arm/armulator/start/Makefile.am

    rf7bd2e6 r1528c0e7  
    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#
     
    3838EXTRA_DIST = start.S
    3939
    40 include $(top_srcdir)/../../../../../../automake/local.am
     40include $(top_srcdir)/../../../../automake/local.am
  • c/src/lib/libbsp/arm/armulator/startup/Makefile.am

    rf7bd2e6 r1528c0e7  
    1717OBJS = $(C_O_FILES) $(S_O_FILES)
    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#
     
    4949EXTRA_DIST = bspclean.c bspstart.c exit.c linkcmds setvec.c
    5050
    51 include $(top_srcdir)/../../../../../../automake/local.am
     51include $(top_srcdir)/../../../../automake/local.am
  • c/src/lib/libbsp/arm/armulator/timer/Makefile.am

    rf7bd2e6 r1528c0e7  
    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 = timer.c
    3232
    33 include $(top_srcdir)/../../../../../../automake/local.am
     33include $(top_srcdir)/../../../../automake/local.am
  • c/src/lib/libbsp/arm/armulator/wrapup/Makefile.am

    rf7bd2e6 r1528c0e7  
    55BSP_FILES = startup clock console timer
    66
    7 include $(top_srcdir)/../../../../../../automake/compile.am
    8 include $(top_srcdir)/../../../../../../automake/lib.am
     7include $(top_srcdir)/../../../../automake/compile.am
     8include $(top_srcdir)/../../../../automake/lib.am
    99
    1010# bummer; have to use $foreach since % pattern subst rules only replace 1x
     
    2424all-local: ${ARCH} $(LIB)
    2525
    26 include $(top_srcdir)/../../../../../../automake/local.am
     26include $(top_srcdir)/../../../../automake/local.am
  • c/src/lib/libbsp/c4x/c4xsim/ChangeLog

    rf7bd2e6 r1528c0e7  
     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        wrapup/Makefile.am: Reflect having moved automake.
     11
    1122003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    213
  • c/src/lib/libbsp/c4x/c4xsim/Makefile.am

    rf7bd2e6 r1528c0e7  
    1313EXTRA_DIST = bsp_specs times
    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/c4x/c4xsim/clock/Makefile.am

    rf7bd2e6 r1528c0e7  
    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/c4x/c4xsim/console/Makefile.am

    rf7bd2e6 r1528c0e7  
    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 = console.c consolereserveresources.c debugputs.c
    3232
    33 include $(top_srcdir)/../../../../../../automake/local.am
     33include $(top_srcdir)/../../../../automake/local.am
  • c/src/lib/libbsp/c4x/c4xsim/include/Makefile.am

    rf7bd2e6 r1528c0e7  
    2121all-local: $(PREINSTALL_FILES)
    2222
    23 include $(top_srcdir)/../../../../../../automake/local.am
     23include $(top_srcdir)/../../../../automake/local.am
  • c/src/lib/libbsp/c4x/c4xsim/start/Makefile.am

    rf7bd2e6 r1528c0e7  
    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/c4x/c4xsim/startup/Makefile.am

    rf7bd2e6 r1528c0e7  
    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#
     
    3838EXTRA_DIST = bspclean.c bspstart.c linkcmds setvec.c spurious.c
    3939
    40 include $(top_srcdir)/../../../../../../automake/local.am
     40include $(top_srcdir)/../../../../automake/local.am
  • c/src/lib/libbsp/c4x/c4xsim/timer/Makefile.am

    rf7bd2e6 r1528c0e7  
    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/c4x/c4xsim/tools/ChangeLog

    rf7bd2e6 r1528c0e7  
     12003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
     2
     3        Makefile.am: Reflect having moved automake.
     4
    152003-08-14      Joel Sherrill <joel@OARcorp.com>
    26
  • c/src/lib/libbsp/c4x/c4xsim/tools/Makefile.am

    rf7bd2e6 r1528c0e7  
    1212        $(INSTALL_SCRIPT) runtest $(PROJECT_ROOT)/$(RTEMS_BSP)/tests/runtest
    1313
    14 include $(top_srcdir)/../../../../../../../automake/local.am
     14include $(top_srcdir)/../../../../../automake/local.am
  • c/src/lib/libbsp/c4x/c4xsim/wrapup/Makefile.am

    rf7bd2e6 r1528c0e7  
    1212LIB = $(ARCH)/libbsp.a
    1313
    14 include $(top_srcdir)/../../../../../../automake/compile.am
    15 include $(top_srcdir)/../../../../../../automake/lib.am
     14include $(top_srcdir)/../../../../automake/compile.am
     15include $(top_srcdir)/../../../../automake/lib.am
    1616
    1717#
     
    2424all-local: $(ARCH) $(LIB)
    2525
    26 include $(top_srcdir)/../../../../../../automake/local.am
     26include $(top_srcdir)/../../../../automake/local.am
Note: See TracChangeset for help on using the changeset viewer.