2 # Author : Cedric.Bilat@he-arc.ch
5 ifndef __CUDA_DATA_PROJECT_PUBLIC_MK__
6 __CUDA_DATA_PROJECT_PUBLIC_MK__=true
8 ###############################################
10 ###############################################
14 # Define Path where target will be build (.o .lib .exe ...)
15 # Mimimum : Comment the ligne! Default value will be used.
16 # Tip : In server Cuda1 and Cuda2, default value is Ram disk.
17 # Tip : Use target to use a local directory at the root your project
19 #TARGET_PATH_ROOT:=target#local
21 # Tip : define if traget will be copied after build
25 ifndef TARGET_DEPLOY_PATH
26 TARGET_DEPLOY_PATH:=../RELEASE
27 TARGET_DEPLOY_PATH_BIN=${TARGET_DEPLOY_PATH}/bin
29 TARGET_DEPLOY_PATH_BIN=${TARGET_DEPLOY_PATH}
32 ###############################################
34 ###############################################
36 endif#__CUDA_DATA_PROJECT_PUBLIC_MK__