- ensures that subsequent Allwmake scripts know about it. ENH: add bin/tools/query-detect wrapper for wmake have_* scripts CONFIG: use project/ThirdParty without additional sanity checks - no need to test for Allwmake or platforms/ if ThirdParty is located within the project directory itself. COMP: add simple mpi test to 00-dummy - for testing library linkage, etc.
12 lines
253 B
Plaintext
12 lines
253 B
Plaintext
/* Without the normal project defaults */
|
|
PROJECT_INC =
|
|
PROJECT_LIBS =
|
|
|
|
EXE_INC = \
|
|
-DWM_ARCH=\"$(WM_ARCH)\" \
|
|
-DWM_COMPILER=\"$(WM_COMPILER)\" \
|
|
-DWM_COMPILE_OPTION=\"$(WM_COMPILE_OPTION)\" \
|
|
-DWM_OPTIONS=\"$(WM_OPTIONS)\"
|
|
|
|
LIB_LIBS =
|