source: rtems/cpukit/ada/Makefile.am @ 965c49b2

4.104.114.84.95
Last change on this file since 965c49b2 was 72deed0, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/23/02 at 13:52:42

2001-08-23 Ralf Corsepius <corsepiu@…>

  • configure.ac: New.
  • Makefile.am: New.
  • .cvsignore: New.
  • Property mode set to 100644
File size: 555 bytes
RevLine 
[72deed0]1ACLOCAL_AMFLAGS = -I ../aclocal
2
3$(PROJECT_INCLUDE)/adainclude:
4        $(mkinstalldirs) $@
5$(PROJECT_INCLUDE)/adainclude/%: %
6        $(INSTALL_DATA) $< $@
7
8adaincludedir = $(includedir)/adainclude
9
10adainclude_HEADERS = rtems.adb rtems.ads
11adainclude_HEADERS += rtems-multiprocessing.adb rtems-multiprocessing.ads
12
13TMPINSTALL_FILES = \
14  $(PROJECT_INCLUDE)/adainclude \
15  $(adainclude_HEADERS:%=$(PROJECT_INCLUDE)/adainclude/%) \
16  $(nodist_adalib_HEADERS:%=$(PROJECT_INCLUDE)/adainclude/%)
17
18all-local: $(TMPINSTALL_FILES)
19
20include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.