]> git.saurik.com Git - apt.git/blob - buildlib/environment.mak.in
Fixed segfault in re-install/upgrade condition
[apt.git] / buildlib / environment.mak.in
1 # This file contains everything that autoconf guessed for your system.
2 # if you want you can edit it, just don't re-run configure.
3
4 # C++ compiler options
5 CC = @CC@
6 CPPFLAGS+= @CPPFLAGS@ @DEFS@ -D_REENTRANT
7 CXX = @CXX@
8 CXXFLAGS+= @CXXFLAGS@ @X_CFLAGS@
9
10 # Linker stuff
11 PICFLAGS+= -fPIC -DPIC
12 LFLAGS+= @LDFLAGS@
13 LEFLAGS+=
14 XLIBS:=@X_LIBS@ @X_PRE_LIBS@ @X11LIB@ @X_EXTRA_LIBS@
15
16 # Dep generation - this only works for gnu stuff
17 INLINEDEPFLAG = -MD
18
19 # Debian doc stuff
20 DEBIANDOC_HTML = @DEBIANDOC_HTML@
21 DEBIANDOC_TEXT = @DEBIANDOC_TEXT@
22
23 # YODL for the man pages
24 YODL_MAN = @YODL_MAN@
25
26 # Various library checks
27 X11LIB = @X11LIB@
28 GPMLIB = @GPMLIB@
29 SLANGLIB = @SLANGLIB@
30 XPMLIB = @XPMLIB@
31 PTHREADLIB = @PTHREADLIB@