Changeset 7b7b2e82 in rtems


Ignore:
Timestamp:
08/16/03 12:53:52 (21 years ago)
Author:
Ralf Corsepius <ralf.corsepius@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
49744668
Parents:
6badcc2
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.
irq/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.
vectors/Makefile.am: Reflect having moved automake.
wrapup/Makefile.am: Reflect having moved automake.

Location:
c/src/lib/libbsp/powerpc/mpc8260ads
Files:
11 edited

Legend:

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

    r6badcc2 r7b7b2e82  
     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        irq/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        vectors/Makefile.am: Reflect having moved automake.
     12        wrapup/Makefile.am: Reflect having moved automake.
     13
    1142003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    215
  • c/src/lib/libbsp/powerpc/mpc8260ads/Makefile.am

    r6badcc2 r7b7b2e82  
    1414EXTRA_DIST = README bsp_specs 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/mpc8260ads/clock/Makefile.am

    r6badcc2 r7b7b2e82  
    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#
     
    2222all-local: $(ARCH) $(OBJS)
    2323
    24 include $(top_srcdir)/../../../../../../automake/local.am
     24include $(top_srcdir)/../../../../automake/local.am
  • c/src/lib/libbsp/powerpc/mpc8260ads/console/Makefile.am

    r6badcc2 r7b7b2e82  
    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/powerpc/mpc8260ads/include/Makefile.am

    r6badcc2 r7b7b2e82  
    2121all-local: $(TMPINSTALL_FILES)
    2222
    23 include $(top_srcdir)/../../../../../../automake/force-preinstall.am
    24 include $(top_srcdir)/../../../../../../automake/local.am
     23include $(top_srcdir)/../../../../automake/force-preinstall.am
     24include $(top_srcdir)/../../../../automake/local.am
  • c/src/lib/libbsp/powerpc/mpc8260ads/irq/Makefile.am

    r6badcc2 r7b7b2e82  
    1414OBJS += $(S_FILES:%.S=$(ARCH)/%.$(OBJEXT))
    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$(PROJECT_INCLUDE)/bsp:
     
    3939EXTRA_DIST = irq.c irq.h irq_asm.S irq_init.c
    4040
    41 include $(top_srcdir)/../../../../../../automake/local.am
     41include $(top_srcdir)/../../../../automake/local.am
  • c/src/lib/libbsp/powerpc/mpc8260ads/network/Makefile.am

    r6badcc2 r7b7b2e82  
    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 = network.c
    3434
    35 include $(top_srcdir)/../../../../../../automake/local.am
     35include $(top_srcdir)/../../../../automake/local.am
  • c/src/lib/libbsp/powerpc/mpc8260ads/start/Makefile.am

    r6badcc2 r7b7b2e82  
    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/powerpc/mpc8260ads/startup/Makefile.am

    r6badcc2 r7b7b2e82  
    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#
     
    4141EXTRA_DIST = bspstart.c linkcmds setvec.c
    4242
    43 include $(top_srcdir)/../../../../../../automake/local.am
     43include $(top_srcdir)/../../../../automake/local.am
  • c/src/lib/libbsp/powerpc/mpc8260ads/vectors/Makefile.am

    r6badcc2 r7b7b2e82  
    1515OBJS = $(S_O_FILES) $(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#
     
    3636all-local: $(ARCH) $(PREINSTALL_FILES) $(OBJS)
    3737
    38 include $(top_srcdir)/../../../../../../automake/local.am
     38include $(top_srcdir)/../../../../automake/local.am
  • c/src/lib/libbsp/powerpc/mpc8260ads/wrapup/Makefile.am

    r6badcc2 r7b7b2e82  
    2020LIB = $(ARCH)/libbsp.a
    2121
    22 include $(top_srcdir)/../../../../../../automake/compile.am
    23 include $(top_srcdir)/../../../../../../automake/lib.am
     22include $(top_srcdir)/../../../../automake/compile.am
     23include $(top_srcdir)/../../../../automake/lib.am
    2424
    2525#
     
    3232all-local: $(ARCH) $(LIB)
    3333
    34 include $(top_srcdir)/../../../../../../automake/local.am
     34include $(top_srcdir)/../../../../automake/local.am
Note: See TracChangeset for help on using the changeset viewer.