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
11ADDITIONAL_INCLUDE_DIRS += -I.. -I../..
12
13ADDITIONAL_LIB_DIRS += -L../../FSNode.framework/Versions/Current/$(GNUSTEP_TARGET_LDIR)
14ADDITIONAL_LIB_DIRS += -L../../FSNode.framework
15
16# Additional LDFLAGS to pass to the linker
17ADDITIONAL_LDFLAGS +=
18
19ADDITIONAL_TOOL_LIBS +=
20
21#
22# Flags dealing with installing and uninstalling
23#
24
25# Additional directories to be created during installation
26ADDITIONAL_INSTALL_DIRS +=
27