source: rtems/cpukit/score/cpu/sparc/preinstall.am @ 624867b

4.104.114.84.95
Last change on this file since 624867b was babf575, checked in by Ralf Corsepius <ralf.corsepius@…>, on 02/08/05 at 15:45:55

2005-02-08 Ralf Corsepius <ralf.corsepius@…>

  • Makefile.am: Split out preinstallation rules.
  • preinstall.am: New (Split out from Makefile.am).
  • Property mode set to 100644
File size: 1.5 KB
Line 
1## Automatically generated by ampolish3 - Do not edit
2
3if AMPOLISH3
4$(srcdir)/preinstall.am: Makefile.am
5        $(top_srcdir)/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/asm.h: rtems/asm.h $(PROJECT_INCLUDE)/rtems/$(dirstamp)
20        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/asm.h
21PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/asm.h
22
23$(PROJECT_INCLUDE)/rtems/score/$(dirstamp):
24        @$(mkdir_p) $(PROJECT_INCLUDE)/rtems/score
25        @: > $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
26PREINSTALL_DIRS += $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
27
28$(PROJECT_INCLUDE)/rtems/score/sparc.h: rtems/score/sparc.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
29        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/sparc.h
30PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/sparc.h
31
32$(PROJECT_INCLUDE)/rtems/score/cpu.h: rtems/score/cpu.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
33        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/cpu.h
34PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/cpu.h
35
36$(PROJECT_INCLUDE)/rtems/score/types.h: rtems/score/types.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
37        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/types.h
38PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/types.h
39
Note: See TracBrowser for help on using the repository browser.