- 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.
11 lines
179 B
Plaintext
11 lines
179 B
Plaintext
/* Disable normal project defaults */
|
|
PROJECT_INC =
|
|
PROJECT_LIBS =
|
|
|
|
EXE_INC = \
|
|
-I./library
|
|
|
|
EXE_LIBS = \
|
|
-lTestDummy-OpenFOAM \
|
|
-L$(FOAM_LIBBIN)/dummy -lTestDummyMpi
|