source: rtems/cpukit/score/cpu/powerpc/preinstall.am @ 19a0136

4.104.114.84.95
Last change on this file since 19a0136 was 19a0136, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/12/06 at 10:02:32

Regenerate.

  • Property mode set to 100644
File size: 3.1 KB
RevLine 
[babf575]1## Automatically generated by ampolish3 - Do not edit
2
3if AMPOLISH3
4$(srcdir)/preinstall.am: Makefile.am
[476114f5]5        $(AMPOLISH3) $(srcdir)/Makefile.am > $(srcdir)/preinstall.am
[babf575]6endif
7
8PREINSTALL_DIRS =
[6ce2a66]9DISTCLEANFILES = $(PREINSTALL_DIRS)
[babf575]10
[19a0136]11all: $(PREINSTALL_FILES) all-am
12
[babf575]13PREINSTALL_FILES =
[6ce2a66]14CLEANFILES = $(PREINSTALL_FILES)
[babf575]15
16$(PROJECT_INCLUDE)/rtems/$(dirstamp):
17        @$(mkdir_p) $(PROJECT_INCLUDE)/rtems
18        @: > $(PROJECT_INCLUDE)/rtems/$(dirstamp)
19PREINSTALL_DIRS += $(PROJECT_INCLUDE)/rtems/$(dirstamp)
20
21$(PROJECT_INCLUDE)/rtems/asm.h: rtems/asm.h $(PROJECT_INCLUDE)/rtems/$(dirstamp)
22        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/asm.h
23PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/asm.h
24
25$(PROJECT_INCLUDE)/rtems/score/$(dirstamp):
26        @$(mkdir_p) $(PROJECT_INCLUDE)/rtems/score
27        @: > $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
28PREINSTALL_DIRS += $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
29
30$(PROJECT_INCLUDE)/rtems/score/powerpc.h: rtems/score/powerpc.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
31        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/powerpc.h
32PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/powerpc.h
33
34$(PROJECT_INCLUDE)/rtems/score/cpu.h: rtems/score/cpu.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
35        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/cpu.h
36PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/cpu.h
37
38$(PROJECT_INCLUDE)/rtems/score/types.h: rtems/score/types.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
39        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/types.h
40PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/types.h
41
42if DEPRECATED
43$(PROJECT_INCLUDE)/rtems/score/ppc.h: rtems/score/ppc.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
44        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/ppc.h
45PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/ppc.h
46endif
47$(PROJECT_INCLUDE)/rtems/old-exceptions/$(dirstamp):
48        @$(mkdir_p) $(PROJECT_INCLUDE)/rtems/old-exceptions
49        @: > $(PROJECT_INCLUDE)/rtems/old-exceptions/$(dirstamp)
50PREINSTALL_DIRS += $(PROJECT_INCLUDE)/rtems/old-exceptions/$(dirstamp)
51
52$(PROJECT_INCLUDE)/rtems/old-exceptions/cpu.h: rtems/old-exceptions/cpu.h $(PROJECT_INCLUDE)/rtems/old-exceptions/$(dirstamp)
53        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/old-exceptions/cpu.h
54PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/old-exceptions/cpu.h
55
56$(PROJECT_INCLUDE)/rtems/new-exceptions/$(dirstamp):
57        @$(mkdir_p) $(PROJECT_INCLUDE)/rtems/new-exceptions
58        @: > $(PROJECT_INCLUDE)/rtems/new-exceptions/$(dirstamp)
59PREINSTALL_DIRS += $(PROJECT_INCLUDE)/rtems/new-exceptions/$(dirstamp)
60
61$(PROJECT_INCLUDE)/rtems/new-exceptions/cpu.h: rtems/new-exceptions/cpu.h $(PROJECT_INCLUDE)/rtems/new-exceptions/$(dirstamp)
62        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/new-exceptions/cpu.h
63PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/new-exceptions/cpu.h
64
65$(PROJECT_INCLUDE)/rtems/powerpc/$(dirstamp):
66        @$(mkdir_p) $(PROJECT_INCLUDE)/rtems/powerpc
67        @: > $(PROJECT_INCLUDE)/rtems/powerpc/$(dirstamp)
68PREINSTALL_DIRS += $(PROJECT_INCLUDE)/rtems/powerpc/$(dirstamp)
69
70$(PROJECT_INCLUDE)/rtems/powerpc/registers.h: rtems/powerpc/registers.h $(PROJECT_INCLUDE)/rtems/powerpc/$(dirstamp)
71        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/powerpc/registers.h
72PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/powerpc/registers.h
73
Note: See TracBrowser for help on using the repository browser.