summaryrefslogtreecommitdiffstats
path: root/cpukit
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2004-10-26 11:40:17 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2004-10-26 11:40:17 +0000
commita097bd1f8627107ae9807bf7e785b15b215db321 (patch)
tree80c895cba2eedacde7a9505594b37728a6f81d59 /cpukit
parent2004-10-26 Ralf Corsepius <ralf_corsepius@rtems.org> (diff)
downloadrtems-a097bd1f8627107ae9807bf7e785b15b215db321.tar.bz2
2004-10-26 Ralf Corsepius <ralf_corsepius@rtems.org>
* libcsupport/rtems/_stdint.h: New. * libcsupport/rtems/_inttypes.h: New. * libcsupport/Makefile.am: Reflect changes above.
Diffstat (limited to 'cpukit')
-rw-r--r--cpukit/libcsupport/Makefile.am10
1 files changed, 10 insertions, 0 deletions
diff --git a/cpukit/libcsupport/Makefile.am b/cpukit/libcsupport/Makefile.am
index 91c33808ae..909d0dda3a 100644
--- a/cpukit/libcsupport/Makefile.am
+++ b/cpukit/libcsupport/Makefile.am
@@ -25,6 +25,8 @@ include_HEADERS =
if NEWLIB
include_HEADERS += include/stdint.h
include_HEADERS += include/inttypes.h
+include_rtems_HEADERS += include/rtems/_stdint.h
+include_rtems_HEADERS += include/rtems/_inttypes.h
endif
## motorola
@@ -177,6 +179,14 @@ PREINSTALL_FILES += $(PROJECT_INCLUDE)/stdint.h
$(PROJECT_INCLUDE)/inttypes.h: include/inttypes.h $(PROJECT_INCLUDE)/$(dirstamp)
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/inttypes.h
PREINSTALL_FILES += $(PROJECT_INCLUDE)/inttypes.h
+
+$(PROJECT_INCLUDE)/rtems/_stdint.h: include/rtems/_stdint.h $(PROJECT_INCLUDE)/rtems/$(dirstamp)
+ $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/_stdint.h
+PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/_stdint.h
+
+$(PROJECT_INCLUDE)/rtems/_inttypes.h: include/rtems/_inttypes.h $(PROJECT_INCLUDE)/rtems/$(dirstamp)
+ $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/_inttypes.h
+PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/_inttypes.h
endif
$(PROJECT_INCLUDE)/rtems/motorola/$(dirstamp):