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

4.104.115
Last change on this file since c193baad was 74c6f36, checked in by Joel Sherrill <joel.sherrill@…>, on 12/04/08 at 22:55:42

2008-12-04 Jukka Pietarinen <jukka.pietarinen@…>

  • ChangeLog?, Makefile.am, configure.ac, preinstall.am, shared/cache/cache.c, shared/cache/cache_.h, shared/misc/memcpy.c: New files.
  • 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
8PREINSTALL_DIRS =
9DISTCLEANFILES += $(PREINSTALL_DIRS)
10
11all-am: $(PREINSTALL_FILES)
12
13PREINSTALL_FILES =
14CLEANFILES += $(PREINSTALL_FILES)
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.