From ccb8284a5b98315bffdbc1df56f54c7ba23e123c Mon Sep 17 00:00:00 2001 From: Jouk Jansen Date: Tue, 17 Jun 2003 07:20:22 +0000 Subject: Committing in . OpenVMS support for new directory tree Modified Files: Mesa-newtree/progs/demos/descrip.mms Mesa-newtree/progs/tests/descrip.mms Mesa-newtree/progs/xdemos/descrip.mms Mesa-newtree/src/glu/sgi/descrip.mms Mesa-newtree/src/glut/glx/descrip.mms Mesa-newtree/src/mesa/main/descrip.mms Added Files: Mesa-newtree/descrip.mms Mesa-newtree/mms-config. Mesa-newtree/src/descrip.mms Mesa-newtree/src/glu/descrip.mms Mesa-newtree/src/mesa/descrip.mms Mesa-newtree/src/mesa/array_cache/descrip.mms Mesa-newtree/src/mesa/drivers/osmesa/descrip.mms Mesa-newtree/src/mesa/drivers/x11/descrip.mms Mesa-newtree/src/mesa/glapi/descrip.mms Mesa-newtree/src/mesa/math/descrip.mms Mesa-newtree/src/mesa/swrast/descrip.mms Mesa-newtree/src/mesa/swrast_setup/descrip.mms Mesa-newtree/src/mesa/tnl/descrip.mms Mesa-newtree/vms/analyze_map.com Mesa-newtree/vms/xlib.opt Mesa-newtree/vms/xlib_share.opt ---------------------------------------------------------------------- --- progs/demos/descrip.mms | 11 ++++++----- progs/tests/descrip.mms | 12 ++++++------ progs/xdemos/descrip.mms | 12 ++++++------ 3 files changed, 18 insertions(+), 17 deletions(-) (limited to 'progs') diff --git a/progs/demos/descrip.mms b/progs/demos/descrip.mms index b7db087841..6c7727e87c 100644 --- a/progs/demos/descrip.mms +++ b/progs/demos/descrip.mms @@ -3,22 +3,23 @@ .first - define gl [-.include.gl] + define gl [--.include.gl] -.include [-]mms-config. +.include [--]mms-config. ##### MACROS ##### -INCDIR = ([-.include],[-.util]) +INCDIR = ([--.include],[-.util]) CFLAGS = /include=$(INCDIR)/prefix=all/name=(as_is,short) .ifdef SHARE GL_LIBS = $(XLIBS) +LIB_DEP = [--.lib]$(GL_SHAR) [--.lib]$(GLU_SHAR) [--.lib]$(GLUT_SHAR) .else -GL_LIBS = [-.lib]libGLUT/l,libMesaGLU/l,libMesaGL/l,$(XLIBS) +GL_LIBS = [--.lib]libGLUT/l,libMesaGLU/l,libMesaGL/l,$(XLIBS) +LIB_DEP = [--.lib]$(GL_LIB) [--.lib]$(GLU_LIB) [--.lib]$(GLUT_LIB) .endif -LIB_DEP = [-.lib]$(GL_LIB) [-.lib]$(GLU_LIB) [-.lib]$(GLUT_LIB) PROGS = bounce.exe;,clearspd.exe;,drawpix.exe;,gamma.exe;,gears.exe;,\ glinfo.exe;,glutfx.exe;,isosurf.exe;,morph3d.exe;,osdemo.exe;,\ diff --git a/progs/tests/descrip.mms b/progs/tests/descrip.mms index 4b4c51b5c4..a54c6ea4a1 100644 --- a/progs/tests/descrip.mms +++ b/progs/tests/descrip.mms @@ -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]) +INCDIR = ([--.include],[-.util]) CFLAGS = /include=$(INCDIR)/prefix=all/name=(as_is,short) .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 = cva.exe,\ dinoshade.exe,\ diff --git a/progs/xdemos/descrip.mms b/progs/xdemos/descrip.mms index 3e01496287..7ee749a44d 100644 --- a/progs/xdemos/descrip.mms +++ b/progs/xdemos/descrip.mms @@ -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]) +INCDIR = ([--.include],[-.util]) CFLAGS = /include=$(INCDIR)/prefix=all/name=(as_is,short)/nowarn .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,\ -- cgit v1.2.3