source: rtems/cpukit/score/cpu/powerpc/preinstall.am @ 160c8d4

4.104.114.84.95
Last change on this file since 160c8d4 was 476114f5, checked in by Ralf Corsepius <ralf.corsepius@…>, on 02/19/05 at 17:08:36

Auto-generated update.

  • Property mode set to 100644
File size: 3.1 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/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/powerpc.h: rtems/score/powerpc.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
29        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/powerpc.h
30PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/powerpc.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
40if DEPRECATED
41$(PROJECT_INCLUDE)/rtems/score/ppc.h: rtems/score/ppc.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
42        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/ppc.h
43PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/ppc.h
44endif
45$(PROJECT_INCLUDE)/rtems/old-exceptions/$(dirstamp):
46        @$(mkdir_p) $(PROJECT_INCLUDE)/rtems/old-exceptions
47        @: > $(PROJECT_INCLUDE)/rtems/old-exceptions/$(dirstamp)
48PREINSTALL_DIRS += $(PROJECT_INCLUDE)/rtems/old-exceptions/$(dirstamp)
49
50$(PROJECT_INCLUDE)/rtems/old-exceptions/cpu.h: rtems/old-exceptions/cpu.h $(PROJECT_INCLUDE)/rtems/old-exceptions/$(dirstamp)
51        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/old-exceptions/cpu.h
52PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/old-exceptions/cpu.h
53
54$(PROJECT_INCLUDE)/rtems/new-exceptions/$(dirstamp):
55        @$(mkdir_p) $(PROJECT_INCLUDE)/rtems/new-exceptions
56        @: > $(PROJECT_INCLUDE)/rtems/new-exceptions/$(dirstamp)
57PREINSTALL_DIRS += $(PROJECT_INCLUDE)/rtems/new-exceptions/$(dirstamp)
58
59$(PROJECT_INCLUDE)/rtems/new-exceptions/cpu.h: rtems/new-exceptions/cpu.h $(PROJECT_INCLUDE)/rtems/new-exceptions/$(dirstamp)
60        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/new-exceptions/cpu.h
61PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/new-exceptions/cpu.h
62
63$(PROJECT_INCLUDE)/rtems/powerpc/$(dirstamp):
64        @$(mkdir_p) $(PROJECT_INCLUDE)/rtems/powerpc
65        @: > $(PROJECT_INCLUDE)/rtems/powerpc/$(dirstamp)
66PREINSTALL_DIRS += $(PROJECT_INCLUDE)/rtems/powerpc/$(dirstamp)
67
68$(PROJECT_INCLUDE)/rtems/powerpc/registers.h: rtems/powerpc/registers.h $(PROJECT_INCLUDE)/rtems/powerpc/$(dirstamp)
69        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/powerpc/registers.h
70PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/powerpc/registers.h
71
Note: See TracBrowser for help on using the repository browser.