Changeset a1cf46b in rtems


Ignore:
Timestamp:
03/25/04 05:19:36 (20 years ago)
Author:
Ralf Corsepius <ralf.corsepius@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
7c48a2e8
Parents:
e1908de
Message:

2004-03-25 Ralf Corsepius <ralf_corsepius@…>

  • configure.ac: Add 2nd arg to RTEMS_TOP. Unconditionally configure MP-directories.
  • Makefile.am: Don't include @RTEMS_BSP@.cfg. Add DIST_SUBDIRS comprising MP-subdirs.
  • samples/Makefile.am: Add DIST_SUBDIRS comprising MP-subdirs.
Location:
c/src/ada-tests
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • c/src/ada-tests/ChangeLog

    re1908de ra1cf46b  
     12004-03-25      Ralf Corsepius <ralf_corsepius@rtems.org>
     2
     3        * configure.ac: Add 2nd arg to RTEMS_TOP.
     4        Unconditionally configure MP-directories.
     5        * Makefile.am: Don't include @RTEMS_BSP@.cfg.
     6        Add DIST_SUBDIRS comprising MP-subdirs.
     7        * samples/Makefile.am: Add DIST_SUBDIRS comprising MP-subdirs.
     8
    192003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    210
  • c/src/ada-tests/Makefile.am

    re1908de ra1cf46b  
    33ACLOCAL_AMFLAGS = -I aclocal -I ../../../testsuites/aclocal
    44
    5 include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
    65include $(top_srcdir)/../../../testsuites/automake/compile.am
    76
    87SUBDIRS = support samples sptests tmtests
    9 
    108if HAS_MP
    119SUBDIRS += mptests
    1210endif
     11
     12DIST_SUBDIRS = support samples sptests tmtests mptests
    1313
    1414EXTRA_DIST = ada.am
  • c/src/ada-tests/configure.ac

    re1908de ra1cf46b  
    66AC_INIT([rtems-ada-tests],[_RTEMS_VERSION],[rtems-bugs@rtems.com])
    77AC_CONFIG_SRCDIR([support])
    8 RTEMS_TOP(../../..)
     8RTEMS_TOP([../../..],[])
    99
    1010RTEMS_CANONICAL_TARGET_CPU
     
    4747samples/hello/Makefile
    4848samples/ticker/Makefile
    49 ])
    50 
    51 if test "$HAS_MP" = "yes"; then
    52 AC_CONFIG_FILES([
    5349samples/base_mp/Makefile
    5450samples/base_mp/node1/Makefile
    5551samples/base_mp/node2/Makefile
    5652])
    57 fi
    5853
    5954AC_CONFIG_FILES([
     
    118113])
    119114
    120 if test "$HAS_MP" = "yes"; then
    121115AC_CONFIG_FILES([
    122116mptests/Makefile
     
    138132#mptests/mp13/Makefile
    139133#mptests/mp14/Makefile
    140 fi
    141134
    142135AC_OUTPUT
  • c/src/ada-tests/samples/Makefile.am

    re1908de ra1cf46b  
    66SUBDIRS += base_mp
    77endif
     8DIST_SUBDIRS = hello ticker base_sp base_mp
    89
    910include $(top_srcdir)/../../../testsuites/automake/subdirs.am
Note: See TracChangeset for help on using the changeset viewer.