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/linuxIA64Icc/c

17 lines
355 B
Text
Raw Normal View History

2010-08-24 15:19:39 +00:00
.SUFFIXES: .c .h
cWARN =
2010-08-24 15:19:39 +00:00
cc = icc
include $(RULES)/c$(WM_COMPILE_OPTION)
cFLAGS = $(GFLAGS) $(cWARN) $(cOPT) $(cDBUG) $(LIB_HEADER_DIRS) -fPIC
ctoo = $(WM_SCHEDULER) $(cc) $(cFLAGS) -c $$SOURCE -o $@
LINK_LIBS = $(cDBUG) -L$(IA32ROOT)/lib
LINKLIBSO = $(cc) -i_dynamic
LINKEXE = $(cc) -Xlinker -z -Xlinker nodefs