OSDN Git Service

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 3cb856d..99a2ae6 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 947a508..6c2f322 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 a3a4a89..648f683 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 a6e82e1..3ef215f 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 a3f20c2..3aaa6eb 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 3a98a30..157c193 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 f430c59..6eefbcf 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 88afbc7..0b23deb 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 8d8bc4b..32ffd80 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 6dc6256..54441ae 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 4ab22e4..c2a16a0 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.