1 diff -Naur lablGL.ori/Makefile.config lablGL/Makefile.config
2 --- lablGL.ori/Makefile.config 1970-01-01 01:00:00.000000000 +0100
3 +++ lablGL/Makefile.config 2013-06-02 08:13:10.000000000 +0200
5 +# LablGL and Togl configuration file
7 +# Please have a look at the config/Makefile in the Objective Caml distribution,
8 +# or at the labltklink script to get the information needed here
11 +##### Adjust these always
13 +# Uncomment if you have the fast ".opt" compilers
15 +#CAMLOPT = ocamlopt.opt
17 +# Where to put the lablgl script
20 +# Where to find X headers
21 +XINCLUDES = @XINCLUDES@
22 +# X libs (for broken RTLD_GLOBAL: e.g. FreeBSD 4.0)
23 +#XLIBS = -L/usr/X11R6/lib -lXext -lXmu -lX11 -lXi
25 +# Where to find Tcl/Tk headers
26 +# This must the same version as for LablTk
27 +TKINCLUDES = @TKINCLUDES@
28 +# Tcl/Tk libs (for broken RTLD_GLOBAL: e.g. FreeBSD 4.0)
29 +#TKLIBS = -L/usr/local/lib -ltk84 -ltcl84
31 +# Where to find OpenGL/Mesa/Glut headers and libraries
35 +# The following libraries may be required (try to add them one at a time)
36 +#GLLIBS = -lGL -lGLU -lXmu -lXext -lXi -lcipher -lpthread
38 +# How to index a library after installing (ranlib required on MacOSX)
42 +##### Uncomment these for windows
43 +#TKLIBS = tk83.lib tcl83.lib gdi32.lib user32.lib
44 +#GLLIBS = opengl32.lib glu32.lib
52 +##### Adjust these if non standard
54 +# The Objective Caml library directory
55 +#LIBDIR = `ocamlc -where`
57 +# Where to put dlls (if dynamic loading available)
60 +# Where to put LablGL (standard)
61 +INSTALLDIR = @INSTALLDIR@
63 +# Where is Togl (default)