2 # Cedric.Bilat@he-arc.ch
6 # (N1) This configuration file is compiler-free.
8 # (N2) Go in xxx.mk if you whish customize a specific compiler (where xxx= gcc, xxx = visual, ...).
12 # (C1) In the below definition of variables, never let a space at the end!!!
14 # (C2) When you overrid a varaible "XXX+= YYY" be careful to let a space after the symbol "="
17 #################################################
18 # Project Configurator #
19 #################################################
21 ##############################
23 ##############################
25 #Name target (without extension)
27 TARGET_NAME:=Student_Cuda_Image
40 # Expand the src folder.
41 # Tip : All files (.cpp, .h .lib, ...) will be considered recursively !
44 SRC_AUX+= ../BilatTools_CPP/src/core
45 SRC_AUX+= ../BilatTools_Cuda/src/core
46 SRC_AUX+= ../BilatTools_Cuda_Image/src/core
47 SRC_AUX+= ../BilatTools_OpenCV/src/core
48 SRC_AUX+= ../BilatTools_Cuda_smart_switch/src/core
54 # Define preconfigured extern API
55 # Tip : See ../PRODUCTION/....../api for available preconfigured api (Boost, openCV, cppTest, ...)
56 # Note : apiXXX.mk define
58 # .so .lib for link-time
59 # but nothing usefull for runtime
60 # Usage : -include $(API)/XXX.mk
63 include $(API_CUDA)/bilat_Image_FreeGlut_Cuda.mk
64 include $(API_CUDA)/cuda_OpenCV.mk
65 include $(API_CUDA)/cuda_Boost.mk
66 include $(API_CUDA)/cuda_OpenMP.mk
68 #############################
70 #############################
72 # Define compilation variable
73 # Note : Same as -DXXX (on command line) or #define XXX (in .ccp code)
75 CODE_DEFINE_VARIABLES+=
77 #################################################
79 #################################################