source: rtems/cpukit/score/cpu/c4x/preinstall.am @ 476114f5

4.104.114.84.95
Last change on this file since 476114f5 was 476114f5, checked in by Ralf Corsepius <ralf.corsepius@…>, on 02/19/05 at 17:08:36

Auto-generated update.

  • 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
11PREINSTALL_FILES =
12CLEANFILES += $(PREINSTALL_FILES)
13
14$(PROJECT_INCLUDE)/rtems/$(dirstamp):
15        @$(mkdir_p) $(PROJECT_INCLUDE)/rtems
16        @: > $(PROJECT_INCLUDE)/rtems/$(dirstamp)
17PREINSTALL_DIRS += $(PROJECT_INCLUDE)/rtems/$(dirstamp)
18
19$(PROJECT_INCLUDE)/rtems/asm.h: rtems/asm.h $(PROJECT_INCLUDE)/rtems/$(dirstamp)
20        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/asm.h
21PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/asm.h
22
23$(PROJECT_INCLUDE)/rtems/tic4x/$(dirstamp):
24        @$(mkdir_p) $(PROJECT_INCLUDE)/rtems/tic4x
25        @: > $(PROJECT_INCLUDE)/rtems/tic4x/$(dirstamp)
26PREINSTALL_DIRS += $(PROJECT_INCLUDE)/rtems/tic4x/$(dirstamp)
27
28$(PROJECT_INCLUDE)/rtems/tic4x/c4xio.h: rtems/tic4x/c4xio.h $(PROJECT_INCLUDE)/rtems/tic4x/$(dirstamp)
29        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/tic4x/c4xio.h
30PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/tic4x/c4xio.h
31
32$(PROJECT_INCLUDE)/rtems/score/$(dirstamp):
33        @$(mkdir_p) $(PROJECT_INCLUDE)/rtems/score
34        @: > $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
35PREINSTALL_DIRS += $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
36
37$(PROJECT_INCLUDE)/rtems/score/cpu.h: rtems/score/cpu.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
38        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/cpu.h
39PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/cpu.h
40
41$(PROJECT_INCLUDE)/rtems/score/c4x.h: rtems/score/c4x.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
42        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/c4x.h
43PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/c4x.h
44
45$(PROJECT_INCLUDE)/rtems/score/types.h: rtems/score/types.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
46        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/types.h
47PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/types.h
48
49$(PROJECT_INCLUDE)/rtems/score/cpu_asm.h: rtems/score/cpu_asm.h $(PROJECT_INCLUDE)/rtems/score/$(dirstamp)
50        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/score/cpu_asm.h
51PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/score/cpu_asm.h
52
Note: See TracBrowser for help on using the repository browser.