forked from Imagelibrary/rtems
2002-03-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). AM_INIT_AUTOMAKE([no-define foreign 1.6]). * console/Makefile.am: Remove AUTOMAKE_OPTIONS. * Makefile.am: Remove AUTOMAKE_OPTIONS. * i2c/Makefile.am: Remove AUTOMAKE_OPTIONS. * include/Makefile.am: Remove AUTOMAKE_OPTIONS. * nvram/Makefile.am: Remove AUTOMAKE_OPTIONS. * start/Makefile.am: Remove AUTOMAKE_OPTIONS. * startup/Makefile.am: Remove AUTOMAKE_OPTIONS. * tod/Makefile.am: Remove AUTOMAKE_OPTIONS. * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
This commit is contained in:
@@ -1,3 +1,18 @@
|
|||||||
|
2002-03-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
|
* configure.ac:
|
||||||
|
AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
|
||||||
|
AM_INIT_AUTOMAKE([no-define foreign 1.6]).
|
||||||
|
* console/Makefile.am: Remove AUTOMAKE_OPTIONS.
|
||||||
|
* Makefile.am: Remove AUTOMAKE_OPTIONS.
|
||||||
|
* i2c/Makefile.am: Remove AUTOMAKE_OPTIONS.
|
||||||
|
* include/Makefile.am: Remove AUTOMAKE_OPTIONS.
|
||||||
|
* nvram/Makefile.am: Remove AUTOMAKE_OPTIONS.
|
||||||
|
* start/Makefile.am: Remove AUTOMAKE_OPTIONS.
|
||||||
|
* startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
|
||||||
|
* tod/Makefile.am: Remove AUTOMAKE_OPTIONS.
|
||||||
|
* wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
|
||||||
|
|
||||||
2002-01-28 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
2002-01-28 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
* include/Makefile.am: Adapt to automake-1.5.
|
* include/Makefile.am: Adapt to automake-1.5.
|
||||||
|
|||||||
@@ -2,7 +2,6 @@
|
|||||||
## $Id$
|
## $Id$
|
||||||
##
|
##
|
||||||
|
|
||||||
AUTOMAKE_OPTIONS = foreign 1.4
|
|
||||||
ACLOCAL_AMFLAGS = -I ../../../../../../aclocal
|
ACLOCAL_AMFLAGS = -I ../../../../../../aclocal
|
||||||
|
|
||||||
# wrapup is the one that actually builds and installs the library
|
# wrapup is the one that actually builds and installs the library
|
||||||
|
|||||||
@@ -3,13 +3,13 @@
|
|||||||
## $Id$
|
## $Id$
|
||||||
|
|
||||||
AC_PREREQ(2.52)
|
AC_PREREQ(2.52)
|
||||||
AC_INIT
|
AC_INIT([rtems-c-src-lib-libbsp-m68k-mcf5206elite],[_RTEMS_VERSION],[rtems-bugs@OARcorp.com])
|
||||||
AC_CONFIG_SRCDIR([bsp_specs])
|
AC_CONFIG_SRCDIR([bsp_specs])
|
||||||
RTEMS_TOP(../../../../../..)
|
RTEMS_TOP(../../../../../..)
|
||||||
AC_CONFIG_AUX_DIR(../../../../../..)
|
AC_CONFIG_AUX_DIR(../../../../../..)
|
||||||
|
|
||||||
RTEMS_CANONICAL_TARGET_CPU
|
RTEMS_CANONICAL_TARGET_CPU
|
||||||
AM_INIT_AUTOMAKE(rtems-c-src-lib-libbsp-m68k-mcf5206elite,$RTEMS_VERSION,no)
|
AM_INIT_AUTOMAKE([no-define foreign 1.6])
|
||||||
RTEMS_BSP_CONFIGURE
|
RTEMS_BSP_CONFIGURE
|
||||||
|
|
||||||
RTEMS_PROG_CC_FOR_TARGET
|
RTEMS_PROG_CC_FOR_TARGET
|
||||||
|
|||||||
@@ -2,7 +2,6 @@
|
|||||||
## $Id$
|
## $Id$
|
||||||
##
|
##
|
||||||
|
|
||||||
AUTOMAKE_OPTIONS = foreign 1.4
|
|
||||||
|
|
||||||
PGM = $(ARCH)/console.rel
|
PGM = $(ARCH)/console.rel
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,6 @@
|
|||||||
## $Id$
|
## $Id$
|
||||||
##
|
##
|
||||||
|
|
||||||
AUTOMAKE_OPTIONS = foreign 1.4
|
|
||||||
|
|
||||||
PGM = $(ARCH)/i2c.rel
|
PGM = $(ARCH)/i2c.rel
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,6 @@
|
|||||||
## $Id$
|
## $Id$
|
||||||
##
|
##
|
||||||
|
|
||||||
AUTOMAKE_OPTIONS = foreign 1.5
|
|
||||||
|
|
||||||
include_HEADERS = bsp.h coverhd.h i2c.h \
|
include_HEADERS = bsp.h coverhd.h i2c.h \
|
||||||
i2cdrv.h ds1307.h nvram.h \
|
i2cdrv.h ds1307.h nvram.h \
|
||||||
|
|||||||
@@ -2,7 +2,6 @@
|
|||||||
## $Id$
|
## $Id$
|
||||||
##
|
##
|
||||||
|
|
||||||
AUTOMAKE_OPTIONS = foreign 1.4
|
|
||||||
|
|
||||||
PGM = $(ARCH)/nvram.rel
|
PGM = $(ARCH)/nvram.rel
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,6 @@
|
|||||||
## $Id$
|
## $Id$
|
||||||
##
|
##
|
||||||
|
|
||||||
AUTOMAKE_OPTIONS = foreign 1.4
|
|
||||||
|
|
||||||
PGM = $(ARCH)/start.o
|
PGM = $(ARCH)/start.o
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,6 @@
|
|||||||
## $Id$
|
## $Id$
|
||||||
##
|
##
|
||||||
|
|
||||||
AUTOMAKE_OPTIONS = foreign 1.4
|
|
||||||
|
|
||||||
VPATH = @srcdir@:@srcdir@/../../shared:@srcdir@/../../../shared
|
VPATH = @srcdir@:@srcdir@/../../shared:@srcdir@/../../../shared
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,6 @@
|
|||||||
## $Id$
|
## $Id$
|
||||||
##
|
##
|
||||||
|
|
||||||
AUTOMAKE_OPTIONS = foreign 1.4
|
|
||||||
|
|
||||||
VPATH = @srcdir@:@srcdir@/../../../shared
|
VPATH = @srcdir@:@srcdir@/../../../shared
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,6 @@
|
|||||||
## $Id$
|
## $Id$
|
||||||
##
|
##
|
||||||
|
|
||||||
AUTOMAKE_OPTIONS = foreign 1.4
|
|
||||||
|
|
||||||
BSP_PIECES = startup console i2c tod nvram
|
BSP_PIECES = startup console i2c tod nvram
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user