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

4.115
Last change on this file since af16a7d2 was af16a7d2, checked in by Sebastian Huber <sebastian.huber@…>, on 07/16/10 at 08:45:02

2010-07-16 Sebastian Huber <sebastian.huber@…>

  • rtems/new-exceptions/cpu.h: Removed file.
  • Makefile.am, preinstall.am: Reflect change above.
  • rtems/score/cpu.h: Include <rtems/score/types.h> first. Added contents of <rtems/new-exceptions/cpu.h>.
  • rtems/score/types.h: Use <rtems/score/basedefs.h> header file.
  • Property mode set to 100644
File size: 1.9 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
[2eb7d07e]11all-am: $(PREINSTALL_FILES)
[19a0136]12
[babf575]13PREINSTALL_FILES =
[6ce2a66]14CLEANFILES = $(PREINSTALL_FILES)
[babf575]15
16$(PROJECT_INCLUDE)/rtems/$(dirstamp):
[63a88eb]17        @$(MKDIR_P) $(PROJECT_INCLUDE)/rtems
[babf575]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):
[63a88eb]26        @$(MKDIR_P) $(PROJECT_INCLUDE)/rtems/score
[babf575]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
42$(PROJECT_INCLUDE)/rtems/powerpc/$(dirstamp):
[63a88eb]43        @$(MKDIR_P) $(PROJECT_INCLUDE)/rtems/powerpc
[babf575]44        @: > $(PROJECT_INCLUDE)/rtems/powerpc/$(dirstamp)
45PREINSTALL_DIRS += $(PROJECT_INCLUDE)/rtems/powerpc/$(dirstamp)
46
47$(PROJECT_INCLUDE)/rtems/powerpc/registers.h: rtems/powerpc/registers.h $(PROJECT_INCLUDE)/rtems/powerpc/$(dirstamp)
48        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/powerpc/registers.h
49PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/powerpc/registers.h
50
Note: See TracBrowser for help on using the repository browser.