source: rtems/c/src/lib/libcpu/bfin/configure.ac @ f3b29236

5
Last change on this file since f3b29236 was 12072880, checked in by Sebastian Huber <sebastian.huber@…>, on 12/04/14 at 09:03:50

Update bug report URL

  • Property mode set to 100644
File size: 745 bytes
Line 
1## Process this file with autoconf to produce a configure script.
2
3AC_PREREQ([2.69])
4AC_INIT([rtems-c-src-lib-libcpu-bfin],[_RTEMS_VERSION],[https://devel.rtems.org/newticket])
5RTEMS_TOP([../../../../..],[../../..])
6
7RTEMS_CANONICAL_TARGET_CPU
8
9AM_INIT_AUTOMAKE([no-define foreign subdir-objects 1.12.2])
10AM_MAINTAINER_MODE
11
12RTEMS_ENV_RTEMSBSP
13
14RTEMS_PROJECT_ROOT
15
16RTEMS_PROG_CC_FOR_TARGET
17AM_PROG_CC_C_O
18RTEMS_CANONICALIZE_TOOLS
19RTEMS_PROG_CCAS
20
21RTEMS_CHECK_NETWORKING
22AM_CONDITIONAL(HAS_NETWORKING,test "$HAS_NETWORKING" = "yes")
23
24# AM_CONDITIONAL(shared, test "$RTEMS_CPU_MODEL" = "bf52x")
25AM_CONDITIONAL(bf52x, test "$RTEMS_CPU_MODEL" = "bf52x")
26
27
28RTEMS_AMPOLISH3
29
30# Explicitly list all Makefiles here
31AC_CONFIG_FILES([Makefile
32])
33AC_OUTPUT
Note: See TracBrowser for help on using the repository browser.