make variable

$(name) or${name}

CC

Program for compiling C programs, default 'CC'

CXX

Program for compiling C++ programs, default 'g++'

CPP

Program for running C preprocessor, default '$(CC) -E'

FC

Program for running Fortran compiler, default 'f77'

RM

Command to remove a file, default 'rm -f'

CFLAGS

Extra flags for the C compiler

CXXFLAGS

Extra flags for the C++ compiler

CPPFLAGS

Extra flags for the C++ compiler

CXXFLAGS

Extra flags for the C preprocessor

FFLAGS

Extra flags for the Fortran compiler

LDFLAGS

Extra flags for the linker

posted @ 2010-03-13 00:41  greencolor  阅读(180)  评论(0)    收藏  举报