File: config.SGI_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-- 647 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
# SGI/Mesa make config settings
# included by SGI_MESA/makefile
#
# created: mpichler, 19960812
# changed: mpichler, 19970321

# java system inlcude files (*_md.h)
SYSINC=-I/usr/local/java/include/irix

# java include path
JAVAINC=-I/usr/local/java/include $(SYSINC)

# any extra compiler flags
CCDEFS=

# include either config.Mesa or config.OpenGL
include ../config.Mesa
# include ../config.OpenGL

# directory name of netscape's javah (for plugin compilation only)
NSJAVAHSYS=IRIX5.2

# path to mesa includes/libraries (libMesaGL*)
OGLINC=-I/usr3/merkur/mpichler3/mesa/Mesa_IRIX5/include
MESALIBDIR=-L/usr3/merkur/mpichler3/mesa/Mesa_IRIX5/lib