source: rtems/c/src/lib/libcpu/arm/preinstall.am @ b41d4a0

4.104.114.84.95
Last change on this file since b41d4a0 was 383ddfa, checked in by Ralf Corsepius <ralf.corsepius@…>, on 05/11/05 at 06:56:18

New.

  • Property mode set to 100644
File size: 676 bytes
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
14if shared
15$(PROJECT_INCLUDE)/libcpu/$(dirstamp):
16        @$(mkdir_p) $(PROJECT_INCLUDE)/libcpu
17        @: > $(PROJECT_INCLUDE)/libcpu/$(dirstamp)
18PREINSTALL_DIRS += $(PROJECT_INCLUDE)/libcpu/$(dirstamp)
19
20$(PROJECT_INCLUDE)/libcpu/mmu.h: shared/include/mmu.h $(PROJECT_INCLUDE)/libcpu/$(dirstamp)
21        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/libcpu/mmu.h
22PREINSTALL_FILES += $(PROJECT_INCLUDE)/libcpu/mmu.h
23endif
Note: See TracBrowser for help on using the repository browser.