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 /progs/util | |
parent | 9bcc8ad0caee26cbffba07fcd145392063c5516b (diff) |
Remove files of unsupported build systems.
Diffstat (limited to 'progs/util')
-rw-r--r-- | progs/util/descrip.mms | 42 |
1 files changed, 0 insertions, 42 deletions
diff --git a/progs/util/descrip.mms b/progs/util/descrip.mms deleted file mode 100644 index b2ee5ec9715..00000000000 --- a/progs/util/descrip.mms +++ /dev/null @@ -1,42 +0,0 @@ -# Makefile for GLUT-based demo programs for VMS -# contributed by Jouk Jansen [email protected] - - -.first - define gl [--.include.gl] - -.include [--]mms.config - -##### MACROS ##### - -INCDIR = ([--.include],[-.util]) -CFLAGS = /include=$(INCDIR)/prefix=all/name=(as_is,short)/float=ieee/ieee=denorm - -.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) -LIB_DEP = [--.lib]$(GL_LIB) [--.lib]$(GLU_LIB) [--.lib]$(GLUT_LIB) -.endif - - -OBJS =readtex.obj,showbuffer.obj - - -##### RULES ##### -.obj.exe : - cxxlink $(MMS$TARGET_NAME),$(GL_LIBS) - -##### TARGETS ##### -default : - $(MMS)$(MMSQUALIFIERS) $(OBJS) - -clean : - delete *.obj;* - -realclean : - delete *.obj;* - -readtex.obj : readtex.c -showbuffer.obj : showbuffer.c |