Limbo
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
FindCompiler.mk File Reference

find compiler under various platform, determine CXX, CC, FC, AR More...

Go to the source code of this file.

Detailed Description

find compiler under various platform, determine CXX, CC, FC, AR

Use following command in the Makefile to view the results

$(info Compilers: CC = $(CC), CXX = $(CXX), FC = $(FC), AR = $(AR))
Author
Yibo Lin
Date
Jan 2017
Parameters
LIMBO_DIR,LIMBO_ROOT_DIRgiven LIMBO_DIR or LIMBO_ROOT_DIR
CC,CXX,FC,ARset CC as c compiler, CXX as c++ compiler, FC as fortran compiler, AR as archiver

Definition in file FindCompiler.mk.