4.104.114.84.95
Last change
on this file since f4e204c was
f4e204c,
checked in by Ralf Corsepius <ralf.corsepius@…>, on 05/27/03 at 16:17:31
|
2003-05-27 Ralf Corsepius <corsepiu@…>
PR 409:
- include/Makefile.am: Add rtems/stdint.h
- include/rtems/stdint.h: New.
|
-
Property mode set to
100644
|
File size:
543 bytes
|
Line | |
---|
1 | ## |
---|
2 | ## $Id$ |
---|
3 | ## |
---|
4 | |
---|
5 | |
---|
6 | $(PROJECT_INCLUDE)/%.h: %.h |
---|
7 | $(INSTALL_DATA) $< $@ |
---|
8 | |
---|
9 | $(PROJECT_INCLUDE): |
---|
10 | @$(mkinstalldirs) $@ |
---|
11 | |
---|
12 | $(PROJECT_INCLUDE)/rtems: |
---|
13 | @$(mkinstalldirs) $@ |
---|
14 | |
---|
15 | PREINSTALL_FILES = $(PROJECT_INCLUDE) \ |
---|
16 | $(include_HEADERS:%=$(PROJECT_INCLUDE)/%) |
---|
17 | |
---|
18 | include_rtemsdir = $(includedir)/rtems |
---|
19 | include_rtems_HEADERS = rtems/bspIo.h rtems/userenv.h rtems/fs.h \ |
---|
20 | rtems/stdint.h |
---|
21 | |
---|
22 | PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems \ |
---|
23 | $(include_rtems_HEADERS:%=$(PROJECT_INCLUDE)/%) |
---|
24 | |
---|
25 | all-local: $(PREINSTALL_FILES) |
---|
26 | |
---|
27 | include $(top_srcdir)/automake/local.am |
---|
Note: See
TracBrowser
for help on using the repository browser.