Subversion Repositories Kolibri OS

Rev

Rev 4930 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4930 Rev 5022
Line 32... Line 32...
32
RANLIB=:
32
RANLIB=:
33
STRIP=kos32-strip
33
STRIP=kos32-strip
34
CP=cp -p
34
CP=cp -p
35
LN_S=ln -s -f
35
LN_S=ln -s -f
36
CPPFLAGS= -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=32 -D_LARGEFILE_SOURCE -U__STRICT_ANSI__
36
CPPFLAGS= -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=32 -D_LARGEFILE_SOURCE -U__STRICT_ANSI__
37
CFLAGS=  -I../newlib/libc/include -I../zlib -U_Win32 -U_WIN32 -U__MINGW32__ -std=c99 -fomit-frame-pointer -Wdeclaration-after-statement -Wall -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wno-pointer-to-int-cast -Wstrict-prototypes -O2 -fno-math-errno -fno-signed-zeros -fno-tree-vectorize -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -Werror=vla
37
CFLAGS=  -I../newlib/libc/include -I../zlib -U_Win32 -U_WIN32 -U__MINGW32__ -std=c99 -fno-ident -fomit-frame-pointer -Wdeclaration-after-statement -Wall -Wno-parentheses -Wno-switch -Wno-format-zero-length -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wno-pointer-sign -Wwrite-strings -Wtype-limits -Wundef -Wmissing-prototypes -Wno-pointer-to-int-cast -Wstrict-prototypes -O2 -fno-math-errno -fno-signed-zeros -fno-tree-vectorize -Werror=implicit-function-declaration -Werror=missing-prototypes -Werror=return-type -Werror=vla
38
CXXFLAGS=  -D__STDC_CONSTANT_MACROS
38
CXXFLAGS=  -D__STDC_CONSTANT_MACROS
39
ASFLAGS=  -I../newlib/libc/include -U_Win32 -U_WIN32 -U__MINGW32__
39
ASFLAGS=  -I../newlib/libc/include -U_Win32 -U_WIN32 -U__MINGW32__
40
AS_C=-c
40
AS_C=-c
41
AS_O=-o $@
41
AS_O=-o $@
42
CC_C=-c
42
CC_C=-c