source: rtems/c/src/ada/Makefile.am @ 0560bca

4.104.114.84.95
Last change on this file since 0560bca 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
RevLine 
[1c883771]1#
2# $Id$
3#
4
[9414746c]5if RTEMS_ADA
[e81cc50]6include_adadir = $(includedir)/adainclude
[6bfddfe1]7include_ada_HEADERS = rtems.adb rtems.ads
8include_ada_HEADERS += rtems-multiprocessing.adb rtems-multiprocessing.ads
[9414746c]9endif
[72deed0]10
[6bfddfe1]11all-local: $(PREINSTALL_FILES)
[72deed0]12
[e81cc50]13CLEANFILES = $(PREINSTALL_FILES)
[3d1de20]14DISTCLEANFILES = $(PREINSTALL_DIRS)
[e81cc50]15
[0560bca]16include $(srcdir)/preinstall.am
17
[9414746c]18include $(top_srcdir)/automake/local.am
Note: See TracBrowser for help on using the repository browser.