Update of OpenVMS makefiles for the use of "new" include file convention
authorJouk <joukj@tarantella.nano.tudelft.nl>
Wed, 3 Oct 2007 13:21:40 +0000 (15:21 +0200)
committerJouk <joukj@tarantella.nano.tudelft.nl>
Wed, 3 Oct 2007 13:21:40 +0000 (15:21 +0200)
src/mesa/drivers/common/descrip.mms
src/mesa/drivers/osmesa/descrip.mms
src/mesa/drivers/x11/descrip.mms
src/mesa/main/descrip.mms
src/mesa/math/descrip.mms
src/mesa/shader/descrip.mms
src/mesa/shader/slang/descrip.mms
src/mesa/swrast/descrip.mms
src/mesa/swrast_setup/descrip.mms
src/mesa/tnl/descrip.mms
src/mesa/vbo/descrip.mms

index 3cb856d12c54a0c2ded97f2113bded87d8de492e..99a2ae6c37defbc371f4083cc5ef8d61b6990d78 100644 (file)
@@ -1,12 +1,15 @@
 # Makefile for core library for VMS
 # contributed by Jouk Jansen  joukj@hrem.nano.tudelft.nl
-# Last revision : 2 November 2005
+# Last revision : 3 October 2007
 
 .first
        define gl [----.include.gl]
        define math [--.math]
        define tnl [--.tnl]
        define swrast [--.swrast]
+       define glapi [--.glapi]
+       define shader [--.shader]
+       define main [--.main]
 
 .include [----]mms-config.
 
index 947a508ff05989749ccdcce6e3eac967eb08157d..6c2f3226f64b7f483b8f1ec3e3aeae39c9c7a70e 100644 (file)
@@ -1,6 +1,6 @@
 # Makefile for core library for VMS
 # contributed by Jouk Jansen  joukj@hrem.nano.tudelft.nl
-# Last revision : 8 May 2007
+# Last revision : 3 October 2007
 
 .first
        define gl [----.include.gl]
@@ -11,6 +11,9 @@
        define swrast_setup [--.swrast_setup]
        define array_cache [--.array_cache]
        define drivers [-]
+       define glapi [--.glapi]
+       define main [--.main]
+       define shader [--.shader]
 
 .include [----]mms-config.
 
index a3a4a89eabac24c92ae833dc570803a8151c2d23..648f683dfa4afc24716fa6b3f229cd17189526dd 100644 (file)
@@ -1,6 +1,6 @@
 # Makefile for core library for VMS
 # contributed by Jouk Jansen  joukj@hrem.nano.tudelft.nl
-# Last revision : 8 May 2007
+# Last revision : 3 October 2007
 
 .first
        define gl [----.include.gl]
@@ -11,6 +11,9 @@
        define swrast_setup [--.swrast_setup]
        define array_cache [--.array_cache]
        define drivers [-]
+       define glapi [--.glapi]
+       define main [--.main]
+       define shader [--.shader]
 
 .include [----]mms-config.
 
index a6e82e13cf3dc8fade964f4f1737d471ff4ad23a..3ef215f47fa58641a772137e8aa7a490cb12f694 100644 (file)
@@ -1,11 +1,13 @@
 # Makefile for core library for VMS
 # contributed by Jouk Jansen  joukj@hrem.nano.tudelft.nl
-# Last revision : 8 May 2007
+# Last revision : 2 October 2007
 
 .first
        define gl [---.include.gl]
        define math [-.math]
        define shader [-.shader]
+       define glapi [-.glapi]
+       define main [-.main]
 
 .include [---]mms-config.
 
index a3f20c2f25c3dea093999df3580481ae3161fb1e..3aaa6eb8b4e15e9b216bece07f0471febd942152 100644 (file)
@@ -1,10 +1,12 @@
 # Makefile for core library for VMS
-# contributed by Jouk Jansen  joukj@hrem.stm.tudelft.nl
-# Last revision : 16 June 2003
+# contributed by Jouk Jansen  joukj@hrem.nano.tudelft.nl
+# Last revision : 3 October 2007
 
 .first
        define gl [---.include.gl]
        define math [-.math]
+       define glapi [-.glapi]
+       define main [-.main]
 
 .include [---]mms-config.
 
