mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
update to openmpi-1.3.2, prepare for newly released gcc-4.4
- added rules for gcc-4.3 in preparation for switching to gcc-4.4 - added 'clean' target for wmake/src/Makefile It is probably reasonable to separate the binaries from the rules (TODO)
This commit is contained in:
@ -29,7 +29,9 @@
|
||||
# Makefile used to compile wmake utilities.
|
||||
#
|
||||
#------------------------------------------------------------------------------
|
||||
# Set shell the Makefile uses to the Bourne shell
|
||||
|
||||
#------------------------------------------------------------------------------
|
||||
# The Makefile use a POSIX shell
|
||||
#------------------------------------------------------------------------------
|
||||
|
||||
SHELL = /bin/sh
|
||||
@ -45,6 +47,10 @@ RULES_DIR = $(WM_DIR)/rules/$(WM_ARCH)$(WM_COMPILER)
|
||||
|
||||
all: $(RULES_DIR)/dirToString $(RULES_DIR)/wmkdep
|
||||
|
||||
clean:
|
||||
rm -f $(RULES_DIR)/dirToString $(RULES_DIR)/wmkdep 2>/dev/null
|
||||
|
||||
|
||||
$(RULES_DIR)/dirToString: dirToString.c
|
||||
$(cc) $(cFLAGS) dirToString.c -o $(RULES_DIR)/dirToString
|
||||
|
||||
|
||||
Reference in New Issue
Block a user