Changeset f581aa6f in rtems


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

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

Makefile.am: Reflect having moved automake.
cache/Makefile.am: Reflect having moved automake.
reg_win/Makefile.am: Reflect having moved automake.
syscall/Makefile.am: Reflect having moved automake.

Location:
c/src/lib/libcpu/sparc
Files:
5 edited

Legend:

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

    rbf0747d rf581aa6f  
     12003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
     2
     3        Makefile.am: Reflect having moved automake.
     4        cache/Makefile.am: Reflect having moved automake.
     5        reg_win/Makefile.am: Reflect having moved automake.
     6        syscall/Makefile.am: Reflect having moved automake.
     7
    182003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    29
  • c/src/lib/libcpu/sparc/Makefile.am

    rbf0747d rf581aa6f  
    77SUBDIRS = cache reg_win syscall
    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/sparc/cache/Makefile.am

    rbf0747d rf581aa6f  
    1414noinst_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
    1919if has_instruction_cache
     
    4141EXTRA_DIST = cache.c cache_.h
    4242
    43 include $(top_srcdir)/../../../../../automake/local.am
     43include $(top_srcdir)/../../../automake/local.am
  • c/src/lib/libcpu/sparc/reg_win/Makefile.am

    rbf0747d rf581aa6f  
    99reg_win_rel_OBJECTS = $(S_FILES:%.S=$(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#
     
    2828EXTRA_DIST = window.S
    2929
    30 include $(top_srcdir)/../../../../../automake/local.am
     30include $(top_srcdir)/../../../automake/local.am
  • c/src/lib/libcpu/sparc/syscall/Makefile.am

    rbf0747d rf581aa6f  
    1313syscall_rel_OBJECTS = $(S_FILES:%.S=$(ARCH)/%.$(OBJEXT))
    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#
     
    3232EXTRA_DIST = syscall.S syscall.h
    3333
    34 include $(top_srcdir)/../../../../../automake/local.am
     34include $(top_srcdir)/../../../automake/local.am
Note: See TracChangeset for help on using the changeset viewer.