source: rtems/cpukit/ada/Makefile.am @ 9414746c

4.104.114.84.95
Last change on this file since 9414746c was 9414746c, checked in by Ralf Corsepius <ralf.corsepius@…>, on 07/08/03 at 07:47:19

2003-07-08 Ralf Corsepius <corsepiu@…>

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