Changeset 29993bb in rtems


Ignore:
Timestamp:
08/16/03 12:32:25 (21 years ago)
Author:
Ralf Corsepius <ralf.corsepius@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
bf0747d
Parents:
b9e196b
Message:

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

Makefile.am: Reflect having moved automake.
clock/Makefile.am: Reflect having moved automake.
mongoosev/Makefile.am: Reflect having moved automake.
mongoosev/duart/Makefile.am: Reflect having moved automake.
mongoosev/vectorisrs/Makefile.am: Reflect having moved automake.
r46xx/Makefile.am: Reflect having moved automake.
r46xx/vectorisrs/Makefile.am: Reflect having moved automake.
shared/Makefile.am: Reflect having moved automake.
shared/cache/Makefile.am: Reflect having moved automake.
shared/interrupts/Makefile.am: Reflect having moved automake.
timer/Makefile.am: Reflect having moved automake.
tx39/Makefile.am: Reflect having moved automake.
tx39/include/Makefile.am: Reflect having moved automake.
tx39/vectorisrs/Makefile.am: Reflect having moved automake.

Location:
c/src/lib/libcpu/mips
Files:
15 edited

Legend:

Unmodified
Added
Removed
  • c/src/lib/libcpu/mips/ChangeLog

    rb9e196b r29993bb  
     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        mongoosev/Makefile.am: Reflect having moved automake.
     6        mongoosev/duart/Makefile.am: Reflect having moved automake.
     7        mongoosev/vectorisrs/Makefile.am: Reflect having moved automake.
     8        r46xx/Makefile.am: Reflect having moved automake.
     9        r46xx/vectorisrs/Makefile.am: Reflect having moved automake.
     10        shared/Makefile.am: Reflect having moved automake.
     11        shared/cache/Makefile.am: Reflect having moved automake.
     12        shared/interrupts/Makefile.am: Reflect having moved automake.
     13        timer/Makefile.am: Reflect having moved automake.
     14        tx39/Makefile.am: Reflect having moved automake.
     15        tx39/include/Makefile.am: Reflect having moved automake.
     16        tx39/vectorisrs/Makefile.am: Reflect having moved automake.
     17
    1182003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    219
  • c/src/lib/libcpu/mips/Makefile.am

    rb9e196b r29993bb  
    2222
    2323
    24 include $(top_srcdir)/../../../../../automake/subdirs.am
    25 include $(top_srcdir)/../../../../../automake/local.am
     24include $(top_srcdir)/../../../automake/subdirs.am
     25include $(top_srcdir)/../../../automake/local.am
  • c/src/lib/libcpu/mips/clock/Makefile.am

    rb9e196b r29993bb  
    1414clock_rel_OBJECTS = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT)) $(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#
     
    3030EXTRA_DIST = ckinit.c clock.S clock.h
    3131
    32 include $(top_srcdir)/../../../../../automake/local.am
     32include $(top_srcdir)/../../../automake/local.am
  • c/src/lib/libcpu/mips/mongoosev/Makefile.am

    rb9e196b r29993bb  
    2121all-local: $(PREINSTALL_FILES)
    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/libcpu/mips/mongoosev/duart/Makefile.am

    rb9e196b r29993bb  
    1010mg5uart_rel_OBJECTS = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))
    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$(PROJECT_INCLUDE)/libchip:
     
    3737EXTRA_DIST = mg5uart.c README.mguart mg5uart.c mg5uart.h mg5uart_reg.c
    3838
    39 include $(top_srcdir)/../../../../../automake/local.am
     39include $(top_srcdir)/../../../automake/local.am
  • c/src/lib/libcpu/mips/mongoosev/vectorisrs/Makefile.am

    rb9e196b r29993bb  
    1010vectorisrs_rel_OBJECTS = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))
    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#
     
    2626EXTRA_DIST = vectorisrs.c
    2727
    28 include $(top_srcdir)/../../../../../automake/local.am
     28include $(top_srcdir)/../../../automake/local.am
  • c/src/lib/libcpu/mips/r46xx/Makefile.am

    rb9e196b r29993bb  
    77SUBDIRS = vectorisrs
    88
    9 include $(top_srcdir)/../../../../../automake/subdirs.am
    10 include $(top_srcdir)/../../../../../automake/local.am
     9include $(top_srcdir)/../../../automake/subdirs.am
     10include $(top_srcdir)/../../../automake/local.am
  • c/src/lib/libcpu/mips/r46xx/vectorisrs/Makefile.am

    rb9e196b r29993bb  
    1010vectorisrs_rel_OBJECTS = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))
    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#
     
    2626EXTRA_DIST = vectorisrs.c
    2727
    28 include $(top_srcdir)/../../../../../automake/local.am
     28include $(top_srcdir)/../../../automake/local.am
  • c/src/lib/libcpu/mips/shared/Makefile.am

    rb9e196b r29993bb  
    66SUBDIRS = cache interrupts
    77
    8 include $(top_srcdir)/../../../../../automake/subdirs.am
    9 include $(top_srcdir)/../../../../../automake/local.am
     8include $(top_srcdir)/../../../automake/subdirs.am
     9include $(top_srcdir)/../../../automake/local.am
  • c/src/lib/libcpu/mips/shared/cache/Makefile.am

    rb9e196b r29993bb  
    1414include_libcpu_HEADERS = cache.h
    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
    1919AM_CPPFLAGS += -I$(srcdir)
     
    3737EXTRA_DIST = cache.c cache_.h
    3838
    39 include $(top_srcdir)/../../../../../automake/local.am
     39include $(top_srcdir)/../../../automake/local.am
  • c/src/lib/libcpu/mips/shared/interrupts/Makefile.am

    rb9e196b r29993bb  
    1212interrupts_rel_OBJECTS = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT)) $(S_FILES:%.S=$(ARCH)/%.$(OBJEXT))
    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#
     
    3838EXTRA_DIST = maxvectors.c
    3939
    40 include $(top_srcdir)/../../../../../automake/local.am
     40include $(top_srcdir)/../../../automake/local.am
  • c/src/lib/libcpu/mips/timer/Makefile.am

    rb9e196b r29993bb  
    1212timer_rel_OBJECTS = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT)) $(S_FILES:%.S=$(ARCH)/%.$(OBJEXT))
    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#
     
    2828EXTRA_DIST = gettime.S timer.c
    2929
    30 include $(top_srcdir)/../../../../../automake/local.am
     30include $(top_srcdir)/../../../automake/local.am
  • c/src/lib/libcpu/mips/tx39/Makefile.am

    rb9e196b r29993bb  
    77SUBDIRS = include vectorisrs
    88
    9 include $(top_srcdir)/../../../../../automake/subdirs.am
    10 include $(top_srcdir)/../../../../../automake/local.am
     9include $(top_srcdir)/../../../automake/subdirs.am
     10include $(top_srcdir)/../../../automake/local.am
  • c/src/lib/libcpu/mips/tx39/include/Makefile.am

    rb9e196b r29993bb  
    2121EXTRA_DIST = tx3904.h
    2222
    23 include $(top_srcdir)/../../../../../automake/local.am
     23include $(top_srcdir)/../../../automake/local.am
  • c/src/lib/libcpu/mips/tx39/vectorisrs/Makefile.am

    rb9e196b r29993bb  
    1010vectorisrs_rel_OBJECTS = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))
    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#
     
    2626EXTRA_DIST = vectorisrs.c
    2727
    28 include $(top_srcdir)/../../../../../automake/local.am
     28include $(top_srcdir)/../../../automake/local.am
Note: See TracChangeset for help on using the changeset viewer.