source: rtems/cpukit/sapi/preinstall.am @ 6be04ed

4.104.114.84.95
Last change on this file since 6be04ed was 6ce2a66, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/12/06 at 04:24:13

Regenerate.

  • Property mode set to 100644
File size: 2.5 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
14$(PROJECT_INCLUDE)/rtems/$(dirstamp):
15        @$(mkdir_p) $(PROJECT_INCLUDE)/rtems
16        @: > $(PROJECT_INCLUDE)/rtems/$(dirstamp)
17PREINSTALL_DIRS += $(PROJECT_INCLUDE)/rtems/$(dirstamp)
18
19$(PROJECT_INCLUDE)/rtems/confdefs.h: include/confdefs.h $(PROJECT_INCLUDE)/rtems/$(dirstamp)
20        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/confdefs.h
21PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/confdefs.h
22
23$(PROJECT_INCLUDE)/rtems/config.h: include/rtems/config.h $(PROJECT_INCLUDE)/rtems/$(dirstamp)
24        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/config.h
25PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/config.h
26
27$(PROJECT_INCLUDE)/rtems/extension.h: include/rtems/extension.h $(PROJECT_INCLUDE)/rtems/$(dirstamp)
28        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/extension.h
29PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/extension.h
30
31$(PROJECT_INCLUDE)/rtems/fatal.h: include/rtems/fatal.h $(PROJECT_INCLUDE)/rtems/$(dirstamp)
32        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/fatal.h
33PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/fatal.h
34
35$(PROJECT_INCLUDE)/rtems/init.h: include/rtems/init.h $(PROJECT_INCLUDE)/rtems/$(dirstamp)
36        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/init.h
37PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/init.h
38
39$(PROJECT_INCLUDE)/rtems/io.h: include/rtems/io.h $(PROJECT_INCLUDE)/rtems/$(dirstamp)
40        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/io.h
41PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/io.h
42
43$(PROJECT_INCLUDE)/rtems/mptables.h: include/rtems/mptables.h $(PROJECT_INCLUDE)/rtems/$(dirstamp)
44        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/mptables.h
45PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/mptables.h
46
47$(PROJECT_INCLUDE)/rtems/sptables.h: include/rtems/sptables.h $(PROJECT_INCLUDE)/rtems/$(dirstamp)
48        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/sptables.h
49PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/sptables.h
50
51if INLINE
52$(PROJECT_INCLUDE)/rtems/extension.inl: inline/rtems/extension.inl $(PROJECT_INCLUDE)/rtems/$(dirstamp)
53        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/extension.inl
54PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/extension.inl
55
56else
57$(PROJECT_INCLUDE)/rtems/extension.inl: macros/rtems/extension.inl $(PROJECT_INCLUDE)/rtems/$(dirstamp)
58        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/extension.inl
59PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/extension.inl
60endif
Note: See TracBrowser for help on using the repository browser.