From a097bd1f8627107ae9807bf7e785b15b215db321 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Tue, 26 Oct 2004 11:40:17 +0000 Subject: 2004-10-26 Ralf Corsepius * libcsupport/rtems/_stdint.h: New. * libcsupport/rtems/_inttypes.h: New. * libcsupport/Makefile.am: Reflect changes above. --- cpukit/libcsupport/Makefile.am | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'cpukit') 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): -- cgit v1.2.3