~ubuntu-branches/ubuntu/quantal/mesa/quantal

« back to all changes in this revision

Viewing changes to progs/util/descrip.mms

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2007-02-21 12:44:07 UTC
  • mfrom: (1.2.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 22.
  • Revision ID: james.westby@ubuntu.com-20070221124407-rgcacs32mycrtadl
ImportĀ upstreamĀ versionĀ 6.5.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile for GLUT-based demo programs for VMS
2
 
# contributed by Jouk Jansen  joukj@crys.chem.uva.nl
3
 
 
4
 
 
5
 
.first
6
 
        define gl [--.include.gl]
7
 
 
8
 
.include [--]mms-config.
9
 
 
10
 
##### MACROS #####
11
 
 
12
 
INCDIR = ([--.include],[-.util])
13
 
CFLAGS = /include=$(INCDIR)/prefix=all/name=(as_is,short)/float=ieee/ieee=denorm
14
 
 
15
 
.ifdef SHARE
16
 
GL_LIBS = $(XLIBS)
17
 
LIB_DEP = [--.lib]$(GL_SHAR) [--.lib]$(GLU_SHAR) [--.lib]$(GLUT_SHAR)
18
 
.else
19
 
GL_LIBS = [--.lib]libGLUT/l,libMesaGLU/l,libMesaGL/l,$(XLIBS)
20
 
LIB_DEP = [--.lib]$(GL_LIB) [--.lib]$(GLU_LIB) [--.lib]$(GLUT_LIB)
21
 
.endif
22
 
 
23
 
 
24
 
OBJS =readtex.obj,showbuffer.obj
25
 
 
26
 
 
27
 
##### RULES #####
28
 
.obj.exe :
29
 
        cxxlink $(MMS$TARGET_NAME),$(GL_LIBS)
30
 
 
31
 
##### TARGETS #####
32
 
default :
33
 
        $(MMS)$(MMSQUALIFIERS) $(OBJS)
34
 
 
35
 
clean :
36
 
        delete *.obj;*
37
 
 
38
 
realclean :
39
 
        delete *.obj;*
40
 
 
41
 
readtex.obj : readtex.c
42
 
showbuffer.obj : showbuffer.c