summaryrefslogtreecommitdiffstats
path: root/cpukit/libcsupport
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2004-11-09 13:19:36 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2004-11-09 13:19:36 +0000
commit4dd9c71975c58b7d85fbcd73b0abdcacd36167ea (patch)
tree779c0ecbec9951569f6095574c3b0c28df9b7efa /cpukit/libcsupport
parent2004-11-08 Ralf Corsepius <ralf.corsepiu@rtems.org> (diff)
downloadrtems-4dd9c71975c58b7d85fbcd73b0abdcacd36167ea.tar.bz2
2004-11-08 Ralf Corsepius <ralf.corsepiu@rtems.org>
* libcsupport/include/sys/_stdint.h: Remove. * libcsupport/include/sys/_inttypes.h: Remove. * libcsupport/include/stdint.h: Replace with former sys/_stdint.h. Add INT<N>_C, various additions. * libcsupport/include/inttypes.h: Replace with former sys/_inttypes.h. * libcsupport/Makefile.am: Reflect changes above.
Diffstat (limited to 'cpukit/libcsupport')
-rw-r--r--cpukit/libcsupport/Makefile.am10
1 files changed, 0 insertions, 10 deletions
diff --git a/cpukit/libcsupport/Makefile.am b/cpukit/libcsupport/Makefile.am
index d8fc69b161..07f0526ee9 100644
--- a/cpukit/libcsupport/Makefile.am
+++ b/cpukit/libcsupport/Makefile.am
@@ -28,12 +28,10 @@ include_sys_HEADERS =
if RTEMS_PROVIDES_STDINT_H
include_HEADERS += include/stdint.h
-include_sys_HEADERS += include/sys/_stdint.h
endif
if RTEMS_PROVIDES_INTTYPES_H
include_HEADERS += include/inttypes.h
-include_sys_HEADERS += include/sys/_inttypes.h
endif
#endif
@@ -229,20 +227,12 @@ if RTEMS_PROVIDES_STDINT_H
$(PROJECT_INCLUDE)/stdint.h: include/stdint.h $(PROJECT_INCLUDE)/$(dirstamp)
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/stdint.h
PREINSTALL_FILES += $(PROJECT_INCLUDE)/stdint.h
-
-$(PROJECT_INCLUDE)/sys/_stdint.h: include/sys/_stdint.h $(PROJECT_INCLUDE)/sys/$(dirstamp)
- $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/sys/_stdint.h
-PREINSTALL_FILES += $(PROJECT_INCLUDE)/sys/_stdint.h
endif
if RTEMS_PROVIDES_INTTYPES_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)/sys/_inttypes.h: include/sys/_inttypes.h $(PROJECT_INCLUDE)/sys/$(dirstamp)
- $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/sys/_inttypes.h
-PREINSTALL_FILES += $(PROJECT_INCLUDE)/sys/_inttypes.h
endif
$(PROJECT_INCLUDE)/rtems/motorola/$(dirstamp):