]> git.saurik.com Git - apt.git/blame_incremental - buildlib/environment.mak.in
Sync
[apt.git] / buildlib / environment.mak.in
... / ...
CommitLineData
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
5CC = @CC@
6CPPFLAGS+= @CPPFLAGS@ @DEFS@ -D_REENTRANT
7CXX = @CXX@
8CXXFLAGS+= @CXXFLAGS@ @X_CFLAGS@
9
10# Linker stuff
11PICFLAGS+= -fPIC -DPIC
12LFLAGS+= @LDFLAGS@
13XLIBS:=@X_LIBS@ @X_PRE_LIBS@ @X11LIB@ @X_EXTRA_LIBS@
14
15# Dep generation - this only works for gnu stuff
16INLINEDEPFLAG = -MD
17
18# Debian doc stuff
19DEBIANDOC_HTML = @DEBIANDOC_HTML@
20DEBIANDOC_TEXT = @DEBIANDOC_TEXT@
21
22# Various library checks
23X11LIB = @X11LIB@
24GPMLIB = @GPMLIB@
25SLANGLIB = @SLANGLIB@
26XPMLIB = @XPMLIB@