source: rtems/c/src/lib/libbsp/m68k/mcf5206elite/configure.ac @ 419d1e9

5
Last change on this file since 419d1e9 was 419d1e9, checked in by Sebastian Huber <sebastian.huber@…>, on 04/25/18 at 14:06:34

bsp/mcf5206elite: Do not install runtest script

Provide the runtest script only as a part of the sources. This
simplifies the build system.

Test support should be included in the RTEMS Tester.

  • Property mode set to 100644
File size: 478 bytes
Line 
1## Process this file with autoconf to produce a configure script.
2
3AC_PREREQ([2.69])
4AC_INIT([rtems-c-src-lib-libbsp-m68k-mcf5206elite],[_RTEMS_VERSION],[https://devel.rtems.org/newticket])
5RTEMS_TOP(../../../../../..)
6RTEMS_SOURCE_TOP
7RTEMS_BUILD_TOP
8RTEMS_BSP_LINKCMDS
9
10RTEMS_CANONICAL_TARGET_CPU
11AM_INIT_AUTOMAKE([no-define nostdinc foreign 1.12.2])
12RTEMS_BSP_CONFIGURE
13
14
15
16RTEMS_BSP_CLEANUP_OPTIONS
17
18# Explicitly list all Makefiles here
19AC_CONFIG_FILES([Makefile])
20AC_OUTPUT
Note: See TracBrowser for help on using the repository browser.