File: config.SGI_cc

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 (28 lines) | stat: -rw-r--r-- 765 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
26
27
28
# SGI make config settings
# included by SGI_cc/makefile
#
# created: mpichler, 19970513
# changed: mpichler, 19970918

# use cc and ld instead of gcc (override config.defs settings)
# important: -32 flag needed for 32bit compilation
# (defaults to 64bit on Irix 6.4 or later)
CC_PIC=cc -32 -xansi -O2 -KPIC -D__LONGLONG

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

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

# any extra compiler flags
# turn on ge3d prototypes for Ansi-C compiler
CCDEFS=-DGE3D_PROTOTYPES

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

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