Changeset 18039447 in rtems for c/src/lib/libcpu/m68k/configure.ac
- Timestamp:
- Jan 20, 2004, 2:20:27 AM (17 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 1116601
- Parents:
- 7023111e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libcpu/m68k/configure.ac
r7023111e r18039447 10 10 RTEMS_CANONICAL_TARGET_CPU 11 11 12 AM_INIT_AUTOMAKE([no-define foreign 1.8])12 AM_INIT_AUTOMAKE([no-define foreign subdir-objects 1.8.2]) 13 13 AM_MAINTAINER_MODE 14 14 … … 16 16 RTEMS_ENV_RTEMSBSP 17 17 18 19 18 RTEMS_PROJECT_ROOT 20 19 21 20 RTEMS_PROG_CC_FOR_TARGET 21 AM_PROG_CC_C_O 22 22 RTEMS_CANONICALIZE_TOOLS 23 23 RTEMS_PROG_CCAS 24 25 RTEMS_CHECK_CUSTOM_BSP(RTEMS_BSP)26 24 27 25 # At this time all models should use the shared directory so do this … … 46 44 AM_CONDITIONAL(mcf5272, test "$RTEMS_CPU_MODEL" = "mcf5272" ) 47 45 48 case "$RTEMS_CPU_MODEL" in49 mcf5206 ) AC_CONFIG_SUBDIRS([mcf5206]);;50 *) ;;51 esac52 53 46 # Explicitly list all Makefiles here 54 47 AC_CONFIG_FILES([Makefile 55 48 shared/Makefile 56 49 m68040/Makefile 57 m68040/fpsp/Makefile]) 50 mcf5206/Makefile 51 ]) 58 52 AC_OUTPUT
Note: See TracChangeset
for help on using the changeset viewer.