File:  [Public] / Amaya / Options.in
Revision 1.38: download - view: text, annotated - select for diffs
Mon Jun 14 09:04:37 2004 UTC (19 years, 11 months ago) by gully
Branches: MAIN
CVS tags: HEAD, Amaya-8-6
+ Separate freetype, xft, stdc++ libraries from OPENGL flags
+ Add support of Mesa (OpenGL) librarie : auto-compilation + auto-configuration with wxWidgets and Amaya.

To compile with Mesa:
1. download mesa (http://www.mesa3d.org)
2. untar at same place as libwww
3. make a symbolic link from 'Mesa-X.X' to 'Mesa'. ex: "ln -s Mesa-6.0.1 Mesa"
4. lauch the configure with --with-mesa option :

- to use system OpenGL and gtk (--with-gtk is enable by default) :
../configure --with-gtk --with-gl
- to use Mesa and gtk version (--with-gtk is enable by default) :
../configure --with-gtk --with-mesa
- to use mesa and wxWidgets version (--with-mesa is enable by default when compiling wxWidgets) :
../configure --with-wx --with-mesa
- to use system OpenGL library and wxWidgets :
../configure --with-wx --with-gl

Notice : it's necessary to delete your 'Option' file (or merge it with the new Option.orig)

S. GULLY

#
# User's configurable option
# Generated from Options.in
#
# Increase the Version number each time one entry is added
# Version : 1.8
#

SHELL	= /bin/sh

CC	= @CC@
CFLAGS	= @CFLAGS@
CXX	= @CXX@
CXXFLAGS= @CXXFLAGS@
CPP     = @CPP@
LD	= @CXX@
LDFLAGS	= @LDFLAGS@
CP	= @CP@
MV	= @MV@
RM	= @RM@ -f
LN_S	= @LN_S@
MKDIR	= @MKDIR@
ECHO	= @ECHO@
SED	= @SED@
AR	= @AR@ rc
RANLIB	= @RANLIB@
DIFF	= @DIFF@
INSTALL	= @INSTALL@

INSTALL_DATA= $(INSTALL) -m 444
INSTALL_BIN= $(INSTALL) -m 755

CEXTRACT_FLAGS=@CEXTRACT_FLAGS@

THOT_OPTIONS=@THOT_OPTIONS@
AMAYA_OPTIONS=@AMAYA_OPTIONS@
PLUGIN_OPTIONS=@PLUGIN_OPTIONS@
AMAYA_ANNOT_OPTIONS=@AMAYA_ANNOT_OPTIONS@
AMAYA_ANNOT_INCLUDES=@AMAYA_ANNOT_INCLUDES@
AMAYA_ANNOT_EXTRA_LIBS=@AMAYA_ANNOT_EXTRA_LIBS@

IMGLIBS=@IMGLIBS@
EXTRA_LIBS=@EXTRA_LIBS@
EXTRA_INCLUDES=@EXTRA_INCLUDES@

EXPAT_INCLUDES=
EXPAT_LIBRARIES=
EXPAT_OPTIONS=-DXML_DTD -DXML_NS

# GUI libraries

GTK_INCLUDES=@GTK_INCLUDES@
GTK_LIBRARIES=@GTK_LIBRARIES@

WX_INCLUDES=@WX_INCLUDES@
WX_LIBRARIES=@WX_LIBRARIES@

GUI_INCLUDES=$(GTK_INCLUDES) $(WX_INCLUDES)

# OpenGL libraries

GTK_GL_INCLUDES=@GTK_GL_INCLUDES@
GTK_GL_LIBRARIES=@GTK_GL_LIBRARIES@

FREETYPE_INCLUDES=@FREETYPE_INCLUDES@
FREETYPE_LIBRARIES=@FREETYPE_LIBRARIES@

XFT_INCLUDES=@XFT_INCLUDES@
XFT_LIBRARIES=@XFT_LIBRARIES@

STDCPP_INCLUDES=@STDCPP_INCLUDES@
STDCPP_LIBRARIES=@STDCPP_LIBRARIES@

GL_INCLUDES=@GL_INCLUDES@
GL_LIBRARIES=@GL_LIBRARIES@


PRINTIFNOTGL=@PRINTIFNOTGL@

LIBWWW=libwww




Webmaster