Changeset b0e2360 in rtems


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

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

Makefile.am: Reflect having moved automake.
clock/Makefile.am: Reflect having moved automake.
include/Makefile.am: Reflect having moved automake.
milli/Makefile.am: Reflect having moved automake.
semaphore/Makefile.am: Reflect having moved automake.
timer/Makefile.am: Reflect having moved automake.

Location:
c/src/lib/libcpu/hppa1.1
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • c/src/lib/libcpu/hppa1.1/ChangeLog

    r0bc2339 rb0e2360  
     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        include/Makefile.am: Reflect having moved automake.
     6        milli/Makefile.am: Reflect having moved automake.
     7        semaphore/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/hppa1.1/Makefile.am

    r0bc2339 rb0e2360  
    77SUBDIRS = include milli clock timer semaphore
    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/hppa1.1/clock/Makefile.am

    r0bc2339 rb0e2360  
    1010clock_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 = clock.c
    2727
    28 include $(top_srcdir)/../../../../../automake/local.am
     28include $(top_srcdir)/../../../automake/local.am
  • c/src/lib/libcpu/hppa1.1/include/Makefile.am

    r0bc2339 rb0e2360  
    2424EXTRA_DIST = runway.h semaphore.h
    2525
    26 include $(top_srcdir)/../../../../../automake/local.am
     26include $(top_srcdir)/../../../automake/local.am
  • c/src/lib/libcpu/hppa1.1/milli/Makefile.am

    r0bc2339 rb0e2360  
    1010milli_rel_OBJECTS = $(S_FILES:%.S=$(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 = milli.S
    2727
    28 include $(top_srcdir)/../../../../../automake/local.am
     28include $(top_srcdir)/../../../automake/local.am
  • c/src/lib/libcpu/hppa1.1/semaphore/Makefile.am

    r0bc2339 rb0e2360  
    1010semaphore_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 = semaphore.c
    2727
    28 include $(top_srcdir)/../../../../../automake/local.am
     28include $(top_srcdir)/../../../automake/local.am
  • c/src/lib/libcpu/hppa1.1/timer/Makefile.am

    r0bc2339 rb0e2360  
    1010timer_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 = timer.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.