aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorlecoanet2001-11-29 10:30:01 +0000
committerlecoanet2001-11-29 10:30:01 +0000
commit00024b483dc6f7df9115587a1b6e008cf2942188 (patch)
tree0512847248b139d3534240ccbe1861e7882efb13 /Makefile.in
parent296ce5b1882c75a3d17686425e8d288ab3110a0d (diff)
downloadtkzinc-00024b483dc6f7df9115587a1b6e008cf2942188.zip
tkzinc-00024b483dc6f7df9115587a1b6e008cf2942188.tar.gz
tkzinc-00024b483dc6f7df9115587a1b6e008cf2942188.tar.bz2
tkzinc-00024b483dc6f7df9115587a1b6e008cf2942188.tar.xz
*** empty log message ***
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in14
1 files changed, 8 insertions, 6 deletions
diff --git a/Makefile.in b/Makefile.in
index 1029bc6..4873fed 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -83,16 +83,18 @@ GLX=-lgle -lGLU -lGL
#
# Recognized compilation time flags are :
#
-# PROFILE ask for profile support
-# OM include code for internal overlap manager
-# GLX include code that need GL support.
-# SHAPE include code for reshaping windows.
-# GPC include code for composing polygons.
+# PROFILE ask for profile support
+# OM include code for internal overlap manager
+# GLX include code that need GL support.
+# GLX_PRINT_CONFIG display the detected hardware capabilities
+# GLX_DAMAGE redraw only modified areas
+# SHAPE include code for reshaping windows.
+# GPC include code for composing polygons.
#
ifeq ($(strip $(GPC)),'')
DFLAGS = -DOM -DSHAPE
else
-DFLAGS= -DOM -DSHAPE -DGPC -DGLX
+DFLAGS= -DOM -DSHAPE -DGPC -DGLX -DGLX_DAMAGE
#DFLAGS= -DOM -DSHAPE -DGPC
endif
#DFLAGS = -DTCL_MEM_DEBUG