X-Git-Url: http://git.euphorik.ch/?a=blobdiff_plain;f=WCudaMSE%2FTuto_Doxy%2FdataProject.mk;fp=WCudaMSE%2FTuto_Doxy%2FdataProject.mk;h=aced3d318a4fa6d44ff5b693f620b2fbb2bd5fda;hb=8d08c12b29c2a14684f35c023ee39e694bb80d25;hp=0000000000000000000000000000000000000000;hpb=226de81f7e1f1fbf4ac79d0d089e8a05ec7159a0;p=GPU.git diff --git a/WCudaMSE/Tuto_Doxy/dataProject.mk b/WCudaMSE/Tuto_Doxy/dataProject.mk new file mode 100755 index 0000000..aced3d3 --- /dev/null +++ b/WCudaMSE/Tuto_Doxy/dataProject.mk @@ -0,0 +1,70 @@ +# Version 0.0.2 +# Cedric.Bilat@he-arc.ch +# +# Notes: +# +# (N1) This configuration file is compiler-free. +# +# (N2) Go in xxx.mk if you whish customize a specific compiler (where xxx= gcc, xxx = visual, ...). +# +# Conseils: +# +# (C1) In the below definition of variables, never let a space at the end!!! +# +# (C2) When you overrid a varaible "XXX+= YYY" be careful to let a space after the symbol "=" +# + +################################################# +# Project Configurator # +################################################# + +############################## +# Basic # +############################## + +#Name target (without extension) + +TARGET_NAME:=Tuto_Doxygen + +#Target type: +# EXE +# SHARED_LIB +# STATIC_LIB + +TARGET_MODE:=EXE + +################# +# src aux # +################# + +# Expand the src folder. +# Tip : All files (.cpp, .h .lib, ...) will be considered recursively ! +# Mimimum : empty + + +################# +# API Ext # +################# + +# Define preconfigured extern API +# Tip : See ../PRODUCTION/....../api for available preconfigured api (Boost, openCV, cppTest, ...) +# Note : apiXXX.mk define +# .h for compil-time +# .so .lib for link-time +# but nothing usefull for runtime +# Usage : -include $(API)/XXX.mk +# Mimimum : empty + + +############################# +# Advanced # +############################# + +# Define compilation variable +# Note : Same as -DXXX (on command line) or #define XXX (in .ccp code) +# Mimimum : empty +CODE_DEFINE_VARIABLES+= + +################################################# +# End # +#################################################