Changeset d6ad3b5 in rtems
- Timestamp:
- 03/28/02 00:42:50 (21 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 3d15b932
- Parents:
- 23c49b5e
- Location:
- c/src/lib/libbsp/sparc/leon
- Files:
-
- 11 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/sparc/leon/ChangeLog
r23c49b5e rd6ad3b5 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 * console/Makefile.am: Remove AUTOMAKE_OPTIONS. 9 * gnatsupp/Makefile.am: Remove AUTOMAKE_OPTIONS. 10 * include/Makefile.am: Remove AUTOMAKE_OPTIONS. 11 * start/Makefile.am: Remove AUTOMAKE_OPTIONS. 12 * startup/Makefile.am: Remove AUTOMAKE_OPTIONS. 13 * timer/Makefile.am: Remove AUTOMAKE_OPTIONS. 14 * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS. 15 1 16 2002-02-05 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 17 -
c/src/lib/libbsp/sparc/leon/Makefile.am
r23c49b5e rd6ad3b5 3 3 ## 4 4 5 AUTOMAKE_OPTIONS = foreign 1.46 5 ACLOCAL_AMFLAGS = -I ../../../../../../aclocal 7 6 -
c/src/lib/libbsp/sparc/leon/clock/Makefile.am
r23c49b5e rd6ad3b5 3 3 ## 4 4 5 AUTOMAKE_OPTIONS = foreign 1.46 5 7 6 PGM = $(ARCH)/clock.rel -
c/src/lib/libbsp/sparc/leon/configure.ac
r23c49b5e rd6ad3b5 4 4 5 5 AC_PREREQ(2.52) 6 AC_INIT 6 AC_INIT([rtems-c-src-lib-libbsp-sparc-leon],[_RTEMS_VERSION],[rtems-bugs@OARcorp.com]) 7 7 AC_CONFIG_SRCDIR([bsp_specs]) 8 8 RTEMS_TOP(../../../../../..) … … 10 10 11 11 RTEMS_CANONICAL_TARGET_CPU 12 AM_INIT_AUTOMAKE( rtems-c-src-lib-libbsp-sparc-leon,$RTEMS_VERSION,no)12 AM_INIT_AUTOMAKE([no-define foreign 1.6]) 13 13 RTEMS_BSP_CONFIGURE 14 14 -
c/src/lib/libbsp/sparc/leon/console/Makefile.am
r23c49b5e rd6ad3b5 3 3 ## 4 4 5 AUTOMAKE_OPTIONS = foreign 1.46 5 7 6 PGM = $(ARCH)/console.rel -
c/src/lib/libbsp/sparc/leon/gnatsupp/Makefile.am
r23c49b5e rd6ad3b5 3 3 ## 4 4 5 AUTOMAKE_OPTIONS = foreign 1.46 5 7 6 VPATH = @srcdir@:@srcdir@/../../shared:@srcdir@/../../../shared -
c/src/lib/libbsp/sparc/leon/include/Makefile.am
r23c49b5e rd6ad3b5 3 3 ## 4 4 5 AUTOMAKE_OPTIONS = foreign 1.46 5 7 6 include_HEADERS = bsp.h coverhd.h leon.h bspopts.h -
c/src/lib/libbsp/sparc/leon/start/Makefile.am
r23c49b5e rd6ad3b5 3 3 ## 4 4 5 AUTOMAKE_OPTIONS = foreign 1.46 5 7 6 VPATH = @srcdir@:@srcdir@/../../shared -
c/src/lib/libbsp/sparc/leon/startup/Makefile.am
r23c49b5e rd6ad3b5 3 3 ## 4 4 5 AUTOMAKE_OPTIONS = foreign 1.46 5 7 6 VPATH = @srcdir@:@srcdir@/../../shared:@srcdir@/../../../shared -
c/src/lib/libbsp/sparc/leon/timer/Makefile.am
r23c49b5e rd6ad3b5 3 3 ## 4 4 5 AUTOMAKE_OPTIONS = foreign 1.46 5 7 6 PGM = $(ARCH)/timer.rel -
c/src/lib/libbsp/sparc/leon/wrapup/Makefile.am
r23c49b5e rd6ad3b5 3 3 ## 4 4 5 AUTOMAKE_OPTIONS = foreign 1.46 5 7 6 BSP_PIECES = startup console clock timer gnatsupp $(NETWORK)
Note: See TracChangeset
for help on using the changeset viewer.