From d7bccc73c61de8be73c71c4447b9a007ffb80834 Mon Sep 17 00:00:00 2001 From: Arch Librarian Date: Mon, 20 Sep 2004 16:50:48 +0000 Subject: Autoconf stuff Author: jgg Date: 1998-07-13 05:05:51 GMT Autoconf stuff --- buildlib/environment.mak.in | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 buildlib/environment.mak.in (limited to 'buildlib/environment.mak.in') 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@ -- cgit v1.2.3