- handling of dead links (find -L -delete unsupported) - remove ignore case flag on 's/../../i' used in have_scotch script. It is unneeded and not tolerated by Darwin's sed. - avoid embedded comments in EXE_INC (Make/options files), which do not work well with the OSX LLVM cpp. It strips out the comments but also removes the continuation char. STYLE: adjust notes about paraview library locations
12 lines
166 B
Plaintext
12 lines
166 B
Plaintext
/* Add to EXE_INC as required:
|
|
-DDEBUG_ZIPUP
|
|
-DDEBUG_CHAIN
|
|
-DDEBUG_ORDER
|
|
*/
|
|
|
|
EXE_INC = \
|
|
-I$(LIB_SRC)/meshTools/lnInclude
|
|
|
|
EXE_LIBS = \
|
|
-lmeshTools
|