summaryrefslogtreecommitdiffstats
path: root/c/src/ada
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2003-07-08 07:47:19 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2003-07-08 07:47:19 +0000
commit9414746cca5d9441a55bccd12bcaa0eae690d14c (patch)
tree89472a5ea431aea528b080c251e5e290dca76946 /c/src/ada
parent2003-07-03 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-9414746cca5d9441a55bccd12bcaa0eae690d14c.tar.bz2
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.
Diffstat (limited to 'c/src/ada')
-rw-r--r--c/src/ada/ChangeLog6
-rw-r--r--c/src/ada/Makefile.am6
2 files changed, 9 insertions, 3 deletions
diff --git a/c/src/ada/ChangeLog b/c/src/ada/ChangeLog
index 775f98a4c9..49711d6ecd 100644
--- a/c/src/ada/ChangeLog
+++ b/c/src/ada/ChangeLog
@@ -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.
diff --git a/c/src/ada/Makefile.am b/c/src/ada/Makefile.am
index e0c2c91409..635f636352 100644
--- a/c/src/ada/Makefile.am
+++ b/c/src/ada/Makefile.am
@@ -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