Changeset 5321250 in rtems


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

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

Makefile.am: Reflect having moved automake.
m68040/Makefile.am: Reflect having moved automake.
m68040/fpsp/Makefile.am: Reflect having moved automake.
shared/Makefile.am: Reflect having moved automake.
shared/cache/Makefile.am: Reflect having moved automake.
shared/misc/Makefile.am: Reflect having moved automake.

Location:
c/src/lib/libcpu/m68k
Files:
14 edited

Legend:

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

    rbd5efa92 r5321250  
     12003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
     2
     3        Makefile.am: Reflect having moved automake.
     4        m68040/Makefile.am: Reflect having moved automake.
     5        m68040/fpsp/Makefile.am: Reflect having moved automake.
     6        shared/Makefile.am: Reflect having moved automake.
     7        shared/cache/Makefile.am: Reflect having moved automake.
     8        shared/misc/Makefile.am: Reflect having moved automake.
     9
    1102003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    211
  • c/src/lib/libcpu/m68k/Makefile.am

    rbd5efa92 r5321250  
    1919SUBDIRS = $(SHARED_LIB) $(CPU_SUBDIR)
    2020
    21 include $(top_srcdir)/../../../../../automake/subdirs.am
    22 include $(top_srcdir)/../../../../../automake/local.am
     21include $(top_srcdir)/../../../automake/subdirs.am
     22include $(top_srcdir)/../../../automake/local.am
  • c/src/lib/libcpu/m68k/m68040/Makefile.am

    rbd5efa92 r5321250  
    66SUBDIRS = fpsp
    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/m68k/m68040/fpsp/Makefile.am

    rbd5efa92 r5321250  
    66PGM = $(ARCH)/fpsp.rel
    77
    8 include $(top_srcdir)/../../../../../automake/compile.am
    9 include $(top_srcdir)/../../../../../automake/lib.am
     8include $(top_srcdir)/../../../automake/compile.am
     9include $(top_srcdir)/../../../automake/lib.am
    1010
    1111C_FILES = rtems_fpsp.c
     
    4242    x_operr.S x_ovfl.S x_snan.S x_store.S x_unfl.S x_unimp.S x_unsupp.S
    4343
    44 include $(top_srcdir)/../../../../../automake/local.am
     44include $(top_srcdir)/../../../automake/local.am
  • c/src/lib/libcpu/m68k/mcf5206/ChangeLog

    rbd5efa92 r5321250  
     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        mbus/Makefile.am: Reflect having moved automake.
     8        timer/Makefile.am: Reflect having moved automake.
     9
    1102003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    211
  • c/src/lib/libcpu/m68k/mcf5206/Makefile.am

    rbd5efa92 r5321250  
    77SUBDIRS = include clock console mbus timer
    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
    1111
  • c/src/lib/libcpu/m68k/mcf5206/clock/Makefile.am

    rbd5efa92 r5321250  
    99OBJS = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))
    1010
    11 include $(top_srcdir)/../../../../../../automake/compile.am
    12 include $(top_srcdir)/../../../../../../automake/lib.am
     11include $(top_srcdir)/../../../../automake/compile.am
     12include $(top_srcdir)/../../../../automake/lib.am
    1313
    1414#
     
    2727EXTRA_DIST = $(C_FILES)
    2828
    29 include $(top_srcdir)/../../../../../../automake/local.am
     29include $(top_srcdir)/../../../../automake/local.am
  • c/src/lib/libcpu/m68k/mcf5206/console/Makefile.am

    rbd5efa92 r5321250  
    99OBJS = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))
    1010
    11 include $(top_srcdir)/../../../../../../automake/compile.am
    12 include $(top_srcdir)/../../../../../../automake/lib.am
     11include $(top_srcdir)/../../../../automake/compile.am
     12include $(top_srcdir)/../../../../automake/lib.am
    1313
    1414#
     
    2525EXTRA_DIST = $(C_FILES)
    2626
    27 include $(top_srcdir)/../../../../../../automake/local.am
     27include $(top_srcdir)/../../../../automake/local.am
  • c/src/lib/libcpu/m68k/mcf5206/include/Makefile.am

    rbd5efa92 r5321250  
    2121EXTRA_DIST = $(include_mcf5206_HEADERS)
    2222
    23 include $(top_srcdir)/../../../../../../automake/local.am
     23include $(top_srcdir)/../../../../automake/local.am
  • c/src/lib/libcpu/m68k/mcf5206/mbus/Makefile.am

    rbd5efa92 r5321250  
    88OBJS = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))
    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#
     
    2626EXTRA_DIST = $(C_FILES)
    2727
    28 include $(top_srcdir)/../../../../../../automake/local.am
     28include $(top_srcdir)/../../../../automake/local.am
  • c/src/lib/libcpu/m68k/mcf5206/timer/Makefile.am

    rbd5efa92 r5321250  
    1111OBJS += $(S_FILES:%.S=$(ARCH)/%.$(OBJEXT))
    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 = $(C_FILES)
    3030
    31 include $(top_srcdir)/../../../../../../automake/local.am
     31include $(top_srcdir)/../../../../automake/local.am
  • c/src/lib/libcpu/m68k/shared/Makefile.am

    rbd5efa92 r5321250  
    66SUBDIRS = cache misc
    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/m68k/shared/cache/Makefile.am

    rbd5efa92 r5321250  
    1313include_libcpu_HEADERS = cache.h
    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
    1818AM_CPPFLAGS += -I$(srcdir)
     
    3636EXTRA_DIST = cache.c cache_.h
    3737
    38 include $(top_srcdir)/../../../../../automake/local.am
     38include $(top_srcdir)/../../../automake/local.am
  • c/src/lib/libcpu/m68k/shared/misc/Makefile.am

    rbd5efa92 r5321250  
    77OBJS = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT))
    88
    9 include $(top_srcdir)/../../../../../automake/compile.am
    10 include $(top_srcdir)/../../../../../automake/lib.am
     9include $(top_srcdir)/../../../automake/compile.am
     10include $(top_srcdir)/../../../automake/lib.am
    1111
    1212# gcc doesn't recognize difference between the cpu32 and cpu32+ so we have to
     
    2525EXTRA_DIST = memcpy.c m68kidle.c
    2626
    27 include $(top_srcdir)/../../../../../automake/local.am
     27include $(top_srcdir)/../../../automake/local.am
Note: See TracChangeset for help on using the changeset viewer.