diff options
author | siddhu8990 | 2017-04-24 14:08:37 +0530 |
---|---|---|
committer | siddhu8990 | 2017-04-24 14:08:37 +0530 |
commit | c7e9597db39140c1d982f796a8e1f03bb54e7905 (patch) | |
tree | f5f44081aeba7a00bb69b1ec71f93c31eac12863 /macros/CCodeGeneration | |
parent | 1fd0dce8d72c4d5869ce5ff4025ac09af603bc0f (diff) | |
download | Scilab2C_fossee_old-c7e9597db39140c1d982f796a8e1f03bb54e7905.tar.gz Scilab2C_fossee_old-c7e9597db39140c1d982f796a8e1f03bb54e7905.tar.bz2 Scilab2C_fossee_old-c7e9597db39140c1d982f796a8e1f03bb54e7905.zip |
Fixed float.h issue. OpenCV with built libraries working for linux x64
Diffstat (limited to 'macros/CCodeGeneration')
26 files changed, 8 insertions, 26 deletions
diff --git a/macros/CCodeGeneration/C_FinalizeCode.bin b/macros/CCodeGeneration/C_FinalizeCode.bin Binary files differdeleted file mode 100644 index b400591..0000000 --- a/macros/CCodeGeneration/C_FinalizeCode.bin +++ /dev/null diff --git a/macros/CCodeGeneration/C_ForExpression.bin b/macros/CCodeGeneration/C_ForExpression.bin Binary files differdeleted file mode 100644 index 1c3f674..0000000 --- a/macros/CCodeGeneration/C_ForExpression.bin +++ /dev/null diff --git a/macros/CCodeGeneration/C_Funcall.bin b/macros/CCodeGeneration/C_Funcall.bin Binary files differdeleted file mode 100644 index 80fda7c..0000000 --- a/macros/CCodeGeneration/C_Funcall.bin +++ /dev/null diff --git a/macros/CCodeGeneration/C_GenDeclarations.bin b/macros/CCodeGeneration/C_GenDeclarations.bin Binary files differdeleted file mode 100644 index 62636dc..0000000 --- a/macros/CCodeGeneration/C_GenDeclarations.bin +++ /dev/null diff --git a/macros/CCodeGeneration/C_GenerateFunName.bin b/macros/CCodeGeneration/C_GenerateFunName.bin Binary files differdeleted file mode 100644 index 1b723f1..0000000 --- a/macros/CCodeGeneration/C_GenerateFunName.bin +++ /dev/null diff --git a/macros/CCodeGeneration/C_GenerateLaunchScript.bin b/macros/CCodeGeneration/C_GenerateLaunchScript.bin Binary files differdeleted file mode 100644 index 587c154..0000000 --- a/macros/CCodeGeneration/C_GenerateLaunchScript.bin +++ /dev/null diff --git a/macros/CCodeGeneration/C_GenerateMakefile.bin b/macros/CCodeGeneration/C_GenerateMakefile.bin Binary files differdeleted file mode 100644 index b4a4750..0000000 --- a/macros/CCodeGeneration/C_GenerateMakefile.bin +++ /dev/null diff --git a/macros/CCodeGeneration/C_GenerateMakefile.sci b/macros/CCodeGeneration/C_GenerateMakefile.sci index 7ea2443..07891c5 100644 --- a/macros/CCodeGeneration/C_GenerateMakefile.sci +++ b/macros/CCodeGeneration/C_GenerateMakefile.sci @@ -85,9 +85,14 @@ else PrintStringInfo('CXXFLAGS = -Wall -pedantic -g -I $(HSRCDIR) -I $(ISRCDIR) -L $(LIBDIR)',FileInfo.MakefileFilename,'file','y','y'); PrintStringInfo('LDFLAGS = -lblas -llapack -lm ',FileInfo.MakefileFilename,'file','y','y'); if(SharedInfo.OpenCVUsed == %T) - PrintStringInfo('LDFLAGS += `pkg-config --libs opencv`',FileInfo.MakefileFilename,'file','y','y'); - PrintStringInfo('CFLAGS += `pkg-config --cflags opencv`',FileInfo.MakefileFilename,'file','y','y'); - PrintStringInfo('CXXFLAGS += `pkg-config --cflags opencv`',FileInfo.MakefileFilename,'file','y','y'); + //PrintStringInfo('LDFLAGS += `pkg-config --libs opencv`',FileInfo.MakefileFilename,'file','y','y'); + //PrintStringInfo('CFLAGS += `pkg-config --cflags opencv`',FileInfo.MakefileFilename,'file','y','y'); + //PrintStringInfo('CXXFLAGS += `pkg-config --cflags opencv`',FileInfo.MakefileFilename,'file','y','y'); + PrintStringInfo('LDFLAGS += -lopencv_calib3d -lopencv_contrib -lopencv_features2d -lopencv_flann -lopencv_gpu',FileInfo.MakefileFilename,'file','y','y'); + PrintStringInfo('LDFLAGS += -lopencv_highgui -lopencv_imgproc -lopencv_legacy -lopencv_ml -lopencv_nonfree',FileInfo.MakefileFilename,'file','y','y'); + PrintStringInfo('LDFLAGS += -lopencv_objdetect -lopencv_ocl -lopencv_photo -lopencv_stitching -lopencv_superres',FileInfo.MakefileFilename,'file','y','y'); + PrintStringInfo('LDFLAGS += -lopencv_ts -lopencv_video -lopencv_videostab -lopencv_core -lrt -lpthread -lm -ldl', FileInfo.MakefileFilename,'file','y','y'); + PrintStringInfo('LDFLAGS += -lIlmImf -ljpeg -ljasper -ltiff -lpng -lzlib -lstdc++',FileInfo.MakefileFilename,'file','y','y'); end end diff --git a/macros/CCodeGeneration/C_GenerateMakefile_msvc.bin b/macros/CCodeGeneration/C_GenerateMakefile_msvc.bin Binary files differdeleted file mode 100644 index aa34f7d..0000000 --- a/macros/CCodeGeneration/C_GenerateMakefile_msvc.bin +++ /dev/null diff --git a/macros/CCodeGeneration/C_GenerateSCI2CHeader.bin b/macros/CCodeGeneration/C_GenerateSCI2CHeader.bin Binary files differdeleted file mode 100644 index 2e02cae..0000000 --- a/macros/CCodeGeneration/C_GenerateSCI2CHeader.bin +++ /dev/null diff --git a/macros/CCodeGeneration/C_IfElseBlocks.bin b/macros/CCodeGeneration/C_IfElseBlocks.bin Binary files differdeleted file mode 100644 index 332e89b..0000000 --- a/macros/CCodeGeneration/C_IfElseBlocks.bin +++ /dev/null diff --git a/macros/CCodeGeneration/C_IfExpression.bin b/macros/CCodeGeneration/C_IfExpression.bin Binary files differdeleted file mode 100644 index c6cda7b..0000000 --- a/macros/CCodeGeneration/C_IfExpression.bin +++ /dev/null diff --git a/macros/CCodeGeneration/C_IndentBlanks.bin b/macros/CCodeGeneration/C_IndentBlanks.bin Binary files differdeleted file mode 100644 index 77bfaeb..0000000 --- a/macros/CCodeGeneration/C_IndentBlanks.bin +++ /dev/null diff --git a/macros/CCodeGeneration/C_InitHeader.bin b/macros/CCodeGeneration/C_InitHeader.bin Binary files differdeleted file mode 100644 index 567822c..0000000 --- a/macros/CCodeGeneration/C_InitHeader.bin +++ /dev/null diff --git a/macros/CCodeGeneration/C_MemAllocOutTempVars.bin b/macros/CCodeGeneration/C_MemAllocOutTempVars.bin Binary files differdeleted file mode 100644 index 443ad3c..0000000 --- a/macros/CCodeGeneration/C_MemAllocOutTempVars.bin +++ /dev/null diff --git a/macros/CCodeGeneration/C_SCI2CHeader.bin b/macros/CCodeGeneration/C_SCI2CHeader.bin Binary files differdeleted file mode 100644 index 1d3e618..0000000 --- a/macros/CCodeGeneration/C_SCI2CHeader.bin +++ /dev/null diff --git a/macros/CCodeGeneration/C_Type.bin b/macros/CCodeGeneration/C_Type.bin Binary files differdeleted file mode 100644 index 7b5bf44..0000000 --- a/macros/CCodeGeneration/C_Type.bin +++ /dev/null diff --git a/macros/CCodeGeneration/C_WhileExpression.bin b/macros/CCodeGeneration/C_WhileExpression.bin Binary files differdeleted file mode 100644 index cff8f38..0000000 --- a/macros/CCodeGeneration/C_WhileExpression.bin +++ /dev/null diff --git a/macros/CCodeGeneration/GenCFunDatFiles.bin b/macros/CCodeGeneration/GenCFunDatFiles.bin Binary files differdeleted file mode 100644 index 6a374f5..0000000 --- a/macros/CCodeGeneration/GenCFunDatFiles.bin +++ /dev/null diff --git a/macros/CCodeGeneration/GetClsFileName.bin b/macros/CCodeGeneration/GetClsFileName.bin Binary files differdeleted file mode 100644 index 30b2571..0000000 --- a/macros/CCodeGeneration/GetClsFileName.bin +++ /dev/null diff --git a/macros/CCodeGeneration/GetSymbolDimension.bin b/macros/CCodeGeneration/GetSymbolDimension.bin Binary files differdeleted file mode 100644 index 5c73f43..0000000 --- a/macros/CCodeGeneration/GetSymbolDimension.bin +++ /dev/null diff --git a/macros/CCodeGeneration/GetWhileCondVariable.bin b/macros/CCodeGeneration/GetWhileCondVariable.bin Binary files differdeleted file mode 100644 index 6815fb4..0000000 --- a/macros/CCodeGeneration/GetWhileCondVariable.bin +++ /dev/null diff --git a/macros/CCodeGeneration/JoinDeclarAndCcode.bin b/macros/CCodeGeneration/JoinDeclarAndCcode.bin Binary files differdeleted file mode 100644 index 084ab08..0000000 --- a/macros/CCodeGeneration/JoinDeclarAndCcode.bin +++ /dev/null diff --git a/macros/CCodeGeneration/Sci2AnnotationFile.bin b/macros/CCodeGeneration/Sci2AnnotationFile.bin Binary files differdeleted file mode 100644 index 95fe561..0000000 --- a/macros/CCodeGeneration/Sci2AnnotationFile.bin +++ /dev/null diff --git a/macros/CCodeGeneration/lib b/macros/CCodeGeneration/lib Binary files differdeleted file mode 100644 index 40c39d0..0000000 --- a/macros/CCodeGeneration/lib +++ /dev/null diff --git a/macros/CCodeGeneration/names b/macros/CCodeGeneration/names deleted file mode 100644 index efbb400..0000000 --- a/macros/CCodeGeneration/names +++ /dev/null @@ -1,23 +0,0 @@ -C_FinalizeCode -C_ForExpression -C_Funcall -C_GenDeclarations -C_GenerateFunName -C_GenerateLaunchScript -C_GenerateMakefile -C_GenerateMakefile_msvc -C_GenerateSCI2CHeader -C_IfElseBlocks -C_IfExpression -C_IndentBlanks -C_InitHeader -C_MemAllocOutTempVars -C_SCI2CHeader -C_Type -C_WhileExpression -GenCFunDatFiles -GetClsFileName -GetSymbolDimension -GetWhileCondVariable -JoinDeclarAndCcode -Sci2AnnotationFile |