This repository has been archived on 2023-11-20. You can view files and clone it, but cannot push or open issues or pull requests.
foam-extend4.1-coherent-io/wmake/rules/darwinIntel/c
Bernhard F.W. Gschaider 9d39b30c49 Align the different Darwin architectures. Add stub-file about untested
--HG--
branch : macMerge
rename : wmake/rules/darwinIntel64/X => wmake/rules/darwinIntel/X
rename : wmake/rules/darwinIntel64/c => wmake/rules/darwinIntel/c
rename : wmake/rules/darwinIntel64/c++ => wmake/rules/darwinIntel/c++
rename : wmake/rules/darwinIntel64/c++Debug => wmake/rules/darwinIntel/c++Debug
rename : wmake/rules/darwinIntel64/c++Opt => wmake/rules/darwinIntel/c++Opt
rename : wmake/rules/darwinIntel64/c++Prof => wmake/rules/darwinIntel/c++Prof
rename : wmake/rules/darwinIntel64/cDebug => wmake/rules/darwinIntel/cDebug
rename : wmake/rules/darwinIntel64/cOpt => wmake/rules/darwinIntel/cOpt
rename : wmake/rules/darwinIntel64/cProf => wmake/rules/darwinIntel/cProf
rename : wmake/rules/darwinIntel64/general => wmake/rules/darwinIntel/general
rename : wmake/rules/darwinIntel64/mplib => wmake/rules/darwinIntel/mplib
rename : wmake/rules/darwinIntel64/mplibOPENMPI => wmake/rules/darwinIntel/mplibOPENMPI
rename : wmake/rules/darwinIntel64/mplibSYSTEMOPENMPI => wmake/rules/darwinIntel/mplibSYSTEMOPENMPI
2010-10-06 00:18:13 +02:00

16 lines
405 B
Text

.SUFFIXES: .c .h
cWARN = -Wall
cc = gcc $(WM_CXXFLAGS)
include $(RULES)/c$(WM_COMPILE_OPTION)
cFLAGS = $(GFLAGS) $(cWARN) $(cOPT) $(cDBUG) $(LIB_HEADER_DIRS) -fPIC -Ddarwin
ctoo = $(WM_SCHEDULER) $(cc) $(cFLAGS) -c $$SOURCE -o $@
LINK_LIBS = $(cDBUG)
LINKLIBSO = $(cc) -dynamiclib -flat_namespace -undefined suppress
LINKEXE = $(cc) -Xlinker -z -Xlinker nodefs