forked from Imagelibrary/rtems
2001-08-23 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: New. * Makefile.am: New. * .cvsignore: New.
This commit is contained in:
14
c/src/ada/.cvsignore
Normal file
14
c/src/ada/.cvsignore
Normal file
@@ -0,0 +1,14 @@
|
|||||||
|
Makefile
|
||||||
|
Makefile.in
|
||||||
|
aclocal.m4
|
||||||
|
autom4te.cache
|
||||||
|
config.cache
|
||||||
|
config.guess
|
||||||
|
config.log
|
||||||
|
config.status
|
||||||
|
config.sub
|
||||||
|
configure
|
||||||
|
depcomp
|
||||||
|
install-sh
|
||||||
|
missing
|
||||||
|
mkinstalldirs
|
||||||
@@ -1,3 +1,9 @@
|
|||||||
|
2001-08-23 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
|
* configure.ac: New.
|
||||||
|
* Makefile.am: New.
|
||||||
|
* .cvsignore: New.
|
||||||
|
|
||||||
2001-02-01 Joel Sherrill <joel@OARcorp.com>
|
2001-02-01 Joel Sherrill <joel@OARcorp.com>
|
||||||
|
|
||||||
* rtems.ads, rtems.adb: Formatting cleaned up. Task based timer
|
* rtems.ads, rtems.adb: Formatting cleaned up. Task based timer
|
||||||
|
|||||||
20
c/src/ada/Makefile.am
Normal file
20
c/src/ada/Makefile.am
Normal file
@@ -0,0 +1,20 @@
|
|||||||
|
ACLOCAL_AMFLAGS = -I ../aclocal
|
||||||
|
|
||||||
|
$(PROJECT_INCLUDE)/adainclude:
|
||||||
|
$(mkinstalldirs) $@
|
||||||
|
$(PROJECT_INCLUDE)/adainclude/%: %
|
||||||
|
$(INSTALL_DATA) $< $@
|
||||||
|
|
||||||
|
adaincludedir = $(includedir)/adainclude
|
||||||
|
|
||||||
|
adainclude_HEADERS = rtems.adb rtems.ads
|
||||||
|
adainclude_HEADERS += rtems-multiprocessing.adb rtems-multiprocessing.ads
|
||||||
|
|
||||||
|
TMPINSTALL_FILES = \
|
||||||
|
$(PROJECT_INCLUDE)/adainclude \
|
||||||
|
$(adainclude_HEADERS:%=$(PROJECT_INCLUDE)/adainclude/%) \
|
||||||
|
$(nodist_adalib_HEADERS:%=$(PROJECT_INCLUDE)/adainclude/%)
|
||||||
|
|
||||||
|
all-local: $(TMPINSTALL_FILES)
|
||||||
|
|
||||||
|
include $(top_srcdir)/../automake/local.am
|
||||||
14
cpukit/ada/.cvsignore
Normal file
14
cpukit/ada/.cvsignore
Normal file
@@ -0,0 +1,14 @@
|
|||||||
|
Makefile
|
||||||
|
Makefile.in
|
||||||
|
aclocal.m4
|
||||||
|
autom4te.cache
|
||||||
|
config.cache
|
||||||
|
config.guess
|
||||||
|
config.log
|
||||||
|
config.status
|
||||||
|
config.sub
|
||||||
|
configure
|
||||||
|
depcomp
|
||||||
|
install-sh
|
||||||
|
missing
|
||||||
|
mkinstalldirs
|
||||||
@@ -1,3 +1,9 @@
|
|||||||
|
2001-08-23 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
|
* configure.ac: New.
|
||||||
|
* Makefile.am: New.
|
||||||
|
* .cvsignore: New.
|
||||||
|
|
||||||
2001-02-01 Joel Sherrill <joel@OARcorp.com>
|
2001-02-01 Joel Sherrill <joel@OARcorp.com>
|
||||||
|
|
||||||
* rtems.ads, rtems.adb: Formatting cleaned up. Task based timer
|
* rtems.ads, rtems.adb: Formatting cleaned up. Task based timer
|
||||||
|
|||||||
20
cpukit/ada/Makefile.am
Normal file
20
cpukit/ada/Makefile.am
Normal file
@@ -0,0 +1,20 @@
|
|||||||
|
ACLOCAL_AMFLAGS = -I ../aclocal
|
||||||
|
|
||||||
|
$(PROJECT_INCLUDE)/adainclude:
|
||||||
|
$(mkinstalldirs) $@
|
||||||
|
$(PROJECT_INCLUDE)/adainclude/%: %
|
||||||
|
$(INSTALL_DATA) $< $@
|
||||||
|
|
||||||
|
adaincludedir = $(includedir)/adainclude
|
||||||
|
|
||||||
|
adainclude_HEADERS = rtems.adb rtems.ads
|
||||||
|
adainclude_HEADERS += rtems-multiprocessing.adb rtems-multiprocessing.ads
|
||||||
|
|
||||||
|
TMPINSTALL_FILES = \
|
||||||
|
$(PROJECT_INCLUDE)/adainclude \
|
||||||
|
$(adainclude_HEADERS:%=$(PROJECT_INCLUDE)/adainclude/%) \
|
||||||
|
$(nodist_adalib_HEADERS:%=$(PROJECT_INCLUDE)/adainclude/%)
|
||||||
|
|
||||||
|
all-local: $(TMPINSTALL_FILES)
|
||||||
|
|
||||||
|
include $(top_srcdir)/../automake/local.am
|
||||||
28
cpukit/ada/configure.ac
Normal file
28
cpukit/ada/configure.ac
Normal file
@@ -0,0 +1,28 @@
|
|||||||
|
## Process this file with autoconf to produce a configure script.
|
||||||
|
##
|
||||||
|
## $Id$
|
||||||
|
|
||||||
|
AC_PREREQ(2.52)
|
||||||
|
AC_INIT([rtems-c-src],[_RTEMS_VERSION],[rtems-bugs@OARcorp.com])
|
||||||
|
AC_CONFIG_SRCDIR([rtems.adb])
|
||||||
|
RTEMS_TOP(../..)
|
||||||
|
AC_CONFIG_AUX_DIR(../..)
|
||||||
|
|
||||||
|
RTEMS_CANONICAL_TARGET_CPU
|
||||||
|
RTEMS_CANONICAL_HOST
|
||||||
|
|
||||||
|
AM_INIT_AUTOMAKE([no-define foreign 1.6])
|
||||||
|
AM_MAINTAINER_MODE
|
||||||
|
|
||||||
|
RTEMS_ENABLE_MULTILIB
|
||||||
|
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