Changeset d549d0a6 in rtems


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

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

Makefile.am: Reflect having moved automake.
include/Makefile.am: Reflect having moved automake.
psx01/Makefile.am: Reflect having moved automake.
psx02/Makefile.am: Reflect having moved automake.
psx03/Makefile.am: Reflect having moved automake.
psx04/Makefile.am: Reflect having moved automake.
psx05/Makefile.am: Reflect having moved automake.
psx06/Makefile.am: Reflect having moved automake.
psx07/Makefile.am: Reflect having moved automake.
psx08/Makefile.am: Reflect having moved automake.
psx09/Makefile.am: Reflect having moved automake.
psx10/Makefile.am: Reflect having moved automake.
psx11/Makefile.am: Reflect having moved automake.
psx12/Makefile.am: Reflect having moved automake.
psx13/Makefile.am: Reflect having moved automake.
psxcancel/Makefile.am: Reflect having moved automake.
psxchroot01/Makefile.am: Reflect having moved automake.
psxfile01/Makefile.am: Reflect having moved automake.
psxhdrs/Makefile.am: Reflect having moved automake.
psxmount/Makefile.am: Reflect having moved automake.
psxmsgq01/Makefile.am: Reflect having moved automake.
psxreaddir/Makefile.am: Reflect having moved automake.
psxsem01/Makefile.am: Reflect having moved automake.
psxstat/Makefile.am: Reflect having moved automake.
psxtime/Makefile.am: Reflect having moved automake.
psxtimer/Makefile.am: Reflect having moved automake.

Files:
54 edited

