File: globalmakeflags.in

package info (click to toggle)
console-apt 0.7.7.2potato2
  • links: PTS
  • area: main
  • in suites: potato
  • size: 612 kB
  • ctags: 658
  • sloc: cpp: 6,883; sh: 152; makefile: 47
file content (33 lines) | stat: -rw-r--r-- 756 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
31
32
33
# This file contains everything that autoconf guessed for your system.
# if you want you can edit it, just don't re-run configure.

# C++ compiler options
CC            = @CC@
CPPFLAGS     += @CPPFLAGS@ @DEFS@ -D_REENTRANT
CXX           = @CXX@
CXXFLAGS     += @CXXFLAGS@

# Linker stuff
PICFLAGS     += -fPIC -DPIC
LFLAGS       += @LDFLAGS@
LEFLAGS      += 

# Dep generation - this only works for gnu stuff
INLINEDEPFLAG = -MD

# Various library checks
GPMLIB        = @GPMLIB@
APTPKGLIB     = @APTPKGLIB@
CURSESLIB     = @CURSESLIB@

# Shared library things
HOST_OS       = @host_os@

ifeq ($(HOST_OS),linux-gnu)
   SONAME_MAGIC=-Wl,-soname -Wl,
   LFLAGS_SO=
else   
   # Do not know how to creat shared libraries here.
   ONLYSTATICLIBS = yes
endif