Ajout de l'ensemble du workspace.
[GPU.git] / WCudaMSE / BUILDER / makefile / public / common / dataProject.mk
1 # Version : 0.0.1
2 # Author : Cedric.Bilat@he-arc.ch
3 #
4
5 ifndef __CUDA_DATA_PROJECT_PUBLIC_MK__
6 __CUDA_DATA_PROJECT_PUBLIC_MK__=true
7
8 ###############################################
9 # DataProject #
10 ###############################################
11
12 SRC_AUX+=
13
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
18
19 #TARGET_PATH_ROOT:=target#local
20
21 # Tip : define if traget will be copied after build
22 # Mimimum : empty
23 IS_DEPLOY=true
24
25 ifndef TARGET_DEPLOY_PATH
26 TARGET_DEPLOY_PATH:=../RELEASE
27 TARGET_DEPLOY_PATH_BIN=${TARGET_DEPLOY_PATH}/bin
28 else
29 TARGET_DEPLOY_PATH_BIN=${TARGET_DEPLOY_PATH}
30 endif
31
32 ###############################################
33 # End #
34 ###############################################
35
36 endif#__CUDA_DATA_PROJECT_PUBLIC_MK__