4.104.114.84.95
Last change
on this file since a86faa59 was
a86faa59,
checked in by Joel Sherrill <joel.sherrill@…>, on 09/28/01 at 13:34:17
|
2001-09-28 Ralf Corsepius <corsepiu@…>
- include/rtems++/Makefile.am: Use 'PREINSTALL_FILES ='.
|
-
Property mode set to
100644
|
File size:
568 bytes
|
Line | |
---|
1 | ## |
---|
2 | ## $Id$ |
---|
3 | ## |
---|
4 | |
---|
5 | AUTOMAKE_OPTIONS = foreign 1.4 |
---|
6 | |
---|
7 | if HAS_CXX |
---|
8 | include_rtems__dir = $(includedir)/rtems++ |
---|
9 | include_rtems___HEADERS = rtemsEvent.h rtemsInterrupt.h rtemsMessageQueue.h rtemsSemaphore.h \ |
---|
10 | rtemsStatusCode.h rtemsTask.h rtemsTaskMode.h rtemsTimer.h |
---|
11 | |
---|
12 | PREINSTALL_FILES = $(PROJECT_INCLUDE)/rtems++ \ |
---|
13 | $(include_rtems___HEADERS:%=$(PROJECT_INCLUDE)/rtems++/%) |
---|
14 | |
---|
15 | $(PROJECT_INCLUDE)/rtems++: |
---|
16 | @$(mkinstalldirs) $@ |
---|
17 | $(PROJECT_INCLUDE)/rtems++/%.h: %.h |
---|
18 | $(INSTALL_DATA) $< $@ |
---|
19 | endif |
---|
20 | |
---|
21 | all-local: $(PREINSTALL_FILES) |
---|
22 | |
---|
23 | include $(top_srcdir)/../../../automake/local.am |
---|
Note: See
TracBrowser
for help on using the repository browser.