File: GNUmakefile.preamble

package info (click to toggle)
mpdcon.app 1.5.1-0.2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 820 kB
  • sloc: objc: 4,941; makefile: 25
file content (30 lines) | stat: -rw-r--r-- 719 bytes parent folder | download
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
#
# GNUmakefile.preamble - Generated by ProjectCenter
#

ifeq (yes,$(need-libbsd))
LIBBSD_CPPFLAGS = -DNEED_BSD_H=yes
LIBBSD_LDFLAGS = -lbsd
endif

# Additional flags to pass to the preprocessor
ADDITIONAL_CPPFLAGS +=  ${LIBBSD_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_GUI_LIBS += -lmpdclient -lSQLClient ${LIBBSD_LDFLAGS}

# Additional include directories the compiler should search
ADDITIONAL_INCLUDE_DIRS += 

# Additional library directories the linker should search
ADDITIONAL_LIB_DIRS += 

# Additional GUI libraries to link
ADDITIONAL_GUI_LIBS +=