1# Additional flags to pass to the preprocessor
2# ADDITIONAL_CPPFLAGS +=
3
4# Additional flags to pass to the Objective-C compiler
5ADDITIONAL_OBJCFLAGS += -Wall
6
7# Additional flags to pass to the C compiler
8ADDITIONAL_CFLAGS += -Wall
9
10# Additional include directories the compiler should search
11ADDITIONAL_INCLUDE_DIRS += -I../ -I../../../SQLite -I../../../DBKit
12
13ADDITIONAL_LIB_DIRS += -L../../../SQLite/$(GNUSTEP_OBJ_DIR)
14ADDITIONAL_LIB_DIRS += -L../../../DBKit/$(GNUSTEP_OBJ_DIR)
15
16# Additional LDFLAGS to pass to the linker
17# ADDITIONAL_LDFLAGS +=
18
19# ADDITIONAL_TOOL_LIBS +=
20
21