Changeset 304cdca in rtems
- Timestamp:
- 08/21/02 10:04:45 (21 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 1846a62
- Parents:
- 310fee6
- Files:
-
- 1 deleted
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/tests/support/ChangeLog
r310fee6 r304cdca 1 2002-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 1 8 2002-08-01 Joel Sherrill <joel@OARcorp.com> 2 9 … … 9 16 enable this support. 10 17 * include/buffer_test_io.h: New file. 18 11 19 2002-03-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 12 20 -
c/src/tests/support/Makefile.am
r310fee6 r304cdca 5 5 ACLOCAL_AMFLAGS = -I ../../../../aclocal 6 6 7 SUBDIRS = include 7 project_bspdir = $(PROJECT_ROOT)/@RTEMS_BSP@ 8 8 9 include $(top_srcdir)/../../../../automake/subdirs.am 9 noinst_HEADERS = include/tmacros.h include/buffer_test_io.h 10 11 TMPINSTALLFILES = $(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 20 CLEANFILES = $(project_bspdir)/lib/include/tmacros.h \ 21 $(project_bspdir)/lib/include/buffer_test_io.h 22 23 all-local: $(TMPINSTALLFILES) 24 10 25 include $(top_srcdir)/../../../../automake/local.am -
c/src/tests/support/configure.ac
r310fee6 r304cdca 15 15 16 16 RTEMS_ENV_RTEMSBSP 17 RTEMS_CHECK_CPU18 RTEMS_CANONICAL_HOST19 17 20 18 RTEMS_PROJECT_ROOT 21 19 22 RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm])23 RTEMS_CANONICALIZE_TOOLS24 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 31 20 # Explicitly list all Makefiles here 32 21 AC_CONFIG_FILES([Makefile 33 include/Makefile34 22 ]) 35 23 AC_OUTPUT -
testsuites/support/ChangeLog
r310fee6 r304cdca 1 2002-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 1 8 2002-08-01 Joel Sherrill <joel@OARcorp.com> 2 9 … … 9 16 enable this support. 10 17 * include/buffer_test_io.h: New file. 18 11 19 2002-03-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 12 20 -
testsuites/support/Makefile.am
r310fee6 r304cdca 5 5 ACLOCAL_AMFLAGS = -I ../../../../aclocal 6 6 7 SUBDIRS = include 7 project_bspdir = $(PROJECT_ROOT)/@RTEMS_BSP@ 8 8 9 include $(top_srcdir)/../../../../automake/subdirs.am 9 noinst_HEADERS = include/tmacros.h include/buffer_test_io.h 10 11 TMPINSTALLFILES = $(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 20 CLEANFILES = $(project_bspdir)/lib/include/tmacros.h \ 21 $(project_bspdir)/lib/include/buffer_test_io.h 22 23 all-local: $(TMPINSTALLFILES) 24 10 25 include $(top_srcdir)/../../../../automake/local.am -
testsuites/support/configure.ac
r310fee6 r304cdca 15 15 16 16 RTEMS_ENV_RTEMSBSP 17 RTEMS_CHECK_CPU18 RTEMS_CANONICAL_HOST19 17 20 18 RTEMS_PROJECT_ROOT 21 19 22 RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm])23 RTEMS_CANONICALIZE_TOOLS24 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 31 20 # Explicitly list all Makefiles here 32 21 AC_CONFIG_FILES([Makefile 33 include/Makefile34 22 ]) 35 23 AC_OUTPUT
Note: See TracChangeset
for help on using the changeset viewer.