Changeset 304cdca in rtems


Ignore:
Timestamp:
08/21/02 10:04:45 (21 years ago)
Author:
Ralf Corsepius <ralf.corsepius@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
1846a62
Parents:
310fee6
Message:

2002-08-21 Ralf Corsepius <corsepiu@…>

  • include/Makefile.am: Remove.
  • Makefile.am: Merge in former include/Makefile.am.
  • configure.ac: Reflect changes above. Take out unnecessary autoconf macros.
Files:
1 deleted
6 edited

Legend:

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

    r310fee6 r304cdca  
     12002-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
     2
     3        * include/Makefile.am: Remove.
     4        * Makefile.am: Merge in former include/Makefile.am.
     5        * configure.ac: Reflect changes above.
     6        Take out unnecessary autoconf macros.
     7
    182002-08-01      Joel Sherrill <joel@OARcorp.com>
    29
     
    916        enable this support.
    1017        * include/buffer_test_io.h: New file.
     18
    11192002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    1220
  • c/src/tests/support/Makefile.am

    r310fee6 r304cdca  
    55ACLOCAL_AMFLAGS = -I ../../../../aclocal
    66
    7 SUBDIRS = include
     7project_bspdir = $(PROJECT_ROOT)/@RTEMS_BSP@
    88
    9 include $(top_srcdir)/../../../../automake/subdirs.am
     9noinst_HEADERS = include/tmacros.h include/buffer_test_io.h
     10
     11TMPINSTALLFILES = $(project_bspdir)/lib/include \
     12    $(project_bspdir)/lib/include/tmacros.h \
     13    $(project_bspdir)/lib/include/buffer_test_io.h
     14
     15$(project_bspdir)/lib/include:
     16        $(mkinstalldirs) $@
     17$(project_bspdir)/lib/include/%.h: include/%.h
     18        $(INSTALL_DATA) $< $@
     19
     20CLEANFILES = $(project_bspdir)/lib/include/tmacros.h \
     21    $(project_bspdir)/lib/include/buffer_test_io.h
     22
     23all-local: $(TMPINSTALLFILES)
     24
    1025include $(top_srcdir)/../../../../automake/local.am
  • c/src/tests/support/configure.ac

    r310fee6 r304cdca  
    1515
    1616RTEMS_ENV_RTEMSBSP
    17 RTEMS_CHECK_CPU
    18 RTEMS_CANONICAL_HOST
    1917
    2018RTEMS_PROJECT_ROOT
    2119
    22 RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm])
    23 RTEMS_CANONICALIZE_TOOLS
    24 
    25 RTEMS_CHECK_CUSTOM_BSP(RTEMS_BSP)
    26 RTEMS_CHECK_MULTIPROCESSING(RTEMS_BSP)
    27 
    28 AC_SUBST(BARE_CPU_CFLAGS)
    29 AC_SUBST(BARE_CPU_MODEL)
    30 
    3120# Explicitly list all Makefiles here
    3221AC_CONFIG_FILES([Makefile
    33 include/Makefile
    3422])
    3523AC_OUTPUT
  • testsuites/support/ChangeLog

    r310fee6 r304cdca  
     12002-08-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
     2
     3        * include/Makefile.am: Remove.
     4        * Makefile.am: Merge in former include/Makefile.am.
     5        * configure.ac: Reflect changes above.
     6        Take out unnecessary autoconf macros.
     7
    182002-08-01      Joel Sherrill <joel@OARcorp.com>
    29
     
    916        enable this support.
    1017        * include/buffer_test_io.h: New file.
     18
    11192002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    1220
  • testsuites/support/Makefile.am

    r310fee6 r304cdca  
    55ACLOCAL_AMFLAGS = -I ../../../../aclocal
    66
    7 SUBDIRS = include
     7project_bspdir = $(PROJECT_ROOT)/@RTEMS_BSP@
    88
    9 include $(top_srcdir)/../../../../automake/subdirs.am
     9noinst_HEADERS = include/tmacros.h include/buffer_test_io.h
     10
     11TMPINSTALLFILES = $(project_bspdir)/lib/include \
     12    $(project_bspdir)/lib/include/tmacros.h \
     13    $(project_bspdir)/lib/include/buffer_test_io.h
     14
     15$(project_bspdir)/lib/include:
     16        $(mkinstalldirs) $@
     17$(project_bspdir)/lib/include/%.h: include/%.h
     18        $(INSTALL_DATA) $< $@
     19
     20CLEANFILES = $(project_bspdir)/lib/include/tmacros.h \
     21    $(project_bspdir)/lib/include/buffer_test_io.h
     22
     23all-local: $(TMPINSTALLFILES)
     24
    1025include $(top_srcdir)/../../../../automake/local.am
  • testsuites/support/configure.ac

    r310fee6 r304cdca  
    1515
    1616RTEMS_ENV_RTEMSBSP
    17 RTEMS_CHECK_CPU
    18 RTEMS_CANONICAL_HOST
    1917
    2018RTEMS_PROJECT_ROOT
    2119
    22 RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm])
    23 RTEMS_CANONICALIZE_TOOLS
    24 
    25 RTEMS_CHECK_CUSTOM_BSP(RTEMS_BSP)
    26 RTEMS_CHECK_MULTIPROCESSING(RTEMS_BSP)
    27 
    28 AC_SUBST(BARE_CPU_CFLAGS)
    29 AC_SUBST(BARE_CPU_MODEL)
    30 
    3120# Explicitly list all Makefiles here
    3221AC_CONFIG_FILES([Makefile
    33 include/Makefile
    3422])
    3523AC_OUTPUT
Note: See TracChangeset for help on using the changeset viewer.