source: rtems/c/src/lib/libcpu/lm32/preinstall.am @ b597c0d

4.115
Last change on this file since b597c0d was b597c0d, checked in by Joel Sherrill <joel.sherrill@…>, on 08/28/14 at 13:44:52

Regenerate all preinstall.am files.

Apparently, at some point automake output changed and these were
not updated.

  • Property mode set to 100644
File size: 716 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
8all-am: $(PREINSTALL_FILES)
9
10PREINSTALL_FILES =
11CLEANFILES += $(PREINSTALL_FILES)
12
13PREINSTALL_DIRS =
14DISTCLEANFILES += $(PREINSTALL_DIRS)
15
16if shared
17$(PROJECT_INCLUDE)/libcpu/$(dirstamp):
18        @$(MKDIR_P) $(PROJECT_INCLUDE)/libcpu
19        @: > $(PROJECT_INCLUDE)/libcpu/$(dirstamp)
20PREINSTALL_DIRS += $(PROJECT_INCLUDE)/libcpu/$(dirstamp)
21
22$(PROJECT_INCLUDE)/libcpu/cache.h: ../shared/include/cache.h $(PROJECT_INCLUDE)/libcpu/$(dirstamp)
23        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/libcpu/cache.h
24PREINSTALL_FILES += $(PROJECT_INCLUDE)/libcpu/cache.h
25endif
Note: See TracBrowser for help on using the repository browser.