Make WvStreams compile with gcc 4.4.
[wvstreams.git] / config.defaults.mk
blob9f748bd58d31bfd1f9606859bdc32a3b17bca1d3
1 COMPILER_STANDARD=posix
2 EXEEXT=
3 INSTALL=/usr/bin/install -c
4 INSTALL_DATA=${INSTALL} -m 644
5 INSTALL_PROGRAM=${INSTALL}
6 INSTALL_SCRIPT=${INSTALL}
7 LN_S=ln -s
8 LN=ln
9 MOC=/usr/bin/moc
11 LIBS_DBUS=-ldbus-1
12 LIBS_QT=-lqt-mt
13 LIBS_PAM=-lpam
14 LIBS_TCL=
16 prefix=/usr/local
17 datadir=${prefix}/share
18 includedir=${prefix}/include
19 infodir=${prefix}/share/info
20 localstatedir=${prefix}/var
21 mandir=${prefix}/share/man
22 sharedstatedir=${prefix}/com
23 sysconfdir=${prefix}/etc
25 exec_prefix=${prefix}
26 bindir=${exec_prefix}/bin
27 libdir=${exec_prefix}/lib
28 libexecdir=${exec_prefix}/libexec
29 sbindir=${exec_prefix}/sbin
31 enable_debug=yes
32 enable_optimization=no
33 enable_resolver_fork=
34 enable_warnings=
35 enable_testgui=
37 with_dbus=
38 with_openssl=../wvports/openssl/build/openssl
39 with_pam=
40 with_tcl=no
41 with_readline=no
42 with_qt=/usr
43 with_xplc=../wvports/xplc/build/xplc
44 with_zlib=