From da6d99bda0b1b160a9bd17c68a60a40b05c3fe77 Mon Sep 17 00:00:00 2001 From: Juergen Gehring Date: Fri, 7 Mar 2014 17:26:18 +0100 Subject: Move specification to CommonAPI-Tools, better CMake support in pc file for examples --- .gitattributes | 3 ++- .gitignore | 1 + CommonAPI-uninstalled.pc.in | 6 ++++-- docx/01_mainpage.dox | 5 ++--- docx/genivi-SysInfraEGCppCommonAPISpecification.pdf | Bin 268443 -> 0 bytes 5 files changed, 9 insertions(+), 6 deletions(-) delete mode 100755 docx/genivi-SysInfraEGCppCommonAPISpecification.pdf diff --git a/.gitattributes b/.gitattributes index 21d46c5..3e11ece 100644 --- a/.gitattributes +++ b/.gitattributes @@ -34,7 +34,8 @@ org.eclipse.core.resources.prefs text *.MF text # Declare files that will always have CRLF line endings on checkout. -*.sln text eol=crlf +*.sln binary +*.vcxproj binary # Denote all files that are truly binary and should not be modified. *.png binary diff --git a/.gitignore b/.gitignore index 795a15d..3ea38c9 100644 --- a/.gitignore +++ b/.gitignore @@ -5,6 +5,7 @@ *.lo *.o *.gz +*~ /.autotools /.cproject /.project diff --git a/CommonAPI-uninstalled.pc.in b/CommonAPI-uninstalled.pc.in index a5253d9..0995e47 100644 --- a/CommonAPI-uninstalled.pc.in +++ b/CommonAPI-uninstalled.pc.in @@ -1,7 +1,9 @@ abs_top_builddir=@abs_top_builddir@ abs_top_srcdir=@abs_top_srcdir@ -prefix= -exec_prefix= +prefix=${abs_top_srcdir} +exec_prefix=${prefix} +includedir=${prefix}/src +libdir=${exec_prefix}/.libs Name: Common API C++ Description: GENIVI Common API C++ Library (uninstalled copy) diff --git a/docx/01_mainpage.dox b/docx/01_mainpage.dox index e3420bd..65515b1 100644 --- a/docx/01_mainpage.dox +++ b/docx/01_mainpage.dox @@ -32,7 +32,6 @@ can be found at the project home Please see the project download section for available language bindings. \par IPC CommonAPI C++ Specification -The specification IPC CommonAPI C++ is maintained within the GENIVI System Infrastructure Exper Group (EG-SI). -A copy of the specification can be found here. - +The specification IPC CommonAPI C++ is maintained within the GENIVI System Infrastructure Expert Group (EG-SI). +The specification document can be found inside the CommonAPI-Tools project. */ diff --git a/docx/genivi-SysInfraEGCppCommonAPISpecification.pdf b/docx/genivi-SysInfraEGCppCommonAPISpecification.pdf deleted file mode 100755 index 9afbf87..0000000 Binary files a/docx/genivi-SysInfraEGCppCommonAPISpecification.pdf and /dev/null differ -- cgit v1.2.1