diff options
author | José Fonseca <[email protected]> | 2008-02-25 17:11:28 +0900 |
---|---|---|
committer | José Fonseca <[email protected]> | 2008-02-25 17:11:28 +0900 |
commit | 2d38d1b3005c02273abf3941df5dddc245a6b792 (patch) | |
tree | 9bbd23bd6ad5598078b5975fc4c61dbd22baee5b /src/mesa/drivers/common/descrip.mms | |
parent | 9bcc8ad0caee26cbffba07fcd145392063c5516b (diff) |
Remove files of unsupported build systems.
Diffstat (limited to 'src/mesa/drivers/common/descrip.mms')
-rw-r--r-- | src/mesa/drivers/common/descrip.mms | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/src/mesa/drivers/common/descrip.mms b/src/mesa/drivers/common/descrip.mms deleted file mode 100644 index c2c119db7f9..00000000000 --- a/src/mesa/drivers/common/descrip.mms +++ /dev/null @@ -1,38 +0,0 @@ -# Makefile for core library for VMS -# contributed by Jouk Jansen [email protected] -# Last revision : 2 November 2005 - -.first - define gl [----.include.gl] - define math [--.math] - define tnl [--.tnl] - define swrast [--.swrast] - -.include [----]mms.config - -##### MACROS ##### - -VPATH = RCS - -INCDIR = [----.include],[--.main],[--.glapi],[--.shader] -LIBDIR = [----.lib] -CFLAGS = /include=($(INCDIR),[])/define=(PTHREADS=1)/name=(as_is,short)/float=ieee/ieee=denorm - -SOURCES = driverfuncs.c - -OBJECTS =driverfuncs.obj - -##### RULES ##### - -VERSION=Mesa V3.4 - -##### TARGETS ##### -# Make the library -$(LIBDIR)$(GL_LIB) : $(OBJECTS) - @ library $(LIBDIR)$(GL_LIB) $(OBJECTS) - -clean : - purge - delete *.obj;* - -driverfuncs.obj : driverfuncs.c |