2003-07-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* configure.ac: Remove (Merged into ../configure.ac).
	* Makefile.am: Reflect having merged configure.ac into
	../configure.ac.
This commit is contained in:
Ralf Corsepius
2003-07-08 07:47:19 +00:00
parent be5e8272e0
commit 9414746cca
5 changed files with 18 additions and 32 deletions

View File

@@ -1,3 +1,9 @@
2003-07-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Remove (Merged into ../configure.ac).
* Makefile.am: Reflect having merged configure.ac into
../configure.ac.
2003-03-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Remove AC_CONFIG_AUX_DIR.

View File

@@ -2,8 +2,6 @@
# $Id$
#
ACLOCAL_AMFLAGS = -I ../aclocal
$(PROJECT_INCLUDE)/adainclude:
$(mkinstalldirs) $@
$(PROJECT_INCLUDE)/adainclude/%: %
@@ -11,6 +9,7 @@ $(PROJECT_INCLUDE)/adainclude/%: %
adaincludedir = $(includedir)/adainclude
if RTEMS_ADA
adainclude_HEADERS = rtems.adb rtems.ads
adainclude_HEADERS += rtems-multiprocessing.adb rtems-multiprocessing.ads
@@ -18,7 +17,8 @@ TMPINSTALL_FILES = \
$(PROJECT_INCLUDE)/adainclude \
$(adainclude_HEADERS:%=$(PROJECT_INCLUDE)/adainclude/%) \
$(nodist_adalib_HEADERS:%=$(PROJECT_INCLUDE)/adainclude/%)
endif
all-local: $(TMPINSTALL_FILES)
include $(top_srcdir)/../automake/local.am
include $(top_srcdir)/automake/local.am

View File

@@ -1,3 +1,9 @@
2003-07-08 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Remove (Merged into ../configure.ac).
* Makefile.am: Reflect having merged configure.ac into
../configure.ac.
2003-03-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Remove AC_CONFIG_AUX_DIR.

View File

@@ -2,8 +2,6 @@
# $Id$
#
ACLOCAL_AMFLAGS = -I ../aclocal
$(PROJECT_INCLUDE)/adainclude:
$(mkinstalldirs) $@
$(PROJECT_INCLUDE)/adainclude/%: %
@@ -11,6 +9,7 @@ $(PROJECT_INCLUDE)/adainclude/%: %
adaincludedir = $(includedir)/adainclude
if RTEMS_ADA
adainclude_HEADERS = rtems.adb rtems.ads
adainclude_HEADERS += rtems-multiprocessing.adb rtems-multiprocessing.ads
@@ -18,7 +17,8 @@ TMPINSTALL_FILES = \
$(PROJECT_INCLUDE)/adainclude \
$(adainclude_HEADERS:%=$(PROJECT_INCLUDE)/adainclude/%) \
$(nodist_adalib_HEADERS:%=$(PROJECT_INCLUDE)/adainclude/%)
endif
all-local: $(TMPINSTALL_FILES)
include $(top_srcdir)/../automake/local.am
include $(top_srcdir)/automake/local.am

View File

@@ -1,26 +0,0 @@
## Process this file with autoconf to produce a configure script.
##
## $Id$
AC_PREREQ(2.57)
AC_INIT([rtems-cpukit],[_RTEMS_VERSION],[rtems-bugs@OARcorp.com])
AC_CONFIG_SRCDIR([rtems.adb])
RTEMS_TOP(../..)
RTEMS_CANONICAL_TARGET_CPU
RTEMS_CANONICAL_HOST
AM_INIT_AUTOMAKE([no-define nostdinc foreign 1.7.2])
AM_MAINTAINER_MODE
RTEMS_ENABLE_MULTIPROCESSING
RTEMS_ENV_RTEMSCPU
RTEMS_CHECK_CPU
# FIXME: For the moment, no reason to check for ada
# RTEMS_PROG_GNAT
# Explicitly list all Makefiles here
AC_CONFIG_FILES([Makefile])
AC_OUTPUT