1diff -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
4@@ -0,0 +1,63 @@
5+# LablGL and Togl configuration file
6+#
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
9+#
10+
11+##### Adjust these always
12+
13+# Uncomment if you have the fast ".opt" compilers
14+#CAMLC = ocamlc.opt
15+#CAMLOPT = ocamlopt.opt
16+
17+# Where to put the lablgl script
18+BINDIR = @BINDIR@
19+
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
24+
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
30+
31+# Where to find OpenGL/Mesa/Glut headers and libraries
32+GLINCLUDES =
33+GLLIBS = -lGL -lGLU
34+GLUTLIBS = -lglut
35+# The following libraries may be required (try to add them one at a time)
36+#GLLIBS = -lGL -lGLU -lXmu -lXext -lXi -lcipher -lpthread
37+
38+# How to index a library after installing (ranlib required on MacOSX)
39+RANLIB = :
40+#RANLIB = ranlib
41+
42+##### Uncomment these for windows
43+#TKLIBS = tk83.lib tcl83.lib gdi32.lib user32.lib
44+#GLLIBS = opengl32.lib glu32.lib
45+#TOOLCHAIN = msvc
46+#XA = .lib
47+#XB = .bat
48+#XE = .exe
49+#XO = .obj
50+#XS = .dll
51+
52+##### Adjust these if non standard
53+
54+# The Objective Caml library directory
55+#LIBDIR = `ocamlc -where`
56+
57+# Where to put dlls (if dynamic loading available)
58+DLLDIR = @DLLDIR@
59+
60+# Where to put LablGL (standard)
61+INSTALLDIR = @INSTALLDIR@
62+
63+# Where is Togl (default)
64+#TOGLDIR = Togl
65+
66+# C Compiler options
67+#COPTS = -c -O