Changeset aedbd45 in rtems
- Timestamp:
- 03/28/02 00:41:35 (21 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 8d0782a
- Parents:
- 9d9400ac
- Location:
- c/src/lib/libbsp/powerpc/helas403
- Files:
-
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/powerpc/helas403/ChangeLog
r9d9400ac raedbd45 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 * dlentry/Makefile.am: Remove AUTOMAKE_OPTIONS. 7 * Makefile.am: Remove AUTOMAKE_OPTIONS. 8 * flashentry/Makefile.am: Remove AUTOMAKE_OPTIONS. 9 * include/Makefile.am: Remove AUTOMAKE_OPTIONS. 10 * startup/Makefile.am: Remove AUTOMAKE_OPTIONS. 11 * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS. 12 1 13 2001-12-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 14 -
c/src/lib/libbsp/powerpc/helas403/Makefile.am
r9d9400ac raedbd45 3 3 ## 4 4 5 AUTOMAKE_OPTIONS = foreign 1.46 5 ACLOCAL_AMFLAGS = -I ../../../../../../aclocal 7 6 -
c/src/lib/libbsp/powerpc/helas403/configure.ac
r9d9400ac raedbd45 4 4 5 5 AC_PREREQ(2.52) 6 AC_INIT 6 AC_INIT([rtems-c-src-lib-libbsp-powerpc-helas403],[_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-powerpc-helas403,$RTEMS_VERSION,no)12 AM_INIT_AUTOMAKE([no-define foreign 1.6]) 13 13 RTEMS_BSP_CONFIGURE 14 14 -
c/src/lib/libbsp/powerpc/helas403/dlentry/Makefile.am
r9d9400ac raedbd45 3 3 ## 4 4 5 AUTOMAKE_OPTIONS = foreign 1.46 5 7 6 PGM = $(ARCH)/dlentry.rel -
c/src/lib/libbsp/powerpc/helas403/flashentry/Makefile.am
r9d9400ac raedbd45 3 3 ## 4 4 5 AUTOMAKE_OPTIONS = foreign 1.46 5 7 6 PGM = $(ARCH)/flashentry.rel -
c/src/lib/libbsp/powerpc/helas403/include/Makefile.am
r9d9400ac raedbd45 3 3 ## 4 4 5 AUTOMAKE_OPTIONS = foreign 1.46 5 7 6 include_HEADERS = bsp.h coverhd.h bspopts.h -
c/src/lib/libbsp/powerpc/helas403/startup/Makefile.am
r9d9400ac raedbd45 3 3 ## 4 4 5 AUTOMAKE_OPTIONS = foreign 1.46 5 7 6 VPATH = @srcdir@:@srcdir@/../../../shared -
c/src/lib/libbsp/powerpc/helas403/wrapup/Makefile.am
r9d9400ac raedbd45 3 3 ## 4 4 5 AUTOMAKE_OPTIONS = foreign 1.46 5 7 6 BSP_PIECES = startup dlentry flashentry
Note: See TracChangeset
for help on using the changeset viewer.