Changeset b9e196b in rtems


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

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

Makefile.am: Reflect having moved automake.
clock/Makefile.am: Reflect having moved automake.
timer/Makefile.am: Reflect having moved automake.

Location:
c/src/lib/libcpu/mips64orion
Files:
4 edited

Legend:

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

    r5321250 rb9e196b  
     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        timer/Makefile.am: Reflect having moved automake.
     6
    172003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    28
  • c/src/lib/libcpu/mips64orion/Makefile.am

    r5321250 rb9e196b  
    77SUBDIRS = clock 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
  • c/src/lib/libcpu/mips64orion/clock/Makefile.am

    r5321250 rb9e196b  
    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/mips64orion/timer/Makefile.am

    r5321250 rb9e196b  
    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
Note: See TracChangeset for help on using the changeset viewer.