source: rtems/cpukit/score/cpu/m32c/preinstall.am @ df63fbd1

5
Last change on this file since df63fbd1 was df63fbd1, checked in by Sebastian Huber <sebastian.huber@…>, on 11/04/16 at 12:45:25

score: Add <rtems/score/cpuimpl.h>

The aim of this file is to encapsulate CPU port implementation details.
This helps to hide implementation details from <rtems.h> which
indirectly includes <rtems/score/cpu.h>.

  • Property mode set to 100644
File size: 2.5 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)/$(dirstamp):
17        @$(MKDIR_P) $(PROJECT_INCLUDE)
18        @: > $(PROJECT_INCLUDE)/$(dirstamp)
19PREINSTALL_DIRS += $(PROJECT_INCLUDE)/$(dirstamp)
20
21$(PROJECT_INCLUDE)/varvects.h: varvects.h $(PROJECT_INCLUDE)/$(dirstamp)
22        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/varvects.h
23PREINSTALL_FILES += $(PROJECT_INCLUDE)/varvects.h
24
25$(PROJECT_INCLUDE)/rtems/$(dirstamp):
26        @$(MKDIR_P) $(PROJECT_INCLUDE)/rtems
27        @: > $(PROJECT_INCLUDE)/rtems/$(dirstamp)
28PREINSTALL_DIRS += $(PROJECT_INCLUDE)/rtems/$(dirstamp)
29
30$(PROJECT_INCLUDE)/rtems/asm.h: rtems/asm.h $(PROJECT_INCLUDE)/rtems/$(dirstamp)
31        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/asm.h
32PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/asm.h
33
34$(PROJECT_INCLUDE)/rtems/score/$(dirstamp):
35        @$(MKDIR_P) $(PROJECT_INCLUDE)/rtems/score
36        @: > $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
37PREINSTALL_DIRS += $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
38
39$(PROJECT_INCLUDE)/rtems/score/cpu.h: rtems/score/cpu.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
40        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/cpu.h
41PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/cpu.h
42
43$(PROJECT_INCLUDE)/rtems/score/cpuimpl.h: rtems/score/cpuimpl.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
44        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/cpuimpl.h
45PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/cpuimpl.h
46
47$(PROJECT_INCLUDE)/rtems/score/m32c.h: rtems/score/m32c.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
48        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/m32c.h
49PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/m32c.h
50
51$(PROJECT_INCLUDE)/rtems/score/cpu_asm.h: rtems/score/cpu_asm.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
52        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/cpu_asm.h
53PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/cpu_asm.h
54
55$(PROJECT_INCLUDE)/rtems/score/types.h: rtems/score/types.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
56        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/types.h
57PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/types.h
58
59$(PROJECT_INCLUDE)/rtems/score/cpuatomic.h: rtems/score/cpuatomic.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
60        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/cpuatomic.h
61PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/cpuatomic.h
62
Note: See TracBrowser for help on using the repository browser.