source: rtems/c/src/ada/preinstall.am @ 4906d7f7

4.104.114.84.95
Last change on this file since 4906d7f7 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: 1.4 KB
Line 
1## Automatically generated by ampolish3 - Do not edit
2
3if AMPOLISH3
4$(srcdir)/preinstall.am: Makefile.am
5        $(AMPOLISH3) $(srcdir)/Makefile.am > $(srcdir)/preinstall.am
6endif
7
8PREINSTALL_DIRS =
9DISTCLEANFILES += $(PREINSTALL_DIRS)
10
11PREINSTALL_FILES =
12CLEANFILES += $(PREINSTALL_FILES)
13
14if RTEMS_ADA
15$(PROJECT_INCLUDE)/adainclude/$(dirstamp):
16        @$(mkdir_p) $(PROJECT_INCLUDE)/adainclude
17        @: > $(PROJECT_INCLUDE)/adainclude/$(dirstamp)
18PREINSTALL_DIRS += $(PROJECT_INCLUDE)/adainclude/$(dirstamp)
19
20$(PROJECT_INCLUDE)/adainclude/rtems.adb: rtems.adb $(PROJECT_INCLUDE)/adainclude/$(dirstamp)
21        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/adainclude/rtems.adb
22PREINSTALL_FILES += $(PROJECT_INCLUDE)/adainclude/rtems.adb
23
24$(PROJECT_INCLUDE)/adainclude/rtems.ads: rtems.ads $(PROJECT_INCLUDE)/adainclude/$(dirstamp)
25        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/adainclude/rtems.ads
26PREINSTALL_FILES += $(PROJECT_INCLUDE)/adainclude/rtems.ads
27
28$(PROJECT_INCLUDE)/adainclude/rtems-multiprocessing.adb: rtems-multiprocessing.adb $(PROJECT_INCLUDE)/adainclude/$(dirstamp)
29        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/adainclude/rtems-multiprocessing.adb
30PREINSTALL_FILES += $(PROJECT_INCLUDE)/adainclude/rtems-multiprocessing.adb
31
32$(PROJECT_INCLUDE)/adainclude/rtems-multiprocessing.ads: rtems-multiprocessing.ads $(PROJECT_INCLUDE)/adainclude/$(dirstamp)
33        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/adainclude/rtems-multiprocessing.ads
34PREINSTALL_FILES += $(PROJECT_INCLUDE)/adainclude/rtems-multiprocessing.ads
35endif
Note: See TracBrowser for help on using the repository browser.