source: rtems/cpukit/ada/Makefile.am @ 47c0220

4.104.114.84.95
Last change on this file since 47c0220 was 1c883771, checked in by Ralf Corsepius <ralf.corsepius@…>, on 10/29/02 at 16:44:03

2002-10-29 Ralf Corsepius <corsepiu@…>

  • configure.ac: Remove AC_ENABLE_MULTILIB.
  • Makefile.am: Add CVS-Id.
  • Property mode set to 100644
File size: 567 bytes
Line 
1#
2# $Id$
3#
4
5ACLOCAL_AMFLAGS = -I ../aclocal
6
7$(PROJECT_INCLUDE)/adainclude:
8        $(mkinstalldirs) $@
9$(PROJECT_INCLUDE)/adainclude/%: %
10        $(INSTALL_DATA) $< $@
11
12adaincludedir = $(includedir)/adainclude
13
14adainclude_HEADERS = rtems.adb rtems.ads
15adainclude_HEADERS += rtems-multiprocessing.adb rtems-multiprocessing.ads
16
17TMPINSTALL_FILES = \
18  $(PROJECT_INCLUDE)/adainclude \
19  $(adainclude_HEADERS:%=$(PROJECT_INCLUDE)/adainclude/%) \
20  $(nodist_adalib_HEADERS:%=$(PROJECT_INCLUDE)/adainclude/%)
21
22all-local: $(TMPINSTALL_FILES)
23
24include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.