Legend:

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

    re76fd73 rd549d0a6  
     12003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
     2
     3        Makefile.am: Reflect having moved automake.
     4        include/Makefile.am: Reflect having moved automake.
     5        psx01/Makefile.am: Reflect having moved automake.
     6        psx02/Makefile.am: Reflect having moved automake.
     7        psx03/Makefile.am: Reflect having moved automake.
     8        psx04/Makefile.am: Reflect having moved automake.
     9        psx05/Makefile.am: Reflect having moved automake.
     10        psx06/Makefile.am: Reflect having moved automake.
     11        psx07/Makefile.am: Reflect having moved automake.
     12        psx08/Makefile.am: Reflect having moved automake.
     13        psx09/Makefile.am: Reflect having moved automake.
     14        psx10/Makefile.am: Reflect having moved automake.
     15        psx11/Makefile.am: Reflect having moved automake.
     16        psx12/Makefile.am: Reflect having moved automake.
     17        psx13/Makefile.am: Reflect having moved automake.
     18        psxcancel/Makefile.am: Reflect having moved automake.
     19        psxchroot01/Makefile.am: Reflect having moved automake.
     20        psxfile01/Makefile.am: Reflect having moved automake.
     21        psxhdrs/Makefile.am: Reflect having moved automake.
     22        psxmount/Makefile.am: Reflect having moved automake.
     23        psxmsgq01/Makefile.am: Reflect having moved automake.
     24        psxreaddir/Makefile.am: Reflect having moved automake.
     25        psxsem01/Makefile.am: Reflect having moved automake.
     26        psxstat/Makefile.am: Reflect having moved automake.
     27        psxtime/Makefile.am: Reflect having moved automake.
     28        psxtimer/Makefile.am: Reflect having moved automake.
     29
    1302003-08-14      Joel Sherrill <joel@OARcorp.com>
    231
  • c/src/tests/psxtests/Makefile.am

    re76fd73 rd549d0a6  
    1818EXTRA_DIST = psxtests.am
    1919
    20 include $(top_srcdir)/../../../../automake/subdirs.am
    21 include $(top_srcdir)/../../../../automake/local.am
     20include $(top_srcdir)/../automake/subdirs.am
     21include $(top_srcdir)/../automake/local.am
  • c/src/tests/psxtests/include/Makefile.am

    re76fd73 rd549d0a6  
    66noinst_HEADERS = pmacros.h
    77
    8 include $(top_srcdir)/../../../../automake/local.am
     8include $(top_srcdir)/../automake/local.am
  • c/src/tests/psxtests/psx01/Makefile.am

    re76fd73 rd549d0a6  
    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)/psxtests.am
    3030
     
    4242EXTRA_DIST = $(C_FILES) $(DOCS)
    4343
    44 include $(top_srcdir)/../../../../automake/local.am
     44include $(top_srcdir)/../automake/local.am
  • c/src/tests/psxtests/psx02/Makefile.am

    re76fd73 rd549d0a6  
    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)/psxtests.am
    3030
     
    4242EXTRA_DIST = $(C_FILES) $(DOCS)
    4343
    44 include $(top_srcdir)/../../../../automake/local.am
     44include $(top_srcdir)/../automake/local.am
  • c/src/tests/psxtests/psx03/Makefile.am

    re76fd73 rd549d0a6  
    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)/psxtests.am
    3030
     
    4242EXTRA_DIST = $(C_FILES) $(DOCS)
    4343
    44 include $(top_srcdir)/../../../../automake/local.am
     44include $(top_srcdir)/../automake/local.am
  • c/src/tests/psxtests/psx04/Makefile.am

    re76fd73 rd549d0a6  
    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)/psxtests.am
    3030
     
    4242EXTRA_DIST = $(C_FILES) $(DOCS)
    4343
    44 include $(top_srcdir)/../../../../automake/local.am
     44include $(top_srcdir)/../automake/local.am
  • c/src/tests/psxtests/psx05/Makefile.am

    re76fd73 rd549d0a6  
    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)/psxtests.am
    3030
     
    4242EXTRA_DIST = $(C_FILES) $(DOCS)
    4343
    44 include $(top_srcdir)/../../../../automake/local.am
     44include $(top_srcdir)/../automake/local.am
  • c/src/tests/psxtests/psx06/Makefile.am

    re76fd73 rd549d0a6  
    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)/psxtests.am
    3030
     
    4242EXTRA_DIST = $(C_FILES) $(DOCS)
    4343
    44 include $(top_srcdir)/../../../../automake/local.am
     44include $(top_srcdir)/../automake/local.am
  • c/src/tests/psxtests/psx07/Makefile.am

    re76fd73 rd549d0a6  
    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)/psxtests.am
    3030
     
    4242EXTRA_DIST = $(C_FILES) $(DOCS)
    4343
    44 include $(top_srcdir)/../../../../automake/local.am
     44include $(top_srcdir)/../automake/local.am
  • c/src/tests/psxtests/psx08/Makefile.am

    re76fd73 rd549d0a6  
    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)/psxtests.am
    3030
     
    4242EXTRA_DIST = $(C_FILES) $(DOCS)
    4343
    44 include $(top_srcdir)/../../../../automake/local.am
     44include $(top_srcdir)/../automake/local.am
  • c/src/tests/psxtests/psx09/Makefile.am

    re76fd73 rd549d0a6  
    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)/psxtests.am
    3030
     
    4242EXTRA_DIST = $(C_FILES) $(DOCS)
    4343
    44 include $(top_srcdir)/../../../../automake/local.am
     44include $(top_srcdir)/../automake/local.am
  • c/src/tests/psxtests/psx10/Makefile.am

    re76fd73 rd549d0a6  
    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)/psxtests.am
    3030
     
    4242EXTRA_DIST = $(C_FILES) $(DOCS)
    4343
    44 include $(top_srcdir)/../../../../automake/local.am
     44include $(top_srcdir)/../automake/local.am
  • c/src/tests/psxtests/psx11/Makefile.am

    re76fd73 rd549d0a6  
    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)/psxtests.am
    3030
     
    4242EXTRA_DIST = $(C_FILES) $(DOCS)
    4343
    44 include $(top_srcdir)/../../../../automake/local.am
     44include $(top_srcdir)/../automake/local.am
  • c/src/tests/psxtests/psx12/Makefile.am

    re76fd73 rd549d0a6  
    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)/psxtests.am
    3030
     
    4242EXTRA_DIST = $(C_FILES) $(DOCS)
    4343
    44 include $(top_srcdir)/../../../../automake/local.am
     44include $(top_srcdir)/../automake/local.am
  • c/src/tests/psxtests/psx13/Makefile.am

    re76fd73 rd549d0a6  
    2222
    2323include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
    24 include $(top_srcdir)/../../../../automake/compile.am
    25 include $(top_srcdir)/../../../../automake/leaf.am
     24include $(top_srcdir)/../automake/compile.am
     25include $(top_srcdir)/../automake/leaf.am
    2626include $(top_srcdir)/psxtests.am
    2727
     
    3939EXTRA_DIST = $(C_FILES) $(DOCS)
    4040
    41 include $(top_srcdir)/../../../../automake/local.am
     41include $(top_srcdir)/../automake/local.am
  • c/src/tests/psxtests/psxcancel/Makefile.am

    re76fd73 rd549d0a6  
    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)/psxtests.am
    3030
     
    4242EXTRA_DIST = $(C_FILES) $(DOCS)
    4343
    44 include $(top_srcdir)/../../../../automake/local.am
     44include $(top_srcdir)/../automake/local.am
  • c/src/tests/psxtests/psxchroot01/Makefile.am

    re76fd73 rd549d0a6  
    2222
    2323include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
    24 include $(top_srcdir)/../../../../automake/compile.am
    25 include $(top_srcdir)/../../../../automake/leaf.am
     24include $(top_srcdir)/../automake/compile.am
     25include $(top_srcdir)/../automake/leaf.am
    2626include $(top_srcdir)/psxtests.am
    2727
     
    3939EXTRA_DIST = $(C_FILES) $(DOCS)
    4040
    41 include $(top_srcdir)/../../../../automake/local.am
     41include $(top_srcdir)/../automake/local.am
  • c/src/tests/psxtests/psxfile01/Makefile.am

    re76fd73 rd549d0a6  
    2222
    2323include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
    24 include $(top_srcdir)/../../../../automake/compile.am
    25 include $(top_srcdir)/../../../../automake/leaf.am
     24include $(top_srcdir)/../automake/compile.am
     25include $(top_srcdir)/../automake/leaf.am
    2626include $(top_srcdir)/psxtests.am
    2727
     
    3939EXTRA_DIST = $(C_FILES) $(DOCS)
    4040
    41 include $(top_srcdir)/../../../../automake/local.am
     41include $(top_srcdir)/../automake/local.am
  • c/src/tests/psxtests/psxhdrs/Makefile.am

    re76fd73 rd549d0a6  
    3131
    3232include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
    33 include $(top_srcdir)/../../../../automake/compile.am
    34 include $(top_srcdir)/../../../../automake/leaf.am
     33include $(top_srcdir)/../automake/compile.am
     34include $(top_srcdir)/../automake/leaf.am
    3535
    3636all-local: ${ARCH} ${OBJS}
     
    3838EXTRA_DIST = $(C_FILES)
    3939
    40 include $(top_srcdir)/../../../../automake/local.am
     40include $(top_srcdir)/../automake/local.am
  • c/src/tests/psxtests/psxmount/Makefile.am

    re76fd73 rd549d0a6  
    2222
    2323include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
    24 include $(top_srcdir)/../../../../automake/compile.am
    25 include $(top_srcdir)/../../../../automake/leaf.am
     24include $(top_srcdir)/../automake/compile.am
     25include $(top_srcdir)/../automake/leaf.am
    2626include $(top_srcdir)/psxtests.am
    2727
     
    3939EXTRA_DIST = $(C_FILES) $(DOCS)
    4040
    41 include $(top_srcdir)/../../../../automake/local.am
     41include $(top_srcdir)/../automake/local.am
  • c/src/tests/psxtests/psxmsgq01/Makefile.am

    re76fd73 rd549d0a6  
    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)/psxtests.am
    3030
     
    4242EXTRA_DIST = $(C_FILES) $(DOCS)
    4343
    44 include $(top_srcdir)/../../../../automake/local.am
     44include $(top_srcdir)/../automake/local.am
  • c/src/tests/psxtests/psxreaddir/Makefile.am

    re76fd73 rd549d0a6  
    2222
    2323include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
    24 include $(top_srcdir)/../../../../automake/compile.am
    25 include $(top_srcdir)/../../../../automake/leaf.am
     24include $(top_srcdir)/../automake/compile.am
     25include $(top_srcdir)/../automake/leaf.am
    2626include $(top_srcdir)/psxtests.am
    2727
     
    3939EXTRA_DIST = $(C_FILES) $(DOCS)
    4040
    41 include $(top_srcdir)/../../../../automake/local.am
     41include $(top_srcdir)/../automake/local.am
  • c/src/tests/psxtests/psxsem01/Makefile.am

    re76fd73 rd549d0a6  
    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)/psxtests.am
    3030
     
    4242EXTRA_DIST = $(C_FILES) $(DOCS)
    4343
    44 include $(top_srcdir)/../../../../automake/local.am
     44include $(top_srcdir)/../automake/local.am
  • c/src/tests/psxtests/psxstat/Makefile.am

    re76fd73 rd549d0a6  
    2222
    2323include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
    24 include $(top_srcdir)/../../../../automake/compile.am
    25 include $(top_srcdir)/../../../../automake/leaf.am
     24include $(top_srcdir)/../automake/compile.am
     25include $(top_srcdir)/../automake/leaf.am
    2626include $(top_srcdir)/psxtests.am
    2727
     
    3939EXTRA_DIST = $(C_FILES) $(DOCS)
    4040
    41 include $(top_srcdir)/../../../../automake/local.am
     41include $(top_srcdir)/../automake/local.am
  • c/src/tests/psxtests/psxtime/Makefile.am

    re76fd73 rd549d0a6  
    2222
    2323include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
    24 include $(top_srcdir)/../../../../automake/compile.am
    25 include $(top_srcdir)/../../../../automake/leaf.am
     24include $(top_srcdir)/../automake/compile.am
     25include $(top_srcdir)/../automake/leaf.am
    2626include $(top_srcdir)/psxtests.am
    2727
     
    3737EXTRA_DIST = $(C_FILES) $(DOCS)
    3838
    39 include $(top_srcdir)/../../../../automake/local.am
     39include $(top_srcdir)/../automake/local.am
  • c/src/tests/psxtests/psxtimer/Makefile.am

    re76fd73 rd549d0a6  
    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)/psxtests.am
    3030
     
    4242EXTRA_DIST = $(C_FILES) $(DOCS)
    4343
    44 include $(top_srcdir)/../../../../automake/local.am
     44include $(top_srcdir)/../automake/local.am
  • testsuites/psxtests/ChangeLog

    re76fd73 rd549d0a6  
     12003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
     2
     3        Makefile.am: Reflect having moved automake.
     4        include/Makefile.am: Reflect having moved automake.
     5        psx01/Makefile.am: Reflect having moved automake.
     6        psx02/Makefile.am: Reflect having moved automake.
     7        psx03/Makefile.am: Reflect having moved automake.
     8        psx04/Makefile.am: Reflect having moved automake.
     9        psx05/Makefile.am: Reflect having moved automake.
     10        psx06/Makefile.am: Reflect having moved automake.
     11        psx07/Makefile.am: Reflect having moved automake.
     12        psx08/Makefile.am: Reflect having moved automake.
     13        psx09/Makefile.am: Reflect having moved automake.
     14        psx10/Makefile.am: Reflect having moved automake.
     15        psx11/Makefile.am: Reflect having moved automake.
     16        psx12/Makefile.am: Reflect having moved automake.
     17        psx13/Makefile.am: Reflect having moved automake.
     18        psxcancel/Makefile.am: Reflect having moved automake.
     19        psxchroot01/Makefile.am: Reflect having moved automake.
     20        psxfile01/Makefile.am: Reflect having moved automake.
     21        psxhdrs/Makefile.am: Reflect having moved automake.
     22        psxmount/Makefile.am: Reflect having moved automake.
     23        psxmsgq01/Makefile.am: Reflect having moved automake.
     24        psxreaddir/Makefile.am: Reflect having moved automake.
     25        psxsem01/Makefile.am: Reflect having moved automake.
     26        psxstat/Makefile.am: Reflect having moved automake.
     27        psxtime/Makefile.am: Reflect having moved automake.
     28        psxtimer/Makefile.am: Reflect having moved automake.
     29
    1302003-08-14      Joel Sherrill <joel@OARcorp.com>
    231
  • testsuites/psxtests/Makefile.am

    re76fd73 rd549d0a6  
    1818EXTRA_DIST = psxtests.am
    1919
    20 include $(top_srcdir)/../../../../automake/subdirs.am
    21 include $(top_srcdir)/../../../../automake/local.am
     20include $(top_srcdir)/../automake/subdirs.am
     21include $(top_srcdir)/../automake/local.am
  • testsuites/psxtests/include/Makefile.am

    re76fd73 rd549d0a6  
    66noinst_HEADERS = pmacros.h
    77
    8 include $(top_srcdir)/../../../../automake/local.am
     8include $(top_srcdir)/../automake/local.am
  • testsuites/psxtests/psx01/Makefile.am

    re76fd73 rd549d0a6  
    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)/psxtests.am
    3030
     
    4242EXTRA_DIST = $(C_FILES) $(DOCS)
    4343
    44 include $(top_srcdir)/../../../../automake/local.am
     44include $(top_srcdir)/../automake/local.am
  • testsuites/psxtests/psx02/Makefile.am

    re76fd73 rd549d0a6  
    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)/psxtests.am
    3030
     
    4242EXTRA_DIST = $(C_FILES) $(DOCS)
    4343
    44 include $(top_srcdir)/../../../../automake/local.am
     44include $(top_srcdir)/../automake/local.am
  • testsuites/psxtests/psx03/Makefile.am

    re76fd73 rd549d0a6  
    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)/psxtests.am
    3030
     
    4242EXTRA_DIST = $(C_FILES) $(DOCS)
    4343
    44 include $(top_srcdir)/../../../../automake/local.am
     44include $(top_srcdir)/../automake/local.am
  • testsuites/psxtests/psx04/Makefile.am

    re76fd73 rd549d0a6  
    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)/psxtests.am
    3030
     
    4242EXTRA_DIST = $(C_FILES) $(DOCS)
    4343
    44 include $(top_srcdir)/../../../../automake/local.am
     44include $(top_srcdir)/../automake/local.am
  • testsuites/psxtests/psx05/Makefile.am

    re76fd73 rd549d0a6  
    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)/psxtests.am
    3030
     
    4242EXTRA_DIST = $(C_FILES) $(DOCS)
    4343
    44 include $(top_srcdir)/../../../../automake/local.am
     44include $(top_srcdir)/../automake/local.am
  • testsuites/psxtests/psx06/Makefile.am

    re76fd73 rd549d0a6  
    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)/psxtests.am
    3030
     
    4242EXTRA_DIST = $(C_FILES) $(DOCS)
    4343
    44 include $(top_srcdir)/../../../../automake/local.am
     44include $(top_srcdir)/../automake/local.am
  • testsuites/psxtests/psx07/Makefile.am

    re76fd73 rd549d0a6  
    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)/psxtests.am
    3030
     
    4242EXTRA_DIST = $(C_FILES) $(DOCS)
    4343
    44 include $(top_srcdir)/../../../../automake/local.am
     44include $(top_srcdir)/../automake/local.am
  • testsuites/psxtests/psx08/Makefile.am

    re76fd73 rd549d0a6  
    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)/psxtests.am
    3030
     
    4242EXTRA_DIST = $(C_FILES) $(DOCS)
    4343
    44 include $(top_srcdir)/../../../../automake/local.am
     44include $(top_srcdir)/../automake/local.am
  • testsuites/psxtests/psx09/Makefile.am

    re76fd73 rd549d0a6  
    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)/psxtests.am
    3030
     
    4242EXTRA_DIST = $(C_FILES) $(DOCS)
    4343
    44 include $(top_srcdir)/../../../../automake/local.am
     44include $(top_srcdir)/../automake/local.am
  • testsuites/psxtests/psx10/Makefile.am

    re76fd73 rd549d0a6  
    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)/psxtests.am
    3030
     
    4242EXTRA_DIST = $(C_FILES) $(DOCS)
    4343
    44 include $(top_srcdir)/../../../../automake/local.am
     44include $(top_srcdir)/../automake/local.am
  • testsuites/psxtests/psx11/Makefile.am

    re76fd73 rd549d0a6  
    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)/psxtests.am
    3030
     
    4242EXTRA_DIST = $(C_FILES) $(DOCS)
    4343
    44 include $(top_srcdir)/../../../../automake/local.am
     44include $(top_srcdir)/../automake/local.am
  • testsuites/psxtests/psx12/Makefile.am

    re76fd73 rd549d0a6  
    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)/psxtests.am
    3030
     
    4242EXTRA_DIST = $(C_FILES) $(DOCS)
    4343
    44 include $(top_srcdir)/../../../../automake/local.am
     44include $(top_srcdir)/../automake/local.am
  • testsuites/psxtests/psx13/Makefile.am

    re76fd73 rd549d0a6  
    2222
    2323include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
    24 include $(top_srcdir)/../../../../automake/compile.am
    25 include $(top_srcdir)/../../../../automake/leaf.am
     24include $(top_srcdir)/../automake/compile.am
     25include $(top_srcdir)/../automake/leaf.am
    2626include $(top_srcdir)/psxtests.am
    2727
     
    3939EXTRA_DIST = $(C_FILES) $(DOCS)
    4040
    41 include $(top_srcdir)/../../../../automake/local.am
     41include $(top_srcdir)/../automake/local.am
  • testsuites/psxtests/psxcancel/Makefile.am

    re76fd73 rd549d0a6  
    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)/psxtests.am
    3030
     
    4242EXTRA_DIST = $(C_FILES) $(DOCS)
    4343
    44 include $(top_srcdir)/../../../../automake/local.am
     44include $(top_srcdir)/../automake/local.am
  • testsuites/psxtests/psxchroot01/Makefile.am

    re76fd73 rd549d0a6  
    2222
    2323include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
    24 include $(top_srcdir)/../../../../automake/compile.am
    25 include $(top_srcdir)/../../../../automake/leaf.am
     24include $(top_srcdir)/../automake/compile.am
     25include $(top_srcdir)/../automake/leaf.am
    2626include $(top_srcdir)/psxtests.am
    2727
     
    3939EXTRA_DIST = $(C_FILES) $(DOCS)
    4040
    41 include $(top_srcdir)/../../../../automake/local.am
     41include $(top_srcdir)/../automake/local.am
  • testsuites/psxtests/psxfile01/Makefile.am

    re76fd73 rd549d0a6  
    2222
    2323include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
    24 include $(top_srcdir)/../../../../automake/compile.am
    25 include $(top_srcdir)/../../../../automake/leaf.am
     24include $(top_srcdir)/../automake/compile.am
     25include $(top_srcdir)/../automake/leaf.am
    2626include $(top_srcdir)/psxtests.am
    2727
     
    3939EXTRA_DIST = $(C_FILES) $(DOCS)
    4040
    41 include $(top_srcdir)/../../../../automake/local.am
     41include $(top_srcdir)/../automake/local.am
  • testsuites/psxtests/psxhdrs/Makefile.am

    re76fd73 rd549d0a6  
    3131
    3232include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
    33 include $(top_srcdir)/../../../../automake/compile.am
    34 include $(top_srcdir)/../../../../automake/leaf.am
     33include $(top_srcdir)/../automake/compile.am
     34include $(top_srcdir)/../automake/leaf.am
    3535
    3636all-local: ${ARCH} ${OBJS}
     
    3838EXTRA_DIST = $(C_FILES)
    3939
    40 include $(top_srcdir)/../../../../automake/local.am
     40include $(top_srcdir)/../automake/local.am
  • testsuites/psxtests/psxmount/Makefile.am

    re76fd73 rd549d0a6  
    2222
    2323include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
    24 include $(top_srcdir)/../../../../automake/compile.am
    25 include $(top_srcdir)/../../../../automake/leaf.am
     24include $(top_srcdir)/../automake/compile.am
     25include $(top_srcdir)/../automake/leaf.am
    2626include $(top_srcdir)/psxtests.am
    2727
     
    3939EXTRA_DIST = $(C_FILES) $(DOCS)
    4040
    41 include $(top_srcdir)/../../../../automake/local.am
     41include $(top_srcdir)/../automake/local.am
  • testsuites/psxtests/psxmsgq01/Makefile.am

    re76fd73 rd549d0a6  
    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)/psxtests.am
    3030
     
    4242EXTRA_DIST = $(C_FILES) $(DOCS)
    4343
    44 include $(top_srcdir)/../../../../automake/local.am
     44include $(top_srcdir)/../automake/local.am
  • testsuites/psxtests/psxreaddir/Makefile.am

    re76fd73 rd549d0a6  
    2222
    2323include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
    24 include $(top_srcdir)/../../../../automake/compile.am
    25 include $(top_srcdir)/../../../../automake/leaf.am
     24include $(top_srcdir)/../automake/compile.am
     25include $(top_srcdir)/../automake/leaf.am
    2626include $(top_srcdir)/psxtests.am
    2727
     
    3939EXTRA_DIST = $(C_FILES) $(DOCS)
    4040
    41 include $(top_srcdir)/../../../../automake/local.am
     41include $(top_srcdir)/../automake/local.am
  • testsuites/psxtests/psxsem01/Makefile.am

    re76fd73 rd549d0a6  
    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)/psxtests.am
    3030
     
    4242EXTRA_DIST = $(C_FILES) $(DOCS)
    4343
    44 include $(top_srcdir)/../../../../automake/local.am
     44include $(top_srcdir)/../automake/local.am
  • testsuites/psxtests/psxstat/Makefile.am

    re76fd73 rd549d0a6  
    2222
    2323include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
    24 include $(top_srcdir)/../../../../automake/compile.am
    25 include $(top_srcdir)/../../../../automake/leaf.am
     24include $(top_srcdir)/../automake/compile.am
     25include $(top_srcdir)/../automake/leaf.am
    2626include $(top_srcdir)/psxtests.am
    2727
     
    3939EXTRA_DIST = $(C_FILES) $(DOCS)
    4040
    41 include $(top_srcdir)/../../../../automake/local.am
     41include $(top_srcdir)/../automake/local.am
  • testsuites/psxtests/psxtime/Makefile.am

    re76fd73 rd549d0a6  
    2222
    2323include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
    24 include $(top_srcdir)/../../../../automake/compile.am
    25 include $(top_srcdir)/../../../../automake/leaf.am
     24include $(top_srcdir)/../automake/compile.am
     25include $(top_srcdir)/../automake/leaf.am
    2626include $(top_srcdir)/psxtests.am
    2727
     
    3737EXTRA_DIST = $(C_FILES) $(DOCS)
    3838
    39 include $(top_srcdir)/../../../../automake/local.am
     39include $(top_srcdir)/../automake/local.am
  • testsuites/psxtests/psxtimer/Makefile.am

    re76fd73 rd549d0a6  
    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)/psxtests.am
    3030
     
    4242EXTRA_DIST = $(C_FILES) $(DOCS)
    4343
    44 include $(top_srcdir)/../../../../automake/local.am
     44include $(top_srcdir)/../automake/local.am
Note: See TracChangeset for help on using the changeset viewer.