STYLE: relocated etc/wmakeFiles as makeFiles

This commit is contained in:
Mark Olesen
2017-09-29 17:13:20 +02:00
parent 0c7fa1cc7c
commit bc7fb08810
6 changed files with 7 additions and 7 deletions

View File

@ -107,7 +107,7 @@ echo " $SCOTCH_ARCH_PATH"
SCOTCH_SOURCE_DIR=$sourceBASE/$SCOTCH_VERSION
# Needs generalizing, but works fairly well
scotchMakefile=../../etc/wmakeFiles/scotch/Makefile.inc.i686_pc_linux2.shlib-OpenFOAM
scotchMakefile=../../etc/makeFiles/scotch/Makefile.inc.i686_pc_linux2.shlib-OpenFOAM
if [ -f $SCOTCH_ARCH_PATH/include/scotch.h \
-a -r $FOAM_EXT_LIBBIN/libscotch.so \

View File

@ -1,4 +1,4 @@
/* NOTE: make any changes to this file in etc/wmakeFiles/ */
/* NOTE: make any changes to this file in etc/makeFiles/ */
libadf/ADF_interface.c
libadf/ADF_internals.c

View File

@ -0,0 +1,3 @@
/* NOTE: make any changes to this file in etc/makeFiles/ */
/* EXE_INC = */

View File

@ -417,7 +417,7 @@ downloadFile()
#
# Copy Make/{files,options} from etc/wmakeFiles/PACKAGE
# Copy Make/{files,options} from etc/makeFiles/PACKAGE
#
# $1 = PACKAGE
# $2 = TARGET DIRECTORY (optional)
@ -432,7 +432,7 @@ cpMakeFiles()
local dst="${2:-.}"
echo "cpMakeFiles" $pkg $dst
wmakeFiles=$WM_THIRD_PARTY_DIR/etc/wmakeFiles/$pkg
wmakeFiles=$WM_THIRD_PARTY_DIR/etc/makeFiles/$pkg
for i in $(cd $wmakeFiles && find . -type f)
do

View File

@ -1,3 +0,0 @@
/* NOTE: make any changes to this file in etc/wmakeFiles/ */
/* EXE_INC = */