- additional cgal-headers-only rules (future use) COMP: add -lgmp for CGAL with mpfr linkage
16 lines
393 B
Plaintext
16 lines
393 B
Plaintext
# Fujitsu compiler - a clang variant
|
|
include $(GENERAL_RULES)/Clang/c
|
|
|
|
cc = fcc
|
|
|
|
cARCH =
|
|
|
|
# Compile option is non-mandatory, but must be non-empty
|
|
sinclude $(DEFAULT_RULES)/c$(WM_COMPILE_OPTION)
|
|
|
|
cFLAGS = $(cARCH) $(GFLAGS) $(cWARN) $(cOPT) $(cDBUG) $(LIB_HEADER_DIRS) -fPIC
|
|
|
|
ctoo = $(WM_SCHEDULER) $(cc) $(cFLAGS) -c $< -o $@
|
|
|
|
include $(GENERAL_RULES)/Clang/link-c
|