Ajout de l'ensemble du workspace.
[GPU.git] / WCudaMSE / BilatTools_Cuda / dataProject.mk
diff --git a/WCudaMSE/BilatTools_Cuda/dataProject.mk b/WCudaMSE/BilatTools_Cuda/dataProject.mk
new file mode 100755 (executable)
index 0000000..1464347
--- /dev/null
@@ -0,0 +1,76 @@
+# 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_Cuda\r
+\r
+#Target type:\r
+#      EXE \r
+#      SHARED_LIB\r
+#      STATIC_LIB\r
+\r
+TARGET_MODE:=EXE\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+= ../BilatTools_CPP/src/core\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
+#      Usage   :   -include $(API)/XXX.mk\r
+#      Mimimum : empty\r
+\r
+\r
+include $(API_CUDA)/cuda.mk\r
+include $(API)/cppTest.mk\r
+include $(API_CUDA)/cuda_OpenMP.mk #pour BilatTools_CPP\r
+#include $(API_CUDA)/bilat_Image_FreeGlut_Cuda.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+=\r
+\r
+#################################################\r
+#                                              End                                             #\r
+#################################################\r