source: rtems/c/src/librtems++/preinstall.am @ 6279149

4.115
Last change on this file since 6279149 was 59990cc, checked in by Chris Johns <chrisj@…>, on 08/29/14 at 02:48:01

Regenerate all preinstall.am files.

With this patch the preinstall.am files are in a set order and not
dependent on now perl implements a hash.

  • Property mode set to 100644
File size: 2.8 KB
RevLine 
[34381f9a]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
[59990cc]8PREINSTALL_DIRS =
9DISTCLEANFILES = $(PREINSTALL_DIRS)
10
[b597c0d]11all-am: $(PREINSTALL_FILES)
12
13PREINSTALL_FILES =
14CLEANFILES = $(PREINSTALL_FILES)
15
[008ff567]16all-local: $(TMPINSTALL_FILES)
17
[34381f9a]18TMPINSTALL_FILES =
[b597c0d]19CLEANFILES += $(TMPINSTALL_FILES)
[34381f9a]20
[950f19a]21$(PROJECT_LIB)/$(dirstamp):
[63a88eb]22        @$(MKDIR_P) $(PROJECT_LIB)
[950f19a]23        @: > $(PROJECT_LIB)/$(dirstamp)
24PREINSTALL_DIRS += $(PROJECT_LIB)/$(dirstamp)
25
[34381f9a]26if HAS_CXX
27$(PROJECT_INCLUDE)/rtems++/$(dirstamp):
[63a88eb]28        @$(MKDIR_P) $(PROJECT_INCLUDE)/rtems++
[34381f9a]29        @: > $(PROJECT_INCLUDE)/rtems++/$(dirstamp)
30PREINSTALL_DIRS += $(PROJECT_INCLUDE)/rtems++/$(dirstamp)
31
32$(PROJECT_INCLUDE)/rtems++/rtemsEvent.h: include/rtems++/rtemsEvent.h $(PROJECT_INCLUDE)/rtems++/$(dirstamp)
33        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems++/rtemsEvent.h
34PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems++/rtemsEvent.h
35
36$(PROJECT_INCLUDE)/rtems++/rtemsInterrupt.h: include/rtems++/rtemsInterrupt.h $(PROJECT_INCLUDE)/rtems++/$(dirstamp)
37        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems++/rtemsInterrupt.h
38PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems++/rtemsInterrupt.h
39
40$(PROJECT_INCLUDE)/rtems++/rtemsMessageQueue.h: include/rtems++/rtemsMessageQueue.h $(PROJECT_INCLUDE)/rtems++/$(dirstamp)
41        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems++/rtemsMessageQueue.h
42PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems++/rtemsMessageQueue.h
43
44$(PROJECT_INCLUDE)/rtems++/rtemsSemaphore.h: include/rtems++/rtemsSemaphore.h $(PROJECT_INCLUDE)/rtems++/$(dirstamp)
45        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems++/rtemsSemaphore.h
46PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems++/rtemsSemaphore.h
47
48$(PROJECT_INCLUDE)/rtems++/rtemsStatusCode.h: include/rtems++/rtemsStatusCode.h $(PROJECT_INCLUDE)/rtems++/$(dirstamp)
49        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems++/rtemsStatusCode.h
50PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems++/rtemsStatusCode.h
51
52$(PROJECT_INCLUDE)/rtems++/rtemsTask.h: include/rtems++/rtemsTask.h $(PROJECT_INCLUDE)/rtems++/$(dirstamp)
53        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems++/rtemsTask.h
54PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems++/rtemsTask.h
55
56$(PROJECT_INCLUDE)/rtems++/rtemsTaskMode.h: include/rtems++/rtemsTaskMode.h $(PROJECT_INCLUDE)/rtems++/$(dirstamp)
57        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems++/rtemsTaskMode.h
58PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems++/rtemsTaskMode.h
59
60$(PROJECT_INCLUDE)/rtems++/rtemsTimer.h: include/rtems++/rtemsTimer.h $(PROJECT_INCLUDE)/rtems++/$(dirstamp)
61        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems++/rtemsTimer.h
62PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems++/rtemsTimer.h
63
64$(PROJECT_LIB)/librtems++.a: librtems++.a $(PROJECT_LIB)/$(dirstamp)
65        $(INSTALL_DATA) $< $(PROJECT_LIB)/librtems++.a
66TMPINSTALL_FILES += $(PROJECT_LIB)/librtems++.a
67endif
Note: See TracBrowser for help on using the repository browser.