Module Name: src
Committed By: mrg
Date: Tue Jun 23 04:48:47 UTC 2009
Modified Files:
src/external/mit/xorg/lib/libglut: Makefile
Log Message:
fix the list of sources.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/external/mit/xorg/lib/libglut/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/external/mit/xorg/lib/libglut/Makefile
diff -u src/external/mit/xorg/lib/libglut/Makefile:1.2 src/external/mit/xorg/lib/libglut/Makefile:1.3
--- src/external/mit/xorg/lib/libglut/Makefile:1.2 Thu Jun 11 05:10:50 2009
+++ src/external/mit/xorg/lib/libglut/Makefile Tue Jun 23 04:48:47 2009
@@ -1,20 +1,59 @@
-# $NetBSD: Makefile,v 1.2 2009/06/11 05:10:50 mrg Exp $
+# $NetBSD: Makefile,v 1.3 2009/06/23 04:48:47 mrg Exp $
.include <bsd.own.mk>
LIB= glut
.PATH: ${X11SRCDIR.MesaGLUT}/src/glut/glx
-SRCS= glut_8x13.c glut_9x15.c glut_bitmap.c glut_bwidth.c glut_cindex.c \
- glut_cmap.c glut_cursor.c glut_dials.c glut_dstr.c glut_event.c \
- glut_ext.c glut_fcb.c glut_fullscrn.c glut_gamemode.c glut_get.c \
- glut_glxext.c glut_hel10.c glut_hel12.c glut_hel18.c glut_init.c \
- glut_input.c glut_joy.c glut_key.c glut_keyctrl.c glut_keyup.c \
- glut_menu.c glut_menu2.c glut_mesa.c glut_modifier.c glut_mroman.c \
- glut_overlay.c glut_roman.c glut_shapes.c glut_space.c glut_stroke.c \
- glut_swap.c glut_swidth.c glut_tablet.c glut_teapot.c glut_tr10.c \
- glut_tr24.c glut_util.c glut_vidresize.c glut_warp.c glut_win.c \
- glut_winmisc.c layerutil.c
+SRCS= \
+ glut_8x13.c \
+ glut_9x15.c \
+ glut_bitmap.c \
+ glut_bwidth.c \
+ glut_cindex.c \
+ glut_cmap.c \
+ glut_cursor.c \
+ glut_dials.c \
+ glut_dstr.c \
+ glut_event.c \
+ glut_ext.c \
+ glut_fcb.c \
+ glut_fullscrn.c \
+ glut_gamemode.c \
+ glut_get.c \
+ glut_glxext.c \
+ glut_hel10.c \
+ glut_hel12.c \
+ glut_hel18.c \
+ glut_init.c \
+ glut_input.c \
+ glut_joy.c \
+ glut_key.c \
+ glut_keyctrl.c \
+ glut_keyup.c \
+ glut_menu.c \
+ glut_menu2.c \
+ glut_mesa.c \
+ glut_modifier.c \
+ glut_mroman.c \
+ glut_overlay.c \
+ glut_ppm.c \
+ glut_roman.c \
+ glut_shapes.c \
+ glut_space.c \
+ glut_stroke.c \
+ glut_swap.c \
+ glut_swidth.c \
+ glut_tablet.c \
+ glut_teapot.c \
+ glut_tr10.c \
+ glut_tr24.c \
+ glut_util.c \
+ glut_vidresize.c \
+ glut_warp.c \
+ glut_win.c \
+ glut_winmisc.c \
+ layerutil.c
CPPFLAGS+= -I${X11SRCDIR.MesaGLUT}/include -I${X11SRCDIR.MesaLib}/include
CFLAGS+= -fno-strict-aliasing -fexceptions