index 3a98a30ead87a3510d8d2be9ca5676e0ac100ed5..157c193c792f4ab0221390a552c3cd3f7795ae95 100644 (file)
@@ -1,11 +1,14 @@
 # Makefile for core library for VMS
 # contributed by Jouk Jansen  joukj@hrem.nano.tudelft.nl
-# Last revision : 8 May 2007
+# Last revision : 3 October 2007
 .first
        define gl [---.include.gl]
        define math [-.math]
        define swrast [-.swrast]
        define array_cache [-.array_cache]
+       define glapi [-.glapi]
+       define main [-.main]
+       define shader [-.shader]
 
 .include [---]mms-config.
 
index f430c5914651bc7d02d0ffdc6d253263e7fe9b7a..6eefbcf5bdd73d426c5eaef312de376d61614f6e 100644 (file)
@@ -1,12 +1,15 @@
 # Makefile for core library for VMS
 # contributed by Jouk Jansen  joukj@hrem.nano.tudelft.nl
-# Last revision : 8 May 2007
+# Last revision : 3 October 2007
 
 .first
        define gl [----.include.gl]
        define math [--.math]
        define swrast [--.swrast]
        define array_cache [--.array_cache]
+       define main [--.main]
+       define glapi [--.glapi]
+       define shader [--.shader]
 
 .include [----]mms-config.
 
index 88afbc76a36234993a9e46123b1db4d828c79218..0b23deb3c2fd02a8d8f18a3accbbeee3ae1cd353 100644 (file)
@@ -1,12 +1,15 @@
 # Makefile for core library for VMS
 # contributed by Jouk Jansen  joukj@hrem.nano.tudelft.nl
-# Last revision : 8 May 2007
+# Last revision : 3 October 2007
 
 .first
        define gl [---.include.gl]
        define math [-.math]
        define swrast [-.swrast]
        define array_cache [-.array_cache]
+       define glapi [-.glapi]
+       define main [-.main]
+       define shader [-.shader]
 
 .include [---]mms-config.
 
index 8d8bc4bf6ff58804eee2800f789906741b45fd76..32ffd80732d6cf21f954b096db83024c7d8d80ac 100644 (file)
@@ -1,6 +1,6 @@
 # Makefile for core library for VMS
-# contributed by Jouk Jansen  joukj@hrem.stm.tudelft.nl
-# Last revision : 16 June 2003
+# contributed by Jouk Jansen  joukj@hrem.nano.tudelft.nl
+# Last revision : 3 October 2007
 
 .first
        define gl [---.include.gl]
@@ -9,6 +9,8 @@
        define vbo [-.vbo]
        define swrast [-.swrast]
        define array_cache [-.array_cache]
+       define glapi [-.glapi]
+       define main [-.main]
 
 .include [---]mms-config.
 
index 6dc6256d53fc60b9df62c51a649cc118a3b0b01c..54441aeeab0077d6d12e92f76f5c39c0262eb95f 100644 (file)
@@ -1,6 +1,6 @@
 # Makefile for core library for VMS
 # contributed by Jouk Jansen  joukj@hrem.nano.tudelft.nl
-# Last revision : 8 May 2007
+# Last revision : 3 October 2007
 
 .first
        define gl [---.include.gl]
@@ -9,6 +9,8 @@
        define shader [-.shader]
        define swrast [-.swrast]
        define array_cache [-.array_cache]
+       define main [-.main]
+       define glapi [-.glapi]
 
 .include [---]mms-config.
 
index 4ab22e4005b7633d1d8ed541ece77e957da29787..c2a16a04f503cf3ca655f6d30d64255e567c211a 100644 (file)
@@ -1,6 +1,6 @@
 # Makefile for core library for VMS
 # contributed by Jouk Jansen  joukj@hrem.nano.tudelft.nl
-# Last revision : 7 March 2007
+# Last revision : 3 October 2007
 
 .first
        define gl [---.include.gl]
@@ -10,6 +10,8 @@
        define shader [-.shader]
        define swrast [-.swrast]
        define swrast_setup [-.swrast_setup]
+       define main [-.main]
+       define glapi [-.glapi]
 
 .include [---]mms-config.