Changeset 1053dcd in rtems


Ignore:
Timestamp:
08/16/03 16:26:59 (21 years ago)
Author:
Ralf Corsepius <ralf.corsepius@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
e76fd73
Parents:
34c1b16
Message:

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

Makefile.am: Reflect having moved automake.
cpuuse/Makefile.am: Reflect having moved automake.
malloctest/Makefile.am: Reflect having moved automake.
monitor/Makefile.am: Reflect having moved automake.
putenvtest/Makefile.am: Reflect having moved automake.
rtems++/Makefile.am: Reflect having moved automake.
rtmonuse/Makefile.am: Reflect having moved automake.
stackchk/Makefile.am: Reflect having moved automake.
termios/Makefile.am: Reflect having moved automake.

Files:
20 edited

Legend:

Unmodified
Added
Removed
  • c/src/tests/libtests/ChangeLog

    r34c1b16 r1053dcd  
     12003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
     2
     3        Makefile.am: Reflect having moved automake.
     4        cpuuse/Makefile.am: Reflect having moved automake.
     5        malloctest/Makefile.am: Reflect having moved automake.
     6        monitor/Makefile.am: Reflect having moved automake.
     7        putenvtest/Makefile.am: Reflect having moved automake.
     8        rtems++/Makefile.am: Reflect having moved automake.
     9        rtmonuse/Makefile.am: Reflect having moved automake.
     10        stackchk/Makefile.am: Reflect having moved automake.
     11        termios/Makefile.am: Reflect having moved automake.
     12
    1132003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    214
  • c/src/tests/libtests/Makefile.am

    r34c1b16 r1053dcd  
    1010EXTRA_DIST = libtests.am
    1111
    12 include $(top_srcdir)/../../../../automake/subdirs.am
    13 include $(top_srcdir)/../../../../automake/local.am
     12include $(top_srcdir)/../automake/subdirs.am
     13include $(top_srcdir)/../automake/local.am
  • c/src/tests/libtests/cpuuse/Makefile.am

    r34c1b16 r1053dcd  
    2525
    2626include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
    27 include $(top_srcdir)/../../../../automake/compile.am
    28 include $(top_srcdir)/../../../../automake/leaf.am
     27include $(top_srcdir)/../automake/compile.am
     28include $(top_srcdir)/../automake/leaf.am
    2929include $(top_srcdir)/libtests.am
    3030
     
    4040EXTRA_DIST = $(C_FILES) $(DOCS)
    4141
    42 include $(top_srcdir)/../../../../automake/local.am
     42include $(top_srcdir)/../automake/local.am
  • c/src/tests/libtests/malloctest/Makefile.am

    r34c1b16 r1053dcd  
    2525
    2626include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
    27 include $(top_srcdir)/../../../../automake/compile.am
    28 include $(top_srcdir)/../../../../automake/leaf.am
     27include $(top_srcdir)/../automake/compile.am
     28include $(top_srcdir)/../automake/leaf.am
    2929include $(top_srcdir)/libtests.am
    3030
     
    4040EXTRA_DIST = $(C_FILES) $(DOCS)
    4141
    42 include $(top_srcdir)/../../../../automake/local.am
     42include $(top_srcdir)/../automake/local.am
  • c/src/tests/libtests/monitor/Makefile.am

    r34c1b16 r1053dcd  
    2626
    2727include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
    28 include $(top_srcdir)/../../../../automake/compile.am
    29 include $(top_srcdir)/../../../../automake/leaf.am
     28include $(top_srcdir)/../automake/compile.am
     29include $(top_srcdir)/../automake/leaf.am
    3030include $(top_srcdir)/libtests.am
    3131
     
    4141EXTRA_DIST = $(C_FILES) $(DOCS)
    4242
    43 include $(top_srcdir)/../../../../automake/local.am
     43include $(top_srcdir)/../automake/local.am
  • c/src/tests/libtests/putenvtest/Makefile.am

    r34c1b16 r1053dcd  
    2525
    2626include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
    27 include $(top_srcdir)/../../../../automake/compile.am
    28 include $(top_srcdir)/../../../../automake/leaf.am
     27include $(top_srcdir)/../automake/compile.am
     28include $(top_srcdir)/../automake/leaf.am
    2929include $(top_srcdir)/libtests.am
    3030
     
    4040EXTRA_DIST = $(C_FILES) $(DOCS)
    4141
    42 include $(top_srcdir)/../../../../automake/local.am
     42include $(top_srcdir)/../automake/local.am
  • c/src/tests/libtests/rtems++/Makefile.am

    r34c1b16 r1053dcd  
    2424
    2525include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
    26 include $(top_srcdir)/../../../../automake/compile.am
    27 include $(top_srcdir)/../../../../automake/leaf.am
     26include $(top_srcdir)/../automake/compile.am
     27include $(top_srcdir)/../automake/leaf.am
    2828include $(top_srcdir)/libtests.am
    2929
     
    4646EXTRA_DIST = $(CC_FILES) $(DOCS)
    4747
    48 include $(top_srcdir)/../../../../automake/local.am
     48include $(top_srcdir)/../automake/local.am
  • c/src/tests/libtests/rtmonuse/Makefile.am

    r34c1b16 r1053dcd  
    2525
    2626include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
    27 include $(top_srcdir)/../../../../automake/compile.am
    28 include $(top_srcdir)/../../../../automake/leaf.am
     27include $(top_srcdir)/../automake/compile.am
     28include $(top_srcdir)/../automake/leaf.am
    2929include $(top_srcdir)/libtests.am
    3030
     
    4040EXTRA_DIST = $(C_FILES) $(DOCS)
    4141
    42 include $(top_srcdir)/../../../../automake/local.am
     42include $(top_srcdir)/../automake/local.am
  • c/src/tests/libtests/stackchk/Makefile.am

    r34c1b16 r1053dcd  
    2525
    2626include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
    27 include $(top_srcdir)/../../../../automake/compile.am
    28 include $(top_srcdir)/../../../../automake/leaf.am
     27include $(top_srcdir)/../automake/compile.am
     28include $(top_srcdir)/../automake/leaf.am
    2929include $(top_srcdir)/libtests.am
    3030
     
    4040EXTRA_DIST = $(C_FILES) $(DOCS)
    4141
    42 include $(top_srcdir)/../../../../automake/local.am
     42include $(top_srcdir)/../automake/local.am
  • c/src/tests/libtests/termios/Makefile.am

    r34c1b16 r1053dcd  
    2525
    2626include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
    27 include $(top_srcdir)/../../../../automake/compile.am
    28 include $(top_srcdir)/../../../../automake/leaf.am
     27include $(top_srcdir)/../automake/compile.am
     28include $(top_srcdir)/../automake/leaf.am
    2929include $(top_srcdir)/libtests.am
    3030
     
    4040EXTRA_DIST = $(C_FILES) $(DOCS)
    4141
    42 include $(top_srcdir)/../../../../automake/local.am
     42include $(top_srcdir)/../automake/local.am
  • testsuites/libtests/ChangeLog

    r34c1b16 r1053dcd  
     12003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
     2
     3        Makefile.am: Reflect having moved automake.
     4        cpuuse/Makefile.am: Reflect having moved automake.
     5        malloctest/Makefile.am: Reflect having moved automake.
     6        monitor/Makefile.am: Reflect having moved automake.
     7        putenvtest/Makefile.am: Reflect having moved automake.
     8        rtems++/Makefile.am: Reflect having moved automake.
     9        rtmonuse/Makefile.am: Reflect having moved automake.
     10        stackchk/Makefile.am: Reflect having moved automake.
     11        termios/Makefile.am: Reflect having moved automake.
     12
    1132003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    214
  • testsuites/libtests/Makefile.am

    r34c1b16 r1053dcd  
    1010EXTRA_DIST = libtests.am
    1111
    12 include $(top_srcdir)/../../../../automake/subdirs.am
    13 include $(top_srcdir)/../../../../automake/local.am
     12include $(top_srcdir)/../automake/subdirs.am
     13include $(top_srcdir)/../automake/local.am
  • testsuites/libtests/cpuuse/Makefile.am

    r34c1b16 r1053dcd  
    2525
    2626include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
    27 include $(top_srcdir)/../../../../automake/compile.am
    28 include $(top_srcdir)/../../../../automake/leaf.am
     27include $(top_srcdir)/../automake/compile.am
     28include $(top_srcdir)/../automake/leaf.am
    2929include $(top_srcdir)/libtests.am
    3030
     
    4040EXTRA_DIST = $(C_FILES) $(DOCS)
    4141
    42 include $(top_srcdir)/../../../../automake/local.am
     42include $(top_srcdir)/../automake/local.am
  • testsuites/libtests/malloctest/Makefile.am

    r34c1b16 r1053dcd  
    2525
    2626include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
    27 include $(top_srcdir)/../../../../automake/compile.am
    28 include $(top_srcdir)/../../../../automake/leaf.am
     27include $(top_srcdir)/../automake/compile.am
     28include $(top_srcdir)/../automake/leaf.am
    2929include $(top_srcdir)/libtests.am
    3030
     
    4040EXTRA_DIST = $(C_FILES) $(DOCS)
    4141
    42 include $(top_srcdir)/../../../../automake/local.am
     42include $(top_srcdir)/../automake/local.am
  • testsuites/libtests/monitor/Makefile.am

    r34c1b16 r1053dcd  
    2626
    2727include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
    28 include $(top_srcdir)/../../../../automake/compile.am
    29 include $(top_srcdir)/../../../../automake/leaf.am
     28include $(top_srcdir)/../automake/compile.am
     29include $(top_srcdir)/../automake/leaf.am
    3030include $(top_srcdir)/libtests.am
    3131
     
    4141EXTRA_DIST = $(C_FILES) $(DOCS)
    4242
    43 include $(top_srcdir)/../../../../automake/local.am
     43include $(top_srcdir)/../automake/local.am
  • testsuites/libtests/putenvtest/Makefile.am

    r34c1b16 r1053dcd  
    2525
    2626include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
    27 include $(top_srcdir)/../../../../automake/compile.am
    28 include $(top_srcdir)/../../../../automake/leaf.am
     27include $(top_srcdir)/../automake/compile.am
     28include $(top_srcdir)/../automake/leaf.am
    2929include $(top_srcdir)/libtests.am
    3030
     
    4040EXTRA_DIST = $(C_FILES) $(DOCS)
    4141
    42 include $(top_srcdir)/../../../../automake/local.am
     42include $(top_srcdir)/../automake/local.am
  • testsuites/libtests/rtems++/Makefile.am

    r34c1b16 r1053dcd  
    2424
    2525include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
    26 include $(top_srcdir)/../../../../automake/compile.am
    27 include $(top_srcdir)/../../../../automake/leaf.am
     26include $(top_srcdir)/../automake/compile.am
     27include $(top_srcdir)/../automake/leaf.am
    2828include $(top_srcdir)/libtests.am
    2929
     
    4646EXTRA_DIST = $(CC_FILES) $(DOCS)
    4747
    48 include $(top_srcdir)/../../../../automake/local.am
     48include $(top_srcdir)/../automake/local.am
  • testsuites/libtests/rtmonuse/Makefile.am

    r34c1b16 r1053dcd  
    2525
    2626include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
    27 include $(top_srcdir)/../../../../automake/compile.am
    28 include $(top_srcdir)/../../../../automake/leaf.am
     27include $(top_srcdir)/../automake/compile.am
     28include $(top_srcdir)/../automake/leaf.am
    2929include $(top_srcdir)/libtests.am
    3030
     
    4040EXTRA_DIST = $(C_FILES) $(DOCS)
    4141
    42 include $(top_srcdir)/../../../../automake/local.am
     42include $(top_srcdir)/../automake/local.am
  • testsuites/libtests/stackchk/Makefile.am

    r34c1b16 r1053dcd  
    2525
    2626include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
    27 include $(top_srcdir)/../../../../automake/compile.am
    28 include $(top_srcdir)/../../../../automake/leaf.am
     27include $(top_srcdir)/../automake/compile.am
     28include $(top_srcdir)/../automake/leaf.am
    2929include $(top_srcdir)/libtests.am
    3030
     
    4040EXTRA_DIST = $(C_FILES) $(DOCS)
    4141
    42 include $(top_srcdir)/../../../../automake/local.am
     42include $(top_srcdir)/../automake/local.am
  • testsuites/libtests/termios/Makefile.am

    r34c1b16 r1053dcd  
    2525
    2626include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
    27 include $(top_srcdir)/../../../../automake/compile.am
    28 include $(top_srcdir)/../../../../automake/leaf.am
     27include $(top_srcdir)/../automake/compile.am
     28include $(top_srcdir)/../automake/leaf.am
    2929include $(top_srcdir)/libtests.am
    3030
     
    4040EXTRA_DIST = $(C_FILES) $(DOCS)
    4141
    42 include $(top_srcdir)/../../../../automake/local.am
     42include $(top_srcdir)/../automake/local.am
Note: See TracChangeset for help on using the changeset viewer.