diff options
author | siddhu8990 | 2017-04-24 14:08:37 +0530 |
---|---|---|
committer | siddhu8990 | 2017-04-24 14:08:37 +0530 |
commit | 472b2e7ebbd2d8b3ecd00b228128aa8a0bd3f920 (patch) | |
tree | 506e85e6c959148c052747d61ffd29d98fa058bf /2.3-1/macros/CCodeGeneration | |
parent | b9cfdca438347fe4d28f7caff3cb7b382e455d3a (diff) | |
download | Scilab2C-472b2e7ebbd2d8b3ecd00b228128aa8a0bd3f920.tar.gz Scilab2C-472b2e7ebbd2d8b3ecd00b228128aa8a0bd3f920.tar.bz2 Scilab2C-472b2e7ebbd2d8b3ecd00b228128aa8a0bd3f920.zip |
Fixed float.h issue. OpenCV with built libraries working for linux x64
Diffstat (limited to '2.3-1/macros/CCodeGeneration')
26 files changed, 8 insertions, 26 deletions
diff --git a/2.3-1/macros/CCodeGeneration/C_FinalizeCode.bin b/2.3-1/macros/CCodeGeneration/C_FinalizeCode.bin Binary files differdeleted file mode 100644 index b4005914..00000000 --- a/2.3-1/macros/CCodeGeneration/C_FinalizeCode.bin +++ /dev/null diff --git a/2.3-1/macros/CCodeGeneration/C_ForExpression.bin b/2.3-1/macros/CCodeGeneration/C_ForExpression.bin Binary files differdeleted file mode 100644 index 1c3f6747..00000000 --- a/2.3-1/macros/CCodeGeneration/C_ForExpression.bin +++ /dev/null diff --git a/2.3-1/macros/CCodeGeneration/C_Funcall.bin b/2.3-1/macros/CCodeGeneration/C_Funcall.bin Binary files differdeleted file mode 100644 index 80fda7c4..00000000 --- a/2.3-1/macros/CCodeGeneration/C_Funcall.bin +++ /dev/null diff --git a/2.3-1/macros/CCodeGeneration/C_GenDeclarations.bin b/2.3-1/macros/CCodeGeneration/C_GenDeclarations.bin Binary files differdeleted file mode 100644 index 62636dc5..00000000 --- a/2.3-1/macros/CCodeGeneration/C_GenDeclarations.bin +++ /dev/null diff --git a/2.3-1/macros/CCodeGeneration/C_GenerateFunName.bin b/2.3-1/macros/CCodeGeneration/C_GenerateFunName.bin Binary files differdeleted file mode 100644 index 1b723f16..00000000 --- a/2.3-1/macros/CCodeGeneration/C_GenerateFunName.bin +++ /dev/null diff --git a/2.3-1/macros/CCodeGeneration/C_GenerateLaunchScript.bin b/2.3-1/macros/CCodeGeneration/C_GenerateLaunchScript.bin Binary files differdeleted file mode 100644 index 587c1547..00000000 --- a/2.3-1/macros/CCodeGeneration/C_GenerateLaunchScript.bin +++ /dev/null diff --git a/2.3-1/macros/CCodeGeneration/C_GenerateMakefile.bin b/2.3-1/macros/CCodeGeneration/C_GenerateMakefile.bin Binary files differdeleted file mode 100644 index b4a4750e..00000000 --- a/2.3-1/macros/CCodeGeneration/C_GenerateMakefile.bin +++ /dev/null diff --git a/2.3-1/macros/CCodeGeneration/C_GenerateMakefile.sci b/2.3-1/macros/CCodeGeneration/C_GenerateMakefile.sci index 7ea24437..07891c56 100644 --- a/2.3-1/macros/CCodeGeneration/C_GenerateMakefile.sci +++ b/2.3-1/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/2.3-1/macros/CCodeGeneration/C_GenerateMakefile_msvc.bin b/2.3-1/macros/CCodeGeneration/C_GenerateMakefile_msvc.bin Binary files differdeleted file mode 100644 index aa34f7db..00000000 --- a/2.3-1/macros/CCodeGeneration/C_GenerateMakefile_msvc.bin +++ /dev/null diff --git a/2.3-1/macros/CCodeGeneration/C_GenerateSCI2CHeader.bin b/2.3-1/macros/CCodeGeneration/C_GenerateSCI2CHeader.bin Binary files differdeleted file mode 100644 index 2e02cae4..00000000 --- a/2.3-1/macros/CCodeGeneration/C_GenerateSCI2CHeader.bin +++ /dev/null diff --git a/2.3-1/macros/CCodeGeneration/C_IfElseBlocks.bin b/2.3-1/macros/CCodeGeneration/C_IfElseBlocks.bin Binary files differdeleted file mode 100644 index 332e89bf..00000000 --- a/2.3-1/macros/CCodeGeneration/C_IfElseBlocks.bin +++ /dev/null diff --git a/2.3-1/macros/CCodeGeneration/C_IfExpression.bin b/2.3-1/macros/CCodeGeneration/C_IfExpression.bin Binary files differdeleted file mode 100644 index c6cda7bd..00000000 --- a/2.3-1/macros/CCodeGeneration/C_IfExpression.bin +++ /dev/null diff --git a/2.3-1/macros/CCodeGeneration/C_IndentBlanks.bin b/2.3-1/macros/CCodeGeneration/C_IndentBlanks.bin Binary files differdeleted file mode 100644 index 77bfaebc..00000000 --- a/2.3-1/macros/CCodeGeneration/C_IndentBlanks.bin +++ /dev/null diff --git a/2.3-1/macros/CCodeGeneration/C_InitHeader.bin b/2.3-1/macros/CCodeGeneration/C_InitHeader.bin Binary files differdeleted file mode 100644 index 567822c0..00000000 --- a/2.3-1/macros/CCodeGeneration/C_InitHeader.bin +++ /dev/null diff --git a/2.3-1/macros/CCodeGeneration/C_MemAllocOutTempVars.bin b/2.3-1/macros/CCodeGeneration/C_MemAllocOutTempVars.bin Binary files differdeleted file mode 100644 index 443ad3c1..00000000 --- a/2.3-1/macros/CCodeGeneration/C_MemAllocOutTempVars.bin +++ /dev/null diff --git a/2.3-1/macros/CCodeGeneration/C_SCI2CHeader.bin b/2.3-1/macros/CCodeGeneration/C_SCI2CHeader.bin Binary files differdeleted file mode 100644 index 1d3e6182..00000000 --- a/2.3-1/macros/CCodeGeneration/C_SCI2CHeader.bin +++ /dev/null diff --git a/2.3-1/macros/CCodeGeneration/C_Type.bin b/2.3-1/macros/CCodeGeneration/C_Type.bin Binary files differdeleted file mode 100644 index 7b5bf444..00000000 --- a/2.3-1/macros/CCodeGeneration/C_Type.bin +++ /dev/null diff --git a/2.3-1/macros/CCodeGeneration/C_WhileExpression.bin b/2.3-1/macros/CCodeGeneration/C_WhileExpression.bin Binary files differdeleted file mode 100644 index cff8f38d..00000000 --- a/2.3-1/macros/CCodeGeneration/C_WhileExpression.bin +++ /dev/null diff --git a/2.3-1/macros/CCodeGeneration/GenCFunDatFiles.bin b/2.3-1/macros/CCodeGeneration/GenCFunDatFiles.bin Binary files differdeleted file mode 100644 index 6a374f5b..00000000 --- a/2.3-1/macros/CCodeGeneration/GenCFunDatFiles.bin +++ /dev/null diff --git a/2.3-1/macros/CCodeGeneration/GetClsFileName.bin b/2.3-1/macros/CCodeGeneration/GetClsFileName.bin Binary files differdeleted file mode 100644 index 30b25713..00000000 --- a/2.3-1/macros/CCodeGeneration/GetClsFileName.bin +++ /dev/null diff --git a/2.3-1/macros/CCodeGeneration/GetSymbolDimension.bin b/2.3-1/macros/CCodeGeneration/GetSymbolDimension.bin Binary files differdeleted file mode 100644 index 5c73f435..00000000 --- a/2.3-1/macros/CCodeGeneration/GetSymbolDimension.bin +++ /dev/null diff --git a/2.3-1/macros/CCodeGeneration/GetWhileCondVariable.bin b/2.3-1/macros/CCodeGeneration/GetWhileCondVariable.bin Binary files differdeleted file mode 100644 index 6815fb4b..00000000 --- a/2.3-1/macros/CCodeGeneration/GetWhileCondVariable.bin +++ /dev/null diff --git a/2.3-1/macros/CCodeGeneration/JoinDeclarAndCcode.bin b/2.3-1/macros/CCodeGeneration/JoinDeclarAndCcode.bin Binary files differdeleted file mode 100644 index 084ab085..00000000 --- a/2.3-1/macros/CCodeGeneration/JoinDeclarAndCcode.bin +++ /dev/null diff --git a/2.3-1/macros/CCodeGeneration/Sci2AnnotationFile.bin b/2.3-1/macros/CCodeGeneration/Sci2AnnotationFile.bin Binary files differdeleted file mode 100644 index 95fe5611..00000000 --- a/2.3-1/macros/CCodeGeneration/Sci2AnnotationFile.bin +++ /dev/null diff --git a/2.3-1/macros/CCodeGeneration/lib b/2.3-1/macros/CCodeGeneration/lib Binary files differdeleted file mode 100644 index 40c39d02..00000000 --- a/2.3-1/macros/CCodeGeneration/lib +++ /dev/null diff --git a/2.3-1/macros/CCodeGeneration/names b/2.3-1/macros/CCodeGeneration/names deleted file mode 100644 index efbb400a..00000000 --- a/2.3-1/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 |