mirror of
https://develop.openfoam.com/Development/ThirdParty-common.git
synced 2025-12-08 06:57:50 +00:00
STYLE: relocated etc/wmakeFiles as makeFiles
This commit is contained in:
2
Allwmake
2
Allwmake
@ -107,7 +107,7 @@ echo " $SCOTCH_ARCH_PATH"
|
|||||||
SCOTCH_SOURCE_DIR=$sourceBASE/$SCOTCH_VERSION
|
SCOTCH_SOURCE_DIR=$sourceBASE/$SCOTCH_VERSION
|
||||||
|
|
||||||
# Needs generalizing, but works fairly well
|
# 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 \
|
if [ -f $SCOTCH_ARCH_PATH/include/scotch.h \
|
||||||
-a -r $FOAM_EXT_LIBBIN/libscotch.so \
|
-a -r $FOAM_EXT_LIBBIN/libscotch.so \
|
||||||
|
|||||||
@ -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_interface.c
|
||||||
libadf/ADF_internals.c
|
libadf/ADF_internals.c
|
||||||
3
etc/makeFiles/libccmio/options
Normal file
3
etc/makeFiles/libccmio/options
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
/* NOTE: make any changes to this file in etc/makeFiles/ */
|
||||||
|
|
||||||
|
/* EXE_INC = */
|
||||||
@ -417,7 +417,7 @@ downloadFile()
|
|||||||
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# Copy Make/{files,options} from etc/wmakeFiles/PACKAGE
|
# Copy Make/{files,options} from etc/makeFiles/PACKAGE
|
||||||
#
|
#
|
||||||
# $1 = PACKAGE
|
# $1 = PACKAGE
|
||||||
# $2 = TARGET DIRECTORY (optional)
|
# $2 = TARGET DIRECTORY (optional)
|
||||||
@ -432,7 +432,7 @@ cpMakeFiles()
|
|||||||
local dst="${2:-.}"
|
local dst="${2:-.}"
|
||||||
echo "cpMakeFiles" $pkg $dst
|
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)
|
for i in $(cd $wmakeFiles && find . -type f)
|
||||||
do
|
do
|
||||||
|
|||||||
@ -1,3 +0,0 @@
|
|||||||
/* NOTE: make any changes to this file in etc/wmakeFiles/ */
|
|
||||||
|
|
||||||
/* EXE_INC = */
|
|
||||||
Reference in New Issue
Block a user