source: rtems/cpukit/ada/Makefile.am @ e81cc50

4.104.114.84.95
Last change on this file since e81cc50 was e81cc50, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/14/04 at 05:21:02

2003-12-12 Ralf Corsepius <corsepiu@…>

  • Makefile.am: Move include_adadir into RTEMS_ADA condional block. Add CLEANFILES. Add PREINSTALL_FILES to CLEANFILES.
  • Property mode set to 100644
File size: 1.5 KB
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
[74c77c5]13PREINSTALL_FILES =
14
[e81cc50]15if RTEMS_ADA
[74c77c5]16$(PROJECT_INCLUDE)/adainclude/$(dirstamp):
[53a8958]17        @$(mkdir_p) $(PROJECT_INCLUDE)/adainclude
[74c77c5]18        @: > $(PROJECT_INCLUDE)/adainclude/$(dirstamp)
[e81cc50]19PREINSTALL_FILES += $(PROJECT_INCLUDE)/adainclude/$(dirstamp)
[74c77c5]20
21$(PROJECT_INCLUDE)/adainclude/rtems.adb: rtems.adb $(PROJECT_INCLUDE)/adainclude/$(dirstamp)
22        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/adainclude/rtems.adb
23PREINSTALL_FILES += $(PROJECT_INCLUDE)/adainclude/rtems.adb
24
25$(PROJECT_INCLUDE)/adainclude/rtems.ads: rtems.ads $(PROJECT_INCLUDE)/adainclude/$(dirstamp)
26        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/adainclude/rtems.ads
27PREINSTALL_FILES += $(PROJECT_INCLUDE)/adainclude/rtems.ads
28
29$(PROJECT_INCLUDE)/adainclude/rtems-multiprocessing.adb: rtems-multiprocessing.adb $(PROJECT_INCLUDE)/adainclude/$(dirstamp)
30        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/adainclude/rtems-multiprocessing.adb
31PREINSTALL_FILES += $(PROJECT_INCLUDE)/adainclude/rtems-multiprocessing.adb
32
33$(PROJECT_INCLUDE)/adainclude/rtems-multiprocessing.ads: rtems-multiprocessing.ads $(PROJECT_INCLUDE)/adainclude/$(dirstamp)
34        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/adainclude/rtems-multiprocessing.ads
35PREINSTALL_FILES += $(PROJECT_INCLUDE)/adainclude/rtems-multiprocessing.ads
36endif
37
[e81cc50]38CLEANFILES = $(PREINSTALL_FILES)
39
[9414746c]40include $(top_srcdir)/automake/local.am
Note: See TracBrowser for help on using the repository browser.