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:=Tuto_Doxygen
40 # Expand the src folder.
41 # Tip : All files (.cpp, .h .lib, ...) will be considered recursively !
49 # Define preconfigured extern API
50 # Tip : See ../PRODUCTION/....../api for available preconfigured api (Boost, openCV, cppTest, ...)
51 # Note : apiXXX.mk define
53 # .so .lib for link-time
54 # but nothing usefull for runtime
55 # Usage : -include $(API)/XXX.mk
59 #############################
61 #############################
63 # Define compilation variable
64 # Note : Same as -DXXX (on command line) or #define XXX (in .ccp code)
66 CODE_DEFINE_VARIABLES+=
68 #################################################
70 #################################################