Changeset 5321250 in rtems for c/src/lib/libcpu/m68k/shared


Ignore:
Timestamp:
08/16/03 12:32:16 (20 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/shared
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • 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.