source: rtems/c/src/ada/Makefile.am @ 6460a777

4.104.114.84.95
Last change on this file since 6460a777 was 0560bca, checked in by Ralf Corsepius <ralf.corsepius@…>, on 04/30/05 at 07:41:58

2005-04-30 Ralf Corsepius <ralf.corsepius@…>

  • configure.ac: fix evaluating --enable-ada.
  • ada/Makefile.am: Use preinstall.am
  • ada/preinstall.am: New.
  • Property mode set to 100644
File size: 366 bytes
Line 
1#
2# $Id$
3#
4
5if RTEMS_ADA
6include_adadir = $(includedir)/adainclude
7include_ada_HEADERS = rtems.adb rtems.ads
8include_ada_HEADERS += rtems-multiprocessing.adb rtems-multiprocessing.ads
9endif
10
11all-local: $(PREINSTALL_FILES)
12
13CLEANFILES = $(PREINSTALL_FILES)
14DISTCLEANFILES = $(PREINSTALL_DIRS)
15
16include $(srcdir)/preinstall.am
17
18include $(top_srcdir)/automake/local.am
Note: See TracBrowser for help on using the repository browser.