File: config.Mesa

package info (click to toggle)
vrwave 0.9-4
  • links: PTS
  • area: non-free
  • in suites: slink
  • size: 5,032 kB
  • ctags: 7,153
  • sloc: java: 15,050; ansic: 8,219; sh: 458; makefile: 181
file content (25 lines) | stat: -rw-r--r-- 661 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Mesa make config settings
# included by config.$CPU
#
# created: mpichler, 19960812
# changed: mpichler, 19970128
#
# $Id: config.Mesa,v 1.3 1997/01/28 18:59:47 mpichler Exp $

# path to Mesa include files
# e.g. -I/usr/local/lib when files are under /usr/local/lib/mesa/GL
OGLINC=-I/usr2/hyperg/installed/include

# ge3d source file
GE3DFILE=ge3d_mesa

# Mesa library, check the path
MESALIBDIR=-L/usr/X11R6/lib 
OGLLIB=$(MESALIBDIR) -lMesaGLU -lMesaGL -lXext
#OGLLIB=$(MESALIBDIR) -lMesaGLU -lMesaGL -lXext

# hint: the linker line will be
# $(LDSO) ... $(GE3DLIB) $(OGLLIB) $(XLIBS) $(LDSOLIBS)

# name of gejcon library (do not change)
GEJCON=gejcon-mesa