aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlecoanet2001-10-12 07:23:31 +0000
committerlecoanet2001-10-12 07:23:31 +0000
commitd4132cc3f6c376d75010e4953ea3d4cb039b7ca9 (patch)
treef0431eac076f66623c77b200379b19b01f1bbed5
parent58a522ef73cc1e9bd2a96b7307389f13abdbe475 (diff)
downloadtkzinc-d4132cc3f6c376d75010e4953ea3d4cb039b7ca9.zip
tkzinc-d4132cc3f6c376d75010e4953ea3d4cb039b7ca9.tar.gz
tkzinc-d4132cc3f6c376d75010e4953ea3d4cb039b7ca9.tar.bz2
tkzinc-d4132cc3f6c376d75010e4953ea3d4cb039b7ca9.tar.xz
Remaniement pour GL
-rw-r--r--Makefile.in13
1 files changed, 6 insertions, 7 deletions
diff --git a/Makefile.in b/Makefile.in
index a09b3c0..07b88e5 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -81,16 +81,14 @@ ART=
#
# Define this to use OpenGL
#
-#GLX=-lGLU -lGL
-GLX=
+GLX=-lgle -lGLU -lGL
+#GLX=
#
# Recognized compilation time flags are :
#
# PROFILE ask for profile support
# OM include code for internal overlap manager
-# SHM include code that need shared memory support
-# LIBART include code that need the libart rendering lib
# GLX include code that need GL support.
# SHAPE include code for reshaping windows.
# GPC include code for composing polygons.
@@ -98,7 +96,8 @@ GLX=
ifeq ($(strip $(GPC)),'')
DFLAGS = -DOM -DSHAPE
else
-DFLAGS= -DOM -DSHAPE -DGPC -DSHM
+DFLAGS= -DOM -DSHAPE -DGPC -DGLX
+#DFLAGS= -DOM -DSHAPE -DGPC
endif
#DFLAGS = -DTCL_MEM_DEBUG
@@ -166,9 +165,9 @@ Perl/Makefile_debug:
(cd Perl; perl Makefile.PL ptkzinc$(ZINC_VER).$(ZINC_MAJOR)_debug $(PERLCONFIG))
libptkzinc$(ZINC_VER).$(ZINC_MAJOR).so: ptk $(ptkobjs) libom.so $(GPC)
- $(CC) $(SHARED_TK_LDFLAGS) -o $@ $(SHARED_TK_LIBS) -L. -lom $(GPC) $(ART) $(GLX) $(ptkobjs)
+ $(CC) $(SHARED_TK_LDFLAGS) -o $@ $(ptkobjs) $(SHARED_TK_LIBS) -L. -lom $(GPC) $(ART) $(GLX)
libptkzinc_debug$(ZINC_VER).$(ZINC_MAJOR).so: ptk $(ptkgobjs) libom_debug.so $(GPC)
- $(CC) $(SHARED_TK_LDFLAGS) -o $@ $(SHARED_TK_LIBS) -L. -lom_debug $(GPC) $(GLX) $(ART) $(ptkgobjs)
+ $(CC) $(SHARED_TK_LDFLAGS) -o $@ $(ptkgobjs) $(SHARED_TK_LIBS) -L. -lom_debug $(GPC) $(GLX) $(ART)
tkzinc: tkzinc$(ZINC_VER).$(ZINC_MAJOR).so
tkzinc$(ZINC_VER).$(ZINC_MAJOR).so: tk $(tkobjs) libom.so $(GPC)