Ajout de l'ensemble du workspace.
[GPU.git] / WCudaMSE / BilatTools_CPP / dataProject.mk
diff --git a/WCudaMSE/BilatTools_CPP/dataProject.mk b/WCudaMSE/BilatTools_CPP/dataProject.mk
new file mode 100755 (executable)
index 0000000..e5df808
--- /dev/null
@@ -0,0 +1,74 @@
+# Version 0.0.2 \r
+# Cedric.Bilat@he-arc.ch\r
+#\r
+# Notes:\r
+#\r
+#      (N1) This configuration file is compiler-free.\r
+#\r
+#      (N2) Go in xxx.mk if you whish customize a specific compiler (where xxx= gcc, xxx = visual, ...).\r
+#\r
+# Conseils:\r
+#\r
+#      (C1) In the below definition of variables, never let a space at the end!!!\r
+#\r
+#      (C2) When you overrid a varaible "XXX+= YYY" be careful to let a space after the symbol "="\r
+#\r
+\r
+#################################################\r
+#                              Project Configurator                    #\r
+#################################################\r
+\r
+##############################\r
+#                      Basic                    #\r
+##############################\r
+\r
+#Name target (without extension)\r
+\r
+TARGET_NAME:=BilatTools_CPP\r
+\r
+#Target type:\r
+#      EXE \r
+#      SHARED_LIB\r
+#      STATIC_LIB\r
+\r
+TARGET_MODE:=EXE\r
+\r
+\r
+#################\r
+#      src aux         #\r
+#################\r
+\r
+# Expand the src folder.\r
+#      Tip     : All files (.cpp, .h .lib, ...) will be considered recursively !\r
+#      Mimimum : empty\r
+\r
+#SRC_AUX+= \r
+\r
+#################\r
+#  API Ext             #\r
+#################\r
+\r
+# Define preconfigured extern API\r
+#      Tip     : See ../PRODUCTION/....../api for available preconfigured api (Boost, openCV, cppTest, ...)\r
+#      Note    :       apiXXX.mk define\r
+#                                      .h for compil-time \r
+#                                      .so .lib for link-time\r
+#                              but nothing usefull for runtime\r
+#      \r
+#      Mimimum : empty\r
+\r
+include $(API)/openmp.mk\r
+#include $(API)/cppTest.mk\r
+\r
+#############################\r
+#                      Advanced                #\r
+#############################\r
+\r
+# Define compilation variable \r
+#      Note    : Same as -DXXX (on command line) or #define XXX (in .ccp code)\r
+#      Mimimum : empty\r
+CODE_DEFINE_VARIABLES+=CBI_NO_CUDA\r
+\r
+#################################################\r
+#                                              End                                             #\r
+#################################################\r