File: GNUmakefile.preamble

package info (click to toggle)
adun.app 0.81-13
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 16,600 kB
  • sloc: objc: 70,912; ansic: 6,662; yacc: 394; python: 75; cpp: 36; makefile: 33; xml: 15; awk: 3
file content (32 lines) | stat: -rwxr-xr-x 1,124 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
#
# GNUmakefile.preamble - Generated by ProjectCenter
# The MAKELEVEL 3 conditions are necessary to make Adun build in one pass
# i.e. if all the libraries are not installed the linker cant find libraries libULFramework links against
# (moltalk, AdunKernel, adunbase) so we must included them explicitly
#

# Additional flags to pass to the preprocessor
ADDITIONAL_CPPFLAGS += 

# Additional flags to pass to Objective C compiler
ADDITIONAL_OBJCFLAGS += 

# Additional flags to pass to C compiler
ADDITIONAL_CFLAGS += 

# Additional flags to pass to the linker
ADDITIONAL_LDFLAGS +=  

# Additional include directories the compiler should search
ifeq ($(MAKELEVEL),3)
ADDITIONAL_INCLUDE_DIRS += -I$(ADUN_SOURCE_DIR) -I$(ADUN_SOURCE_DIR)/Kernel/AdunKernel/Headers -I$(ADUN_SOURCE_DIR)/Kernel
endif

ADDITIONAL_INCLUDE_DIRS += -I../

# Additional library directories the linker should search
ifeq ($(MAKELEVEL),3)
ADDITIONAL_LIB_DIRS += -L$(ADUN_SOURCE_DIR)/MolTalk/MolTalk.framework/Versions/Current \
-L$(ADUN_SOURCE_DIR)/Kernel/AdunKernel/AdunKernel.framework/Versions/Current/ \
-L$(ADUN_SOURCE_DIR)/Kernel/Base/obj
endif