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 += -I..
13
14# Additional LDFLAGS to pass to the linker
15ADDITIONAL_LDFLAGS +=
16
17ADDITIONAL_TOOL_LIBS +=
18
19#
20# Flags dealing with installing and uninstalling
21#
22
23# Additional directories to be created during installation
24ADDITIONAL_INSTALL_DIRS +=
25
26