From 2280912b82e8df5b642e3cc69d8a5d85e7eb4818 Mon Sep 17 00:00:00 2001 From: lecoanet Date: Tue, 22 Jan 2002 10:45:49 +0000 Subject: Suppression de gle. Ajout de l'item Triangles. Correction du path pour trouver libptkzinc. --- Makefile.in | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'Makefile.in') diff --git a/Makefile.in b/Makefile.in index 4873fed..fe02340 100644 --- a/Makefile.in +++ b/Makefile.in @@ -77,7 +77,7 @@ GPC=libgpc.so # # Define this to use OpenGL # -GLX=-lgle -lGLU -lGL +GLX=-lGLU -lGL #GLX= # @@ -94,7 +94,7 @@ GLX=-lgle -lGLU -lGL ifeq ($(strip $(GPC)),'') DFLAGS = -DOM -DSHAPE else -DFLAGS= -DOM -DSHAPE -DGPC -DGLX -DGLX_DAMAGE +DFLAGS= -DOM -DSHAPE -DGPC -DGLX -DGLX_DAMAGE -DGLX_PRINT_CONFIG #DFLAGS= -DOM -DSHAPE -DGPC endif #DFLAGS = -DTCL_MEM_DEBUG @@ -109,7 +109,7 @@ TODO=Mosaic.c cfiles = Track.c Tabular.c Reticle.c Map.c Rectangle.c Arc.c Curve.c \ Bezier.c Item.c PostScript.c MapInfo.c Attrs.c Draw.c Geo.c List.c \ perfos.c version.c Transfo.c Group.c Icon.c Text.c Image.c Color.c \ - Window.c + Triangles.c Window.c tkcfiles = tkZinc.c omcfiles = OverlapMan.c hfiles = MapInfo.h List.h perfos.h patchlvl.h Types.h Transfo.h \ @@ -152,9 +152,9 @@ ptk/%.g: %.c bdftopcf $*.bdf >$*.pcf ptkzinc: libptkzinc$(ZINC_VER).$(ZINC_MAJOR).so Perl/Makefile_nodebug - (cd Perl; make "LD_RUN_PATH=@X_LIBS@") + (cd Perl; make "LD_RUN_PATH=@X_LIBS@ -L/usr/lib") ptkzinc_debug: libptkzinc_debug$(ZINC_VER).$(ZINC_MAJOR).so Perl/Makefile_debug - (cd Perl; make "LD_RUN_PATH=@X_LIBS@") + (cd Perl; make "LD_RUN_PATH=@X_LIBS@ -L/usr/lib") testptk: ptkzinc (cd Perl; make test "FULLPERL=PERL_DL_NONLAZY=0 perl") Perl/Makefile_nodebug: -- cgit v1.1