1
2# Additional flags to pass to the preprocessor
3ADDITIONAL_CPPFLAGS +=
4
5# Additional flags to pass to the Objective-C compiler
6ADDITIONAL_OBJCFLAGS += -Wall
7
8# Additional flags to pass to the C compiler
9ADDITIONAL_CFLAGS += -Wall
10
11# Additional include directories the compiler should search
12ADDITIONAL_INCLUDE_DIRS +=
13
14# Additional LDFLAGS to pass to the linker
15ADDITIONAL_LDFLAGS +=
16
17# Additional library directories the linker should search
18ADDITIONAL_LIB_DIRS +=
19
20
21ADDITIONAL_TOOL_LIBS +=
22
23#
24# Flags dealing with installing and uninstalling
25#
26
27# Additional directories to be created during installation
28ADDITIONAL_INSTALL_DIRS +=
29
30