mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 23:23:13 +00:00
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:
@@ -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>
|
2003-03-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
* configure.ac: Remove AC_CONFIG_AUX_DIR.
|
* configure.ac: Remove AC_CONFIG_AUX_DIR.
|
||||||
|
|||||||
@@ -2,8 +2,6 @@
|
|||||||
# $Id$
|
# $Id$
|
||||||
#
|
#
|
||||||
|
|
||||||
ACLOCAL_AMFLAGS = -I ../aclocal
|
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/adainclude:
|
$(PROJECT_INCLUDE)/adainclude:
|
||||||
$(mkinstalldirs) $@
|
$(mkinstalldirs) $@
|
||||||
$(PROJECT_INCLUDE)/adainclude/%: %
|
$(PROJECT_INCLUDE)/adainclude/%: %
|
||||||
@@ -11,6 +9,7 @@ $(PROJECT_INCLUDE)/adainclude/%: %
|
|||||||
|
|
||||||
adaincludedir = $(includedir)/adainclude
|
adaincludedir = $(includedir)/adainclude
|
||||||
|
|
||||||
|
if RTEMS_ADA
|
||||||
adainclude_HEADERS = rtems.adb rtems.ads
|
adainclude_HEADERS = rtems.adb rtems.ads
|
||||||
adainclude_HEADERS += rtems-multiprocessing.adb rtems-multiprocessing.ads
|
adainclude_HEADERS += rtems-multiprocessing.adb rtems-multiprocessing.ads
|
||||||
|
|
||||||
@@ -18,7 +17,8 @@ TMPINSTALL_FILES = \
|
|||||||
$(PROJECT_INCLUDE)/adainclude \
|
$(PROJECT_INCLUDE)/adainclude \
|
||||||
$(adainclude_HEADERS:%=$(PROJECT_INCLUDE)/adainclude/%) \
|
$(adainclude_HEADERS:%=$(PROJECT_INCLUDE)/adainclude/%) \
|
||||||
$(nodist_adalib_HEADERS:%=$(PROJECT_INCLUDE)/adainclude/%)
|
$(nodist_adalib_HEADERS:%=$(PROJECT_INCLUDE)/adainclude/%)
|
||||||
|
endif
|
||||||
|
|
||||||
all-local: $(TMPINSTALL_FILES)
|
all-local: $(TMPINSTALL_FILES)
|
||||||
|
|
||||||
include $(top_srcdir)/../automake/local.am
|
include $(top_srcdir)/automake/local.am
|
||||||
|
|||||||
@@ -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>
|
2003-03-06 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
* configure.ac: Remove AC_CONFIG_AUX_DIR.
|
* configure.ac: Remove AC_CONFIG_AUX_DIR.
|
||||||
|
|||||||
@@ -2,8 +2,6 @@
|
|||||||
# $Id$
|
# $Id$
|
||||||
#
|
#
|
||||||
|
|
||||||
ACLOCAL_AMFLAGS = -I ../aclocal
|
|
||||||
|
|
||||||
$(PROJECT_INCLUDE)/adainclude:
|
$(PROJECT_INCLUDE)/adainclude:
|
||||||
$(mkinstalldirs) $@
|
$(mkinstalldirs) $@
|
||||||
$(PROJECT_INCLUDE)/adainclude/%: %
|
$(PROJECT_INCLUDE)/adainclude/%: %
|
||||||
@@ -11,6 +9,7 @@ $(PROJECT_INCLUDE)/adainclude/%: %
|
|||||||
|
|
||||||
adaincludedir = $(includedir)/adainclude
|
adaincludedir = $(includedir)/adainclude
|
||||||
|
|
||||||
|
if RTEMS_ADA
|
||||||
adainclude_HEADERS = rtems.adb rtems.ads
|
adainclude_HEADERS = rtems.adb rtems.ads
|
||||||
adainclude_HEADERS += rtems-multiprocessing.adb rtems-multiprocessing.ads
|
adainclude_HEADERS += rtems-multiprocessing.adb rtems-multiprocessing.ads
|
||||||
|
|
||||||
@@ -18,7 +17,8 @@ TMPINSTALL_FILES = \
|
|||||||
$(PROJECT_INCLUDE)/adainclude \
|
$(PROJECT_INCLUDE)/adainclude \
|
||||||
$(adainclude_HEADERS:%=$(PROJECT_INCLUDE)/adainclude/%) \
|
$(adainclude_HEADERS:%=$(PROJECT_INCLUDE)/adainclude/%) \
|
||||||
$(nodist_adalib_HEADERS:%=$(PROJECT_INCLUDE)/adainclude/%)
|
$(nodist_adalib_HEADERS:%=$(PROJECT_INCLUDE)/adainclude/%)
|
||||||
|
endif
|
||||||
|
|
||||||
all-local: $(TMPINSTALL_FILES)
|
all-local: $(TMPINSTALL_FILES)
|
||||||
|
|
||||||
include $(top_srcdir)/../automake/local.am
|
include $(top_srcdir)/automake/local.am
|
||||||
|
|||||||
@@ -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
|
|
||||||
Reference in New Issue
Block a user