mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
Merge branch 'master' of ssh://hunt//home/noisy3/OpenFOAM/OpenFOAM-dev
This commit is contained in:
@ -11,7 +11,7 @@ unset COMP_FLAGS LINK_FLAGS
|
|||||||
#
|
#
|
||||||
if [ -f /usr/include/sys/inotify.h -a "${1%USE_STAT}" = "$1" ]
|
if [ -f /usr/include/sys/inotify.h -a "${1%USE_STAT}" = "$1" ]
|
||||||
then
|
then
|
||||||
echo "Found <sys/inotify.h> -- using inotify for file monitoring."
|
echo "Found <sys/inotify.h> -- enabling inotify for file monitoring."
|
||||||
export COMP_FLAGS="-DFOAM_USE_INOTIFY"
|
export COMP_FLAGS="-DFOAM_USE_INOTIFY"
|
||||||
else
|
else
|
||||||
unset COMP_FLAGS
|
unset COMP_FLAGS
|
||||||
|
|||||||
@ -164,6 +164,8 @@ $(SEXE): $(OBJECTS)
|
|||||||
# define link statements for libraries
|
# define link statements for libraries
|
||||||
#------------------------------------------------------------------------------
|
#------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
objects: $(OBJECTS)
|
||||||
|
|
||||||
libso: $(LIB).$(SO)
|
libso: $(LIB).$(SO)
|
||||||
@echo \'$(LIB).$(SO)\' is up to date.
|
@echo \'$(LIB).$(SO)\' is up to date.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user