Ajout de l'ensemble du workspace.
[GPU.git] / WCudaMSE / BUILDER / makefile / private / cpp / gcc.mk
1 # Version : 0.0.1
2 # Author : Cedric.Bilat@he-arc.ch
3 #
4 # Attention
5 #
6 # (A1) Dans les definitions de variables ci-dessous, mefiez-vous des espaces � la fin!
7 # (A2) Laisser espace apres le += de surcharge : exemple : xxx+= yyyy
8 #
9
10 ifndef __GCC_MK__
11 __GCC_MK__=true
12
13 ###############################################
14 # GCC #
15 ###############################################
16
17 ########################
18 # bug #
19 ########################
20
21 ARFLAGS=# pas= car valeur vaut rv avant sous windows ???
22
23 ########################
24 # pivate #
25 ########################
26
27 COMPILATEUR:=g++
28
29 include ${ROOT_MAKEFILE_PRIVATE_COMMON}/commonLinux.mk
30
31 include ${ROOT_MAKEFILE_PUBLIC_CPP}/gcc.mk
32 #include gcc.mk
33
34 include $(ROOT_MAKEFILE_PRIVATE_CPP)/fileSet.mk
35 include $(ROOT_MAKEFILE_PRIVATE_CPP)/flags_GccIntel.mk
36 include $(ROOT_MAKEFILE_PRIVATE_CPP)/cpp.mk
37
38 ###############################################
39 # End #
40 ###############################################
41
42 endif#__GCC_MK__