source: rtems/cpukit/score/cpu/nios2/preinstall.am @ 67518231

4.115
Last change on this file since 67518231 was e2d0c68, checked in by Sebastian Huber <sebastian.huber@…>, on 09/01/11 at 15:52:12

2011-09-01 Sebastian Huber <sebastian.huber@…>

  • cpu.c, cpu_asm.S: Removed files.
  • nios2-context-initialize.c, nios2-context-switch.S, nios2-fatal-halt.c, nios2-initialize-vectors.c, nios2-initialize.c, nios2-isr-get-level.c, nios2-isr-install-raw-handler.c, nios2-isr-install-vector.c, nios2-isr-is-in-progress.c, nios2-isr-set-level.c, nios2-thread-dispatch-disabled.c, rtems/score/nios2-utility.h: New files.
  • Makefile.am, preinstall.am: Reflect changes above.
  • irq.c: Update due to API changes.
  • rtems/score/cpu.h: New functions _CPU_Initialize_vectors(), _CPU_ISR_Set_level(), and _CPU_Fatal_halt() (instead of macros). Support for external interrupt controller (EIC). Documentation changes.
  • Property mode set to 100644
File size: 2.0 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
11all-am: $(PREINSTALL_FILES)
12
13PREINSTALL_FILES =
14CLEANFILES += $(PREINSTALL_FILES)
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/cpu.h: rtems/score/cpu.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
31        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/cpu.h
32PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/cpu.h
33
34$(PROJECT_INCLUDE)/rtems/score/nios2.h: rtems/score/nios2.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
35        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/nios2.h
36PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/nios2.h
37
38$(PROJECT_INCLUDE)/rtems/score/nios2-utility.h: rtems/score/nios2-utility.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
39        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/nios2-utility.h
40PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/nios2-utility.h
41
42$(PROJECT_INCLUDE)/rtems/score/cpu_asm.h: rtems/score/cpu_asm.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
43        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/cpu_asm.h
44PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/cpu_asm.h
45
46$(PROJECT_INCLUDE)/rtems/score/types.h: rtems/score/types.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
47        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/types.h
48PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/types.h
49
Note: See TracBrowser for help on using the repository browser.