2014-07-02 6 views

ответ

1

Мне пришлось изучить про makefile. и обнаружили:

cflags - this is used to set environment variable and configuration option for C compiler 
ldflag - flag for ld linker 

Есть и другие флаги, как показано ниже:

ARFLAGS - for ar achiver 
ASFLAGS - for as assembler 
CXXFLAGS - for c++ compiler 
COFLAGS - for co utility 
CPPFLAGS - for C preprocessor 
FFLAGS - for Fortran compiler 
LFLAGS - for lex 
PFLAGS - for Pascal compiler 
YFLAGS - for yacc