Changeset 4cf920c4 in rtems
- Timestamp:
- Mar 28, 2002, 12:48:26 AM (19 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 094051bd
- Parents:
- 6e431ba
- Location:
- c/src/lib/libcpu/sh
- Files:
-
- 16 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libcpu/sh/sh7045/ChangeLog
r6e431ba r4cf920c4 1 2002-03-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * configure.ac: 4 AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). 5 AM_INIT_AUTOMAKE([no-define foreign 1.6]). 6 * clock/Makefile.am: Remove AUTOMAKE_OPTIONS. 7 * Makefile.am: Remove AUTOMAKE_OPTIONS. 8 * include/Makefile.am: Remove AUTOMAKE_OPTIONS. 9 * sci/Makefile.am: Remove AUTOMAKE_OPTIONS. 10 * score/Makefile.am: Remove AUTOMAKE_OPTIONS. 11 * timer/Makefile.am: Remove AUTOMAKE_OPTIONS. 12 1 13 2001-11-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 14 -
c/src/lib/libcpu/sh/sh7045/Makefile.am
r6e431ba r4cf920c4 3 3 ## 4 4 5 AUTOMAKE_OPTIONS = foreign 1.46 5 ACLOCAL_AMFLAGS = -I ../../../../../../aclocal 7 6 -
c/src/lib/libcpu/sh/sh7045/clock/Makefile.am
r6e431ba r4cf920c4 3 3 ## 4 4 5 AUTOMAKE_OPTIONS = foreign 1.46 5 7 6 PGM = $(ARCH)/clock.rel -
c/src/lib/libcpu/sh/sh7045/configure.ac
r6e431ba r4cf920c4 4 4 5 5 AC_PREREQ(2.52) 6 AC_INIT 6 AC_INIT([rtems-c-src-lib-libcpu-sh-sh7045],[_RTEMS_VERSION],[rtems-bugs@OARcorp.com]) 7 7 AC_CONFIG_SRCDIR([include]) 8 8 RTEMS_TOP(../../../../../..) … … 11 11 RTEMS_CANONICAL_TARGET_CPU 12 12 13 AM_INIT_AUTOMAKE( rtems-c-src-lib-libcpu-sh-sh7045,$RTEMS_VERSION,no)13 AM_INIT_AUTOMAKE([no-define foreign 1.6]) 14 14 AM_MAINTAINER_MODE 15 15 -
c/src/lib/libcpu/sh/sh7045/include/Makefile.am
r6e431ba r4cf920c4 3 3 ## 4 4 5 AUTOMAKE_OPTIONS = foreign 1.46 5 7 6 # NOTE: Unlike other CPUS, we install into a subdirectory to avoid -
c/src/lib/libcpu/sh/sh7045/sci/Makefile.am
r6e431ba r4cf920c4 3 3 ## 4 4 5 AUTOMAKE_OPTIONS = foreign 1.46 5 7 6 PGM = $(ARCH)/sci.rel -
c/src/lib/libcpu/sh/sh7045/score/Makefile.am
r6e431ba r4cf920c4 3 3 ## 4 4 5 AUTOMAKE_OPTIONS = foreign 1.46 5 7 6 PGM = $(ARCH)/score.rel -
c/src/lib/libcpu/sh/sh7045/timer/Makefile.am
r6e431ba r4cf920c4 3 3 ## 4 4 5 AUTOMAKE_OPTIONS = foreign 1.46 5 7 6 PGM = $(ARCH)/timer.rel -
c/src/lib/libcpu/sh/sh7750/ChangeLog
r6e431ba r4cf920c4 1 2002-03-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * configure.ac: 4 AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). 5 AM_INIT_AUTOMAKE([no-define foreign 1.6]). 6 * clock/Makefile.am: Remove AUTOMAKE_OPTIONS. 7 * Makefile.am: Remove AUTOMAKE_OPTIONS. 8 * include/Makefile.am: Remove AUTOMAKE_OPTIONS. 9 * sci/Makefile.am: Remove AUTOMAKE_OPTIONS. 10 * score/Makefile.am: Remove AUTOMAKE_OPTIONS. 11 * timer/Makefile.am: Remove AUTOMAKE_OPTIONS. 12 1 13 2001-10-28 Alexandra Kossovsky <sasha@oktet.ru> 2 14 -
c/src/lib/libcpu/sh/sh7750/Makefile.am
r6e431ba r4cf920c4 3 3 ## 4 4 5 AUTOMAKE_OPTIONS = foreign 1.46 5 ACLOCAL_AMFLAGS = -I ../../../../../../aclocal 7 6 -
c/src/lib/libcpu/sh/sh7750/clock/Makefile.am
r6e431ba r4cf920c4 3 3 ## 4 4 5 AUTOMAKE_OPTIONS = foreign 1.46 5 7 6 PGM = $(ARCH)/clock.rel -
c/src/lib/libcpu/sh/sh7750/configure.ac
r6e431ba r4cf920c4 4 4 5 5 AC_PREREQ(2.52) 6 AC_INIT 6 AC_INIT([rtems-c-src-lib-libcpu-sh-sh7750],[_RTEMS_VERSION],[rtems-bugs@OARcorp.com]) 7 7 AC_CONFIG_SRCDIR([include]) 8 8 RTEMS_TOP(../../../../../..) … … 11 11 RTEMS_CANONICAL_TARGET_CPU 12 12 13 AM_INIT_AUTOMAKE( rtems-c-src-lib-libcpu-sh-sh7750,$RTEMS_VERSION,no)13 AM_INIT_AUTOMAKE([no-define foreign 1.6]) 14 14 AM_MAINTAINER_MODE 15 15 -
c/src/lib/libcpu/sh/sh7750/include/Makefile.am
r6e431ba r4cf920c4 3 3 ## 4 4 5 AUTOMAKE_OPTIONS = foreign 1.56 5 7 6 # NOTE: Unlike other CPUS, we install into a subdirectory to avoid -
c/src/lib/libcpu/sh/sh7750/sci/Makefile.am
r6e431ba r4cf920c4 3 3 ## 4 4 5 AUTOMAKE_OPTIONS = foreign 1.46 5 7 6 PGM = $(ARCH)/sci.rel -
c/src/lib/libcpu/sh/sh7750/score/Makefile.am
r6e431ba r4cf920c4 3 3 ## 4 4 5 AUTOMAKE_OPTIONS = foreign 1.46 5 7 6 PGM = $(ARCH)/score.rel -
c/src/lib/libcpu/sh/sh7750/timer/Makefile.am
r6e431ba r4cf920c4 3 3 ## 4 4 5 AUTOMAKE_OPTIONS = foreign 1.46 5 7 6 PGM = $(ARCH)/timer.rel
Note: See TracChangeset
for help on using the changeset viewer.