]> err.no Git - sope/blob - gnustep-make/GNUmakefile.preamble
Drop apache 1 build-dependency
[sope] / gnustep-make / GNUmakefile.preamble
1 #
2 #   GNUmakefile.preamble
3 #
4 #   Project specific makefile variables, and additional
5 #
6 #   Do not put any GNUmakefile rules in this file, instead they should
7 #   be put into GNUmakefile.postamble.
8 #
9
10 #
11 # Flags dealing with compiling and linking
12 #
13
14 # Additional flags to pass to the preprocessor
15 ADDITIONAL_CPPFLAGS += 
16
17 # Additional flags to pass to the Objective-C compiler
18 ADDITIONAL_OBJCFLAGS += 
19
20 # Additional flags to pass to the C compiler
21 ADDITIONAL_CFLAGS += 
22
23 # Additional LDFLAGS to pass to the linker
24 ADDITIONAL_LDFLAGS += 
25
26 # Additional include directories the compiler should search
27 ADDITIONAL_INCLUDE_DIRS +=
28
29 # Additional library directories the linker should search
30 ADDITIONAL_LIB_DIRS += 
31
32 # Additional libraries when linking Objective-C programs
33 ADDITIONAL_OBJC_LIBS +=
34
35 # Additional libraries when linking tools
36 ADDITIONAL_TOOL_LIBS +=
37
38 # Additional libraries when linking applications
39 ADDITIONAL_GUI_LIBS +=
40
41 # Libraries that a shared library depends upon
42 LIBRARIES_DEPEND_UPON +=
43
44 #
45 # Flags dealing with installing and uninstalling
46 #
47
48 # Additional directories to be created during installation
49 ADDITIONAL_INSTALL_DIRS +=
50