File: config.LINUX_ELF

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 (32 lines) | stat: -rw-r--r-- 670 bytes parent folder | download | duplicates (2)
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
29
30
31
32
# Linux/ELF make config settings
# included by LINUX_ELF/makefile
#
# created: mpichler, 19961112
# changed: mpichler, 19961112
# modified: jfs, 19980502

# no /bin/ksh on Linux
SHELL=/bin/bash

# java system include files (*_md.h)
SYSINC=-I/usr/include/jdk/genunix

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

# any extra compiler flags
CCDEFS=

# X11 libs
XLIBDIR=-L/usr/X11/lib

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

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

# path to mesa libraries (libMesaGL*)
OGLINC=-I/usr/include/
MESALIBDIR=-L/usr/lib