File: Makefile.am

package info (click to toggle)
mesa 3.1-17
  • links: PTS
  • area: main
  • in suites: potato
  • size: 10,908 kB
  • ctags: 19,599
  • sloc: ansic: 132,736; asm: 10,554; sh: 9,193; cpp: 3,540; makefile: 1,377
file content (34 lines) | stat: -rw-r--r-- 606 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
33
34
## Process this file with automake to produce Makefile.in

GLincludedir = $(includedir)/GL

if HAVE_FX
INC_FX = fxmesa.h
endif

if HAVE_GGI
INC_GGI = ggimesa.h
endif

if HAVE_OSMESA
INC_OSMESA = osmesa.h
endif

if HAVE_SVGA
INC_SVGA = svgamesa.h
endif

if HAVE_X11
INC_X11 = glx.h glx_mangle.h xmesa.h xmesa_x.h xmesa_xf86.h
endif

if NEED_GLUT
INC_GLUT = glut.h
endif

EXTRA_DIST = fxmesa.h ggimesa.h osmesa.h svgamesa.h \
	glx.h glx_mangle.h xmesa.h xmesa_x.h xmesa_xf86.h

GLinclude_HEADERS = gl.h gl_mangle.h glu.h glu_mangle.h \
	$(INC_FX) $(INC_GGI) $(INC_OSMESA) $(INC_SVGA) $(INC_X11) $(INC_GLUT)