get rid of unused span->start field
[mesa.git] / progs / xdemos / descrip.mms
index 3e01496287114b7587be1197b46de6d4d398a8b1..aa74daff599088f3bf7def2f9005bd35e8c03b02 100644 (file)
@@ -1,24 +1,24 @@
 # Makefile for GLUT-based demo programs for VMS
-# contributed by Jouk Jansen  joukj@crys.chem.uva.nl
+# contributed by Jouk Jansen  joukj@hrem.stm.tudelft.nl
 
 
 .first
-       define gl [-.include.gl]
+       define gl [--.include.gl]
 
-.include [-]mms-config.
+.include [--]mms-config.
 
 ##### MACROS #####
 
-INCDIR = ([-.include],[-.util])
-CFLAGS = /include=$(INCDIR)/prefix=all/name=(as_is,short)/nowarn
+INCDIR = ([--.include],[-.util])
+CFLAGS = /include=$(INCDIR)/prefix=all/name=(as_is,short)/nowarn/float=ieee/ieee=denorm
 
 .ifdef SHARE
 GL_LIBS = $(XLIBS)
 .else
-GL_LIBS = [-.lib]libGLUT/l,libMesaGLU/l,libMesaGL/l,$(XLIBS)
+GL_LIBS = [--.lib]libGLUT/l,libMesaGLU/l,libMesaGL/l,$(XLIBS)
 .endif
 
-LIB_DEP = [-.lib]$(GL_LIB) [-.lib]$(GLU_LIB) [-.lib]$(GLUT_LIB)
+LIB_DEP = [--.lib]$(GL_LIB) [--.lib]$(GLU_LIB) [--.lib]$(GLUT_LIB)
 
 PROGS =glthreads.exe,\
        glxdemo.exe,\
@@ -66,3 +66,18 @@ wincopy.exe : wincopy.obj $(LIB_DEP)
 xdemo.exe : xdemo.obj $(LIB_DEP)
 xfont.exe :xfont.obj $(LIB_DEP)
 
+
+glthreads.obj : glthreads.c 
+glxdemo.obj : glxdemo.c
+glxgears.obj : glxgears.c
+glxheads.obj : glxheads.c
+glxinfo.obj : glxinfo.c
+glxpixmap.obj : glxpixmap.c
+manywin.obj : manywin.c
+offset.obj : offset.c
+pbinfo.obj : pbinfo.c
+pbutil.obj : pbutil.c
+pbdemo.obj : pbdemo.c
+wincopy.obj : wincopy.c
+xdemo.obj : xdemo.c
+xfont.obj :xfont.c