[openrtm-commit:02777] r3023 - in trunk/OpenRTM-aist/src/lib: coil rtm

openrtm @ openrtm.org openrtm @ openrtm.org
2017年 8月 30日 (水) 10:29:26 JST


Author: miyamoto
Date: 2017-08-30 10:29:26 +0900 (Wed, 30 Aug 2017)
New Revision: 3023

Added:
   trunk/OpenRTM-aist/src/lib/coil/config_coil_cmake.h.in
   trunk/OpenRTM-aist/src/lib/rtm/config_rtc_cmake.h.in
   trunk/OpenRTM-aist/src/lib/rtm/version_cmake.h.in
Removed:
   trunk/OpenRTM-aist/src/lib/coil/config_coil.h.in
   trunk/OpenRTM-aist/src/lib/rtm/config_rtc.h.in
   trunk/OpenRTM-aist/src/lib/rtm/version.h.in
Modified:
   trunk/OpenRTM-aist/src/lib/coil/CMakeLists.txt
   trunk/OpenRTM-aist/src/lib/rtm/CMakeLists.txt
Log:
[build] change file name

Modified: trunk/OpenRTM-aist/src/lib/coil/CMakeLists.txt
===================================================================
--- trunk/OpenRTM-aist/src/lib/coil/CMakeLists.txt	2017-08-29 06:53:31 UTC (rev 3022)
+++ trunk/OpenRTM-aist/src/lib/coil/CMakeLists.txt	2017-08-30 01:29:26 UTC (rev 3023)
@@ -57,7 +57,7 @@
 endif()
 
 
