diff options
author | Arch Librarian <arch@canonical.com> | 2004-09-20 16:50:48 +0000 |
---|---|---|
committer | Arch Librarian <arch@canonical.com> | 2004-09-20 16:50:48 +0000 |
commit | d7bccc73c61de8be73c71c4447b9a007ffb80834 (patch) | |
tree | 770f0b529992a4ae85fcbffcdf02175dda2d7c76 /buildlib/environment.mak.in | |
parent | ac96654175265aacb34f3660d35667d26feba138 (diff) |
Autoconf stuff
Author: jgg
Date: 1998-07-13 05:05:51 GMT
Autoconf stuff
Diffstat (limited to 'buildlib/environment.mak.in')
-rw-r--r-- | buildlib/environment.mak.in | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/buildlib/environment.mak.in b/buildlib/environment.mak.in new file mode 100644 index 000000000..cbc4ca0bb --- /dev/null +++ b/buildlib/environment.mak.in @@ -0,0 +1,25 @@ +# 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@ +CXX = @CXX@ +CXXFLAGS+= @CXXFLAGS@ @X_CFLAGS@ + +# Linker stuff +PICFLAGS+= -fPIC -DPIC +LFLAGS+= @LDFLAGS@ +XLIBS:=@X_LIBS@ @X_PRE_LIBS@ @X_EXTRA_LIBS@ + +# Dep generation - this only works for gnu stuff +INLINEDEPFLAG = -MD + +# Debian doc stuff +DEBIANDOC_HTML = @DEBIANDOC_HTML@ +DEBIANDOC_TEXT = @DEBIANDOC_TEXT@ + +# Various library checks +X11LIB = @X11LIB@ +GPMLIB = @GPMLIB@ +SLANGLIB = @SLANGLIB@ |