source: rtems/cpukit/score/cpu/mips/preinstall.am @ 63a88eb

4.104.114.84.95
Last change on this file since 63a88eb was 63a88eb, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/08/07 at 08:43:28

Regenerate.

  • Property mode set to 100644
File size: 2.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
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/mips/$(dirstamp):
26        @$(MKDIR_P) $(PROJECT_INCLUDE)/rtems/mips
27        @: > $(PROJECT_INCLUDE)/rtems/mips/$(dirstamp)
28PREINSTALL_DIRS += $(PROJECT_INCLUDE)/rtems/mips/$(dirstamp)
29
30$(PROJECT_INCLUDE)/rtems/mips/idtcpu.h: rtems/mips/idtcpu.h $(PROJECT_INCLUDE)/rtems/mips/$(dirstamp)
31        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/mips/idtcpu.h
32PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/mips/idtcpu.h
33
34$(PROJECT_INCLUDE)/rtems/mips/iregdef.h: rtems/mips/iregdef.h $(PROJECT_INCLUDE)/rtems/mips/$(dirstamp)
35        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/mips/iregdef.h
36PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/mips/iregdef.h
37
38$(PROJECT_INCLUDE)/rtems/score/$(dirstamp):
39        @$(MKDIR_P) $(PROJECT_INCLUDE)/rtems/score
40        @: > $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
41PREINSTALL_DIRS += $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
42
43$(PROJECT_INCLUDE)/rtems/score/cpu.h: rtems/score/cpu.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
44        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/cpu.h
45PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/cpu.h
46
47$(PROJECT_INCLUDE)/rtems/score/mips.h: rtems/score/mips.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
48        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/mips.h
49PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/mips.h
50
51$(PROJECT_INCLUDE)/rtems/score/types.h: rtems/score/types.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
52        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/types.h
53PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/types.h
54
Note: See TracBrowser for help on using the repository browser.