-configure_file(${CMAKE_CURRENT_SOURCE_DIR}/config_coil.h.in ${PROJECT_BINARY_DIR}/config_coil.h)
+configure_file(${CMAKE_CURRENT_SOURCE_DIR}/config_coil_cmake.h.in ${PROJECT_BINARY_DIR}/config_coil.h)
 
 
 set(coil_headers

Deleted: trunk/OpenRTM-aist/src/lib/coil/config_coil.h.in
===================================================================
--- trunk/OpenRTM-aist/src/lib/coil/config_coil.h.in	2017-08-29 06:53:31 UTC (rev 3022)
+++ trunk/OpenRTM-aist/src/lib/coil/config_coil.h.in	2017-08-30 01:29:26 UTC (rev 3023)
@@ -1,131 +0,0 @@
-/* config_coil.h.  Generated from config_coil.h.in by configure.  */
-/* config_coil.h.in.  Generated from configure.ac by autoheader.  */
-
-/* ACE version 5.6.1 or earlier */
-#cmakedefine ACE_5_6_1_OR_EARLIER TRUE
-
-/* COIL major version */
-#define COIL_MAJOR_VERSIO "@COIL_MAJOR_VERSIO@"
-
-/* COIL minor version */
-#define COIL_MINOR_VERSION "@COIL_MINOR_VERSION@"
-
-/* OS is Max OS X */
-#cmakedefine COIL_OS_DARWIN TRUE
-
-/* OS is FreeBSD */
-#cmakedefine COIL_OS_FREEBSD TRUE
-
-/* OS is HP-UX */
-#cmakedefine COIL_OS_HPUX TRUE
-
-/* OS is IRIX */
-#cmakedefine COIL_OS_IRIX TRUE
-
-/* OS is Linux */
-#cmakedefine COIL_OS_LINUX TRUE
-
-/* OS is OSF1 */
-#cmakedefine COIL_OS_OSF1 TRUE
-
-/* OS is QNX */
-#cmakedefine COIL_OS_QNX TRUE
-
-/* OS is SunOS */
-#cmakedefine COIL_OS_SUNOS TRUE
-
-/* OS is VxWorks */
-#cmakedefine COIL_OS_VXWORKS TRUE
-
-/* coil platform is ACE */
-#define COIL_PLATFORM @COIL_PLATFORM@
-
-/* COIL revision numver */
-#define COIL_REVISION_NUM "@COIL_REVISION_NUM@"
-
-/* COIL short version */
-#define COIL_SHORT_VERSION "@COIL_SHORT_VERSION@"
-
-/* COIL version */
-#define COIL_VERSION "@COIL_VERSION@"
-
-/* Define to 1 if you have the <dlfcn.h> header file. */
-#cmakedefine HAVE_DLFCN_H 1
-
-/* Define to 1 if you have the <inttypes.h> header file. */
-#cmakedefine HAVE_INTTYPES_H 1
-
-/* Define to 1 if you have the <memory.h> header file. */
-#cmakedefine HAVE_INTTYPES_H 1
-
-/* Define to 1 if you have the <nlist.h> header file. */
-//#cmakedefine HAVE_NLIST_H 1
-
-/* Define to 1 if you have the <stdint.h> header file. */
-#cmakedefine HAVE_STDINT_H 1
-
-/* Define to 1 if you have the <stdlib.h> header file. */
-#cmakedefine HAVE_STDLIB_H 1
-
-/* Define to 1 if you have the <strings.h> header file. */
-#cmakedefine HAVE_STRINGS_H 1
-
-/* Define to 1 if you have the <string.h> header file. */
-#cmakedefine HAVE_STRING_H 1
-
-/* Define to 1 if you have the <sys/stat.h> header file. */
-#cmakedefine HAVE_SYS_STAT_H 1
-
-/* Define to 1 if you have the <sys/types.h> header file. */
-#cmakedefine HAVE_SYS_TYPES_H 1
-
-/* Define to 1 if you have the `uname' function. */
-#cmakedefine HAVE_UNAME 1
-
-/* Define to 1 if you have the <unistd.h> header file. */
-#cmakedefine HAVE_UNISTD_H 1
-
-/* Name of package */
-#define PACKAGE "@PACKAGE@"
-
-/* Define to the address where bug reports for this package should be sent. */
-#define PACKAGE_BUGREPORT "@PACKAGE_BUGREPORT@"
-
-/* Define to the full name of this package. */
-#define PACKAGE_NAME "@PACKAGE_NAME@"
-
-/* Define to the full name and version of this package. */
-#define PACKAGE_STRING "@PACKAGE_STRING@"
-
-/* Define to the one symbol short name of this package. */
-#define PACKAGE_TARNAME "@PACKAGE_TARNAME@"
-
-/* Define to the version of this package. */
-#define PACKAGE_VERSION "@PACKAGE_VERSION@"
-
-/* RTM is compiled with gcc2 */
-#cmakedefine RTM_GCC2 TRUE
-
-/* ARTLinux is enable */
-#cmakedefine RTM_OS_ARTLINUX TRUE
-
-/* RDTSC is enable */
-#cmakedefine RTM_RTDSC TRUE
-
-/* Define to 1 if you have the ANSI C header files. */
-#cmakedefine STDC_HEADERS 1
-
-/* Version number of package */
-#if 0
-#define VERSION "1.0"
-#endif
-
-/* compiled with ACE */
-#cmakedefine WITH_ACE TRUE
-
-/* Define if using the dmalloc debugging malloc package */
-#cmakedefine WITH_DMALLOC TRUE
-
-/* Multi Thread Support */
-#define _REENTRANT TRUE
-

Added: trunk/OpenRTM-aist/src/lib/coil/config_coil_cmake.h.in
===================================================================
--- trunk/OpenRTM-aist/src/lib/coil/config_coil_cmake.h.in	                        (rev 0)
+++ trunk/OpenRTM-aist/src/lib/coil/config_coil_cmake.h.in	2017-08-30 01:29:26 UTC (rev 3023)
@@ -0,0 +1,131 @@
+/* config_coil.h.  Generated from config_coil.h.in by configure.  */
+/* config_coil.h.in.  Generated from configure.ac by autoheader.  */
+
+/* ACE version 5.6.1 or earlier */
+#cmakedefine ACE_5_6_1_OR_EARLIER TRUE
+
+/* COIL major version */
+#define COIL_MAJOR_VERSIO "@COIL_MAJOR_VERSIO@"
+
+/* COIL minor version */
+#define COIL_MINOR_VERSION "@COIL_MINOR_VERSION@"
+
+/* OS is Max OS X */
+#cmakedefine COIL_OS_DARWIN TRUE
+
+/* OS is FreeBSD */
+#cmakedefine COIL_OS_FREEBSD TRUE
+
+/* OS is HP-UX */
+#cmakedefine COIL_OS_HPUX TRUE
+
+/* OS is IRIX */
+#cmakedefine COIL_OS_IRIX TRUE
+
+/* OS is Linux */
+#cmakedefine COIL_OS_LINUX TRUE
+
+/* OS is OSF1 */
+#cmakedefine COIL_OS_OSF1 TRUE
+
+/* OS is QNX */
+#cmakedefine COIL_OS_QNX TRUE
+
+/* OS is SunOS */
+#cmakedefine COIL_OS_SUNOS TRUE
+
+/* OS is VxWorks */
+#cmakedefine COIL_OS_VXWORKS TRUE
+
+/* coil platform is ACE */
+#define COIL_PLATFORM @COIL_PLATFORM@
+
+/* COIL revision numver */
+#define COIL_REVISION_NUM "@COIL_REVISION_NUM@"
+
+/* COIL short version */
+#define COIL_SHORT_VERSION "@COIL_SHORT_VERSION@"
+
+/* COIL version */
+#define COIL_VERSION "@COIL_VERSION@"
+
+/* Define to 1 if you have the <dlfcn.h> header file. */
+#cmakedefine HAVE_DLFCN_H 1
+
+/* Define to 1 if you have the <inttypes.h> header file. */
+#cmakedefine HAVE_INTTYPES_H 1
+
+/* Define to 1 if you have the <memory.h> header file. */
+#cmakedefine HAVE_INTTYPES_H 1
+
+/* Define to 1 if you have the <nlist.h> header file. */
+//#cmakedefine HAVE_NLIST_H 1
+
+/* Define to 1 if you have the <stdint.h> header file. */
+#cmakedefine HAVE_STDINT_H 1
+
+/* Define to 1 if you have the <stdlib.h> header file. */
+#cmakedefine HAVE_STDLIB_H 1
+
+/* Define to 1 if you have the <strings.h> header file. */
+#cmakedefine HAVE_STRINGS_H 1
+
+/* Define to 1 if you have the <string.h> header file. */
+#cmakedefine HAVE_STRING_H 1
+
+/* Define to 1 if you have the <sys/stat.h> header file. */
+#cmakedefine HAVE_SYS_STAT_H 1
+
+/* Define to 1 if you have the <sys/types.h> header file. */
+#cmakedefine HAVE_SYS_TYPES_H 1
+
+/* Define to 1 if you have the `uname' function. */
+#cmakedefine HAVE_UNAME 1
+
+/* Define to 1 if you have the <unistd.h> header file. */
+#cmakedefine HAVE_UNISTD_H 1
+
+/* Name of package */
+#define PACKAGE "@PACKAGE@"
+
+/* Define to the address where bug reports for this package should be sent. */
+#define PACKAGE_BUGREPORT "@PACKAGE_BUGREPORT@"
+
+/* Define to the full name of this package. */
+#define PACKAGE_NAME "@PACKAGE_NAME@"
+
+/* Define to the full name and version of this package. */
+#define PACKAGE_STRING "@PACKAGE_STRING@"
+
+/* Define to the one symbol short name of this package. */
+#define PACKAGE_TARNAME "@PACKAGE_TARNAME@"
+
+/* Define to the version of this package. */
+#define PACKAGE_VERSION "@PACKAGE_VERSION@"
+
+/* RTM is compiled with gcc2 */
+#cmakedefine RTM_GCC2 TRUE
+
+/* ARTLinux is enable */
+#cmakedefine RTM_OS_ARTLINUX TRUE
+
+/* RDTSC is enable */
+#cmakedefine RTM_RTDSC TRUE
+
+/* Define to 1 if you have the ANSI C header files. */
+#cmakedefine STDC_HEADERS 1
+
+/* Version number of package */
+#if 0
+#define VERSION "1.0"
+#endif
+
+/* compiled with ACE */
+#cmakedefine WITH_ACE TRUE
+
+/* Define if using the dmalloc debugging malloc package */
+#cmakedefine WITH_DMALLOC TRUE
+
+/* Multi Thread Support */
+#define _REENTRANT TRUE
+

Modified: trunk/OpenRTM-aist/src/lib/rtm/CMakeLists.txt
===================================================================
--- trunk/OpenRTM-aist/src/lib/rtm/CMakeLists.txt	2017-08-29 06:53:31 UTC (rev 3022)
+++ trunk/OpenRTM-aist/src/lib/rtm/CMakeLists.txt	2017-08-30 01:29:26 UTC (rev 3023)
@@ -122,9 +122,9 @@
 include_directories(${ORB_INCLUDE_DIR})
 
 
-configure_file(${CMAKE_CURRENT_SOURCE_DIR}/config_rtc.h.in ${PROJECT_BINARY_DIR}/config_rtc.h)
+configure_file(${CMAKE_CURRENT_SOURCE_DIR}/config_rtc_cmake.h.in ${PROJECT_BINARY_DIR}/config_rtc.h)
 
-configure_file(${CMAKE_CURRENT_SOURCE_DIR}/version.h.in ${PROJECT_BINARY_DIR}/version.h)
+configure_file(${CMAKE_CURRENT_SOURCE_DIR}/version_cmake.h.in ${PROJECT_BINARY_DIR}/version.h)
 
 
 set(RTM_INCLUDE_DIR ${CMAKE_SOURCE_DIR}

Deleted: trunk/OpenRTM-aist/src/lib/rtm/config_rtc.h.in
===================================================================
--- trunk/OpenRTM-aist/src/lib/rtm/config_rtc.h.in	2017-08-29 06:53:31 UTC (rev 3022)
+++ trunk/OpenRTM-aist/src/lib/rtm/config_rtc.h.in	2017-08-30 01:29:26 UTC (rev 3023)
@@ -1,172 +0,0 @@
-/* ARTLinux is avaiable */
-#cmakedefine ARTLINUX
-
-/* Define to 1 if you have the <dlfcn.h> header file. */
-#cmakedefine HAVE_DLFCN_H 1
-
-/* Define to 1 if you have the <inttypes.h> header file. */
-#cmakedefine HAVE_INTTYPES_H 1
-
-/* Define to 1 if you have the <memory.h> header file. */
-#cmakedefine HAVE_MEMORY_H 1
-
-/* Define to 1 if you have the <nlist.h> header file. */
-#cmakedefine HAVE_NLIST_H
-
-/* Define to 1 if you have the <stdint.h> header file. */
-#cmakedefine HAVE_STDINT_H 1
-
-/* Define to 1 if you have the <stdlib.h> header file. */
-#cmakedefine HAVE_STDLIB_H 1
-
-/* Define to 1 if you have the <strings.h> header file. */
-#cmakedefine HAVE_STRINGS_H 1
-
-/* Define to 1 if you have the <string.h> header file. */
-#cmakedefine HAVE_STRING_H 1
-
-/* Define to 1 if you have the <sys/stat.h> header file. */
-#cmakedefine HAVE_SYS_STAT_H 1
-
-/* Define to 1 if you have the <sys/types.h> header file. */
-#cmakedefine HAVE_SYS_TYPES_H 1
-
-/* Define to 1 if you have the `uname' function. */
-#cmakedefine HAVE_UNAME 1
-
-/* Define to 1 if you have the <unistd.h> header file. */
-#cmakedefine HAVE_UNISTD_H 1
-
-/* Define to the sub-directory in which libtool stores uninstalled libraries.
-   */
-#define LT_OBJDIR "@LT_OBJDIR@"
-
-/* ORB is MICO */
-#cmakedefine ORB_IS_MICO TRUE
-
-/* ORB is omniORB */
-#cmakedefine ORB_IS_OMNIORB TRUE
-
-/* ORB is ORBexpresds */
-#cmakedefine ORB_IS_ORBEXPRESS TRUE
-
-/* ORB is ORBacus */
-#cmakedefine ORB_IS_ORBACUS TRUE
-
-/* ORB is ORBit2 */
-#cmakedefine ORB_IS_ORBIT2 TRUE
-
-/* ORB is Orbix */
-#cmakedefine ORB_IS_ORBIX TRUE
-
-/* ORB is RtORB */
-#cmakedefine ORB_IS_RTORB TRUE
-
-/* ORB is TAO */
-#cmakedefine ORB_IS_TAO TRUE
-
-/* Name of package */
-#cmakedefine RTM_PACKAGE
-
-/* Define to the address where bug reports for this package should be sent. */
-#cmakedefine RTM_PACKAGE_BUGREPORT
-
-/* Define to the full name of this package. */
-#cmakedefine RTM_PACKAGE_NAME
-
-/* Define to the full name and version of this package. */
-#cmakedefine RTM_PACKAGE_STRING
-
-/* Define to the one symbol short name of this package. */
-#cmakedefine RTM_PACKAGE_TARNAME
-
-/* Define to the home page for this package. */
-#cmakedefine RTM_PACKAGE_URL
-
-/* Define to the version of this package. */
-#cmakedefine RTM_PACKAGE_VERSION
-
-/* Python wrapper is enable */
-#cmakedefine PYTHON_WRAPPER
-
-/* CORBA C++ mapping is ver1.1 */
-#cmakedefine RTC_CORBA_CXXMAPPING11 TRUE
-
-/* Socket DataPort is enable */
-#cmakedefine RTC_SOCK_DATAPORT
-
-/* RTM is compiled with gcc2 */
-#cmakedefine RTM_GCC2
-
-/* RTM major version */
-#define RTM_MAJOR_VERSION @RTM_MAJOR_VERSION@
-
-/* RTM minor version */
-#define RTM_MINOR_VERSION @RTM_MINOR_VERSION@
-
-/* omniORB version is 4.0 */
-#cmakedefine RTM_OMNIORB_40
-
-/* omniORB version is 4.1 */
-#cmakedefine RTM_OMNIORB_41
-
-/* omniORB version is 4.2 */
-#cmakedefine RTM_OMNIORB_42
-
-/* OS is Cygwin */
-#cmakedefine RTM_OS_CYGWIN TRUE
-
-/* OS is Max OS X */
-#cmakedefine RTM_OS_DARWIN TRUE
-
-/* OS is FreeBSD */
-#cmakedefine RTM_OS_FREEBSD TRUE
-
-/* OS is HP-UX */
-#cmakedefine RTM_OS_HPUX TRUE
-
-/* OS is IRIX */
-#cmakedefine RTM_OS_IRIX TRUE
-
-/* OS is Linux */
-#cmakedefine RTM_OS_LINUX TRUE
-
-/* OS is VxWorks */
-#cmakedefine RTM_OS_VXWORKS TRUE
-
-/* OS is OSF1 */
-#cmakedefine RTM_OS_OSF1 TRUE
-
-/* OS is QNX */
-#cmakedefine RTM_OS_QNX TRUE
-
-/* OS is SunOS */
-#cmakedefine RTM_OS_SUNOS TRUE
-
-/* OS version */
-#cmakedefine __OSVERSION__ @OSVERSION_VALUE@
-
-/* RTM revision numver */
-#define RTM_REVISION_NUM @RTM_REVISION_NUM@
-
-/* RDTSC is enable */
-#cmakedefine RTM_RTDSC
-
-/* RTM short version */
-#define RTM_SHORT_VERSION "@RTM_SHORT_VERSION@"
-
-/* RTM version */
-#define RTM_VERSION "@RTM_VERSION@"
-
-/* Define to 1 if you have the ANSI C header files. */
-#cmakedefine STDC_HEADERS 1
-
-/* Version number of package */
-
-
-/* Define if using the dmalloc debugging malloc package */
-#cmakedefine WITH_DMALLOC
-
-/* Multi Thread Support */
-#cmakedefine _REENTRANT TRUE
-

Added: trunk/OpenRTM-aist/src/lib/rtm/config_rtc_cmake.h.in
===================================================================
--- trunk/OpenRTM-aist/src/lib/rtm/config_rtc_cmake.h.in	                        (rev 0)
+++ trunk/OpenRTM-aist/src/lib/rtm/config_rtc_cmake.h.in	2017-08-30 01:29:26 UTC (rev 3023)
@@ -0,0 +1,172 @@
+/* ARTLinux is avaiable */
+#cmakedefine ARTLINUX
+
+/* Define to 1 if you have the <dlfcn.h> header file. */
+#cmakedefine HAVE_DLFCN_H 1
+
+/* Define to 1 if you have the <inttypes.h> header file. */
+#cmakedefine HAVE_INTTYPES_H 1
+
+/* Define to 1 if you have the <memory.h> header file. */
+#cmakedefine HAVE_MEMORY_H 1
+
+/* Define to 1 if you have the <nlist.h> header file. */
+#cmakedefine HAVE_NLIST_H
+
+/* Define to 1 if you have the <stdint.h> header file. */
+#cmakedefine HAVE_STDINT_H 1
+
+/* Define to 1 if you have the <stdlib.h> header file. */
+#cmakedefine HAVE_STDLIB_H 1
+
+/* Define to 1 if you have the <strings.h> header file. */
+#cmakedefine HAVE_STRINGS_H 1
+
+/* Define to 1 if you have the <string.h> header file. */
+#cmakedefine HAVE_STRING_H 1
+
+/* Define to 1 if you have the <sys/stat.h> header file. */
+#cmakedefine HAVE_SYS_STAT_H 1
+
+/* Define to 1 if you have the <sys/types.h> header file. */
+#cmakedefine HAVE_SYS_TYPES_H 1
+
+/* Define to 1 if you have the `uname' function. */
+#cmakedefine HAVE_UNAME 1
+
+/* Define to 1 if you have the <unistd.h> header file. */
+#cmakedefine HAVE_UNISTD_H 1
+
+/* Define to the sub-directory in which libtool stores uninstalled libraries.
+   */
+#define LT_OBJDIR "@LT_OBJDIR@"
+
+/* ORB is MICO */
+#cmakedefine ORB_IS_MICO TRUE
+
+/* ORB is omniORB */
+#cmakedefine ORB_IS_OMNIORB TRUE
+
+/* ORB is ORBexpresds */
+#cmakedefine ORB_IS_ORBEXPRESS TRUE
+
+/* ORB is ORBacus */
+#cmakedefine ORB_IS_ORBACUS TRUE
+
+/* ORB is ORBit2 */
+#cmakedefine ORB_IS_ORBIT2 TRUE
+
+/* ORB is Orbix */
+#cmakedefine ORB_IS_ORBIX TRUE
+
+/* ORB is RtORB */
+#cmakedefine ORB_IS_RTORB TRUE
+
+/* ORB is TAO */
+#cmakedefine ORB_IS_TAO TRUE
+
+/* Name of package */
+#cmakedefine RTM_PACKAGE
+
+/* Define to the address where bug reports for this package should be sent. */
+#cmakedefine RTM_PACKAGE_BUGREPORT
+
+/* Define to the full name of this package. */
+#cmakedefine RTM_PACKAGE_NAME
+
+/* Define to the full name and version of this package. */
+#cmakedefine RTM_PACKAGE_STRING
+
+/* Define to the one symbol short name of this package. */
+#cmakedefine RTM_PACKAGE_TARNAME
+
+/* Define to the home page for this package. */
+#cmakedefine RTM_PACKAGE_URL
+
+/* Define to the version of this package. */
+#cmakedefine RTM_PACKAGE_VERSION
+
+/* Python wrapper is enable */
+#cmakedefine PYTHON_WRAPPER
+
+/* CORBA C++ mapping is ver1.1 */
+#cmakedefine RTC_CORBA_CXXMAPPING11 TRUE
+
+/* Socket DataPort is enable */
+#cmakedefine RTC_SOCK_DATAPORT
+
+/* RTM is compiled with gcc2 */
+#cmakedefine RTM_GCC2
+
+/* RTM major version */
+#define RTM_MAJOR_VERSION @RTM_MAJOR_VERSION@
+
+/* RTM minor version */
+#define RTM_MINOR_VERSION @RTM_MINOR_VERSION@
+
+/* omniORB version is 4.0 */
+#cmakedefine RTM_OMNIORB_40
+
+/* omniORB version is 4.1 */
+#cmakedefine RTM_OMNIORB_41
+
+/* omniORB version is 4.2 */
+#cmakedefine RTM_OMNIORB_42
+
+/* OS is Cygwin */
+#cmakedefine RTM_OS_CYGWIN TRUE
+
+/* OS is Max OS X */
+#cmakedefine RTM_OS_DARWIN TRUE
+
+/* OS is FreeBSD */
+#cmakedefine RTM_OS_FREEBSD TRUE
+
+/* OS is HP-UX */
+#cmakedefine RTM_OS_HPUX TRUE
+
+/* OS is IRIX */
+#cmakedefine RTM_OS_IRIX TRUE
+
+/* OS is Linux */
+#cmakedefine RTM_OS_LINUX TRUE
+
+/* OS is VxWorks */
+#cmakedefine RTM_OS_VXWORKS TRUE
+
+/* OS is OSF1 */
+#cmakedefine RTM_OS_OSF1 TRUE
+
+/* OS is QNX */
+#cmakedefine RTM_OS_QNX TRUE
+
+/* OS is SunOS */
+#cmakedefine RTM_OS_SUNOS TRUE
+
+/* OS version */
+#cmakedefine __OSVERSION__ @OSVERSION_VALUE@
+
+/* RTM revision numver */
+#define RTM_REVISION_NUM @RTM_REVISION_NUM@
+
+/* RDTSC is enable */
+#cmakedefine RTM_RTDSC
+
+/* RTM short version */
+#define RTM_SHORT_VERSION "@RTM_SHORT_VERSION@"
+
+/* RTM version */
+#define RTM_VERSION "@RTM_VERSION@"
+
+/* Define to 1 if you have the ANSI C header files. */
+#cmakedefine STDC_HEADERS 1
+
+/* Version number of package */
+
+
+/* Define if using the dmalloc debugging malloc package */
+#cmakedefine WITH_DMALLOC
+
+/* Multi Thread Support */
+#cmakedefine _REENTRANT TRUE
+

Deleted: trunk/OpenRTM-aist/src/lib/rtm/version.h.in
===================================================================
--- trunk/OpenRTM-aist/src/lib/rtm/version.h.in	2017-08-29 06:53:31 UTC (rev 3022)
+++ trunk/OpenRTM-aist/src/lib/rtm/version.h.in	2017-08-30 01:29:26 UTC (rev 3023)
@@ -1,12 +0,0 @@
-// This header file is automatically generated.
-// Do not edit this file.
-
-#ifndef INCLUDE_GUARD_VERSION_H
-#define INCLUDE_GUARD_VERSION_H
-
-static const char* openrtm_name    = "@OPENRTM_NAME@";
-static const char* openrtm_version = "@OPENRTM_VERSION@";
-static const char* corba_name      = "@CORBA_NAME@";
-
-#endif // INCLUDE_GUARD_VERSION_H
-

Added: trunk/OpenRTM-aist/src/lib/rtm/version_cmake.h.in
===================================================================
--- trunk/OpenRTM-aist/src/lib/rtm/version_cmake.h.in	                        (rev 0)
+++ trunk/OpenRTM-aist/src/lib/rtm/version_cmake.h.in	2017-08-30 01:29:26 UTC (rev 3023)
@@ -0,0 +1,12 @@
+// This header file is automatically generated.
+// Do not edit this file.
+
+#ifndef INCLUDE_GUARD_VERSION_H
+#define INCLUDE_GUARD_VERSION_H
+
+static const char* openrtm_name    = "@OPENRTM_NAME@";
+static const char* openrtm_version = "@OPENRTM_VERSION@";
+static const char* corba_name      = "@CORBA_NAME@";
+
+#endif // INCLUDE_GUARD_VERSION_H
+



More information about the openrtm-commit mailing list