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>
|
||||
|
||||
* 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
|
||||
Reference in New Issue
Block a user